.average_line_title {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}

.average_line_title:before,
.average_line_title:after {
    position: absolute;
    top: 45%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #999;
}

.average_line_title:before {
    margin-left: -50%;
    text-align: right;
}

.average_line_title > * {
    color: #006796;
    display: inline-block;
    font-size: 1.4em;
    padding: 0 0.2em;
    text-transform: uppercase;
}
.block_title {
    margin: 0 0 1em;
}

.block_title span {
    color: #404b50;
    font-weight: 700;
    font-size: 1.3em;
}

.block_title .text {
    margin-bottom: 0.4em;
}.layout_body.new_promo {
    background: #f6f6f6;
}

/*.layout_body.new_promo.how_it_works {
    padding-top: 105px;
}*/

.layout_body > .inner {
    width: 960px;
    margin: 0 auto;
    padding: 3em 0;
}

.layout_body.new_promo .section {
    padding: 70px 0 60px;
}

.layout_body.new_promo .section > .inner {
    margin: 0 auto;
    width: 960px;
}

.layout_body.new_promo .delivery_method_header > .section {
    padding-bottom: 40px;
    padding-top: 40px;
}

.layout_body.new_promo .section.promo_calculator_block.extended {
    padding-bottom: 30px;
}

.layout_body.new_promo .section .title_big,
.layout_body.new_promo .section .title_small {
    text-align: center;
}

.layout_body.new_promo .tariff_plan_block.section .title_big {
    font-size: 4.8em;
}

.layout_body.new_promo .tariff_plan_block.section .title_small {
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: normal;
}

.layout_body.new_promo .tariff_plan_block.section .title_small > p::selection {
    background: #5db143;
}

.layout_body.new_promo .section.how_it_works .title_big,
.layout_body.new_promo .section.advantage_block .title_big,
.layout_body.new_promo .section.promo_calculator_block .title_big {
    font-size: 3.3333em;
    margin-bottom: 1em;
}

.layout_body.new_promo .section.popular_shop_block .title_big,
.layout_body.new_promo .section.delivery_method_tariff_calculator .title_big,
.layout_body.new_promo .review_block .title_big {
    font-size: 3.3333em;
}

.layout_body.new_promo .section.advantage_block .title_big {
    text-shadow: none;
}

.layout_body.new_promo .section.popular_shop_block .title_big {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
}

.layout_body.new_promo .section.popular_shop_block .title_small {
    font-size: 1.6667em;
    margin-bottom: 1.85em;
}

.layout_body.new_promo .formatted_text {
    font-size: 16px !important;
    line-height: 24px !important;
}

.layout_body.new_promo .page_index .formatted_text {
    font-size: 14px !important;
}

.layout_body.new_promo .formatted_text h1,
.layout_body.new_promo .formatted_text h2,
.layout_body.new_promo .formatted_text h3,
.layout_body.new_promo .formatted_text h4 {
    font-weight: 500;
}

.layout_body.new_promo .user_agreement.formatted_text p + ul {
    margin-top: -18px !important;
    margin-bottom: 27px;
}

.layout_body.new_promo .formatted_text ol li {
    margin-bottom: 8px;
}
.layout_body.new_promo .formatted_text ul li {
    background: url(/img/formatted_text/circle.png) 0 5px no-repeat;
    text-indent: 0;
    margin-bottom: 8px;
}
.layout_body.new_promo .formatted_text ul li:before {
    content: '' !important;
}

@media screen and (min-width: 1200px) {
    .layout_body > .inner {
        width: 1200px;
    }

    .layout_body.new_promo .section > .inner {
        width: 1200px;
    }
}

.layout_body .col_half { float: left; width: 50%; }/*******************************************
 * Column layout 2-1-3
 *******************************************/
/* Left column */
.layout_grid .left_column {
	float: left;
	width: 28em;
	margin-left: -100%;
}
.layout_grid .left_column > .inner {
	padding-right: 3em;
}
/* Center column */
.layout_grid .center_column {
	float: left;
	width: 100%;
	vertical-align:top;
}
/* Right column */
.layout_grid .right_column {
	float: right;
	margin-left: -28em;
	width: 28em;
}
.layout_grid .right_column > .inner {
	padding-left: 3em;
}
/*-----------------------------------*/
/*
 * One column layout
 */
/* Left column */
.layout_grid .left_column {
	display: none;
}
/* Center column */
.layout_grid .center_column > .inner {
	margin: 0;
}
/* Right column */
.layout_grid .right_column {
	display: none;
}
/*-----------------------------------*/
/*
 * Two column layout with left column
 */
/* Left column */
/* Center column */
.layout_grid.grid_21 .center_column > .inner {
	margin: 0 0 0 28em;
}
/* Right column */
.layout_grid.grid_21 .right_column {
	display: none;
}
/* Left column */
.layout_grid.grid_21 .left_column {
    display: block;
}
/*-----------------------------------*/
/*
 * Two column layout with right column
 */
/* Left column */
.layout_grid.grid_23 .left_column {
	display: none;
}
/* Center column */
.layout_grid.grid_23 .center_column > .inner {
	margin: 0 28em 0 0;
}
/* Left column */
.layout_grid.grid_23 .right_column {
    display: block;
}
/*-----------------------------------*/
/*
 * Three column layout
 */
/* Center column */
.layout_grid.grid_213 .center_column > .inner {
	margin: 0 28em;
}
/* Left column */
.layout_grid.grid_213 .left_column {
    display: block;
}
/* Right column */
.layout_grid.grid_213 .right_column {
    display: block;
}
/********************************************/
.layout_footer {
    background: #fff;
    font-family:  'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;
}
.layout_footer.empty {
    margin-top: 0 !important;
    clear: both !important;
    background: none !important;
}

.layout_footer > .inner {
    height: 100%;
    width: 960px;
    margin: 0 auto;
    padding: 6em 0;
}
.layout_footer > .top {
    height: 8px;
    margin-top: -8px;
    background: url('/img/default/layout/footer/fon.png') 0 100% repeat-x;
    position: absolute;
    width: 100%;
}

.layout_footer .footer_column {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.layout_footer .footer_column.first {
    width: 22%;
}
.layout_footer .footer_column.last {
    width: 28%;
}

.layout_footer .news_list,
.layout_footer .user_subscribe_block,
.layout_footer .contact_block {
    display: inline-block;
    vertical-align: top;
    width: 27em;
}

.layout_footer .page_menu .title > span {
    font-weight: 500;
    padding: 0;
}

.layout_footer .contact_block .title > span {
    font-family: inherit;
    font-weight: 500;
    letter-spacing: 0;
}

.layout_footer .news_list,
.layout_footer .user_subscribe_block {
    margin: 4em 4.5em 2.5em 0;
}

.layout_footer .news_list > .title span,
.layout_footer .user_subscribe_block .user_subscribe > .title span {
    color: #FFF !important;
}



.layout_footer .page_menu .list .item a:hover {
    color: #45992b;
}

/*-----------------------------------*/
/*
 * Contact block
 */
.layout_footer .contacts {
    margin-right: 0;
    width: 100%;
}
.layout_footer .contacts .phone_title {
    color: #AFC0C2;
}
.layout_footer .contacts .phone {
    font-weight: bold;
    font-size: 1.6em;
}
/*-----------------------------------*/
/*
 * Logo
 */
.layout_footer .logo span {
    background: #334046;
    font-size: 1.7em;
    color: #FFF;
    text-transform: none;
}
.layout_footer .logo {
    margin-bottom: 2.5em;
}

.layout_footer .ebay_compatible_logo {
    height: 60px;
    margin: 2em 0 0;
    width: 90px;
}

/*-----------------------------------*/
/*
 * Subscribe block
 */
.layout_footer .user_subscribe_block {
    /*width: 28em;*/
}
.layout_footer .user_subscribe_block .title.average_line_title {
    text-align: left;
}
.layout_footer .user_subscribe_block .title.average_line_title span {
    background: none;
    padding: 0;
    font-size: 1.45em;
    color: #5f7077;
    font-family: "PF Centro Slab Pro Bold", "times new roman", serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.layout_footer .user_subscribe_block .title.average_line_title:after {
    display: none;
}
.layout_footer .user_subscribe_block .user_subscribe .text span {
    color: #92afb5;
}
.layout_footer .user_subscribe_block .user_subscribe form input[type="text"] {
    width: 17.7em;
}
.layout_footer .user_subscribe_block .user_subscribe form .label {
    display: none;
}
.layout_footer .user_subscribe_block .user_subscribe .form dd {
    margin-bottom: 0.3em;
}

.layout_footer .footer_column:not(:first-of-type) {
    padding-top: 14px;
}

.layout_footer .copyright,
.layout_footer .page_menu,
.layout_footer .social_network {
    display: inline-block;
    vertical-align: middle;
}

.layout_footer .page_menu {
    padding-left: 5em;
}

.layout_footer .page_menu.page_menu_contact {
    padding-left: 1em;
}

.layout_footer .page_menu.page_menu_contact .contacts {
    margin-top: 4em;
}

.layout_footer .page_menu.page_menu_contact .work_time {
    margin-bottom: 1.5em;
}

.layout_footer .copyright {
    color: #606060;
}

.layout_footer a.menu_link {
    color: #333333;
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2;
}
.layout_footer a.menu_link:visited {
    color: #333333;
}
.layout_footer a.menu_link:hover {
    color: #5db143;
}

.layout_footer .social_network .icons a {
    margin-right: 0.5em;
}
.layout_footer .social_network .icons img {
    width: 40px;
    height: 40px;
}

/*-----------------------------------*/
/*
 * Language block
 */
.layout_footer .language_block {
    vertical-align: middle;
    margin-top: 3.5em;
    width: 38px;
}
.layout_footer .language_block a {
    text-transform: uppercase;
    font-size: 0.85em;
    color: #92afb5;
    text-decoration: none;
}
.layout_footer .language_block a:hover {
    border-bottom: 0;
}
/*.layout_footer .language_block a:after {
    color: #e4f7f6;
    font-size: 0.5em;
    line-height: 1.2em;
    content: '▲';
    border: 0;
    margin-left: 0.5em;
}*/

.layout_footer .language_list {
    right: 0;
    top: auto;
    bottom: 130%;
}

.layout_footer .language_list:before {
    border: 7px solid transparent;
    border-top-color: #f6f6f6;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    left: 84%;
}

.layout_footer .payment_list {
    text-align: left;
    margin-top: 3.5em;
}

.layout_footer .payment_title {

}

@media screen and (min-width: 1200px){
    .layout_footer > .inner {
        width: 1200px;
    }
}.layout_header .top_bar {
    background: #fff;
    padding: 25px 0 30px;
    font: 400 12px/1.4 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;
}

.layout_header .top_bar *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout_header .top_bar > .inner,
.layout_header .bottom_bar .page_header {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.layout_header .logo {
    height: 54px;
    width: 214px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.layout_header .logo a {
    display: block;
}

.layout_header .top_bar.small .logo a .logo_icon {
    animation:         logo_icon 1s; /* CSS3 */
    -moz-animation:    logo_icon 1s; /* Firefox */
    -webkit-animation: logo_icon 1s; /* Webkit */
    transform: scale(0.75, 0.75);
    margin-top: -6px;
}
@keyframes logo_icon { /* CSS3 */
    0%   { transform: scale(1, 1); margin-top: 0; }
    100% { transform: scale(0.75, 0.75); margin-top: -6px; }
}
@-moz-keyframes logo_icon { /* Firefox */
    0%   { transform: scale(1, 1); margin-top: 0; }
    100% { transform: scale(0.75, 0.75); margin-top: -6px; }
}
@-webkit-keyframes logo_icon { /* Webkit */
    0%   { transform: scale(1, 1); margin-top: 0; }
    100% { transform: scale(0.75, 0.75); margin-top: -6px; }
}

.layout_header .top_bar .logo a .logo_icon {
    animation:         logo_icon_l 1s; /* CSS3 */
    -moz-animation:    logo_icon_l 1s; /* Firefox */
    -webkit-animation: logo_icon_l 1s; /* Webkit */
    transform: scale(1, 1);
    margin-top: 0;
}
@keyframes logo_icon_l { /* CSS3 */
    0% { transform: scale(0.75, 0.75); margin-top: -6px; }
    100%   { transform: scale(1, 1); margin-top: 0; }
}
@-moz-keyframes logo_icon_l { /* Firefox */
    0% { transform: scale(0.75, 0.75); margin-top: -6px; }
    100%   { transform: scale(1, 1); margin-top: 0; }
}
@-webkit-keyframes logo_icon_l { /* Webkit */
    0% { transform: scale(0.75, 0.75); margin-top: -6px; }
    100%   { transform: scale(1, 1); margin-top: 0; }
}

.layout_header .top_bar.small .logo a .logo_text {
    display: none;
}

.layout_header .user_bar {
    text-align: right;
    /*
    display: inline-block;
    vertical-align: middle;
    */
    position: absolute;
    right: 0;
    top: 7px;
}

.layout_header .page_menu {
   /* padding: 0 0 0 2em;*/
    display: inline-block;
    vertical-align: middle;
    width: 38em;
}

.layout_header .bottom_bar {
    background: #007faf url(/img/default/layout/header/fon/blue.png) 0 100% repeat-x;
    min-height: 10em;
}



.layout_header .benefit_block {
    margin-bottom: 100px;
}

.layout_header .slogan {
    text-align: center;
    margin-top: -10px;
}


@media (max-width:1200px) {
    .layout_header .top_bar > .inner {
        width: 960px;
    }
}
@media (min-width:1200px) {
    .layout_header .top_bar > .inner {
        width: 1200px;
    }
}.button {
    background: transparent;
    color: #333;
    border: 2px solid #5db143;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1667em;
    line-height: 1;
    padding: 0.75em 1em 0.35em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;
    /*transition: all 0.3s linear;*/
}

.button:before  {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}

.button:hover,
.button.hover {
    background: #5db143;
    color: #fff;
    transition: background 0.3s;
}

.button.gray_border {
    border: 1px solid #b5b5b5;
}

.button.gray_border:hover {
    border: 1px solid #5db143;
    transition: border 0.3s;
    background: transparent;
    color: #333;
}

.button.white {
    color: #fff;
    border: 2px solid #fff;
}

.button.white:hover {
    color: #333333;
    background: #fff;
    transition: background 0.3s;
}

.button.white.green_hover:hover {
    border-color: #5db143;
    background: #5db143;
    color: #fff;
}

.button.white_color {
    color: #fff;
}

.button.small:not(.important) {
    font-size: 0.9167em;
}

.button.big:not(.important) {
    font-size: 1.5em;
}

.button.important {
    background: #5db143;
    color: #fff;
    font-size: 1.5em;
}

.button.important:hover {
    background: #419f24;
    border: 2px solid #419f24;
    transition: background 0.3s, border 0.3s;
}

.button.small.important {
    font-size: 1.1667em;
}

.button.big.important {
    font-size: 1.8333em;
    padding: 0.69em 1em 0.39em;
}

.button span {
    display: inline-block;
    vertical-align: middle;
}

.button.medium {
    font-size: 1.1667em;
}/* --------------------------------------------------------------
reset.css
   * Resets default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

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

iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

}

body {
	line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: top;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remove all markers */
ul, ol {list-style-type: none}
ul li, ol li {list-style-type: none}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom: 1;
}html, body {
    height: 100%;
    font: 12px 'Ubuntu', Tahoma, Arial, sens-serif;
    line-height: 1.4em;
}

/*-----------------------------------*/

html > /**/ body {
    overflow-y: scroll;
}

:active {
    outline: none !important;
}

::-moz-focus-inner {
    border: 0;
}

a {
    color: #0196de;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    /*color: #0196de;*/
    color: #129de0;
}

.hidden.hidden.hidden.hidden.hidden.hidden.hidden.hidden.hidden.hidden {
    display: none;
}

.layout_container,
.layout_container .wrapper {
    height: 100%;
}@font-face {
    font-family: 'MyriadPro';
    src: url('/font/MyriadPro-Regular.eot');
    src: local('MyriadPro'), url('/font/MyriadPro-Regular.woff') format('woff'), url('/font/MyriadPro-Regular.ttf') format('truetype'), url('/font/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('/font/MyriadPro-Semibold.eot');
    src: local('MyriadPro'), url('/font/MyriadPro-Semibold.woff') format('woff'), url('/font/MyriadPro-Semibold.ttf') format('truetype'), url('/font/MyriadPro-Semibold.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

/** юзай http://www.font2web.com/ , не используй -> http://www.fontsquirrel.com/tools/webfont-generator <- он режет русские символы и ломает шрифт! */

@font-face {
    font-family: 'PF Centro Slab Pro Regular';
    src: url('/font/PFCentroSlabPro-Regular.eot');
    src: local('☺'), url('/font/PFCentroSlabPro-Regular.woff') format('woff'), url('/font/PFCentroSlabPro-Regular.ttf') format('truetype'), url('/font/PFCentroSlabPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'PF Centro Slab Pro Bold';
	src: url('/font/PFCentroSlabPro-Bold.eot');
	src: local('☺'), url('/font/PFCentroSlabPro-Bold.woff') format('woff'), url('/font/PFCentroSlabPro-Bold.ttf') format('truetype'), url('/font/PFCentroSlabPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PF Centro Slab Pro Light';
	src: url('/font/PFCentroSlabPro-Light.eot');
	src: local('☺'), url('/font/PFCentroSlabPro-Light.woff') format('woff'), url('/font/PFCentroSlabPro-Light.ttf') format('truetype'), url('/font/PFCentroSlabPro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PF Centro Slab Pro Medium';
	src: url('/font/PFCentroSlabPro-Medium.eot');
	src: local('☺'), url('/font/PFCentroSlabPro-Medium.woff') format('woff'), url('/font/PFCentroSlabPro-Medium.ttf') format('truetype'), url('/font/PFCentroSlabPro-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans';
	src: url('/font/PTS55F.eot');
	src: local('☺'), url('/font/PTS55F.woff') format('woff'), url('/font/PTS55F.ttf') format('truetype'), url('/font/PTS55F.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PT Sans Bold';
	src: url('/font/PTS75F.eot');
	src: local('☺'), url('/font/PTS75F.woff') format('woff'), url('/font/PTS75F.ttf') format('truetype'), url('/font/PTS75F.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Flow Regular';
	src: url('/font/flow_regular.eot');
	src: local('☺'), url('/font/flow_regular.woff') format('woff'), url('/font/flow_regular.ttf') format('truetype'), url('/font/flow_regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Flow Bold';
	src: url('/font/flow_bold.eot');
	src: local('☺'), url('/font/flow_bold.woff') format('woff'), url('/font/flow_bold.ttf') format('truetype'), url('/font/flow_bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../../../../font/fontawesome/fontawesome-webfont.eot?v=4.0.3');src:url('../../../../../font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../../../../../font/fontawesome/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../../../../../font/fontawesome/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../../../../../font/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}

/*-----------------------------------*/
/* Action button
/*-----------------------------------*/
.action_button {
    background-color: #1ea9eb;
    background-image: url("/img/form/submit_bg.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    border: none;
    border-radius: 5px 5px 5px 5px;
    padding: 0 0 0 0;
    height: 36px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 125%;
    font-family: "PF Centro Slab Pro Bold";
    letter-spacing: 0.05em;
    cursor: pointer;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.31);
    text-align: center;
    display: block;
    line-height: 2em;
    text-decoration: none;
}
.action_button:hover {
    background-color: #2cb6f7;
    background-position: 0 -88px;
}

/*-----------------------------------*/
/* Question circle
/*-----------------------------------*/
.question_circle {
    color: #dbdbdb;
    font-size: 1.125em;
    margin: 0 0 0 0.3em;
}

.question_circle.dark_grey {
    color: #a6aaac;
}
.question_circle.brown {
    color: #c09853;
}
/*-----------------------------------*/
/* Fixed popup
/*-----------------------------------*/
/*.popup {
    background-color: #FFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 1.6em rgba(0,0,0,0.5);
    padding: 2.08em 1.6em 2.08em 2.5em;
    position: absolute;
    top: 2.2em;
    display: none;
    min-width: 15em;
    text-align: left;
    z-index: 10000;
}
.popup .arrow {
    border-top: none;
    border-bottom: 8px solid #FFFFFF;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -8px;
    left: 12.9em;
}
.popup .close_link {
    background: url('/img/default/layout/header/close.png') 0 0 no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 5px;
    right: 5px;
}*/

/*-----------------------------------*/
/* Loader
/*-----------------------------------*/
.loader {
    background: url("/img/default/ajax-loader.gif") no-repeat scroll center center transparent;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.loader.big {
    background: url(/img/default/ajax-loader-big.gif) no-repeat scroll center center transparent;
}

/*
 * Pseudo Links
 */
.pseudo_link {
	position: relative;
	top: -0.14em;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.pseudo_link span {
	position: relative;
	top: 0;
}

.pseudo_link:active, .pseudo_link:visited, .pseudo_link:link {
	text-decoration: none;
}

.b_pseudo_link {
	position: relative;
	top: -0.14em;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.b_pseudo_link span {
	position: relative;
	top: 0.14em;
}
.b_pseudo_link:active, .b_pseudo_link:visited, .b_pseudo_link:link {
	text-decoration: none;
}

.dotted_link{
	position: relative;
	top: -0.14em;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.dotted_link span {
	position: relative;
	top: 0.14em;
}

.dashed_link{
	position: relative;
	top: -0.14em;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.dashed_link span {
	position: relative;
	top: 0.14em;
}

.dotted_link:active, .dotted_link:visited, .dotted_link:link {
	text-decoration: none;
}

.external_link:after {
    content: url("/img/package/master/external_link.png");
    margin: 0 0 0 0.5em;
    white-space: nowrap;
}

.popup_link {
    background: url('/img/default/icons/icon-popup.gif') no-repeat scroll right center transparent;
    padding-right: 18px; 
}
::-webkit-input-placeholder {
    color: #c1c1c1;
    font-family: 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #c1c1c1;
    font-family: 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #c1c1c1;
    font-family: 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;
}

:-ms-input-placeholder {
    color: #c1c1c1;
    font-family: 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;
}

input[type="text"],
input[type="password"],
textarea {
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    font-family: 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;
    font-size: 1.3333em;
    font-weight: 400;
    line-height: 1;
    padding: 0.7em 0.5em 0.5em;
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
    border-color: #5db143;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #5db143;
    box-shadow: inset 0 0 0 1px #5db143;
}

input[type="text"].big,
input[type="password"].big,
textarea.big {
    font-size: 1.8333em;
}


/* form */
.form fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.form legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 1.3em;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.form legend small {
    font-size: 1.1em;
    color: #999999;
}

.form label,
.form input,
.form button,
.form select,
.form textarea {
    font-weight: normal;
    /*line-height: 1.4em;*/
    font-family: 'Ubuntu', Tahoma, Arial, sens-serif;
}

.form label {
    color: #333;
    /*  display: block;
      font-size: 100%;*/
}

.form .label {
    display: block;
}

.form .label em {
    color: #f84528;
}

.form select,
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="week"],
.form input[type="number"],
.form input[type="email"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"],
.form .uneditable_input {
    font-size: 116%;
    padding: 0.5em 0.8em;
    border-radius: 0.2em;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 11em;
    outline: none;
}

/*.form input,
.form textarea,
.form .uneditable_input {
  width: 206px;
}*/
.form textarea {
    height: auto;
    max-width: 100%;
    resize: vertical;
}

.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="week"],
.form input[type="number"],
.form input[type="email"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"],
.form .uneditable_input {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

/*.form textarea:focus,
.form select:focus,
.form input[type="text"]:focus,
.form input[type="password"]:focus,
.form input[type="datetime"]:focus,
.form input[type="datetime-local"]:focus,
.form input[type="date"]:focus,
.form input[type="month"]:focus,
.form input[type="time"]:focus,
.form input[type="week"]:focus,
.form input[type="number"]:focus,
.form input[type="email"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="color"]:focus,
.form .uneditable_input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  *//* IE6-9 *//*

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}*/
.form input[type="radio"],
.form input[type="checkbox"] {
    margin: 0.2em 0.2em 0 0.25em;
    *margin-top: 0;
    /* IE7 */

    margin-top: 1px  \9;
    /* IE8-9 */

    line-height: normal;
}

.form input[type="file"],
.form input[type="image"],
.form input[type="submit"],
.form input[type="reset"],
.form input[type="button"],
.form input[type="radio"],
.form input[type="checkbox"] {
    width: auto;
}

.form select,
.form input[type="file"] {
    /*height: 2.14em;*/
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 0.2em;
    /* For IE7, add top margin to align select with labels */

    line-height: 2.14em;
}

.form select {
    /*width: 220px;*/
    border: 1px solid #d1d1d1;
    border-top-color: #7b7b7b;
    background-color: #ffffff;
}

.form select[multiple],
.form select[size] {
    height: auto;
}

.form select:focus,
.form input[type="file"]:focus,
.form input[type="radio"]:focus,
.form input[type="checkbox"]:focus {
    /*outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;*/
    outline: none;
}

.form .uneditable_input,
.form .uneditable_textarea {
    color: #999999;
    background-color: #fcfcfc;
    border-color: #d1d1d1;
    border-top-color: #7b7b7b;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

.form .uneditable_input {
    overflow: hidden;
    white-space: nowrap;
}

.form .uneditable_textarea {
    width: auto;
    height: auto;
}

.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
    color: #999999;
}

.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
    color: #999999;
}

.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
    color: #999999;
}

.form .radio,
.form .checkbox {
    min-height: 1.4em;
    padding-left: 1.4em;
}

.form .radio input[type="radio"],
.form .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -1.4em;
}

.form .controls > .radio:first-child,
.form .controls > .checkbox:first-child {
    padding-top: 0.3em;
}

.form .radio.inline,
.form .checkbox.inline {
    display: inline-block;
    padding-top: 0.3em;
    margin-bottom: 0;
    vertical-align: middle;
}

.form .radio.inline + .form .radio.inline,
.form .checkbox.inline + .form .checkbox.inline {
    margin-left: 0.7em;
}

.form .input_mini {
    width: 4em;
}

.form .input_small {
    width: 6em;
}

.form .input_medium {
    width: 11em;
}

.form .input_large {
    width: 15em;
}

.form .input_xlarge {
    width: 19em;
}

.form .input_xxlarge {
    width: 38em;
}

.form input,
.form textarea,
.form .uneditable_input {
    margin-left: 0;
}

.form .controls_row {
    *zoom: 1;
}

.form .controls_row:before,
.form .controls_row:after {
    display: table;
    content: "";
    line-height: 0;
}

.form .controls_row:after {
    clear: both;
}

.form input[disabled],
.form select[disabled],
.form textarea[disabled],
.form input[readonly],
.form select[readonly],
.form textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.form input[type="radio"][disabled],
.form input[type="checkbox"][disabled],
.form input[type="radio"][readonly],
.form input[type="checkbox"][readonly] {
    background-color: transparent;
}

.form .control_group.warning .control_label,
.form .control_group.warning .label,
.form .control_group.warning .help_block,
.form .control_group.warning .help_inline {
    color: #c09853;
}

.form .control_group.warning .checkbox,
.form .control_group.warning .radio,
.form .control_group.warning input,
.form .control_group.warning select,
.form .control_group.warning textarea {
    color: #c09853;
}

.form .control_group.warning input,
.form .control_group.warning select,
.form .control_group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form .control_group.warning input:focus,
.form .control_group.warning select:focus,
.form .control_group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.form .control_group.warning .input_prepend .add_on,
.form .control_group.warning .input_append .add_on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.form .control_group.error .control_label,
.form .control_group.error .label,
.form .control_group.error .help_block,
.form .control_group.error .help_inline {
    color: #b94a48;
}

.form .control_group.error .checkbox,
.form .control_group.error .radio,
.form .control_group.error input,
.form .control_group.error select,
.form .control_group.error textarea {
    color: #b94a48;
}

.form .control_group.error input,
.form .control_group.error select,
.form .control_group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form .control_group.error input:focus,
.form .control_group.error select:focus,
.form .control_group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.form .control_group.error .input_prepend .add_on,
.form .control_group.error .input_append .add_on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.form .control_group.success .control_label,
.form .control_group.success .label,
.form .control_group.success .help_block,
.form .control_group.success .help_inline {
    color: #468847;
}

.form .control_group.success .checkbox,
.form .control_group.success .radio,
.form .control_group.success input,
.form .control_group.success select,
.form .control_group.success textarea {
    color: #468847;
}

.form .control_group.success input,
.form .control_group.success select,
.form .control_group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form .control_group.success input:focus,
.form .control_group.success select:focus,
.form .control_group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.form .control_group.success .input_prepend .add_on,
.form .control_group.success .input_append .add_on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.form .control_group.info .control_label,
.form .control_group.info .label,
.form .control_group.info .help_block,
.form .control_group.info .help_inline {
    color: #3a87ad;
}

.form .control_group.info .checkbox,
.form .control_group.info .radio,
.form .control_group.info input,
.form .control_group.info select,
.form .control_group.info textarea {
    color: #3a87ad;
}

.form .control_group.info input,
.form .control_group.info select,
.form .control_group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form .control_group.info input:focus,
.form .control_group.info select:focus,
.form .control_group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.form .control_group.info .input_prepend .add_on,
.form .control_group.info .input_append .add_on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}

.form input:focus:invalid,
.form textarea:focus:invalid,
.form select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

.form input:focus:invalid:focus,
.form textarea:focus:invalid:focus,
.form select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

.form .form_actions {
    padding: 1.35em 1.4em 1.4em;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

.form .form_actions:before,
.form .form_actions:after {
    display: table;
    content: "";
    line-height: 0;
}

.form .form_actions:after {
    clear: both;
}

.form .help_block,
.form .help_inline {
    color: #595959;
}

.form .help_block {
    display: block;
    margin-bottom: 0.7em;
}

.form .help_inline {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    vertical-align: middle;
    padding-left: 0.3em;
}

.form .input_append,
.form .input_prepend {
    display: inline-block;
    margin-bottom: 0.7em;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

.form .input_append input,
.form .input_prepend input,
.form .input_append select,
.form .input_prepend select,
.form .input_append .uneditable_input,
.form .input_prepend .uneditable_input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 0.2em 0.2em 0;
    -moz-border-radius: 0 0.2em 0.2em 0;
    border-radius: 0 0.2em 0.2em 0;
    font-size: 14px;
}

.form .input_append input:focus,
.form .input_prepend input:focus,
.form .input_append select:focus,
.form .input_prepend select:focus,
.form .input_append .uneditable_input:focus,
.form .input_prepend .uneditable_input:focus {
    z-index: 2;
}

.form .input_append .add_on,
.form .input_prepend .add_on {
    display: inline-block;
    width: auto;
    font-size: 14px;
    min-width: 1.14em;
    padding: 0.5em 0.4em;
    font-weight: normal;
    line-height: 1.4em;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #d1d1d1;
    border-top-color: #7b7b7b;
}

.form .input_append .add_on,
.form .input_prepend .add_on,
.form .input_append .btn,
.form .input_prepend .btn,
.form .input_append .btn_group > .dropdown_toggle,
.form .input_prepend .btn_group > .dropdown_toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form .input_append .active,
.form .input_prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}

.form .input_prepend .add_on,
.form .input_prepend .btn {
    margin-right: -1px;
}

.form .input_prepend .add_on:first-child,
.form .input_prepend .btn:first-child {
    -webkit-border-radius: 0.2em 0 0 0.2em;
    -moz-border-radius: 0.2em 0 0 0.2em;
    border-radius: 0.2em 0 0 0.2em;
}

.form .input_append input,
.form .input_append select,
.form .input_append .uneditable_input {
    -webkit-border-radius: 0.2em 0 0 0.2em;
    -moz-border-radius: 0.2em 0 0 0.2em;
    border-radius: 0.2em 0 0 0.2em;
}

.form .input_append input + .btn_group .btn:last-child,
.form .input_append select + .btn_group .btn:last-child,
.form .input_append .uneditable_input + .btn_group .btn:last-child {
    -webkit-border-radius: 0 0.2em 0.2em 0;
    -moz-border-radius: 0 0.2em 0.2em 0;
    border-radius: 0 0.2em 0.2em 0;
}

.form .input_append .add_on,
.form .input_append .btn,
.form .input_append .btn_group {
    margin-left: -1px;
}

.form .input_append .add_on:last-child,
.form .input_append .btn:last-child,
.form .input_append .btn_group:last-child > .dropdown_toggle {
    -webkit-border-radius: 0 0.2em 0.2em 0;
    -moz-border-radius: 0 0.2em 0.2em 0;
    border-radius: 0 0.2em 0.2em 0;
}

.form .input_prepend.input_append input,
.form .input_prepend.input_append select,
.form .input_prepend.input_append .uneditable_input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form .input_prepend.input_append input + .btn_group .btn,
.form .input_prepend.input_append select + .btn_group .btn,
.form .input_prepend.input_append .uneditable_input + .btn_group .btn {
    -webkit-border-radius: 0 0.2em 0.2em 0;
    -moz-border-radius: 0 0.2em 0.2em 0;
    border-radius: 0 0.2em 0.2em 0;
}

.form .input_prepend.input_append .add_on:first-child,
.form .input_prepend.input_append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 0.2em 0 0 0.2em;
    -moz-border-radius: 0.2em 0 0 0.2em;
    border-radius: 0.2em 0 0 0.2em;
}

.form .input_prepend.input_append .add_on:last-child,
.form .input_prepend.input_append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 0.2em 0.2em 0;
    -moz-border-radius: 0 0.2em 0.2em 0;
    border-radius: 0 0.2em 0.2em 0;
}

.form .input_prepend.input_append .btn_group:first-child {
    margin-left: 0;
}

.form input.search_query {
    padding-right: 1em;
    padding-right: 0.2em  \9;
    padding-left: 1em;
    padding-left: 0.2em  \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

/* Allow for input prepend/append in search forms */
.form.form_search .input_append .search_query,
.form.form_search .input_prepend .search_query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form.form_search .input_append .search_query {
    -webkit-border-radius: 1em 0 0 1em;
    -moz-border-radius: 1em 0 0 1em;
    border-radius: 1em 0 0 1em;
}

.form.form_search .input_append .btn {
    -webkit-border-radius: 0 1em 1em 0;
    -moz-border-radius: 0 1em 1em 0;
    border-radius: 0 1em 1em 0;
}

.form.form_search .input_prepend .search_query {
    -webkit-border-radius: 0 1em 1em 0;
    -moz-border-radius: 0 1em 1em 0;
    border-radius: 0 1em 1em 0;
}

.form.form_search .input_prepend .btn {
    -webkit-border-radius: 1em 0 0 1em;
    -moz-border-radius: 1em 0 0 1em;
    border-radius: 1em 0 0 1em;
}

.form.form_search input,
.form.form_inline input,
.form.form_horizontal input,
.form.form_search textarea,
.form.form_inline textarea,
.form.form_horizontal textarea,
.form.form_search select,
.form.form_inline select,
.form.form_horizontal select,
.form.form_search .help_inline,
.form.form_inline .help_inline,
.form.form_horizontal .help_inline,
.form.form_search .uneditable_input,
.form.form_inline .uneditable_input,
.form.form_horizontal .uneditable_input,
.form.form_search .input_prepend,
.form.form_inline .input_prepend,
.form.form_horizontal .input_prepend,
.form.form_search .input_append,
.form.form_inline .input_append,
.form.form_horizontal .input_append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
}
.form.form_search .label,
.form.form_inline .label,
.form.form_horizontal .label {
    display: inline-block;
}

.form.form_search .hide,
.form.form_inline .hide,
.form.form_horizontal .hide {
    display: none;
}

.form.form_search label,
.form.form_inline label,
.form.form_search .btn_group,
.form.form_inline .btn_group {
    display: inline-block;
}

.form.form_search .input_append,
.form.form_inline .input_append,
.form.form_search .input_prepend,
.form.form_inline .input_prepend {
    margin-bottom: 0;
}

.form.form_search .radio,
.form.form_search .checkbox,
.form.form_inline .radio,
.form.form_inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form.form_search .radio input[type="radio"],
.form.form_search .checkbox input[type="checkbox"],
.form.form_inline .radio input[type="radio"],
.form.form_inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 0.2em;
    margin-left: 0;
}

.form.form_search dl dd,
.form.form_search dl dt,
.form.form_inline dl dd,
.form.form_inline dl dt {
    display: inline-block;
}

.form .control_group {
    margin-bottom: 0.7em;
}

.form legend + .control_group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form.form_horizontal .control_group {
    margin-bottom: 1.4em;
    *zoom: 1;
}

.form.form_horizontal .control_group:before,
.form.form_horizontal .control_group:after {
    display: table;
    content: "";
    line-height: 0;
}

.form.form_horizontal .control_group:after {
    clear: both;
}

.form.form_horizontal .control_label,
.form.form_horizontal .label {
    float: left;
    width: 11em;
    padding-top: 0.3em;
    text-align: right;
}

.form.form_horizontal .controls {
    *display: inline-block;
    *padding-left: 1.4em;
    margin-left: 12em;
    *margin-left: 0;
}

.form.form_horizontal .controls:first-child {
    *padding-left: 12em;
}

.form.form_horizontal .help_block {
    margin-bottom: 0;
}

.form.form_horizontal input + .help_block,
.form.form_horizontal select + .help_block,
.form.form_horizontal textarea + .help_block,
.form.form_horizontal .uneditable_input + .help_block,
.form.form_horizontal .input_prepend + .help_block,
.form.form_horizontal .input_append + .help_block {
    margin-top: 0.7em;
}

.form.form_horizontal .form_actions {
    padding-left: 12em;
}

.form .submit {
    background: #1ea9eb url("/img/form/submit_bg.png") repeat-x;
    border: none;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    font-size: 125%;
    height: 36px;
    letter-spacing: 0.05em;
    outline: none;
    padding: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.form .submit:hover {
    background-color: #37bdef;
    background-position: 0 -88px;
}

.form .submit:disabled,
.form [type="submit"]:disabled,
.form .submit:disabled:hover,
.form [type="submit"]:disabled:hover {
    border-bottom-color: #4a4a4a;
    background-color: grey;
    background-position: 0 -176px;
    cursor: default;
}

.form dd {
    margin-bottom: 0.8em;
}

.form dd.last {
    margin-bottom: 0;
}
.form dd.last .cancel_link {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.75em;
    padding: 0.5em 0;
}

.form ul.field_error_list,
.form ul.errors {
    margin-top: 0.5em;
}

.form ul.field_error_list li,
.form ul.errors li {
    color: red;
    white-space: normal;
}

.form label.error input[type="file"] {
    border: 1px solid;
}
.form label.error input[type="text"],
.form label.error input[type="file"],
.form label.error input[type="password"],
.form label.error textarea {
    border-color: #d10001;
}

.form label.error input[type="text"],
.form label.error input[type="password"],
.form label.error textarea {
    box-shadow: none;
}

.form .decorated_file_block .selected_file_list {
    margin-bottom: 0.3em;
}

.form .decorated_file_block .selected_file_list .selected_file .filename {
    max-width: 10em;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

/* Стили для кастомной кнопки загрузки файла */
.form .decorated_file_block .selected_file {
    display: inline-block;
    margin: 0 1em 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    width: 14em;
    font-size: 1.2em;
}

.form .decorated_file_block .selected_file.template {
    display: none;
}

.form .decorated_file_block .selected_file .icon {
    color: #dbdbdb;
    cursor: pointer;
    padding-left: 0.5em;
}

.form .decorated_file_block .selected_file:before {
    color: #70cd65;
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 1.3em;
    padding-right: 0.4em;
}

.form .decorated_file_block .selected_file.empty:before {
    content: '';
    padding-right: 0;
}

.form .decorated_file_block .error .selected_file {
    color: #b94a48;
}

.form .decorated_file_block label {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.form .decorated_file_block input[type=file]{
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.form label > .account_button {
    /*z-index: 1;*/
    position: relative;
}@CHARSET "UTF-8";
/*
 * Стили для оформления текстовых разделов
 */
/*-----------------------------------*/
/*
 * Main typography
 */
.formatted_text {
    font-size:120%;

    line-height: 130%;
}

.formatted_text strong,.formatted_text th,.formatted_text thead td,.formatted_text h1,.formatted_text h2,.formatted_text h3,.formatted_text h4,.formatted_text h5,.formatted_text h6 {
	font-weight: 500;
}

.formatted_text cite,.formatted_text em,.formatted_text dfn {
	font-style: italic;
}

.formatted_text code,.formatted_text kbd,.formatted_text samp,.formatted_text pre,.formatted_text tt,.formatted_text var {
	font-size: 92%;
	font-family: Courier, Monaco, "Lucida Console", mono-space;
}

.formatted_text code, pre {
	color: #c33;
}

.formatted_text del {
	text-decoration: line-through;
	color: #666;
}

.formatted_text ins,.formatted_text dfn {
	border-bottom: 1px solid #ccc;
}

.formatted_text small,.formatted_text sup,.formatted_text sub {
	font-size: 85%;
}

.formatted_text abbr,.formatted_text acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 0.1em;
}

.formatted_text a abbr,.formatted_text a acronym {
	border: none;
}

.formatted_text abbr[title],.formatted_text acronym[title],.formatted_text dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc;
}

.formatted_text sup {
	vertical-align: super;
}

.formatted_text sub {
	vertical-align: sub;
}

.formatted_text h1,
.formatted_text h2,
.formatted_text h3,
.formatted_text h4,
.formatted_text h5 {
    line-height: 1.2em;
}
.formatted_text h1 {
    font-family: "PF Centro Slab Pro Bold", "Times New Roman", serif;
    font-size: 1.7em;
	margin: 0.5em 0;
}

.formatted_text h1:first-child {
    margin-top: 0;
}

.formatted_text h2 {
	font-size: 1.5em;
	margin: .535em 0;
}
.formatted_text h2:first-child {
    margin-top: 0;
}

.formatted_text h3 {
	font-size: 1.4em;
	margin: .57em 0;
}
.formatted_text h3:first-child {
    margin-top: 0;
}

.formatted_text h4 {
	font-size: 1.3em;
	margin: .7em 0;
}
.formatted_text h4:first-child {
    margin-top: 0;
}

.formatted_text h5 {
	font-size: 1.2em;
	margin: .67em 0;
}
.formatted_text h5:first-child {
    margin-top: 0;
}

.formatted_text h6 {
	font-size: 1em;
	margin: .8em 0;
}
.formatted_text h6:first-child {
    margin-top: 0;
}

.formatted_text hr {
	display: block;
	background: #aaa;
	color: #aaa;
	width: 100%;
	height: 1px;
	border: none;
}
.formatted_text hr,
.formatted_text p,
.formatted_text ul,
.formatted_text ol,
.formatted_text dl,
.formatted_text pre,
.formatted_text blockquote,
.formatted_text address,
.formatted_text table,
.formatted_text form {
	margin-bottom: 1.6em;
}

.formatted_text p+p {
	margin-top: -.8em;
}
/*-----------------------------------*/

/* 
* Quotes
*/
.formatted_text blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 0 1em;
	margin: 1.6em 0;
}

.formatted_text blockquote *:first-child {
	margin: .8em 0;
}

.formatted_text blockquote *:first-child:before {
	content: "\201C";
}

.formatted_text blockquote *:first-child:after {
	content: "\201D";
}
/*-----------------------------------*/

/*
 * Forms
 */
.formatted_text form div {
	margin-bottom: .8em;
}

.formatted_text textarea,.formatted_text select,.formatted_text option {
	font-family: tahoma, courier, monaco, "Lucida Console", mono-space;
	font-size: 95%;
}

.formatted_text textarea,.formatted_text input {
	padding: .15em .4em .25em .4em;
}

.formatted_text input[type='text'],.formatted_text input[type='password'] {
	font-family: tahoma, courier, monaco, "Lucida Console", mono-space;
	font-size: 95%;
}
.formatted_text fieldset {
	border: 1px solid #ccc;
}

.formatted_text legend {
	background: #fff;
	padding-left: .8em;
	padding-right: .8em;
}

.formatted_text legend+* {
	margin-top: 1em;
}

.formatted_text textarea,.formatted_text input[type='text'],.formatted_text input[type='password'],.formatted_text select {
	border: 1px solid #ccc;
	background: #fff;
}

.formatted_text textarea:hover,.formatted_text input[type='text']:hover,.formatted_text input[type='password']:hover,.formatted_text select:hover {
	border-color: #aaa;
}

.formatted_text textarea:focus,.formatted_text input[type='text']:focus,.formatted_text input[type='password']:focus,.formatted_text select:focus {
	border-color: #888;
	outline: 2px solid #ffffaa;
}

.formatted_text input,.formatted_text select {
	cursor: pointer;
}

.formatted_text input[type='text'],.formatted_text input[type='password'] {
	cursor: text;
}

.formatted_text input {
	vertical-align: middle;
	margin: 0.1em 0.3em 0.3em 0em
}

.formatted_text fieldset {
	padding: 0 1em 1em 1em;
	margin: 1.6em 0;
}

.formatted_text select {
	padding: .1em 0 0 .2em;
}

.formatted_text option {
	padding: 0 .4em;
}
/*-----------------------------------*/

/*
 * Lists
 */

.formatted_text ol,
.formatted_text ul {
    list-style-position: inside;
}

.formatted_text ul {
	margin-left: 0.5em;
}

.formatted_text ul li {
	text-indent: -1.15em;
	padding-left: 1.3em;
    margin-bottom:0.2em;
}

.formatted_text ul li:before {
	content: "\2014\a0";
}

/*.formatted_text ul {
    margin-left: 1.5em;
}

.formatted_text ul li {
    text-indent: -1.3em;
    margin-left: 1.3em;
    behavior: expression( !this.before && this.parentNode && this.parentNode.nodeName == 'UL' ? this.before = this.innerHTML = '2014 ' + this.innerHTML : '' );
    text-indent: expression( this.parentNode && this.parentNode.nodeName == 'UL' ? '-1.3em' : 0 );
}
.formatted_text ul li:before {
    content: '\2014\a0';
}*/
 

.formatted_text ol {
    list-style-type: decimal;
    margin-left: 2.35em;
}
.formatted_text ol > li {
    list-style-type: decimal;
}

.formatted_text ol ol,.formatted_text ul ol {
	margin-left: 2.5em;
}

.formatted_text dt {
	font-weight: bold;
	margin-top: .8em;
	margin-bottom: .4em;
}
/*-----------------------------------*/

/*
 *  Tables
 */
.formatted_text table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.formatted_text th,.formatted_text td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ccc;
}

.formatted_text th,.formatted_text td {
	padding: .8em;
}

.formatted_text caption {
	padding-bottom: .8em;
}
/*-----------------------------------*/

/*
 * Images
 */
.formatted_text img[align=left] {
	float: left;
	margin: 0 1em 1em 0
}

.formatted_text img[align=right] {
	float: right;
	margin: 0 0 1em 1em
}

.formatted_text SUP, .formatted_text SUB {
    vertical-align: baseline;
    position: relative;
    font-size: 0.7em;
    line-height: 1;
}
.formatted_text SUP {
    bottom: 1.4ex;
}
.formatted_text SUB {
    top: 0.5ex;
}

.formatted_text.user_agreement{
    line-height: 125%;
}
.formatted_text.user_agreement li {
    margin-bottom: 0.5em;
}

/* NEW PROMO */
.layout_body.new_promo .formatted_text a {
    color: #419f24;
    border-bottom: 1px solid rgba(65, 159, 36, 0.3);
    text-decoration: none;
}

.layout_body.new_promo .formatted_text a:hover {
    border-bottom: 1px solid rgba(65, 159, 36, 1);
}

.layout_body.new_promo .formatted_text ul,
.layout_body.new_promo .formatted_text p {
	margin-bottom: 1em;
}

.layout_body.new_promo .formatted_text ul:last-child,
.layout_body.new_promo .formatted_text p:last-child {
	margin-bottom: 0;
}

.layout_body.new_promo .formatted_text p + p {
	margin-top: 0;
}

.layout_body.new_promo .formatted_text * {
	line-height: inherit;
}.jqwindow {
	border: 1px solid #D0D0D0;
	position: absolute;
	background: #ffffff;
	z-index: 1000;
}

.jqwindow > .jqwindow_header {
	background-color: #D7D2D2;
	background-image: -moz-linear-gradient(center top, #F0F0F0, #D7D7D7);
	border-bottom: 1px solid #D0D0D0;
	box-shadow: 0 1px 0 0 #EFEDED inset;
	padding: 0.7em 1em;
	line-height: 1em;
}

.jqwindow > .jqwindow_header {
	background-image: url("http://dev.sencha.com/deploy/ext-4.0.2a/examples/themes/../../resources/themes/images/gray/panel-header/panel-header-default-top-bg.gif");
}

.jqwindow > .jqwindow_header.jqwindow_draggable {
	cursor: move;
}

.jqwindow > .jqwindow_header > .jqwindow_favicon {
	float: left;
	margin-right: 0.5em;
}

.jqwindow > .jqwindow_header > .jqwindow_title {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	width: 0;
	color: #333333;
	font-family: tahoma, arial, verdana, sans-serif;
	font-weight: bold;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar {
	vertical-align: top;
	display: inline-block;
	float: right;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	
    * display: inline;
    
	height: 15px;
	margin: 0 4px;
	width: 15px;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button:last-child {
	margin-right: 0;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_collapse {
	background: url("/js/jquery/jquery.jqwindow/src/skins/gray/img/tool-sprites.gif") no-repeat scroll 0 -15px transparent;
}
.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_collapse:hover {
	background: url("/js/jquery/jquery.jqwindow/src/skins/gray/img/tool-sprites.gif") no-repeat scroll -15px -15px transparent;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_minimize {
	background: url("/js/jquery/jquery.jqwindow/src/skins/gray/img/tool-sprites.gif") no-repeat scroll 0 -45px transparent;
}
.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_minimize:hover {
	background: url("/js/jquery/jquery.jqwindow/src/skins/gray/img/tool-sprites.gif") no-repeat scroll -15px -45px transparent;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_maximize {
	background: url("/js/jquery/jquery.jqwindow/src/skins/gray/img/tool-sprites.gif") no-repeat scroll 0 -30px transparent;
}
.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_maximize:hover {
	background: url("/js/jquery/jquery.jqwindow/src/skins/gray/img/tool-sprites.gif") no-repeat scroll -15px -30px transparent;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_close {
	background: url("/js/jquery/jquery.jqwindow/src/skins/gray/img/tool-sprites.gif") no-repeat scroll 0 0 transparent;
}
.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_close:hover {
	background: url("/js/jquery/jquery.jqwindow/src/skins/gray/img/tool-sprites.gif") no-repeat scroll -15px 0 transparent;
}

.jqwindow > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button > em {
	display: none;
}

.jqwindow .jqwindow {
	width: auto;
	height: auto;
}

.jqwindow_overlay {
	background-color: #000;
    left: 0;
    opacity: 0.55;
    position: fixed;
    top: 0;
    z-index: 50;
}
.jqwindow_overlay.jqwindow_modal_overlay {
    background-color: #AAA;
}

/*
* Popup window
*/
.jqwindow.jqwindow_popup .jqwindow_header {
    background: none;
}
.jqwindow.jqwindow_popup .jqwindow_arrow.up {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #D0D0D0;
}
.jqwindow.jqwindow_popup .jqwindow_arrow.down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #D0D0D0;
}
.jqwindow.jqwindow_popup.jqwindow_normal {
    box-shadow: 2px 2px 10px #BBB;
}

.jqwindow_normal {
	*box-shadow: 0px 0px 10px #BBB;
	*border-radius: 0.3em;
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
}

.jqwindow_basic {
	background: #ffffff;
}

.jqwindow_masked {
	background: #CCCCCC;
}

.jqwindow_framed {
	background: #F1F1F1;
}

.jqwindow_padded > .jqwindow_body > .jqwindow_content {
	margin: 5px;
}

.jqwindow_padded-basic > .jqwindow_body > .jqwindow_content,
.jqwindow_padded-masked > .jqwindow_body > .jqwindow_content,
.jqwindow_padded-framed > .jqwindow_body > .jqwindow_content {
	margin: 5px;
	border: 1px solid #D0D0D0;
}

.jqwindow_padded-basic > .jqwindow_body > .jqwindow_content {
	background: #ffffff;
}

.jqwindow_padded-masked > .jqwindow_body > .jqwindow_content {
	background: #CCC;
}

.jqwindow_padded-framed > .jqwindow_body > .jqwindow_content {
	background: #F1F1F1;
}/*.jqwindow.tan {
    background: #EDE9CE;
}*/
.jqwindow.tan > .jqwindow_body > .jqwindow_content {
    margin: 0.5em;
}
.jqwindow.tan > .jqwindow_header {
    height: 15px;
    position: relative;
    padding: 0;
}
.jqwindow.tan .jqwindow_action_bar {
    position: absolute;
    right: 0;
}.window_popup > .jqwindow_header {
	background: none;
	box-shadow: none;
	padding: 0.5em;
	line-height: 1em;
	font-size: 0.7em;
    border-bottom: none;
    height: 1.5em;
}
.window_popup > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_close,
.window_popup > .jqwindow_header > .jqwindow_action_bar > .jqwindow_button.jqwindow_close:hover {
	background: url("/img/popup_window/close_btn.png") center center no-repeat transparent;
}
.window_popup > .jqwindow_body > .jqwindow_content {
    margin: 0 1.5em 1.5em;

}
.window_popup.fixed {
    background-color: #FFF !important;
    border-radius: 4px 4px 4px 4px !important;
    box-shadow: 0 0 1.6em rgba(0,0,0,0.5) !important;
    text-align: left;
}
.window_popup.fixed .jqwindow_arrow {

}
.window_popup.fixed .jqwindow_arrow.up {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF;
}
.window_popup.fixed .jqwindow_arrow.down {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
}
/*-----------------------------------*/
/* Success
/*-----------------------------------*/
.window_popup .page_item.success h2.title {
    margin-bottom: 1.2em;
}
.window_popup .page_item.success h2.title span {
    font-size: 1.25em;
    color: #006796;
    font-family: 'PF Centro Slab Pro Medium';
}
.window_popup .page_item.success .text {
    font-size: 1.16em;
    font-family: 'PT Sans';
}
.window_popup.flow .page_item.success {
    text-align: center;
}
.window_popup.flow .page_item.success h2.title span {
    font-size: 1.25em;
}
.window_popup.flow .page_item.success .text {
    font-size: 1.16em;
}
/*-----------------------------------*/
/* User subscribe
/*-----------------------------------*/
.window_popup .user_subscribe_form input[type="text"] {
    width: 94%;
}.amount.zero {
	color: #000;
}
.amount.RUB:after,
.amount.rub:after {
	content: 'P';
	text-decoration: line-through;
	margin-left: 0.2em;
}
.amount.GBP:before,
.amount.gbp:before {
	content: '£';
	margin-left: 0.2em;
}
.amount.CNY:after,
.amount.cny:after {
	content: 'Ұ';
	margin-left: 0.2em;
}
.amount.JPY:after,
.amount.jpy:after {
	content: '¥';
	margin-left: 0.2em;
}
.amount.usd:before,
.amount.USD:before {
	content: '$';
}
.amount.EUR:after,
.amount.eur:after {
	content: '€';
}
.amount.positive {
	color: #4ca20b;
}
.amount.negative {
	color: #e10000 !important;
}
.amount.zero {
	color: #000;
}
.layout_container {
    height: 100%;
}

.layout_container.new_promo {
    background: none repeat scroll 0 0 #f6f6f6;
}

.layout_container.new_promo * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.layout_container > .wrapper {
    clear: both;
    height: auto !important;
}

.layout_container.new_promo .formatted_text h1 {
    font-family: 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif
}

.layout_container.new_promo .layout_header .top_bar {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.layout_container.new_promo .layout_header .top_bar.small:hover {
    opacity: 1 !important;
    transition: opacity 500ms ease-in-out;
}

.layout_container.new_promo .layout_body .h1_block {
    margin: 0 0 0.5em 0;
    text-align: center;
}

.layout_container.new_promo .layout_header .bottom_bar {
    background: #fff;
    padding-top: 109px;
    min-height: 0;
}

.layout_container.price .layout_header .bottom_bar {
    background: none;
}

.layout_container.index .layout_body .delivery_info,
.layout_container.index .layout_body .social_network,
.layout_container.index .layout_body .package_info,
.layout_container.index .layout_body .delivery_promo {
    border: 0;
    width: 24.5em;
    margin: 1.5em 3.3em 4.25em 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.layout_container.index .layout_body .delivery_info .title:after,
.layout_container.index .layout_body .social_network .title:after,
.layout_container.index .layout_body .package_info .title:after,
.layout_container.index .layout_body .delivery_promo .title:after {
    display: block;
}

.layout_container.index .layout_body .social_network,
.layout_container.index .layout_body .delivery_promo,
.layout_container.index .layout_body .package_info {
    margin-right: 0;
}

/**********************************************/
/* Why us page
/**********************************************/
.layout_container.why_us_block .layout_body > .inner {
    padding: 0;
    width: 100%;
}

/**********************************************/
/* Services page
/**********************************************/
.layout_container.services .layout_body > .inner {
    padding-bottom: 0;
}

/**********************************************/
/* Price page
/**********************************************/
.layout_container.price .delivery_calculator {
    margin-bottom: 2.5em;
}

/* Get started */
.layout_container.price .get_started .left_fon {
    width: 71px;
    background: url("/img/get_started/left_fon_2.png") 0 0 no-repeat;
}

.layout_container.price .get_started .right_fon {
    width: 71px;
    background: url("/img/get_started/right_fon_2.png") 100% 0 no-repeat;
}

.layout_container.price .get_started > .inner {
    background: url("/img/get_started/main_fon_2.png") 0 0 repeat-x;
    margin: 0 71px;
}

.layout_container.price .get_started .left_fon,
.layout_container.price .get_started .right_fon,
.layout_container.price .get_started > .inner {
    height: 134px;
}

.layout_container.price .get_started .mega_button {
    margin-bottom: 3.8em;
    margin-top: 2.5em;
}

.layout_container.price .get_started .help a span {
    text-transform: capitalize;
}

/**********************************************/
/* How it works page
/**********************************************/
.layout_container.how_it_works.about .look_pricing {
    margin-top: 39em;
}

.layout_container.how_it_works .work_step_list {
    margin-bottom: 3.5em;
}

.layout_container.how_it_works .look_pricing {
    height: 9.5em;
}

.layout_container.how_it_works .look_pricing > .inner {
    padding: 1.5em 0;
    background: #dde4d3;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.layout_container.how_it_works .look_pricing .support_link {
    margin-top: 0.5em;
}

.layout_container.how_it_works .look_pricing .support_link a {
    font-family: "PF Centro Slab Pro Medium", "Times New Roman", serif;
    font-size: 1.33em;
    color: #010101;
}

/**********************************************/
/* Ebay welcome page
/**********************************************/
.layout_container.ebay_welcome .page_header {
    padding-bottom: 1em;
}

.layout_container.ebay_welcome .page_header .text {
    /** background: url("/img/ebay/logo.png") no-repeat left top;**/
    display: inline-block;
    padding-left: 7em;
    height: 3em;
}

/*-----------------------------------*/
/*
*
*/

.layout_container.invite .user_invite,
    /*.layout_container.register .user_register,*/
.layout_container.reminder .user_reminder,
.layout_container.subscribe .layout_body .user_subscribe_block,
.layout_container.send_price_to_friend .user_send_price,
.layout_container.add_tracking .tracking_add,
.layout_container.ticket_add .ticket_add,
.layout_container.calculator .delivery_calculator,
.layout_container.change-password .user_form {
    border: 1px solid #dadfe2;
    border-radius: 0.5em;
    margin: 0 auto;
    padding: 1em;
}

.layout_container.invite .user_invite,
.layout_container.register .user_register,
.layout_container.reminder .user_reminder,
.layout_container.subscribe .layout_body .user_subscribe_block,
.layout_container.send_price_to_friend .user_send_price,
.layout_container.add_tracking .tracking_add,
.layout_container.ticket_add .ticket_add,
.layout_container.calculator .delivery_calculator,
.layout_container.change-password .user_form {
    max-width: 45em;
}

.layout_container.new_promo.register > .wrapper {
    min-height: 50%;
}

.layout_container.register .user_register {
    width: 50em;
}

.layout_container.send_price_to_friend .user_send_price {
    width: 30em;
}

.layout_container.change-password .user_form {
    width: 20em;
}

.layout_container.invite .user_invite,
.layout_container.reminder .user_reminder,
.layout_container.subscribe .layout_body .user_subscribe {
    text-align: center;
}

.layout_container.subscribe .layout_body .user_subscribe .text {
    color: #006796;
}

.layout_container.subscribe .layout_body .user_subscribe .text span {
    color: #006796;
    font-size: 1.2em;
    font-family: 'PF Centro Slab Pro Medium', "Times New Roman", serif;
}

.layout_container.subscribe .layout_body .user_subscribe .user_subscribe_form {
    width: 20em;
    margin: 0 auto;
}

.layout_container.subscribe .layout_body .user_subscribe .user_subscribe_form input[type="text"] {
    width: 15em;
}

.layout_container.subscribe .layout_body .user_subscribe .user_subscribe_form .submit {
    width: 16.9em;
}

/* Page header */

.layout_container.new_promo .page_header {
    width: 100% !important;
    background: url("/img/main/popular_shop_list_bg_dark.jpg") no-repeat scroll 0 -213px / 100% auto #e5e5e5;
    padding: 40px 0;
}

.layout_container.new_promo .page_header.condensed {
    background: none;
    height: auto;
    padding: 0 0 30px;
}

.layout_container.new_promo .page_header .wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.layout_container.new_promo .page_header .wrapper .breadcrumbs {
    padding: 0 0 10px;
}

.layout_container.new_promo .page_header.condensed .wrapper .breadcrumbs {
    padding: 0 0 20px;
}

.layout_container.new_promo .page_header.condensed .wrapper .breadcrumbs > .item,
.layout_container.new_promo .page_header.condensed .wrapper .breadcrumbs > .item > a {
    color: #343434;
}

.layout_container.new_promo .page_header .wrapper .title {
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

.layout_container.new_promo .page_header.condensed .wrapper {
    width: 100%;
}

.layout_container.new_promo .page_header.condensed .wrapper .title {
    color: #343434;
    text-shadow: none;
    display: block;
    font-size: 40px;
    line-height: 35px;
    font-weight: 500;
}

.layout_container.new_promo .page_header .wrapper h1.title,
.layout_container.new_promo .page_header .wrapper h2.title,
.layout_container.new_promo .page_header .wrapper .title span {
    font-size: 60px;
    line-height: 55px;
    font-weight: 500;
}

.layout_container.new_promo .page_header.condensed .wrapper .title span {
    font-size: 40px;
    line-height: 44px;
}

.layout_container.new_promo .page_header .text {
    color: #fff;
    font-size: 20px;
    line-height: 31px;
    padding: 20px 0 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    width: 700px;
}

.layout_container.new_promo .page_header.condensed .text {
    color: #343434;
    text-shadow: none;
}

@media screen and (min-width: 1200px) {
    .layout_container.new_promo .page_header .wrapper {
        width: 1200px;
    }
}
html, body {
    color: #333;
    font: 12px 'Ubuntu', Tahoma, Arial, sens-serif;
    height: 100%;
}

.layout_container.new_promo {
    font: 400 12px/1.4 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;
}

.layout_container.new_promo a:active,
.layout_container.new_promo a:focus {
    outline: none;
}

.layout_container.new_promo a.link {
    border-bottom: 1px solid rgba(65, 159, 36, 0.3);
    color: #419f24;
    text-decoration: none;
}

.layout_container.new_promo a.link:hover {
    border-bottom: 1px solid rgba(65, 159, 36, 1);
}

.layout_container.new_promo ol,
.layout_container.new_promo ul {
    margin-bottom: 1em;
}

.layout_container.new_promo ol:last-child,
.layout_container.new_promo ul:last-child {
    margin-bottom: 0;
}
.page_header {
    padding: 2.5em 0 3em;
}

.page_header .title {
    color: #fff;
    margin-bottom: 6px;
}

.page_header h1.title {
    font-size: 5em;
    line-height: 1.2em;
}

.page_header :not(h1).title > span {
    font-size: 5em;
    line-height: 1.2em;
}

.page_header .text {
    font-size: 1.25em;
    color: #fff;
    width: 53em;
    line-height: 1.2em;
}

.page_header.e-commerce .title {
    margin-bottom: 0;
}

.page_header.e-commerce .title > span {
    font-size: 4em;
}

.page_header.e-commerce .text {
    font-size: 3em;
    font-weight: bold;
}
.account_button {
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #8b8f86;
    border-radius: 4px;
    color: #9c886d;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    padding: 0.6em 1em 0.5em;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.account_button span {
    display: block;
}

.account_button.green_style {
    background-color: #70cd65;
    border-bottom-color: #669660;
    color: #fff;
}

.account_button.green_style span {

}

.account_button.green_style:hover {
    background-color: #55c747;
}

.account_button.blue_style {
    background-color: #5cc9f2;
    border-bottom-color: #47a2c4;
    color: #fff;
}

.account_button.blue_style span {

}

.account_button.blue_style:hover {
    background-color: #37bdef;
}

.account_button.grey_style {
    background-color: #edf7f9;
    border-bottom-color: #c8d5d9;
    color: #404b50;
}

.account_button.grey_style span {

}

.account_button.grey_style:hover {
    border-bottom-color: #8b8f86;
}

.account_button.red_style {
    background-color: #fb8468;
    border-bottom-color: #b9563e;
    color: #fff;
}

.account_button.red_style span {

}

.account_button.red_style:hover {
    background-color: #e96d50;
}

.account_button.orange_style {
    background-color: #fa7f43;
    border-bottom-color: #9b3e15;
    color: #fff;
}

.account_button.orange_style span {

}

.account_button.orange_style:hover {
    background-color: #ec843c;
}

.account_button.disabled,
.account_button.disabled:hover {
    background-color: #808080;
    border-bottom-color: #5f5f5f;
    cursor: default;
}
.account_menu {
    font-family: 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;
}

.account_menu a {
    color: #725836;
    padding-left: 28px;
}

.account_menu > ul > li > a {
    /*text-decoration: none;*/
}

.account_menu > ul > li {
    border-bottom: 1px solid #cecbb4;
    border-top: 1px solid #f7f5e9;
    padding: 0.8em 1em 0.6em;
    border-radius: 0.35em;
}

.account_menu > ul > li.first {
    border-top: none;
}

.account_menu > ul > li.last {
    border-bottom: none;
}

.account_menu > ul > li > a {
    display: inline-block;
    font-size: 1.33em;
    background: url('/img/account/account_menu.png') 0 center no-repeat;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.account_menu > ul > li > a:hover {
    color: #404b50;
}

.account_menu > ul > li.active {
    background: #ddd7bd;
    border: 1px solid;
    border-color: #c9c3af #cac4ad #f5f2e3 #cac4ad;
    box-shadow: 0 1.5px #a5a08d inset;
    border-bottom: none;
    margin-top: -2px;
}

.account_menu > ul > li > .badge {
    display: inline-block;
    width: 1.6em;
    height: 1.3em;
    margin-left: 0.7em;
    padding-top: 0.2em;
    background-color: #725836;
    text-align: center;
    border-radius: 1em;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 1px 0 #000;
    border-bottom: 1px inset;
    font-size: 1.2em;
}

.account_menu > ul > li:hover > .badge {
    background-color: #404b50;
}

.account_menu > ul > li.active > .badge {
    background-color: #637075;
}

.account_menu > ul > li.active > a {
    color: #637075;
}

.account_menu ul li.dashboard > a {
    background-position: 0 2px;
}

.account_menu ul li.order > a {
    background-position: 0 -46px;
}

.account_menu ul li.package > a {
    background-position: 0 -94px;
}

.account_menu ul li.address > a {
    background-position: 0 -142px;
}

.account_menu ul li.billing > a {
    background-position: 0 -191px;
}

.account_menu ul li.ticket > a {
    background-position: 0 -239px;
}

.account_menu ul li.settings > a {
    background-position: 0 -286px;
}

.account_menu ul li.ebay > a {
    background-position: 0 -1014px;
}

.account_menu ul li.dashboard > a:hover {
    background-position: 0 -333px;
}

.account_menu ul li.order > a:hover {
    background-position: 0 -381px;
}

.account_menu ul li.package > a:hover {
    background-position: 0 -429px;
}

.account_menu ul li.address > a:hover {
    background-position: 0 -477px;
}

.account_menu ul li.ticket > a:hover {
    background-position: 0 -574px;
}

.account_menu ul li.settings > a:hover {
    background-position: 0 -621px;
}

.account_menu ul li.billing > a:hover {
    background-position: 0 -526px;
}

.account_menu ul li.ebay > a:hover {
    background-position: 0 -1075px;
}

.account_menu ul li.dashboard.active > a {
    background-position: 0 -667px;
}

.account_menu ul li.order.active > a {
    background-position: 0 -716px;
}

.account_menu ul li.package.active > a {
    background-position: 0 -763px;
}

.account_menu ul li.address.active > a {
    background-position: 0 -816px;
}

.account_menu ul li.ticket.active > a {
    background-position: 0 -913px;
}

.account_menu ul li.settings.active > a {
    background-position: 0 -962px;
}

.account_menu ul li.billing.active > a {
    background-position: 0 -866px;
}

.account_menu ul li.ebay.active > a {
    background-position: 0 -1147px;
}

.account_menu ul ul {
    margin-top: 0.4em;
    margin-left: -28px;
}

.account_menu > ul > li.active ul > li:first-child a {
    border-top: 1px dotted #998f76;
    padding-top: 0.8em;
}

.account_menu ul ul li {
    padding: 0.55em 0;
}

.account_menu ul ul a {
    display: block;
    font-weight: normal;
}

.account_menu ul ul a .code {
    background-color: #715735;
    width: 20px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    color: #ede9ce;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    padding: 0.25em 0.1em;
    margin-left: -28px;
}

.account_menu ul ul li.active a .code {
    background-color: #998f76;
}

.account_menu ul ul a .name {
    display: inline-block;
    text-decoration: underline;
}

.account_menu ul ul a .name:hover {
    text-decoration: none;
}

.account_menu ul ul li.active a .name {
    color: #998f76;
    text-decoration: none;
}

.account_menu ul ul li.active a {
    color: #998f76;
}

.account_menu ul li a {
    font-weight: 500;
}

.account_menu ul ul li a {
    margin-left: 28px;
}.account_search_empty {
    margin-top: 50px;
    text-align: center;
}.tab_list {
    vertical-align: top;
    margin-bottom: 0;
    background-color: #f5f5f5;
    padding: 1em 0 1em 0;
    margin-bottom: 1.5em;
}
.tab_list .list {
    margin-left: 1.5em;
    overflow-y: hidden;
    margin-bottom: -1px;
}
.tab_list .list li {
    min-height: 3em;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding-top: 0.3em;
    display: block;
    float: left;
}
.tab_list .list li > div {
    padding-right: 10px;
}
.tab_list .list li a {
    border: 2px solid transparent;
    padding: 0.6em 0.5em 0.5em 0.7em;
    display: inline-block;
    color: #404b50;
    font-size: 1.08em;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
.tab_list.ebay .list li a {
    padding-left: 0.4em;
}
.tab_list .list li a.nodecor {
    text-decoration: none;
}
.tab_list .list li.active > div {
/*    background: url('/img/account/submenu_right.png') right 0 no-repeat;*/
}
.tab_list .list li.active a {
    color: #637075;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #70cd65;

    background-color: #FFF;
}

.tab_list .list li sup {
    background-color: #70cd65;
    border-top: 1px solid #cad2d5;
    border-radius: 7.5px;
    min-width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    right: 0.3em;
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
}

.tab_list .bottom_line {
    background: #cad2d5;
    height: 1px;
    line-height: 0;
}

/** jqcarousel */
.tab_list .jqcarousel {
    position: relative;
    margin-bottom: -1px;
}
.tab_list .jqcarousel .scroll {
    width: 675px;
    /*display: inline-block;*/
    overflow: hidden;

    margin-left: 3.5em;
}
.tab_list .jqcarousel .scroll ul {
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
}
.tab_list .jqcarousel .previous,
.tab_list .jqcarousel .next
{
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 0;
    height: 0;
    margin: 1.3em 0 0 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;

    position: absolute;
    top: 0;
}
.tab_list .jqcarousel .previous {
    border-right: 10px solid #715735;
    margin-right: 1em;

    left: 0.7em;
}
.tab_list .jqcarousel .previous.disabled {
    border-right-color: #dedede;
}
.tab_list .jqcarousel .next {
    border-left: 10px solid #715735;
    margin-left: 1em;
    right: 0.7em;
}
.tab_list .jqcarousel .next.disabled {
    border-left-color: #dedede;
}.admin_informer {
    overflow: hidden;
}

.admin_informer > div{
    margin: 0.7em 0.45em 0em 0.45em;
    font-size: 130%;
}

.admin_informer span{
    font-weight: bold;
}

.admin_informer.dashboard > div{
    margin: 0 0.35em 1.5em 0;
}.advantage_block {
}

.advantage_block .advantage_list {
    overflow: hidden;
}

.advantage_block .advantage_list .advantage {
    float: left;
    padding: 170px 1em 0;
    width: 25%;
}

.advantage_block .advantage_list .advantage.free_services {
    background: url(/img/advantage/free_services.png) no-repeat center 0;
}

.advantage_block .advantage_list .advantage.profitable_delivery {
    background: url(/img/advantage/profitable_delivery.png) no-repeat center 0;
}

.advantage_block .advantage_list .advantage.protection {
    background: url(/img/advantage/protection.png) no-repeat center 0;
}

.advantage_block .advantage_list .advantage.link_ebay {
    background: url(/img/advantage/link_ebay.png) no-repeat center 0;
}

.advantage_block .advantage_list .advantage .title {
    font-size: 1.6667em;
    font-weight: 500;
    margin-bottom: 1em;
    text-align: center;
}

.advantage_block .advantage_list .advantage .text {
    color: #616060;
    font-size: 1.1667em;
    text-align: center;
}.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 1em;
    padding: 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert:last-child {
    margin-bottom: 0;
}

.alert.overlay {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
}

.alert .close {
    filter: alpha(opacity=20);
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    opacity: 0.2;
    position: relative;
    right: -5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: -2px;
}

.alert .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    background-color: #eff7fb;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}.article_block {
    background: #ececec;
}

.article_block .title_big {
    font-size: 3.3333em;
}

.article_block .title_big .link {
    background: url("/img/article/external_link.png") no-repeat scroll right 6px rgba(0, 0, 0, 0);
    padding-right: 11px;
}

.article_block .title_big .link a {
    color: #419f24;
    border-bottom: 1px solid rgba(65, 159, 36, 0.3);
    display: inline-block;
    line-height: 32px;
    text-decoration: none;
}

.article_block .title_big .link a:hover {
    color: #419f24;
    border-bottom: 1px solid rgba(65, 159, 36, 1);
}

.article_block .title_small {
    font-size: 20px;
    margin-bottom: 33px;
}

.article_block .article_wrapper .article_primary {
    width: 782px;
    margin: 0 auto 30px;
}

.article_block .article_wrapper .article_secondary {
    width: 782px;
    margin: 0 auto;
}

.article_block .article_wrapper .article_primary .article {
    width: 782px;
    height: 420px;
    background: url("/img/article/block_primary_bottom.png") no-repeat center 408px rgba(0, 0, 0, 0);
}

.article_block .article_wrapper .article_primary .article .inner {
    height: 408px;
    padding: 25px 30px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    background-color: #fff;
}

.article_block .article_wrapper .article_primary .article .image {
    float: left;
    clear: left;
}

.article_block .article_wrapper .article_primary .article .info {
    float: right;
    clear: right;
    width: 387px;
}

.article_block .article_wrapper .article_primary .article .post_date {
    color: #a6a6a6;
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 9px;
}

.article_block .article_wrapper .article_primary .article .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 22px;
}

.article_block .article_wrapper .article_primary .article .title .link a {
    color: #419f24;
    border-bottom: 1px solid rgba(65, 159, 36, 0.3);
    text-decoration: none;
}

.article_block .article_wrapper .article_primary .article .title .link a:hover {
    color: #419f24;
    border-bottom: 1px solid rgba(65, 159, 36, 1);
}

.article_block .article_wrapper .article_primary .article .text {
    font-size: 13px !important;
    line-height: 22px !important;
    color: #606060;
    margin-bottom: 44px;
    max-height: 170px;
    overflow: hidden;
}

.article_block .article_wrapper .article_secondary .article {
    width: 368px;
    height: 196px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    background: url("/img/article/block_secondary_bottom.png") no-repeat center 190px rgba(0, 0, 0, 0);
    margin-bottom: 21px;
}

.article_block .article_wrapper .article_secondary .article:first-of-type {
    float: left;
    clear: left;
}

.article_block .article_wrapper .article_secondary .article:last-of-type {
    float: right;
    clear: right;
}

.article_block .article_wrapper .article_secondary .article .inner {
    background-color: #fff;
    padding: 21px 25px;
    height: 191px;
    position: relative;
}

.article_block .article_wrapper .article_secondary .article .image {
    float: left;
    clear: left;
    margin-bottom: 6px;
}

.article_block .article_wrapper .article_secondary .article .info {
    float: right;
    clear: right;
    margin-bottom: 1em;
    width: 221px;
}

.article_block .article_wrapper .article_secondary .article .post_date {
    color: #a6a6a6;
    font-size: 10px;
    margin-top: 8px;
    margin-bottom: 4px;
}

.article_block .article_wrapper .article_secondary .article .title {
    font-size: 16px;
    line-height: 22px;
}

.article_block .article_wrapper .article_secondary .article .title .link a {
    color: #419f24;
    border-bottom: 1px solid rgba(65, 159, 36, 0.3);
    text-decoration: none;
}

.article_block .article_wrapper .article_secondary .article .title .link a:hover {
    color: #419f24;
    border-bottom: 1px solid rgba(65, 159, 36, 0.3);
}

.article_block .article_wrapper .article_secondary .article .text {
    clear: both;
    font-size: 13px !important;
    line-height: 20px !important;
    color: #606060;
    max-height: 70px;
    overflow: hidden;
}

.article_block .article_wrapper .article_secondary .article:hover .text {
    transition: opacity .3s ease 0s;
    opacity: .36;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.article_block .article_wrapper .article_secondary .article .buttons {
    opacity: 0;
    bottom: 25px;
    left: 92px;
    position: absolute;
}

.article_block .article_wrapper .article_secondary .article:hover .buttons {
    opacity: 1;
    transition: opacity .3s ease 0s;
}

.article_block .social_list_wrapper {
    margin: 45px auto 0;
    width: 700px;
}

.article_block .social_list_wrapper .title {
    font-size: 24px;
    color: #333;
    margin-top: 11px;
    float: left;
    clear: left;
}

.article_block .social_list_wrapper .social_list {
    float: right;
    clear: right;
}

.article_block .social_list_wrapper .social_list .social {
    margin-right: 16px;
    display: inline-block;
    width: 52px;
    height: 52px;
}

@media screen and (min-width: 1200px) {
    .article_block .article_wrapper .article_primary {
        width: 782px;
        float: left;
        clear: left;
        margin: 0;
    }

    .article_block .article_wrapper .article_secondary {
        width: 368px;
        float: right;
        clear: right;
        margin: 0;
    }
}
.banner_block {
    background: #fff url(/img/main/banner_video.jpg) no-repeat center top;
    background-size: 100% auto;
    overflow: hidden;
    min-width: 960px;
    position: relative;
}

.banner_block .inner {
    margin: 0 auto;
    width: 960px;
}

.banner_block .banner {
    padding: 70px 0 50px 0;
    text-align: center;
    z-index: 9;
    position: relative;
}

.banner_block .video_container {
    position:absolute;
    height:100%;
    width:100%;
    left: 0;
    overflow: hidden;
    text-align: center;
}

.banner_block .video_container video {
    width: 100%;
    height: auto;
}

.banner_block .video_overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 2;
}
.banner_block .video_overlay_first_frame {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(/img/main/banner_video.jpg) no-repeat center top;
    background-size: 100% auto;
    z-index: 1;
}

.banner_block .banner .title_big {
    color: #fff;
    font-size: 3.3333em;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 1em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

.banner_block .banner .title_small {
    color: #fff;
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

@media (max-width: 1000px) {
    .banner_block .banner {
        padding:  45px 0 74px 0;
    }
}

.banner_block .banner .partner_banner {
    width: 100%;
    height: 135px;
    background-size: contain !important;
    margin-bottom: 0.5em;
}

.banner_block .banner.with_partner_banner .benefit_block {
    margin-bottom: 20px;
}

@media (max-width: 1120px) {
    .banner_block .banner .partner_banner {
        height: 110px;
    }
    .banner_block .banner.with_partner_banner {
        padding-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .banner_block .inner {
        margin: 0 auto;
        width: 1200px;
    }

    .banner_block .banner .title_big {
        font-size: 4.2em;
    }

}

@media (min-width: 1400px) {
    .banner_block .banner {
        padding: 135px 0px 100px;
        text-align: center;
    }

    .banner_block .banner.with_partner_banner .benefit_block {
        margin-bottom: 60px;
    }
}
.banner_mini {

}

.banner_mini .inner {
    margin: 0 auto;
    width: 960px;
}

.banner_mini .title_big {
    color: #fff;
    font-size: 4.1667em;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 0.2em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2) !important;
}

.banner_mini.free_services {
    background: url(/img/main/mini/free_services.jpg) no-repeat center 0;
    background-size: cover;
}

.banner_mini.send_cheaper {
    background: url(/img/main/mini/send_cheaper.jpg) no-repeat center bottom;
    background-size: cover;
}

.banner_mini.send_cheaper .title_big {
    font-size: 3.3333em;
}

.banner_mini .title_small {
    color: #fff;
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2) !important;
}

@media (min-width: 1200px) {
    .banner_mini .title_small {
        margin-bottom: 2em;
    }
    .banner_mini .inner {
        width: 1200px;
    }
}
.benefit_block .benefit_list {
    display: table;
    margin: 0 auto;
}

.benefit_block .benefit_list > .item {
    background: url(/img/benefit_bg.png) no-repeat;
    display: table-cell;
    float: left;
    min-height: 40px;
    padding: 0 3em 0 50px;
    vertical-align: middle;
}

.benefit_block .benefit_list > .item.last {
    padding-right: 0;
}

.benefit_block .benefit_list > .item span {
    color: #fff;
    display: block;
    font-size: 1.6666em;
    font-weight: 500;
    padding: 0.4em 0 0;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .benefit_block .benefit_list > .item {
        padding: 0 13em 0 50px;
    }
}
.benefits_block p {
    color: #334046;
}
.benefits_block .title {
    font-weight: bold;
    font-family: 'PF Centro Slab Pro Bold', 'times new roman', serif;
}
.benefits_block .block-title {
    font-size: 2.2em;
    margin-bottom: 1em;
}
.benefits_block .col p.title {
    font-size: 1.6em;
}
.benefits_block .col {
    display: inline-block;
    padding-left: 7em;
    padding-top: 1em;
    height: 8em;
    width: 15em;
    vertical-align: top;
}
.benefits_block .col .description {
    margin-top: 1em;
    width: 80%;
    font-size: 1.1em;
}
.benefits_block .col.fast {
    background: url("/img/block/benefits/fast.png") no-repeat left top;
}
.benefits_block .col.cheap {
    background: url("/img/block/benefits/cheap.png") no-repeat left top;
}
.benefits_block .col.safely {
    background: url("/img/block/benefits/safely.png") no-repeat left top;
}
.benefits_block .col.easy {
    background: url("/img/block/benefits/easy.png") no-repeat left top;
}.box_wrapper .tab_list {
}

.box_wrapper .button_list {
    float: right;
}

.box_wrapper .wrap_content {
    background: #fff;
    border: 1px solid;
    border-color: white #a7a99b #a8a694 #a8a694;
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    /*padding: 0.5em 0;*/
    /*min-height: 20em;*/
}

.box_wrapper .wrap_content.padded {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1.5em;
}

.box_wrapper.full .wrap_content,
.box_wrapper .wrap_content.full {
    border-radius: 4px;
    border-color: #a8a694;
}

.box_wrapper .wrap_content.transparent {
    background: none;
    border: none;
    border-radius: 0;
}

.box_wrapper.fat .wrap_content {
    padding: 0.5em 0.7em;
}

.box_wrapper .wrap_content .no_data {
    display: block;
    /*padding: 0.8em;*/
    /*font-size: 1.08em;*/
}

.box_wrapper .wrap_content.padded .no_data {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.alphabet {
    margin-bottom: 50px;
}

.alphabet .item {
    border: 2px solid #5db143;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0 5px 10px 0;
    color: #343434!important;
}

.alphabet span.item {
    border: 2px solid #e2e2e2;
    color: #8f8e8e!important;
    cursor: default;
}

.alphabet a.item.number {
    border: 2px solid #3d4fa1;
}

.alphabet a.item.active,
.alphabet a.item:hover
{
    background: #5db143;
    color: #ffffff!important;
}

.alphabet a.item.number:hover,
.alphabet a.item.number.active
{
    background: #3d4fa1;
}
.brand_item {
}

.brand_item > .page_title {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 23px;
    font-weight: 500;
}
.brand_item > .brand_info_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

/** brand info */
.brand_item .info {
    margin-bottom: 2em;
}
.brand_item .info > table {
    width: 100%;
}

.brand_item .info table {
    border-left: none;
    border-top: none;
    margin-bottom: 0;
}
.brand_item .info table th,
.brand_item .info table td {
    border-right: none;
    border-bottom: none;
}
.brand_item .info .title {
    margin-bottom: 0.5em;
}
.brand_item .info .brand_delivery {
    width: 100%;
}
.brand_item .info .brand_delivery tr {
    padding: 0.5em 0;
}
.brand_item .info .brand_delivery tr.odd {
    background: #e4eeed;
}
.brand_item .info .brand_delivery td,
.brand_item .info .brand_delivery th {
    padding: 0.5em 1em;
    vertical-align: middle;
}
.brand_item .info .brand_delivery td span,
.brand_item .info .brand_delivery th span {
    font-size: 0.85em;
}
.brand_item .info .brand_delivery td span,
.brand_item .info .brand_delivery th span,
.brand_item .info .brand_delivery td i {
    color: #5d6368;
}

.brand_item .info .description {
    margin-bottom: 2em;
}
.brand_list_top {
}

.brand_list_top .average_line_title {
    margin-bottom: 1em;
}

.brand_list_top > .page_title {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 23px;
    font-weight: 500;
}

.brand_list_top ul {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.brand_list_top ul li {
    margin-bottom: 0.5em;
}

.brand_list_top .formatted_text {
    margin-bottom: 2em;
}

.brand_list_top > .top_brand_list_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}
.category_menu {
    background-color: #fff;
    position: relative;
    border-bottom: 2px solid #d3d3d3;
}

.category_menu .title {
    padding: 1.3em 1.4091em 0.7em;
    border-bottom: 2px solid #e1e1e1;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.8333em;
    line-height: 1;
}

.category_menu ul li {
    border-bottom: 1px solid #eaeaea;
    display: block;
    list-style: none;
    padding: 0.6667em 1.6667em;
}

.category_menu ul li:last-of-type {
    border-bottom: 0 none;
}

.category_menu ul li > a {
    font-size: 1.3333em;
    line-height: 1;
    color: #343434;
    text-decoration: none;
    padding: 0.375em 0.5625em;
    border: 2px solid transparent;
    display: inline-block;
}

.category_menu ul li > a:hover {
    color: #419f24;
    text-decoration: none;
}

.category_menu ul li.active > a {
    border: 2px solid #5db143;
    border-radius: 3px;
}

.category_menu ul li.active > a:hover {
    color: #419f24;
}
.brand_rubric {
    font-family: 'Ubuntu', Tahoma, sans-serif;
}
.brand_rubric > .page_title {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 23px;
    font-weight: 500;
}

.brand_rubric .brand_list.top {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.brand_rubric .brand_list.top .item {
    margin-bottom: 0.7em;
    list-style-type: none;
}
.brand_rubric .brand_list.top .item .url {
    margin-right: 10%;
    display: inline-block;
    vertical-align: top;
    color: #000;
}
.brand_rubric .brand_list.top .item .url a {
    font-size: 16px;
}
.brand_rubric .brand_list.top .item .description {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    color: #334046;
    text-align: justify;
}

.brand_rubric .brand_list.by_column li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.8% 0.5em 0;
    overflow-x: hidden;
    
    //float: left;
    
    line-height: 1.2em;
}
.brand_rubric .brand_list.by_column li a {
    font-size: 120%;
}

.brand_rubric > .description {
    margin-top: 1.6em;
}
.breadcrumbs > .item,
.breadcrumbs > .item > a {
    color: #fff;
    font-size: 14px;
}
.breadcrumbs > .item > a {
    text-decoration: underline;
}
.breadcrumbs > .item > a:hover {
    text-decoration: none;
}
.checkout_cart {

}

.checkout_cart .img img {
    max-width: 100px;
}
.checkout_cart .product > span {
    display: block;
}
.checkout_cart tr td.right {
    text-align: right;
}

.checkout_cart .account_list_table {
    margin-bottom: 2em;
}
.checkout_cart .account_list_table .total_row .bg_top td {
    background: #f1eed9 url('/img/package/declaration/total_bg2.png') 0 0 repeat-x;
}
.checkout_cart .account_list_table .total_row td {
    background: #f1eed9;
    border: none;
    font-weight: bold;
    padding: 0.5em 0.5em;
}
.checkout_cart .account_list_table .total_row .bg_bottom td {
    background: #f1eed9 url('/img/package/declaration/total_bg.png') 0 100% repeat-x;
}

.checkout_cart .user_address {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.checkout_cart .user_address .title {
    margin-bottom: 1em;
    font-weight: bold;
}
.checkout_cart .user_address .item.inactive {
    display: none;
}
.checkout_cart .user_address .item.active {
    display: block;
}

.checkout_cart .payment_method_list {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.checkout_cart .payment_method_list .title {
    margin-bottom: 1em;
    font-weight: bold;
}
.checkout_demo_cart h1.title {
    margin: 1em 0.5em
}
.checkout_demo_cart h1.title span {
    font: 1.7em "PF Centro Slab Pro Bold", "Times New Roman", serif;
    font-weight: bold;
}

.checkout_demo_cart .product_list {
    margin-bottom: 1em;
}
.checkout_demo_cart .product_list .item .image {
    float: left;
    width: 120px;
    margin-right: 1.5em;
    height: 120px;
    overflow: hidden;
    border: 1px solid #e0e5e8;
    background: #FFF;
    text-align: center;
}
.checkout_demo_cart .product_list .item .image img {
    max-width: 120px;
}
.checkout_demo_cart .product_list .item .product_name {
    font-weight: bold;
}
.checkout_demo_cart .product_list .item .attribute_list {
    margin-top: 0.5em;
}
.checkout_demo_cart .product_list .item .attribute_list .item {
    line-height: 1em;
}
.checkout_demo_cart .product_list .item .attribute_list span {
    font-size: 0.8em;
}
.checkout_demo_cart .product_list .item .unit_price .old_price {
    text-decoration: line-through;
    font-size: 0.9em;
}

.checkout_demo_cart .product_list .total_row td {
    border: none;
    background: #f1eed9;
    font-weight: bold;
    padding: 0.5em 0.5em;
}
.checkout_demo_cart .product_list .total_row td:first-child {
    text-align: right;
}
.checkout_demo_cart .product_list .total_row td span {
    font-weight: bold;
    font-size: 1.2em;
}
.checkout_demo_cart .product_list .total_row .bg_top td,
.checkout_demo_cart .product_list .total_row .bg_bottom td {
    font-size: 0;
    line-height: 0;
    height: 5px;
}
.checkout_demo_cart .product_list .total_row .bg_top td {
    background: #f1eed9 url('/img/package/declaration/total_bg2.png') 0 0 repeat-x;
}
.checkout_demo_cart .product_list .total_row .bg_bottom td {
    background: #f1eed9 url('/img/package/declaration/total_bg.png') 0 100% repeat-x;
}

.checkout_demo_cart .checkout {

}
.checkout_demo_cart .checkout form,
.checkout_demo_cart .checkout > .submit {
    float: right;
}.checkout_order_item .img img {
    max-width: 120px;
}

.checkout_order_item .package_declaration thead th.product,
.checkout_order_item .package_declaration tbody.item td.product
{
    text-align: left;
}
.checkout_order_item .package_declaration thead th,
.checkout_order_item .package_declaration tbody.item td,
.checkout_order_item .package_declaration .total_row td
{
    padding-right: 0.5em;
}
.checkout_order_item .package_declaration thead th.product {
    padding-left: 1em;
}
.checkout_order_item .package_declaration tbody.item td.product .sku {
    display: block;
}
.checkout_order_item .package_declaration tbody.item td.product .sku .title {
    display: inline-block;
}

.checkout_order_item .order_delivery .payment {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: 1.5em;
}
.checkout_order_item .order_delivery .payment .title {
    color: #8b969b;
}

.checkout_order_item .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.account_list_table {
    background: #fff;
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

.account_list_table tr {
    border-bottom: 1px solid #e0e5e8;
}

.account_list_table td,
.account_list_table th {
    color: #272f33;
    font-size: 1.1667em;
    padding: 1em 0.5em;
    /*text-align: right;*/
    vertical-align: top;
}

.account_list_table th {
    color: #888;
    font-weight: 300;
    padding-bottom: 0.2em;
    padding-top: 0.5em;
}

.account_list_table th span {
    font-size: 0.8571em;
    font-weight: 300;
}

.account_list_table th:last-child,
.account_list_table th.last,
.account_list_table td:last-child,
.account_list_table td.last,
.account_list_table th.right,
.account_list_table td.right {
    text-align: right;
}

/*.account_list_table tbody tr.fieldset td.id,
.account_list_table tbody tr.fieldset td.delivery_method {
    color: #8b969b;
}*/
/*.account_list_table tbody tr.fieldset td span {*/
    /*font-size: 1.16em;*/
/*}*/
/****** Odd line **********/
.account_list_table tbody.odd tr.fieldset,
.account_list_table tbody.odd tr.fieldset td,
.account_list_table tbody:nth-child(odd) tr.fieldset,
.account_list_table tbody:nth-child(odd) tr.fieldset td {
    /*background: #f0fafe;*/
}

.account_list_table tbody tr.fieldset td.inbox * {
    font-weight: bold;
}

/****** Hover line **********/
.account_list_table tbody:hover tr.fieldset td {
    background-color: #f8fdff;
}

/*.account_list_table tbody:hover tr.fieldset td a {
    color: #1E87B9;
}*/

/****** Active line **********/
.account_list_table tbody.active tr.fieldset td {
    background: #d0eaf4;
    box-shadow: 0 -3px 0 #b9d0d9 inset;
    border-bottom: 1px solid #a7b0b2;
}

/*.account_list_table tbody.active tr.fieldset td.first,
.account_list_table tbody.active tr.fieldset td:first-child {
    border-radius: 0 0 0 2px;
}

.account_list_table tbody.active tr.fieldset td:last-child,
.account_list_table tbody.active tr.fieldset td.last {
    border-radius: 0 0 2px 0;
}*/

.account_list_table tbody.odd tr.fieldset.total_row td,
.account_list_table tbody:nth-child(odd) tr.fieldset.total_row td,
.account_list_table tbody.even tr.fieldset.total_row td
{
    color: #30393d;
    background-color: #FFF;
}

/*.account_list_table tbody:hover tr.fieldset td {
    border-bottom-color: #FFF;
    box-shadow: 0 -2px 0px #FFF inset;
}*/

/****** Editable line **********/
.account_list_table tbody.editable tr.fieldset td {
    background-color: #e2c15e;
    color: #715735;
    box-shadow: none;
    border-bottom-color: #e2c15e;
}

.account_list_table tbody.editable tr.fieldset td.name a {
    color: #7a1d00;
}

/*.account_list_table tbody.editable tr.fieldset td.price {
    color: #30393d;
}*/

/****** Details block **********/
.account_list_table tbody tr.details,
.account_list_table tbody tr.edit {
    display: none;
}

.account_list_table tbody tr.details.active {
    display: table-row;
}

.account_list_table tbody tr.edit.active {
    display: table-row;
}

.account_list_table tbody tr.edit.active td.content {
    -webkit-box-shadow: 0 5px 2px -2px #9a9a9a;
    -moz-box-shadow: 0 5px 2px -2px #9a9a9a;
    box-shadow: 0 5px 2px -2px #9a9a9a;
}

.account_list_table tbody tr.details.active > td {
    box-shadow: 0 -3px 2px #bdc5c8 inset;
    border-radius: 0 0 2px 2px;
    text-align: left;
    padding: 1em 0.8em;
}

/*.account_list_table td.name a {
    text-decoration: none;
}*/

/*.account_list_table td.price,
.account_list_table td.tracking {
    color: #30393d;
}*/

.account_list_table .ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: inherit;
}

.account_list_table .action .package_link {
    background-image: url('/img/package/in_stock.gif');
    width: 16px;
    height: 16px;
    display: inline-block;
}

.account_list_table td.dimensions > span {
    max-width: 110px;
}.package_list {
}

.package_list .item {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin: 1px 1px 11px;
    transition: border-color .3s ease-out 0s;
}

.package_list .item:hover {
    border: 1px solid #b7c2c7;
}

.package_list .item.selected,
.package_list .item.selected:hover {
    margin: -1px 0 10px;
    border: 2px solid #3da6e2;
    transition: none;
}

.package_list .item .item_head {
    background-color: #f0f0f0;
    box-sizing: border-box;
    height: 32px;
    padding: 7px 18px 0;
    cursor: pointer;
}

.package_list .item .item_head .checkbox {
    float: left;
    width: 27px;
    padding-left: 0;
}

.package_list .item .item_head .checkbox input {
    margin-left: 0;
    display: none;
}

.package_list .item .item_head .checkbox .check {
    cursor: pointer;
    height: 20px;
    width: 22px;
    margin-top: -2px;
    background: url('/img/user_order/checkbox_empty.png') 0 0 no-repeat;
}

.package_list .item .item_head .checkbox .check.checked {
    background: url('/img/user_order/checkbox_checked.png') 0 0 no-repeat;
}

.package_list .item .item_head .id {
    float: left;
    font-size: 15px;
    font-weight: 500;
}

.package_list .item .item_head .actions {
    float: right;
    transition: opacity .3s ease-out 0s;
    opacity: 0;
}

.package_list .item:hover .item_head .actions {
    opacity: 1;
}

.package_list .item .item_head .actions .action {
    color: #333;
    font-size: 12px;
    margin-left: 17px;
    padding: 8px 0 9px 20px;
    text-decoration: none;
}

.package_list .item .item_head .actions .action span {
    border-bottom: 1px solid #b7b7b7;
}

.package_list .item .item_head .actions .action:hover span {
    border-bottom: 1px solid #333;
}

.package_list .item .item_head .actions .action.edit {
    background: url('/img/user_order/edit_icon.png') 0 8px no-repeat;
}

.package_list .item .item_head .actions .action.delete {
    background: url('/img/user_order/delete_icon.png') 0 8px no-repeat;
}

.package_list .item .item_head .actions .action.receive {
    background: url('/img/user_order/receive_icon.png') 0 8px no-repeat;
}

.package_list .item .item_head .actions .action.allow_sending {
    background: url('/img/user_order/allow_send_icon.png') 0 8px no-repeat;
}

.package_list .item .item_head .actions .action .icon {
    font-size: 16px;
}

.package_list .item .item_body .item_data {
    width: 100%;
}

.package_list .item .item_body .item_data .attribute_title {
    color: #9e9e9e;
    margin-top: 1px;
}

.package_list .item .item_body .item_data .name,
.package_list .item .item_body .item_data .tracking,
.package_list .item .item_body .item_data .arrival_date,
.package_list .item .item_body .item_data .delivery_method,
.package_list .item .item_body .item_data .weight,
.package_list .item .item_body .item_data .price,
.package_list .item .item_body .item_data .partner {
    padding: 8px 5px 7px 0;
    box-sizing: border-box;
}

.package_list .item .item_body .item_data .name {
    padding-left: 18px;

}

.package_list .item .item_body .item_data .name .package_name {
    font-size: 15px;
    font-weight: 500;
}

.package_list .item .item_body .item_data .name .package_name a {
    color: #3da6e2;
    text-decoration: none;
}

.package_list .item .item_body .item_data .name .package_name a span {
    border-bottom: 1px solid #c4e4f6;
}

.package_list .item .item_body .item_data .name .package_name a:hover span {
    border-bottom: 1px solid #3da6e2;
}

.package_list .item .item_body .item_data .name .shop {
    color: #333;
    font-size: 12px;
    margin-top: 1px;
}

.package_list.outgoing_package_list .item .item_body .item_data .name {
    min-width: 27%;
    max-width: 27%;
    width: 27%;
}

.package_list.incoming_package_list .item .item_body .item_data .name {
    min-width: 34%;
    max-width: 34%;
    width: 34%;
}

.package_list .item .item_body .item_data .tracking {
    min-width: 19%;
    max-width: 19%;
    width: 19%;
}

.package_list .item .item_body .item_data .arrival_date {
    min-width: 17%;
    max-width: 17%;
    width: 17%;
}

.package_list .item .item_body .item_data .delivery_method {
    min-width: 15%;
    max-width: 15%;
    width: 15%;
}

.package_list .item .item_body .item_data .weight {
    min-width: 11%;
    max-width: 11%;
    width: 11%;
}

.package_list .item .item_body .item_data .price {
    min-width: 11%;
    max-width: 11%;
    width: 11%;
}

.package_list .item .item_body .item_data .partner {
    min-width: 8%;
    max-width: 8%;
    width: 8%;
}

.package_list .item .item_body .item_data .partner {
    text-align: right;
}

.package_list .item .item_body .item_data .partner .icon {
    display: inline-block;
    margin-top: 3px;
    margin-right: 14px;
    width: 28px;
    height: 28px;
}

.package_list .item .item_body .item_data .partner .icon.ebay {
    background: url('/img/user_order/ebay_link.png') 0 0 no-repeat;
}

.package_list .item .item_body .item_data .partner .icon.bunddler {
    background: url('/img/user_order/bunddler_link.png') 0 0 no-repeat;
    width: 30px;
}

.package_list .icon {
    background: url('/img/user_order/icons.png') 1000px 0 no-repeat;
}

.package_list form[name=incoming_package_choose] .action_list {
    margin: 2em 57px 3.3em 0;
}

.package_list form[name=incoming_package_choose] .action_list input[type=submit] {
    font-size: 1.2em;
    padding-top: 0.7em;
    padding-bottom: 0.6em;
    height: auto;
}

.package_list form[name=incoming_package_choose] .action_list .packages_count_text {
    color: #798184;
    margin-left: 2em;
}

.package_list .pager {
    padding: 0 0.3em 0.2em 0.3em;
}

.package_list .no_data {
    font-size: 1.08em;
    padding-bottom: 1em;
    display: block;
}

.package_list .remove_original_wrap {
    margin-bottom: 15px;
}
.contact_block > .title span {
    font-size: 1.45em;
    color: #adadad;
    text-transform: uppercase;
}
.contact_block .address div,
.contact_block .live_chat {
    font-size: 1.16em;
    line-height: 1.35em;
}
.contact_block .address {
    margin-bottom: 1em;
}
.contact_block .address div {
    color: #e4f7f6;
}
.contact_block .address .name {
    font-weight: bold;
}
.contact_block .phone_title {
    font-size: 1.3em;
    margin-top: .6em;
    margin-bottom: .6em;
}
.contact_block .phone_title .phone {
    font-weight: bold;
}
.contact_block .work_time {
    font-size: 1.3em;
    margin-bottom: .6em;
}
.contact_block .skype,
.contact_block .email {
    margin-bottom: 0.4em;
}.contact_page .tab-list {
    width: 100%;
}

.contact_page .tab-list li {
    display: inline-block;
    padding: 1em;
    font-size: 130%;
}

.contact_page .tab-list li.active {
    background-color: #f5f5ee;
}

.contact_page .tab-list li a {
    display: inline-block;
    text-decoration: none;
    padding-left: 1.3em;
    cursor: pointer;
}

.contact_page .tab-list li a span {
    font-weight: bold;
    color: dodgerblue;
    border-bottom: 1px dashed;
}

.contact_page .tab-list li.active a {
    cursor: default;
}

.contact_page .tab-list li.active a span {
    color: #000000;
    text-decoration: none;
    border: none;
}

.contact_page .content-wrapper {
}

.contact_page .content-wrapper .content {
    background-color: #f5f5ee;
    padding: 2em;
}

.contact_page .content-wrapper .group_title {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0.2em;
}

.contact_page .content-wrapper .content + .group_title {
    margin: 1.5em 0 0;
}

.contact_page .content-wrapper .content .inner {
}

.contact_page .content-wrapper .content .inner .col {
    width: 25%;
    float: left;
    vertical-align: top;
}

.contact_page .content-wrapper .content .inner .col .item .title{
    font-weight: bold;
}

.contact_page .content-wrapper .content .inner .col .item > .formatted_text p {
    margin-bottom: 0;
}

.contact_page .content-wrapper .content .inner .col .item {
    padding: 0 0 0 2.5em;
}

.contact_page .content-wrapper .content .inner .col .item.phone{
    background: url("/img/contact_us/phone.png") no-repeat left top;
}

.contact_page .content-wrapper .content .inner .col .item.address{
    background: url("/img/contact_us/point.png") no-repeat left top;
}

.contact_page .content-wrapper .content .inner .col .item.email{
    background: url("/img/contact_us/mail.png") no-repeat left top;
}

.contact_page .content-wrapper .content .inner .col .item.working{
    background: url("/img/contact_us/time.png") no-repeat left top;
}

.contact_page .content-wrapper .content .inner .col .item.manager{
    background: url("/img/contact_us/manager.png") no-repeat left top;
}

.contact_page .content-wrapper .content .inner .col .item.skype{
    background: url("/img/contact_us/skype.png") no-repeat left top;
}

.contact_page .content-wrapper .company_address {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.5;
    margin: 2.2em 0 1em;
}

.contact_page .content-wrapper .address_list_block {
    margin: 2em 0 0;
}

.contact_page .content-wrapper .address_list_block .address_list {
    margin: 1.5em 0 0;
}

.contact_page .content-wrapper .address_list_block .address_list .address {
    margin-bottom: 1em;
}

.contact_page .content-wrapper .address_list_block .address_list .address:last-child {
    margin-bottom: 0;
}

.contact_page .content-wrapper .address_list_block .address_list .address .title {
    font-weight: bold;
    font-size: 1.1em;
}

.contact_page .content-wrapper .address_list_block .address_list .address p {
    margin: 0;
}

.contact_page .content-wrapper .address_list_block .address_list .address p + p {
    margin: 0;
}

.contact_page .contact_address {
    margin-bottom: .6em;
}.content_page {

}

.content_page.center_right {
    overflow: hidden;
}

.content_page .inner {

}

.content_page.center_right .center_column {
    float: left;
    width: 580px;
}

.content_page.center_right .right_column {
    float: right;
    width: 320px;
}

.content_page.center_left .center_column {
    float: right;
    width: 580px;
}

.content_page.center_left .left_column {
    float: left;
    width: 320px;
}

/* B2B */
.b2b_promo_layout .content_page > .inner {
    margin: 0 auto;
    width: 980px;
}

/* ACCOUNT */

.default_account_layout .content_page.center_left .center_column,
.b2b_account_layout .content_page.center_left .center_column {
    width: 750px;
}

.default_account_layout .content_page.center_left .left_column,
.b2b_account_layout .content_page.center_left .left_column {
    width: 210px;
}

@media screen and (min-width: 1200px) {
    .content_page.center_left .center_column {
        width: 820px;
    }

    .content_page.center_right .center_column {
        width: 820px;
    }

    .b2b_promo_layout .content_page.center_right .center_column {
        width: 580px;
    }

    .b2b_promo_layout .content_page.center_right .right_column {
        width: 320px;
    }
}.cut_corner_wrapper {
    border: 2px solid #dadfe2;
    border-radius: 5px;
    padding: 1em 0;
}
.cut_corner_wrapper > .inner {
    position: relative;
    padding: 0 1.5em;
}
.cut_corner_wrapper > .inner > .right_corner,
.cut_corner_wrapper > .inner > .right_corner span,
.cut_corner_wrapper > .inner > .left_corner,
.cut_corner_wrapper > .inner > .left_corner span {
    position: absolute;
    width: 0;
    height: 0;
}
.cut_corner_wrapper > .inner > .right_corner,
.cut_corner_wrapper > .inner > .left_corner {
    top: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.cut_corner_wrapper > .inner > .right_corner span,
.cut_corner_wrapper > .inner > .left_corner span {
    top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    display: block;
}
.cut_corner_wrapper > .inner > .right_corner {
    left: -2px;
    border-left: 15px solid #dadfe2;
}
.cut_corner_wrapper > .inner > .left_corner {
    right: -2px;
    border-right: 15px solid #dadfe2;
}
.cut_corner_wrapper > .inner > .right_corner span {
    left: -15px;
    border-left: 13px solid #FFF;
}
.cut_corner_wrapper > .inner > .left_corner span {
    right: -15px;
    border-right: 13px solid #FFF;
}

.cut_corner_wrapper > .inner > .wrap_content {
    margin-top: 75px;
}
.cut_corner_wrapper > .inner > .wrap_content .block_image {
    position: relative;

}
.cut_corner_wrapper > .inner > .wrap_content .block_image span {
    position: absolute;
    margin-top: -75px;
    width: 100%;
    display: block;
    text-align: center;
}.delivery_promo {
    text-align: center;
}
.delivery_promo .block_image span {
    text-align: center;
}
.delivery_promo .title {
    margin-bottom: 1.2em;
}
.delivery_promo .title:after {
    display: none;
}
.delivery_promo .content {
    margin-bottom: 0.5em;
    font-size: 1.15em;
    font-family: "PT Sans", "times new roman", serif;
}
.delivery_promo .title span {
    color: #006796;
    background: #F5F5EE;
    font-size: 1.4em;
    font-family: "PF Centro Slab Pro Bold", "times new roman", serif;
    text-transform: uppercase;
}/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/js/jquery/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/js/jquery/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/js/jquery/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/js/jquery/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/js/jquery/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/js/jquery/chosen/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/js/jquery/chosen/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/js/jquery/chosen/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/js/jquery/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/js/jquery/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/js/jquery/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/js/jquery/chosen/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/js/jquery/chosen/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/js/jquery/chosen/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/js/jquery/chosen/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/js/jquery/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*-----------------------------------*/
/* Jquery Chosen plugin
/*-----------------------------------*/
body .chosen-container {
    
    display: inline-block;
    * display: inline;
    
}
/** fix */
body .chosen-container-single .chosen-single {
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
}
body .chosen-container-single .chosen-single div b {
    background-position: 0 2px;
}.delivery_calculator {
    max-width: 35em;
    text-align: left;
}
.delivery_calculator .average_line_title {
    margin-bottom: 1.6em;
}
.delivery_calculator .average_line_title span {
    /* вынести отсюда */
    color: #006796;
    font-size: 1.25em;
    font-family: "PF Centro Slab Pro Bold"
}

.delivery_calculator > .content {
    background: url('/img/default/delivery/bottom_bg.png') 0 100% repeat-x;
    padding-bottom: 0.4em;
}
.delivery_calculator > .content > .inner {
    border: 2px solid #cdcbad;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    background-color: #e9e7cf;
    padding: 1em;
    font-family: 'PT Sans';
}
.delivery_calculator dd {
    margin-bottom: 1.4em;
}
.delivery_calculator dd.last {
    margin-bottom: 0;
}
.delivery_calculator .label {
    display: block;
    color: #5f7077;
}
.delivery_calculator div.select {

}
.delivery_calculator div.select select {
    padding: 0.5em 0.8em;
}

.delivery_calculator .region_container .city_ru.full {
    width: 100%;
}
.delivery_calculator .region_container .region_ru,
.delivery_calculator .region_container .city_ru,
.delivery_calculator .zip_list .from,
.delivery_calculator .zip_list .to
{
    width: 49%;
    display: inline-block;
}
.delivery_calculator .zip_list .description {
    margin-top: 0.5em;
    color: #5f7077;
}
.delivery_calculator .region_container input,
.delivery_calculator .zip_list input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.delivery_calculator .weight_list {
    display: inline-block;
    width: 65%;
    vertical-align: top;
}
.delivery_calculator .weight_list > input.delivery_weight {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6em 0.8em 0.4em;
}
.delivery_calculator .weight_unit_list {
    width: 33%;
    padding-left: 2%;
    display: inline-block;
}

.delivery_calculator .delivery_method_container {
   /* min-height: 10.4em;*/
}
.delivery_calculator .delivery_method_list li.inactive {
    color: #C2C2C2;
}
.delivery_calculator .delivery_method_list .info {
    width: 65%;
    display: inline-block;
}
.delivery_calculator .delivery_method_list .name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.16em;
    max-width: 85%;
}
.delivery_calculator .delivery_method_list .descr {
    padding-left: 2em;
    display: block;
}
.delivery_calculator .delivery_method_list .active .descr {
    color: #5f7077;
}
.delivery_calculator .delivery_method_list .price {
    padding-top: 0.25em;
    font-weight: bold;
    float: right;
}
.delivery_calculator .delivery_method_list .active .price {
    color: #5f7077;
}

/**
* Dimensions
*/
.delivery_calculator .dimensions_list {
    height: 4em;
}
.delivery_calculator .dimensions_list label {
    display: inline-block;
    vertical-align: top;
}
.delivery_calculator .dimensions_list .sizes {
    float: left;
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: 78%;*/
}
.delivery_calculator .dimensions_list .sizes .inner {
    margin-right: 7em;
}
.delivery_calculator .dimensions_list .sizes label {
    width: 32%;
}
.delivery_calculator .dimensions_list .sizes input {
    box-sizing: border-box;
}
.delivery_calculator .dimensions_list .dimensions_x input,
.delivery_calculator .dimensions_list .dimensions_y input {
    /*width: 87%;*/
    width: 98%;
    margin: 0;
}
.delivery_calculator .dimensions_list .dimensions_z input {
    /*width: 100%;*/
    width: 98%;
    margin: 0;
}
.delivery_calculator .dimensions_list .measure_unit {
    width: 7em;
    float: left;
    margin-left: -7em;
}
.delivery_calculator .dimensions_list .measure_unit .chosen-container-single .chosen-single {
    height: 27px;
    line-height: 27px;
}

/*.delivery_calculator .dimensions_list .dimensions_x:after,*/
/*.delivery_calculator .dimensions_list .dimensions_y:after {*/
    /*content: 'x';*/
    /*margin-left: 2%;*/
/*}*/

.delivery_calculator .insurance .amount {
    width: 75%;
    display: inline-block;
}
.delivery_calculator .insurance .amount input {
    width: 3em;
    text-align: right;
    font-weight: bold;
    font-size: 1.1em;
}
.delivery_calculator .insurance .price {
    color: #5F7077;
    font-weight: bold;
    text-align: right;
    width: 25%;
    display: inline-block;
}

.delivery_calculator dd.total {
    background: url('/img/default/delivery/top_bg.png') 0 0 repeat-x;
    padding-top: 1.5em;
}
.delivery_calculator dd.total .label {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.delivery_calculator dd.total .label .descr {
    display: block;
    color: #191919;
    font-size: 1.16em;
}
.delivery_calculator dd.total .price {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-top: 0.3em;
    color: #181818;
    font-family: 'PF Centro Slab Pro Bold';
    font-size: 2.5em;
    text-align: right;
}

.delivery_calculator select {
    width: 100%;
    padding: 0.3em 0.5em;
}
.delivery_calculator input[type="text"],
.delivery_calculator input[type="password"] {
    padding: 0.5em 0.8em;
    border-radius: 3px;
    border: 1px solid #AAA;
    border-top-color: #7B7B7B;
    color: #444;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.jqwindow .delivery_calculator {
    width: 31em;
}

.delivery_info {
    text-align: center;
}
.delivery_info .block_image span {
    text-align: center;
}
.delivery_info .average_line_title {
    margin-bottom: 1.2em;
}
.delivery_info .average_line_title:after {
    display: none;
}
.delivery_info .average_line_title span {
    color: #006796;
    background: #F5F5EE;
    font-size: 1.4em;
    text-transform: uppercase;
}
.delivery_info .text {
    font-size: 1.15em;
}
.delivery_info .text {
    margin-bottom: 0.8em;
}
.delivery_info .link a {
    font-size: 1.3em;
    color: #0196de;
}

.delivery_info .popup .arrow {
    display: none;
}
.delivery_info .load_content {
    display: none;
}
.delivery_point_list {

}

.delivery_point_list form {
    margin-bottom: 20px;
}

.delivery_point_list .delivery-points-title {
    font-size: 40px;
}
.delivery_point_list .delivery-points-subtitle {
    font-weight: normal;
    font-size: 26px;
}
.delivery_point_list .form-group .form-control {
    height: 52px;
    width: 330px;
    padding: 0 10px;
    font-size: 22px;
    color: #333;
}
.delivery_point_list .form-group {
    position: relative;
}
/*.delivery_point_list .form-group .new-arrow {
    width: 330px;
    height: 52px;
    background: #fff url(../img/arrows-select.png) no-repeat right;

    top: 25px;
    right: 41px;
}
.delivery_point_list .form-group .new-arrow select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-color: transparent;
}*/

.delivery_point_list .form-group .label-group-input {
    font-size: 14px;
}
.delivery_point_list .item {
    background-color: #FFF;
    border: 3px solid #fae089; /*rgba(255,255,255,0.5 )*/
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 999;
}
.delivery_point_list .item .info {
    /*background-color: #fff;*/
    width: 50%;
    float: left;
    box-shadow: 0 0 0 0 #000 inset;
    font-size: 16px;
}
.delivery_point_list .item .info .inner {
    padding: 17px 30px;
    position: relative;
}
.delivery_point_list .item .info .inner .title {
    color: #b5b5b5;
    font-size: 14px;
    margin: 0;
}
.delivery_point_list .item .info .inner .description {
    max-width: 420px;
    font-size: 14px;
}
.delivery_point_list .item .info .inner .btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
.delivery_point_list .item .map {
    width: 50%;
    float: left;
}
.delivery_point_list .item .map .map-ya .ymaps-map {
    border-radius: 0 12px 12px 0;
}
.delivery_point_list .item.compact {
    height: 168px;
}
.delivery_point_list .item.compact .info .inner .btn {
    position: absolute;
    top: 123px;
    bottom: auto;
    right: 15px;
    z-index: 999;
}/* Download block */
.download_block {
    margin-bottom: 4em;
}
.download_block .title {
    margin-bottom: 1.5em;
}
.download_block .title span {
    font-size: 1.3em;
    font-weight: bold;
}
.download_block .country {
    margin-bottom: 2em;
}
.download_block .pdf {
    margin-right: 3.4em;
}
.download_block .pdf,
.download_block .png {
    width: 9em;
    display: inline-block;
    vertical-align: bottom;
}
.download_block .name {
    padding-left: 11px;
}
.download_block .name a {
    font-size: 1.16em;
}.ebay_compatible_logo {

}

.ebay_compatible_logo img {
    width: 100%;
}.ebay_confirm .ebay_confirm_form {
    margin-top: 1em;
    text-align: right;
}
.ebay_confirm .ebay_confirm_form.form .submit {
    width: 5em;
}
.ebay_confirmation_info {
    background: url(/img/ebay/not_linked_icon.png) 0 0 no-repeat;
    min-height: 42px;
    padding-left: 52px;
}

.ebay_confirmation_info.linked {
    background: url(/img/ebay/linked_icon.png) 0 0 no-repeat;
    margin-right: 0;
}

.ebay_confirmation_info .title {
    font-size: 1.3333em;
    font-weight: 500;
    padding: 0.2em 0 0.1em;
}

.ebay_confirmation_info .message {
    font-size: 1.1667em;
    font-weight: 300;
}.ebay_login .ebay_link_button {
    text-align: center;
}/*.layout_container.dashboard .layout_body .center_column.ebay_master > .inner > .wrapper {
    padding: 1.6em 1.4em;
    min-height: 40em !important;
}*/

.ebay_master .next-button {
    text-align: right;
}

.ebay_master .mega_button {
    margin: 0;
}

.ebay_master .mega_button button {
    background: url("/img/mega_button/sprite.png") repeat-x 0 -754px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.8em;
    height: 2.7em;
    margin: 0;
    outline: none;
    padding: 0 20px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.31);
    text-transform: uppercase;
}

.ebay_master .block-title {
    color: #fff;
    font-size: 2.4em;
    line-height: 1em;
    margin-bottom: 0.6em;
}

.ebay_master .tab_list {
    background: none;
    padding: 0;
    margin-bottom: 0;
}

.ebay_master .tab_list ul.list {
    margin: 0;
}

.ebay_master .tab_list ul li {
    height: 47px;
}

.ebay_master .tab_list ul li p {
    font-weight: normal;
    font-size: 1.25em;
    height: 1.6em;
    padding: 1em 0.8em 0.5em 2.7em;
    color: #fff;
}

.ebay_master .tab_list ul li a:hover {
    text-decoration: none;
}

.ebay_master .tab_list ul li.active p {
    background-color: #fff !important;
    border-left: none;
    border-radius: 5px 0 0 0;
    color: #334046;
}

.ebay_master .tab_list ul li.active > div {
    padding-right: 19px;
    background: url('/img/account/submenu_right_big.png') right 0 no-repeat;
}

.ebay_master .tab_list ul li.tab-1 div p {
    background: url("/img/ebay/start/pointer1.png") 1.2em 1em no-repeat;
}

.ebay_master .tab_list ul li.tab-1_5 div p {
    background: url("/img/ebay/start/pointer2.png") 1.2em 1em no-repeat;
}

.ebay_master .tab_list ul li.tab-2 div p {
    background: url("/img/ebay/start/pointer3.png") 1.2em 1em no-repeat;
}

.ebay_master .tab_list ul li.tab-3 div p {
    background: url("/img/ebay/start/pointer4.png") 1.2em 1em no-repeat;
}

.ebay_master > .content {
    background-color: #fff;
    border-radius: 5px;
    margin: -5px 0 1.5em;
    min-height: 15em;
    /*padding: 0 0 1em;*/
    position: relative;
    width: 100%;
    z-index: 100;
}

.ebay_master > .content .inner {
    color: #334046;
    padding: 1.5em;
}

.ebay_master > .content > .inner > .title {
    font-size: 1.7em;
    line-height: 1em;
    margin-bottom: 0.4em;
    margin-top: 0.2em;
}

.ebay_master > .content .info {
    margin: 0 0 1em;
}

.ebay_master.master .delivery_method_list .delivery_method .inner {
    min-height: 6em;
}.ebay_master .content .link_ebay {
    line-height: 1.3em;
}

.ebay_master .link_ebay .ebay_link_button {
    margin-top: 1em;
}

.ebay_master .link_ebay .ebay_link_button .account_button {
    font-size: 1.3333em;
}

.ebay_master .link_ebay .check {
    display: inline-block;
    width: 29px;
    height: 22px;
    vertical-align: top;
    margin: 2em 0.5em 0 0;
    background: url('/img/ebay/check.png') no-repeat top left;
}

.ebay_master .link_ebay .success.title {
    color: #539e4b;
    font-size: 1.4em;
    margin-top: 1.5em;
    margin-bottom: 1.2em;
    display: inline-block;
}

.ebay_master .link_ebay .notification-wrapper {
    display: none;
}

.notification .title {
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1em;
    margin-bottom: 0.4em;
    margin-top: 0.2em;
}

.notification {
    font-size: 1.2em;
}

.notification .text {
    font-size: 1.1em;
    margin: 1em 0 2em;
}

.notification .button {
    display: inline-block;
    vertical-align: top;
}

.notification .button.next {
    margin-left: 1em;
}

.notification .account_button {
    font-size: 1.2em;
}.delivery_user_address_form {

}

.delivery_user_address_form .choose_address {
    margin: 0 0 1.4em;
}

.delivery_user_address_form .choose_address .select_address span {
    font-size: 1.3333em;
}

.delivery_user_address_form .section.personal_data:before {
    content: url(/img/package/master/personal_data.png) !important;
}

.delivery_user_address_form .section.user_address:before {
    content: url(/img/package/master/user_address.png) !important;
}

.delivery_user_address_form .section.pass_data:before {
    content: url(/img/package/master/pass_data.png) !important;
}

.delivery_user_address_form .section .row.two_col .column.phone .phone_country {
    float: left;
    width: 4em;
}

.delivery_user_address_form .section .row.two_col .column.phone .phone_country .plus {
    float: left;
    padding: 0.7em 0 0;
    width: 1em;
}

.delivery_user_address_form .section .row.two_col .column.phone .phone_number {
    float: right;
    width: 14em;
}

.delivery_user_address_form .section .row.two_col .column.phone .phone_code {
    padding: 0 14em 0 4em;
    width: 9.5em;
}

.delivery_user_address_form .section .row.two_col .column.phone .phone_country input[type="text"] {
    float: left;
    width: 1.875em;
}

.delivery_user_address_form .section .row.two_col .column.phone .phone_code input[type="text"] {
    width: 6em;
}

/*.delivery_user_address_form .section .row.two_col .column.phone .phone_number input[type="text"] {
    width: 100%;
}*/

/*
.delivery_user_address_form .section .row.two_col .column.email input[type="text"] {
    width: 100%;
}*/

.delivery_user_address_form .section .row.two_col .column.zip_code {
    width: 13.25em;
}

.delivery_user_address_form .section .row.three_col .column.street_ru {
    width: 50%;
}

.delivery_user_address_form .section .row.three_col .column.house_ru,
.delivery_user_address_form .section .row.three_col .column.flat_ru {
    width: 25%;
}

.delivery_user_address_form .section .user_passport .row .series,
.delivery_user_address_form .section .user_passport .row .number{
    width: 20%;
}

.delivery_user_address_form .section .user_passport .row .give_date,
.delivery_user_address_form .section .user_passport .row .birth_date {
    width: 60%;
}

.delivery_user_address_form .section .user_passport .row .give_day,
.delivery_user_address_form .section .user_passport .row .give_month,
.delivery_user_address_form .section .user_passport .row .give_year,
.delivery_user_address_form .section .user_passport .row .birth_day,
.delivery_user_address_form .section .user_passport .row .birth_month,
.delivery_user_address_form .section .user_passport .row .birth_year {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 0.5em;
}

.delivery_user_address_form .section .user_passport .row .birth_day,
.delivery_user_address_form .section .user_passport .row .give_day {
    padding-left: 0;
    width: 25%;
}

.delivery_user_address_form .section .user_passport .row .birth_month,
.delivery_user_address_form .section .user_passport .row .give_month {
    width: 50%;
}

.delivery_user_address_form .section .user_passport .row .birth_year,
.delivery_user_address_form .section .user_passport .row .give_year {
    width: 25%;
}

.delivery_user_address_form .section.user_address .passport_confirm_info {
    min-height: 42px;
    background: url(/img/package/master/alert_error.png) no-repeat;
    margin: 1.5em 0 0;
    padding: 0 0 0 4.5em;
}

.delivery_user_address_form .section.user_address .passport_confirm_info.active {
    background: url(/img/package/master/alert_success.png) no-repeat;
}

.delivery_user_address_form .section.user_address .passport_confirm_info.inactive {
}

.delivery_user_address_form .section.user_address .passport_confirm_info.pending {
    background: url(/img/package/master/alert_question.png) no-repeat;
}

.delivery_user_address_form .section.user_address .passport_confirm_info .title {
    font-size: 1.3333em;
    font-weight: 500;
    padding: 0 0 0.5em;
}

.delivery_user_address_form .section.user_address .passport_confirm_info .info {
    font-size: 1.1667em;
}

.delivery_user_address_form input[type="file"] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}.ebay_master .payment {
    /*font-size: 0.9em;*/
}

.ebay_master .content .payment .info {
    margin-bottom: 2em;
}

.ebay_master .payment .description {
    line-height: 1.4em;
    margin: 0 0 1em;
}

/*.ebay_master .payment ul {
    margin-top: 2em;
}*/

/*.ebay_master .payment ul li {
    padding-left: 4.3em;
    padding-top: 0.3em;
    margin-bottom: 3.4em;
}*/

.ebay_master .payment .section.payment_auto:before {
    content: url('/img/ebay/master/auto.png');
}

.ebay_master .payment .section.payment_paypal:before {
    content: url('/img/ebay/master/paypal.png');
}

.ebay_master .payment .section.payment_self:before {
    content: url('/img/ebay/master/card.png');
}

.ebay_master .payment .section.payment_auto .account_button span {
    font-size: 1.1em;
}

.ebay_master .payment .check {
    display: inline-block;
    width: 2em;
    height: 1.6em;
    vertical-align: top;
    margin: 1.6em 0 0 1.3em;
    background: url('/img/ebay/check.png') no-repeat top left;
}

.ebay_master .payment .success.title {
    color: #539e4b;
    font-size: 1.2em;
    margin-top: 1em;
}.ebay_master .finish {

}

.ebay_master .finish .warehouse_address_item {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}

.ebay_master .finish .warehouse_address_item .country,
.ebay_master .finish .warehouse_address_item .recipient {
    display: none;
}

.ebay_master .finish .warehouse_address_item .user_address_wrapper {
    background: #f1f1f1;
    border: none;
    padding: 0.3em;
}

.ebay_master .finish .warehouse_address_item .user_address_wrapper > .content {
    margin: 0;
    border: 2px solid #fff;
    padding: 1em 1.2em;
    font-size: 1.13em;
    height: auto;
    line-height: 1.25em;
}

.ebay_master .finish .warehouse_address_item .suite_notification_text {
    position: absolute;
    right: 0;
    top: 1em;
    width: 11em;
    height: 5em;
    color: #000;
    font-size: 0.75em;
    line-height: 1.2em;
    padding-left: 3em;
    padding-top: 0.1em;
    background: url("/img/ebay/start/notification.png") no-repeat top left;
}

.ebay_master .finish .warehouse_address_item .suite_notification_text a {
    margin-top: 1em;
    display: block;
}

.ebay_master .finish .account_button {
    font-size: 1.3333em;
}

.ebay_master .finish .warehouse_addres_forms {
    margin: 2em 0;
    overflow: hidden;
    width: 100%;
}

.ebay_master .finish .warehouse_addres_forms > div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-right: 1%;
    vertical-align: top;
}

.ebay_master .finish .warehouse_addres_forms > div + div {
    padding-right: 0;
    padding-left: 1%;
}

.ebay_master .finish .form_title {
    display: inline-block;
    font-size: 1.3em;
    font-weight: 700;
    height: 1.4em;
}

.ebay_master .finish .form_wrapper {
    background-color: #f1f1f1;
    height: 470px;
    margin-top: 0.5em;
}

.ebay_master .finish .form_wrapper .form {
    padding: 1em;
}

.ebay_master .finish .form_example_first input {
    /*padding: 0 0 0 0.2em;*/
    padding: 0.3em 0.5em;
    width: 100%;
}

.ebay_master .finish .form_example_first .code_example {
    width: 40%;
    display: inline-block;
}

.ebay_master .finish .form_example_first .city_state_example {
    width: 48%;
    display: inline-block;
}

.ebay_master .finish .form_example_first .code_example input, .ebay_master .finish .form_example_first .city_state_example input {
    width: 100%;
}

.ebay_master .finish .form_example_first .phone_example input {
    width: 50%;
}

.ebay_master .finish .form_example_first input:disabled, .ebay_master .finish .form_example_second input:disabled {
    background-color: #fff;
    cursor: text;
}

.ebay_master .finish .form_example_second dd {
    margin-bottom: 0.3em;
}

.ebay_master .finish .form_example_second input {
    padding: 0.3em 0.5em;
    width: 100%;
}

.ebay_master .finish .form_example_second .state_example {
    width: 55%;
    display: inline-block;
}

.ebay_master .finish .form_example_second .code_example {
    width: 40%;
    display: inline-block;
}

.ebay_master .finish .form_example_second .phone_pt_1_example {
    width: 15%;
}

.ebay_master .finish .form_example_second .phone_pt_2_example {
    width: 15%;
}

.ebay_master .finish .form_example_second .phone_pt_3_example {
    width: 20%;
}

.ebay_master .finish .form_example_second .phone_ext_example {
    width: 15%;
}

.ebay_master .finish .form_example_second .is_default_example {
    margin-top: 1em;
}

.ebay_master .finish .form_example_second .is_default_example input {
    width: auto;
}

.ebay_master .finish .form_example_second .phone_example .label {
    color: #5f7077;
    padding: 0.2em 0 0.2em 0;
}

.ebay_master .finish .suite_notification_text {
    float: right;
    box-sizing: border-box;
    width: 30%;
    height: 5em;
    color: #334046;
    padding-left: 3em;
    padding-top: 0.1em;
    background: url("/img/ebay/start/notification.png") no-repeat top left;
}

.ebay_master .finish .notification {
    display: none;
}

.ebay_master .finish p.description_text {
    float: left;
    width: 65%;
}

.ebay_master .finish iframe {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 3px solid #00aced;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 1px 1px 10px 2px rgba(50, 50, 50, 0.3);
    box-shadow: 1px 1px 10px 2px rgba(50, 50, 50, 0.3);
}

.ebay_master .finish .ebay_link {
    width: 45%;
    display: inline-block;
    text-align: right;
    font-size: 0.8em;
}.master {

}

/* TABS */
.master .tab_list.package_tab_list {
    background: #f5f5f5;
    margin: -1em -1.5em 0;
    padding: 1.2em 1.5em;
}

.master .tab_list.package_tab_list .list {
    width: 100%;
    margin: 0 0 0 -1em;
}

.master .tab_list.package_tab_list .list .tab {
    display: inline-block;
    float: none;
    padding: 0 0 0 1em;
}

.master .tab_list.package_tab_list .list .tab.opacity-zero {
    opacity: 0;
}

.master .tab_list.package_tab_list .list .tab + .tab {
}

.master .tab_list.package_tab_list .list .tab.disabled{
    pointer-events: none;
}

.master .tab_list.package_tab_list .list .tab a {
    border: 2px solid transparent;
    color: #404b50;
    display: block;
    font-size: 1.25em;
    padding: 0.6em 0;
    text-align: left;
}

.master .tab_list.package_tab_list .list .tab a .step_number {
    background: #b3b8ba;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 0.75em;
    line-height: 1;
    margin-right: 0.5em;
    padding: 0.3em;
    text-align: center;
    width: 1em;
}

.master .tab_list.package_tab_list .list .tab .step_name {
    display: inline-block;
    vertical-align: middle;
}

.master .tab_list.package_tab_list .list .tab.active a {
    border-color: #70cd65;
    border-radius: 5px;
    padding: 0.6em;
    pointer-events: none;
}

.master .tab_list.package_tab_list .list .tab.active a .step_number {
    background: #70cd65;
}

.master .tab_list.package_tab_list .list .tab.active a .step_name {
    font-weight: 500;
}

.master .tab_list.package_tab_list .list .tab.inactive.enabled a {
    text-decoration: none;
}

.master .tab_list.package_tab_list .list .tab.inactive.enabled .step_number {
    background: #70cd65;
}

.master .tab_list.package_tab_list .list .tab.inactive.enabled .step_name {
    border-bottom: 1px solid #c2c5c7;
}

.master .tab_list.package_tab_list .list .tab.inactive.enabled a:hover .step_name {
    border-bottom-color: #70cd65;
}

/* SECTIONS */
.master .section-list {
    padding-top: 1em;
}

.master .section {
    margin: 0 0 1.5em;
    padding: 0 0 0 5em;
    position: relative;
}

.master .section:last-child {
    margin-bottom: 0;
}

.master .section:before {
    background: #eaecec;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #b3b8ba;
    content: '';
    font-size: 30px;
    font-weight: 700;
    display: block;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.master .section.error:before {
    background: #b94a48;
    color: #eaecec;
    text-shadow: 0 -1px 0 #000;
}

.master .section.customs_declaration .declaration_total_price {
    font-size: 1.1em;
    text-align: right;
    padding-right: 0.5em;
    margin-top: 1em;
}

.master .section .section_title {
    overflow: hidden;
    padding: 1em 0;
    position: relative;
}

.master .section .section_title:after {
    border-bottom: 1px solid #eaecec;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}

.master .section .section_title .title {
    background: #fff;
    font-size: 1.5em;
    font-weight: 700;
    display: inline-block;
    padding: 0 0.4em 0 0;
    position: relative;
    z-index: 2;
}

.master .section .section_title .edit_link {
    background: #fff;
    float: right;
    padding: 0 0 0 0.5em;
    position: relative;
    z-index: 2;
}

.master .section .section_title.editable .title {
    margin-top: 0.2em;
}

.master .section.general_info:before {
    content: '1';
}

.master .section.shipping:before {
    content: '2';
}

.master .section.user_address:before {
    content: '3';
}

.master .section.customs_declaration:before {
    content: '4';
}

.master .section .row {
    margin: 0 0 1em;
}

.master .section .row:last-child {
    margin-bottom: 0;
}

.master .section .row .column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.master .section .row .column input[type="text"],
.master .section .row .column select {
    width: 100%;
}

.master .section .row .column:not(.hidden) + .column {
    padding: 0 0 0 1em;
}

.master .section .row.two_col .column {
    width: 50%;
}

.master .section .row.three_col .column {
    width: 33.3333%;
}


.master .action_list {
    background: #f5f5f5;
    border-radius: 0 0 0.7em 0;
    margin: 2.5em -1.5em 0;
    overflow: hidden;
    padding: 1.5em 1.5em 4em;
    text-align: right;
}

.master .action_list .submit {
    font-size: 1.6667em;
}

.master .action_list .total {
    font-size: 1.1667em;
    float: left;
    width: 24em;
}

.master .action_list .total .row {
    margin: 0 0 1em;
    overflow: hidden;
}

.master .action_list .total .row:last-child {
    margin-bottom: 0;
}

.master .action_list .total .title {
    float: left;
    text-align: left;
    width: 11em;
}

.master .action_list .total .value {
    margin: 0 0 0 12em;
}

.master .action_list .total .total_price {
    font-size: 1.5714em;
    font-weight: 700;
    line-height: 1;
}

.master .action_list .total .total_price .title {
    width: 10em;
}

.master .action_list .total .total_price .value {
    margin: 0 0 0 11em;
}

/* USER ADDRESS */
.master .section.user_address .user_address_card {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
}

.master .section.user_address .user_address_card > .inner {
    background: #f5f5f5 url(/img/user_address/top_bg.png) 0 0;
    background-color: #f5f5f5;
    background-image: url(/img/user_address/top_bg.png), url(/img/user_address/top_bg.png);
    background-position: 0 0, 0 bottom;
    background-repeat: repeat-x;
    border-radius: 0.25em;
    padding: 2.5em 1.5em;
}

.master .section.user_address .user_address_card address {
    font-size: 1.1667em;
    font-weight: 300;
    line-height: 1.5;
}

.master .section.user_address .user_address_card address strong {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 1em;
}

.master .section.user_address .row .column.existed_pass_data {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.5em;
    width: 40%;
}

.master .section.user_address .row .column.existed_pass_data > .inner {
    background: #f0d1cc url(/img/package/master/existed_pass_data_bg.png);
    border-radius: 0.25em;
    padding: 0;
    overflow: hidden;
}

.master .section.user_address .existed_pass_data .title {
    background: #8d3737;
    color: #ffd8ac;
    font-size: 1.5em;
    font-weight: 500;
    padding: 1em;
}

.master .section.user_address .existed_pass_data .info {
    background: url(/img/package/master/existed_pass_data_emblem.png) right 2em top 2em no-repeat;
    padding: 1.5em;
}

.master .section.user_address .existed_pass_data .info .number,
.master .section.user_address .existed_pass_data .info .issue_date,
.master .section.user_address .existed_pass_data .info .issued_by {
    font-size: 1.1667em;
    margin: 0 0 0.5em;
}

.master .section.user_address .existed_pass_data .info .last {
    margin-bottom: 0;
}

/* SHIPPING OPTIONS */
.master .delivery_method_list_block .delivery_method_list_dhl_information {
    margin-top: 1.5em;
}

.master .delivery_method_list {
}

.master .delivery_method {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 19.6em;
    padding: 0;
    width: 33.3333%;
}

.master .delivery_method > .inner {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 0.5em;
    padding: 1em;
    position: relative;
}

.master .delivery_method_list .delivery_method {
    float: left;
    padding: 0 0 0 1em;
}

.master .delivery_method_list .delivery_method > .inner {
    min-height: 12em;
}

.master .delivery_method_list .delivery_method:nth-child(3n+1) {
    padding: 0;
}

.master .delivery_method_list .delivery_method .description,
.master .delivery_method_list .delivery_method .delivery_price,
.master .delivery_method_list .delivery_method .prohibited_goods {
    padding-left: 1.9em;
}

.master .delivery_method_list .delivery_method .delivery_price .weight_error {
    color: #f00;
}

.master .delivery_method:nth-child(3n) {
    margin: 0;
}

.master .delivery_method:nth-child(3n+1) {
    clear: both;
}

.master .delivery_method:nth-child(n+4) {
    margin-top: 1em;
}

.master .delivery_method.active .inner {
    border: 1px solid #2491ed;
    box-shadow: 0 0 0 1px #2491ed;
}

.master .delivery_method .name {
    font-size: 1.3333em;
    font-weight: 500;
}

.master .delivery_method .description {
    color: #ababab;
    margin: 0.2em 0 0;
}

.master .delivery_method .description.empty {
    margin-bottom: 1.7em;
}

.master .delivery_method .description.empty + .empty_city {
    margin-top: 2.5em;
}

.master .delivery_method .delivery_price {
    margin: 0.5em 0;
    line-height: 1;
}

.master .delivery_method .delivery_price:last-child {
    margin-bottom: 0;
}

.master .delivery_method .delivery_price .price {
    font-size: 2.5em;
    font-weight: 300;
}

.master .section.shipping .delivery_method {
    display: inline-block;
    margin-bottom: 1em;
}
.master .section.shipping .delivery_point .title {
    font-weight: 700;
}

.master .section.shipping .delivery_method .prohibited_goods a {
    color: #0f8fe1;
}

.master .section.shipping .additional_info {
    color: #888;
    display: inline-block;
    padding-left: 1em;
    vertical-align: top;
}

.master .section.general_info .package_number,
.master .section.general_info .warehouse {
    color: #888;
}

.master .section.general_info .package_number {
    margin-bottom: 1em;
}

.master .section.shipping .additional_info .value,
.master .section.general_info .package_number .value,
.master .section.general_info .warehouse .value {
    color: #333;
    font-size: 1.1667em;
}

.master .user_passport .page_file.registration_page.russian .label.russian,
.master .user_passport .page_file.registration_page.international .label.international {
    display: inline-block;
    width: 100%;
}

.master .user_passport .page_file.registration_page.international .label.russian,
.master .user_passport .page_file.registration_page.russian .label.international {
    display: none;
}.ebay_product_tracking {
    max-width: 35em;
}

.ebay_product_tracking input[name=track] {
    width: 100%;
}

.ebay_product_tracking .action {
    text-align: right;
}
.ebay_product_tracking .action .submit {
    width: 10em;
}
.ebay_product_tracking .action .cancel_link {
    margin-right: 0.75em;
}
.ebay_product_message {

}

.ebay_product_message .ebay_item {
    margin-bottom: 2em;
}
.ebay_product_message .ebay_item .image {
    border: 2px solid rgb(172, 172, 172);
    min-width: 120px;
    height: 160px;
    margin-right: 1em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.4em;
}
.ebay_product_message .ebay_item .image img {
    max-height: 160px;
}
.ebay_product_message .ebay_item .info {
    display: inline-block;
    vertical-align: top;
    color: #777;
}
.ebay_product_message .ebay_item .info .product_title {
    font-size: 1.3em;
}
.ebay_product_message .ebay_item .info .sku {
    margin-bottom: 1em;
}
.ebay_product_message .ebay_item .info .sku .value {
    color: #000;
}
.ebay_product_message .ebay_item .info .price .value {
    font-size: 1.3em;
    font-weight: bold;
}

.ebay_product_message .ebay_message_form .text {
    font-size: 1.16em;
}
.ebay_product_message .ebay_message_form textarea {
    width: 100%;
    margin-bottom: 1em;
}
.ebay_product_message .ebay_message_form .seller_name {
}
.ebay_product_message .ebay_message_form .submit {
    width: 10em;
}
.ebay_product_item .container {
    padding: 0 0.7em;
}
.ebay_product_item .container .title {
    margin-bottom: 1.07em;
    color: #404b50;
    font-family: 'PT Sans Bold';
    font-size: 1.2em;
}

/*.ebay_product_item .package_declaration {
    margin-right: 2.3em;
}*/
.ebay_product_item .order_delivery {
    margin-bottom: 1.6em;
}
.ebay_product_item .order_delivery div .title {
    font-size: 0.9em;
}

.ebay_product_item .details {
    width: 36.6em;
    margin-right: 0.5em;
    margin-bottom: 1.6em;
    display: inline-block;
}
.ebay_product_item .details dt,
.ebay_product_item .details dd
{
    display: inline-block;
    vertical-align: top;
}
.ebay_product_item .details dt {
    width: 10em;
    margin-right: 1.7em;
    margin-bottom: 1.3em;
    color: #8b969b;
    font-size: 0.9em;
}
/*.ebay_product_item .details dl dt.last {
    margin-bottom: 3.1em;
}*/
.ebay_product_item .details dd {
    width: 21em;
    margin-bottom: 1.3em;
    color: #101010;
    font-size: 1.16em;
}
.ebay_product_item .details dd a {
    color: #129de0;
}

.ebay_product_item .right_col {
    display: inline-block;
    vertical-align: top;
}

/**
* image block
*/
.ebay_product_item .image_list {
    width: 23.75em;
    margin-bottom: 1.5em;
}
.ebay_product_item .image_list .item {
    border: 1px solid #ecf3f7;
    border-radius: 0.4em;
    max-width: 6.25em;
    height: 6.25em;
    margin-right: 1.25em;
    margin-bottom: 1.16em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.ebay_product_item .image_list .item.first {
    width: 23.75em;
    max-width: 23.75em;
    height: 11.5em;
    display: table-cell;
    vertical-align: middle;
}
.ebay_product_item .image_list .item img {
    max-height: 6.25em;
}
.ebay_product_item .image_list .item.first img {
    max-width: 23em;
    max-height: 23.75em;
}

/**
* action block
*/
.ebay_product_item .action {
    background-color: #edf7f9;
    border-radius: 0.4em;
    width: 21.25em; /** 23.75em */
    margin-bottom: 1.6em;
    padding: 0.8em 1.25em;
}
.ebay_product_item .action .top {
    background: url('/img/default/delivery/top_bg.png') 0 bottom repeat-x;
    min-height: 2em;
    margin-bottom: 1em;
    padding-bottom: 1.5em;
}
.ebay_product_item .action .item {
    margin-bottom: 0.5em;
}
.ebay_product_item .action .item a {
    font-size: 1.16em;
}
.ebay_product_item .action .item.inactive a {
    color: #8b969b;
    cursor: default;
    text-decoration: none;
}
/*.ebay_product_item .action .item .delete_link {
    background: url('/img/ebay/i-delete.png') 0 0.2em no-repeat;
    margin-right: 0.2em;
    padding-left: 1.4em;
    display: inline-block;
    color: #e76a4d;
    text-decoration: none;
}
.ebay_product_item .action .item .delete_link:hover span {
    text-decoration: underline;
}*/
.ebay_product_item .action .send_link span,
.ebay_product_item .action .edit_link span,
.ebay_product_item .action .delete_link span,
.ebay_product_item .action .unsend_link span,
.ebay_product_item .action .pay_sl_link span,
.ebay_product_item .action .contact_buyer_link span
{
    padding-left: 2em;
    padding-right: 2em;
}
.ebay_product_item .action .contact_buyer_link {
    float: right;
}

/**
* Time log
*/
.ebay_product_item .ebay_time_log {
    margin: 0 0 1em 1.25em;
}

/**
* total block
*/
.ebay_product_item .order_price {
    background: url('/img/package/declaration/total_bg2.png') 0 0 repeat-x;
    padding-top: 3px;
}
.ebay_product_item .order_price .inner {
    background-color: #f1eed9;
    padding: 0.3em 0;
}
.ebay_product_item .order_price .bg_bottom {
    background: url('/img/package/declaration/total_bg.png') 0 100% repeat-x;
    width: 100%;
    height: 5px;
}
.ebay_product_item .order_price dl {
    border-right: 1px solid #bcbaa7;
    width: 22%;
    padding: 0.9em 1%;
    display: inline-block;
    vertical-align: top;
}
.ebay_product_item .order_price dl:last-child {
    border-right: none;
}
.ebay_product_item .order_price dl dt,
.ebay_product_item .order_price dl dd
{
    display: inline-block;
    font-size: 1.16em;
}
.ebay_product_item .order_price dl dd {
    float: right;
    font-family: 'PT Sans Bold';
}
.ebay_product_item .order_price dl.total dt,
.ebay_product_item .order_price dl.total dd
{
    font-size: 1.5em;
    font-family: 'PT Sans Bold';
}
/*
.ebay_product_item .order_delivery .method_list {
    width: 44%;
}
.ebay_product_item .order_delivery .insurance {
    width: 20%;
}
.ebay_product_item  .order_delivery .method_list .list .delivery_price {
    width: 17%;
}
.ebay_product_item  .order_delivery .method_list .list .name {
    width: 80%;
}*/
.ebay_product_list .account_list_table,
.ebay_product_list .account_list_table tbody,
.ebay_product_list .account_list_table tbody tr,
.ebay_product_list .account_list_table tbody tr td
{
    position: relative;
}

.ebay_product_list .account_list_table tbody tr.fieldset td {
    vertical-align: top;
}
.ebay_product_list .account_list_table tbody tr > td.alert_container .alert {
    margin: 0;
    text-align: left;
}

.ebay_product_list .account_list_table tbody tr.fieldset.order td {
    background-color: #f4f4f4;
}
.ebay_product_list .fieldset .buyer {
    padding-left: 22px; background: 0 2px no-repeat;width: 10.5em;
}

.ebay_product_list .fieldset.order .buyer {
    margin-bottom: 1em;
    display: block;
}
.ebay_product_list .fieldset.order .total,
.ebay_product_list .fieldset.order .price .value
{
    font-weight: bold;
}
.ebay_product_list .fieldset.order .price .value,
.ebay_product_list .fieldset.order .price .delivery
{
    display: block;
}
.ebay_product_list .fieldset .title {
    margin-bottom: 0.6em;
    font-weight: bold;
    line-height: 1.4;
}

.ebay_product_list .fieldset .ebay_number,
.ebay_product_list .fieldset .quantity,
.ebay_product_list .fieldset .tracking
{
    color:#8b969b;
    font-size:0.85em;
    line-height:1.4;
}

.ebay_product_list .fieldset .ebay_number strong,
.ebay_product_list .fieldset .quantity strong,
.ebay_product_list .fieldset .tracking  strong
{
    color:#000;
}

.ebay_product_list .fieldset .title a{
    padding-left:18px;
    background: url('/img/ebay/i-info.png') 0 0 no-repeat;
    font-weight:bold;
}

.ebay_product_list .fieldset .id {
    font-size: 90%;
}
.ebay_product_list .fieldset .img img {
    min-width: 74px;
    min-height: 74px;
    max-width: 74px;
    max-height: 74px;
    vertical-align: middle;
    text-align: center;
    color:#666;
    font-size:12px;
    border:1px solid #ecf3f7;
}
.ebay_product_list .fieldset .price .delivery {
    font-size: 95%;
}
.ebay_product_list .fieldset .variation_list li {
    margin-bottom: 0.1em;
    font-size: 85%;
}
.ebay_product_list .fieldset .variation_list span {
    font-weight: bold;
}

.ebay_product_list .fieldset .action {
    position: relative;
}
.ebay_product_list .fieldset .action .item.icon {
    display: inline-block;
}
.ebay_product_list .fieldset .action .print_link {
    background-image: url('/img/user_address/icon.png');
    background-position: 0 -318px;
    width: 17px;
    height: 14px;
    display: inline-block;
}
.ebay_product_list .fieldset .action .package_link {
    background-image: url('/img/package/in_stock.gif');
    width: 16px;
    height: 16px;
    display: inline-block;
}
.ebay_product_list .fieldset .action .more_actions {
    box-shadow: 0 0 3em rgba(0,0,0,0.5);
    border-radius: 4px;
    position: absolute;
    width: 13em;
    margin-top: 8px;
    margin-left: -6.7em;
    display: none;
    z-index: 1000;
}
.ebay_product_list .fieldset .action .more_action_link {
    background: url('/img/ebay/i-more.png') 0 0 no-repeat;
    width: 18px;
    height: 1.7em;
    display: inline-block;
    text-decoration: none;
}
.ebay_product_list .fieldset .action .more:hover .more_action_link {
    background-position: 0 -72px;
}
.ebay_product_list .fieldset .action .more_action_link:hover {
    background-position: 0 -72px;
}
.ebay_product_list .fieldset .action .more_actions > .arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF;
    display: block;
    width: 0;
    margin-left: 1.6em;
    position: absolute;
    right: 5.1em;
    top: -8px;
}
.ebay_product_list .fieldset .action .more_actions .list {
    background: #fff;
    text-align: left;
    padding: 0.5em 1em;
    /*box-shadow: 0 3px 5px rgba(0,0,0,0.5);*/
    border-radius: 4px;
}
.ebay_product_list .fieldset .action .more {
    margin-right: 1em;
}
.ebay_product_list .fieldset .action .more:hover .more_actions {
    display: block;
}
.ebay_product_list .fieldset .action .more .more_actions .list .item {
    margin-bottom: 0.3em;
}
.ebay_product_list .fieldset .action .more .more_actions .list .item a {
    font-size: 0.9em;
}
.ebay_product_list .fieldset .action .more .more_actions .list .item:last-child {
    margin-bottom: 0;
}
.ebay_product_list .fieldset .action .more .more_actions .list .item.inactive a {
    color: #888;
    cursor: default;
    text-decoration: none;
}

.ebay_product_list tbody.odd tr.fieldset td,
.ebay_product_list tbody:nth-child(odd) tr.fieldset td {
    background: none;
}

.ebay_product_list .fieldset .action {
    text-align: left;
}

.ebay_product_list .fieldset .action .package_action_link {
    text-decoration: none;
    background: url('/img/ebay/i-package.png') 0 0 no-repeat;
    width: 12px;
    height: 12px;
    display: block;
}

.ebay_product_list .fieldset .action .send_link,
.ebay_product_list .fieldset .action .unsend_link,
.ebay_product_list .fieldset .action .pay_sl_link
{
    position: relative;
    top: -4px;
    font-size: 0.85em;
}
.ebay_product_list .fieldset .action .unsend_link span,
.ebay_product_list .fieldset .action .pay_sl_link span
{
    padding-left: 0.3em;
    padding-right: 0.3em;
}

/** delete link */
.ebay_product_list .fieldset .action .delete_link {
    background: url('/img/ebay/i-delete.png') 0 0.2em no-repeat;
    margin-top: 2em;
    margin-right: 0.2em;
    padding-left: 1.4em;
    display: inline-block;
    float: right;
    color: #e76a4d;
    text-decoration: none;
    /*position: absolute;
    right: 0.5em;
    bottom: 1.1em;*/
}
.ebay_product_list .fieldset .action .delete_link span {
    font-size: 0.85em;
}
.ebay_product_list .fieldset .action .delete_link:hover span {
    text-decoration: underline;
}

.ebay_product_list  tbody:hover tr.fieldset td a {
    color:#129de0;
}

.ebay_product_list tbody tr.fieldset td {
    border-bottom:none;
}

/*.ebay_product_list .fieldset .action .action-buttons{
    visibility:hidden;
}
.ebay_product_list .fieldset:hover .action .action-buttons{
    visibility:visible;
}*/

.ebay_product_list .fieldset .action .delete_link,
.ebay_product_list .fieldset .action .more_action_link
{
    visibility: hidden;
}
.ebay_product_list .fieldset:hover .action .delete_link,
.ebay_product_list .fieldset:hover .action .more_action_link
{
    visibility: visible;
}

.ebay_product_list .fieldset:hover .action .send_link {
    background-color: #6ecd64;
    border-bottom-color: #1f3a1c;
}
.ebay_product_list .fieldset:hover .action .send_link span {
    border-bottom: 2px solid #40793a;
    color: #FFF;
}
.ebay_product_list .fieldset:hover .action .send_link:hover {
    background-color: #7fe167;
}
.ebay_product_list .no_data {
    font-size: 1.08em;
    padding: 1em;
}

.ebay_product_list  tbody:hover tr.fieldset td {
    background-color: inherit;
    color: #30393d;
    border-bottom: none;
    box-shadow: none;
}
.ebay_product_send .button {
    text-align: center;
}
.ebay_product_send .info {
    margin-bottom: 1em;
}
.ebay_product_send .middle {
    display: inline-block;
    padding: 0.6em 1em 0.4em 1em;
}.ebay_product_synchronization_button {
    margin-right: 0.2em;
    float: left;
}
.ebay_product_synchronization_button a {
    background-image: url('/img/ebay/sync.png');
    background-position: 8px 3px;
    background-repeat: no-repeat;
    padding-left: 33px;
}

.ebay_product_synchronization_button .account_button.process {
    background-image: url('/img/ajax-loader-sync-grey.gif');
    background-position: 8px 3px;
    background-repeat: no-repeat;
    background-size: 21px;
}
.ebay_start .title,
.ebay_start .title span {
    font-weight: 700;
}

.ebay_start .block-title {
    color: #fff;
    font-size: 2.7em;
    width: 100%;
    text-align: center;
    margin-top: 0.5em;
    line-height: 1em;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.ebay_start .title .ebay span:nth-child(1) {
    color: #e74c3c;
}

.ebay_start .title .ebay span:nth-child(2) {
    color: #2980b9;
}

.ebay_start .title .ebay span:nth-child(3) {
    color: #f1c40e;
}

.ebay_start .title .ebay span:nth-child(4) {
    color: #27ae60;
}

.ebay_start .widget-wrapper {
    margin: 2em auto 5em;
    overflow: hidden;
}

.ebay_start .widget {
    box-sizing: border-box;
    border-radius: 0.6em;
    float: left;
    vertical-align: top;
    width: 32%;
    min-height: 40em;
    position: relative;
    padding: 2.5em 1.5em 8em;
    background-color: #fff !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.ebay_start .widget + .widget {
    margin-left: 2%;
}

.ebay_start .widget.item-1 {
    background: url("/img/ebay/start/flag.png") no-repeat 19.5em top, url("/img/ebay/start/link.png") center bottom 2em no-repeat;
}

.ebay_start .widget.item-2 {
    background: url("/img/ebay/start/flag.png") no-repeat 19.5em top, url("/img/ebay/start/user.png") center bottom 2em no-repeat;
}

.ebay_start .widget.item-3 {
    background: url("/img/ebay/start/flag.png") no-repeat 19.5em top, url("/img/ebay/start/card.png") center bottom 2em no-repeat;
}

.ebay_start .widget .flag {
    position: absolute;
    font-size: 1.8em;
    color: #fff;
    top: 0.5em;
    right: 1.8em;
}

.ebay_start .widget .title {
    font-size: 2em;
    width: 8.5em;
    line-height: 1.2em;
    color: #334046;
}

.ebay_start .widget .content > p {
    font-size: 1.2em;
    color: #52595d;
    line-height: 1.3em;
    padding-top: 1em;
}

.ebay_start .widget .content ul li {
    list-style-type: none;
    padding-left: 1.7em;
    padding-top: 0.1em;
    font-size: 1.1em;
    margin-top: 1em;
}

.ebay_start .widget .content ul li:nth-child(1) {
    background: url("/img/ebay/start/pointer1.png") no-repeat;
}

.ebay_start .widget .content ul li:nth-child(2) {
    background: url("/img/ebay/start/pointer2.png") no-repeat;
}

.ebay_start .widget .content ul li:nth-child(3) {
    background: url("/img/ebay/start/pointer3.png") no-repeat;
}

.ebay_start .autosend-wrapper {
    margin-bottom: 5em;
}

.ebay_start .autosend {
    display: inline-block;
    width: 40em;
    padding-left: 7em;
    margin-left: 2.2em;
    padding-top: 1.1em;
    background: url("/img/ebay/start/autosend.png") no-repeat top left;
}

.ebay_start .autosend .title {
    font-size: 2.2em;
    color: #4eceff;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.ebay_start .autosend .content p {
    font-size: 1.2em;
    margin-top: 1.5em;
    color: #fff;
}

.ebay_start .autosend-wrapper .button {
    display: inline-block;
    vertical-align: top;
    background: url("/img/ebay/start/button.png") no-repeat top left;
    width: 15em;
    height: 7em;
    margin: 3em 0 0 8em;
}

.ebay_start .autosend-wrapper .button > a {
    display: block;
    font-size: 1.7em;
    color: #fff;
    width: 5em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 1em 2em;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}.layout_container.ebay_welcome .layout_body > .inner {
    padding: 0;
    width: 100%;
}

.ebay_welcome {
    color: #334046;
}

.ebay_welcome .row {
    width: 82em;
    margin: 2em auto 2em;
}

.ebay_welcome .row.full-view {
    width: 100%;
    margin: 0;
    background-color: #f5f5ee;
    padding-top: 2em;
    padding-bottom: 2em;
}

.ebay_welcome .row.full-view .inner {
    width: 82em;
    margin: 0 auto;
}

.ebay_welcome .row .col {
    display: inline-block;
    vertical-align: top;
}

.ebay_welcome .row .title, .ebay_welcome .row .block-description {
    font-weight: bold;
    font-family: 'PF Centro Slab Pro Bold', 'times new roman', serif;
}

.ebay_welcome .row-1 {
    margin-bottom: 4em;
    margin-top: 4em;
}

.ebay_welcome .row-1 .col-1 {
    width: 39em;
    margin-right: 3em;
}

.ebay_welcome .row-1 .col-1 .title{
    font-size: 2.4em;
    line-height: 1.2em;
}

.ebay_welcome .row-1 .inner .title .litemf span:nth-child(1) {
    color: #1AA3E5;
}
.ebay_welcome .row-1 .inner .title .litemf span:nth-child(2) {
    color: #000000;
}
.ebay_welcome .row-1 .inner .title .ebay span:nth-child(1) {
    color: #E74C3C;
}
.ebay_welcome .row-1 .inner .title .ebay span:nth-child(2) {
    color: #2980B9;
}
.ebay_welcome .row-1 .inner .title .ebay span:nth-child(3) {
    color: #F1C40E;
}
.ebay_welcome .row-1 .inner .title .ebay span:nth-child(4) {
    color: #27AE60;
}

.ebay_welcome .row-1 .col-1 .block-description {
    font-size: 1.9em;
    line-height: 1em;
}

.ebay_welcome .row-1 .col-1 ul {
    margin-bottom: 2em;
    margin-top: 3em;
}

.ebay_welcome .row-1 .col-1 ul.check li {
    padding-left: 1.2em;
    font-size: 1.2em;
    width: 25.6em;
    margin-top: 1em;
    background: url('/img/ebay/welcome/check.png') left 3px no-repeat;
}

.ebay_welcome .ebay_login_and_register_wrapper {
    margin-top: 1em;
}

.ebay_welcome .row-1 .ebay_login_link,
.ebay_welcome .row-3 .ebay_login_link {
    display: table-cell;
}

.ebay_welcome .row-1 .col-1 .ebay_login_link a span,
.ebay_welcome .row-3 .ebay_login_link a span
{
    padding: 0.6em 1.3em;
    /*background: url("/img/ebay/button-logo.png") right 1.2em center no-repeat;*/
    font-size: 1.4em;
}

.ebay_welcome .row-1 .col-1 .register,
.ebay_welcome .row-3 .register{
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3em;
    padding-left: 2em;
    padding-bottom: 0.5em;
}

.ebay_welcome .row-1 .col-2 {
    width: 39em;
}

.ebay_welcome .row-1 .col-2 .text {
    font-size: 1.3em;
    line-height: 1.4em;
}

.ebay_welcome .row-1 .col-2 .title.footer {
    font-size: 1.7em;
    line-height: 1em;
    margin-top: 0.3em;
}

.ebay_welcome .row-1 .col-2 .title.head {
    font-size: 2.2em;
    width: 15em;
    line-height: 1em;
    margin-top: 0.5em;
}

.ebay_welcome .row-1 .col-2 .circle {
    background: url("/img/ebay/welcome/circle-2.png") left top no-repeat;
    width: 6em;
    height: 6em;
    vertical-align: middle;
    text-align: center;
    padding: 1.2em 0 0 0;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #fff;
}

.ebay_welcome .row-1 .col-2 .circle b {
    font-size: 1.5em;
}

.ebay_welcome .row-1 .col-2 .image{
    background: url("/img/ebay/welcome/shoes-single.png") 10em top no-repeat;
    width: 100%;
    height: 15em;
    margin: 2em 0;
}

.ebay_welcome .row-1 .col-2 .image .col:last-child {
    margin-left: 11em;
}

.ebay_welcome .row-1 .col-2 .image .description {
    width: 9em;
    margin-top: 0.5em;
    font-size: 1.2em;
    margin-left: 1em;
}

.ebay_welcome .row-1 .col-2 .image .title {
    font-size: 1.3em;
    max-width: 9em;
    margin-left: 1em;
}

.ebay_welcome .row-1 .col-2 .image .col .price {
    font-size: 2em;
    font-weight: 500;
    display: block;
    background: url('/img/ebay/welcome/plate-left.png') no-repeat;
    height: 55px;
    width: 135px;
    position: relative;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.ebay_welcome .row-1 .col-2 .image .col .price.right {
    background: url('/img/ebay/welcome/plate-right.png') no-repeat left top;
    height: 70px;
    margin-top: 1.6em;
    margin-bottom: 0.3em;
}

.ebay_welcome .row-1 .col-2 .image .col .price span{
    position: absolute;
    top: 0.85em;
    left: 1.4em;
}

.ebay_welcome .row-1 .col-2 .image .col .price.right span {
    left: 2.2em;
    top: 1em;
}

.ebay_welcome .row-2 .inner > .title{
    font-size: 2.2em;
}

.ebay_welcome .row-2 .list {
    padding-top: 3em;
}

.ebay_welcome .row-2 .list li{
    display: inline-block;
    width: 22.5em;
    padding-left: 2.5em;
    vertical-align: top;
}

.ebay_welcome .row-2 .item .info > div{
    display: inline-block;
}

.ebay_welcome .row-2 .item .text .title_wrapper {
    padding-top: 2em;
}

.ebay_welcome .row-2 .item .text .title_wrapper > div {
    float: left;
}

.ebay_welcome .row-2 .item .text .title{
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.1em;
    vertical-align: middle;
    padding-left: 20px;
}

.ebay_welcome .row-2 .item .info .title_wrapper .num{
    width: 47px;
    height: 47px;
    background: url('/img/ebay/welcome/circle.png') 50% 0 no-repeat;
    text-align: center;
    line-height: 47px;
}

.ebay_welcome .row-2 .item .info .title_wrapper .num > span{
    color: #fff;
    font-size: 2.2em;
}

.ebay_welcome .row-2 .item .text .block {
    margin-left: 67px;
    font-size: 1.1em;
    padding-top: 0.5em;
}

.ebay_welcome .row-2 .item .image {
    position: relative;
}

.ebay_welcome .row-2 .item .image .main {
    margin-left: 4.833em;
    position: relative;
    width: 137px;
    height: 137px;
}

.ebay_welcome .row-2 .item .image .account{
    background: url('/img/ebay/welcome/account.png') 50% 50% no-repeat;
    z-index: 1;
}

.ebay_welcome .row-2 .item .image .earth{
    margin-left: 5.5em;
    background: url('/img/ebay/welcome/earth.png') 50% 50% no-repeat;        z-index: 1;
}

.ebay_welcome .row-2 .item .image .box{
    margin-left: 5.4em;
    background: url('/img/ebay/welcome/box.png') 50% 50% no-repeat;
}

.ebay_welcome .row-2 .item .image .arrow{
    position:absolute;
    left: 14.750em;
    top: 0.833em;
    width: 162px;
    height: 120px;
    background: url('/img/ebay/welcome/arrow.png') 50% 50% no-repeat;
}

.ebay_welcome .row-3 {
    margin-top: 4em;
}

.ebay_welcome .row-3 > div {
    display: inline-block;
    vertical-align: top;
}

.ebay_welcome .row-3 .benefits_block {
    width: 46em;
    padding-right: 3em;
}
.ebay_welcome .row-3 .benefits_block .bottom {
    margin: 2em 0;
    font-size: 1.2em;
}
.ebay_welcome .row-3 .delivery_calculator .average_line_title {
    text-align: left;
    margin-bottom: 1em;
}
.ebay_welcome .row-3 .delivery_calculator .average_line_title span {
    font-family: 'PF Centro Slab Pro Bold', 'times new roman', serif;
    color: #000000;
    font-size: 2em;
    text-transform: none;
}
.ebay_welcome .row-3 .delivery_calculator .average_line_title::after {
    display: none;
}
.error_block {
    color: #fff;
    text-align: center;
}

.error_block.error_403 {
    background: url(/img/block/error/403.jpg) no-repeat;
    background-size: cover;
    min-height: 574px;
}

.error_block.error_404 {
    background: url(/img/block/error/404.jpg) no-repeat;
    background-size: cover;
    min-height: 764px;
}

.error_block.error_500 {
    background: url(/img/block/error/500.jpg) no-repeat;
    background-size: cover;
    min-height: 574px;
}

.error_block .breadcrumbs {
    font-size: 1.1667em;
    margin-bottom: 2em;
}

.error_block .error_code {
    font-size: 6.6667em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0.25em;
}

.error_block .error_text {
    font-size: 1.8333em;
}

.error_block .advice_block {

}

.error_block.error_403 .advice_block {
    margin-top: 10em;
}

.error_block.error_404 .advice_block {
    margin-top: 15em;
    overflow: hidden;
}

.error_block.error_500 .advice_block {
    margin-top: 8em;
}

.error_block .advice_block .advice {
    display: inline-block;
}

.error_block .advice_block .advice .text {
    font-size: 18px !important;
    margin: 0 auto;
    width: 15em;
}

.error_block .advice_block .advice .text p {
    margin-bottom: 0;
}

.error_block.error_403 .advice_block .advice .login {
    float: left;
    padding-right: 3em;
}

.error_block.error_403 .advice_block .advice .register {
    float: left;
}

.error_block.error_404 .advice_block .advice {
    display: block;
    float: left;
    font-size: 1.125em;
    width: 33.3333%;
}

.error_block.error_404 .advice_block .advice.price {
    padding-right: 2em;
}

.error_block.error_404 .advice_block .advice.info {
    padding-left: 1em;
    padding-right: 1em;
}

.error_block.error_404 .advice_block .advice.address {
    padding-left: 2em;
}

.error_block.error_404 .advice_block .advice .text {
    padding: 80px 0 0;
}

.error_block.error_404 .advice_block .advice.info .text {
    background: url(/img/block/error/info.png) center 0 no-repeat;
}

.error_block.error_404 .advice_block .advice.price .text {
    background: url(/img/block/error/price.png) center 0 no-repeat;
}

.error_block.error_404 .advice_block .advice.address .text {
    background: url(/img/block/error/address.png) center 0 no-repeat;
}

.error_block.error_500 .advice_block .advice {
    font-size: 1.125em;
}

.error_block.error_500 .advice_block .advice .text {
    padding: 80px 0 0;
}

.error_block.error_500 .advice_block .advice.blog {

}

.error_block.error_500 .advice_block .advice.blog .text {
    background: url(/img/block/error/blog.png) center 0 no-repeat;
}

.error_block.error_500 .advice_block .advice.blog .text a {
    margin-right: 11px;
    position: relative;
}

.error_block.error_500 .advice_block .advice.blog .text a:after {
    content: url(/img/block/error/external_link.png);
    position: absolute;
    right: -10px;
    top: -10px;
}

.error_block .error_trace {
    margin: 3em 0 0;
    text-align: left;
}

.error_block .error_trace .title {
    font-size: 1.5em;
    font-weight: 500;
}

.error_block .error_trace .message {
    font-size: 1.3333em;
}

.error_block .error_trace .trace {
    margin-bottom: 1em;
}

.error_block .error_trace .trace pre {
    background: rgba(119, 119, 119, 0.4);
    border-radius: 7px;
    overflow-x: auto;
    padding: 1em;
    color: #fff;
}

/* SIMPLE VIEW */

.error_block.tiny {
    color: #343434;
}

.error_block.error_403.tiny,
.error_block.error_404.tiny,
.error_block.error_500.tiny {
    background: none;
    min-height: auto;
}

.error_block.tiny .breadcrumbs {
    display: none;
}

.error_block.tiny .error_text {
    font-size: 1.1667em;
}

.error_block.tiny .advice_block {
    display: none;
}

.error_block.tiny .error_trace .trace pre {
    background: rgba(0, 0, 0, 0.1);
    color: #343434;
}

/* SHIPTOR */

.error_block.b2b .error_info.error_404 {
    width: 533px;
    height: 400px;
    background: url('/img/404.png');
    margin: 0 auto 1em;
}

.error_block.b2b .error_info.error_500 {
    text-align: center;
    margin: 2em auto 4em;
    padding: 2em 0;
    color: #23190a;
    text-shadow: 1px 1px 1px rgb(252, 209, 145);
    font-family: "PF Centro Slab Pro Bold", "Times New Roman", serif;
}

.error_block.b2b .error_info.error_500 .code {
    font-size: 9em;
    display: block;
    line-height: 1em;
    font-weight: bold;
}

.error_block.b2b .error_info.error_500 .status {
    font-size: 3em;
    display: block;
    line-height: 1em;
    font-weight: bold;
}

.error_block.b2b .error {
    margin: 1em 0 1em 0;
    text-align: left;
}

.error_block.b2b .error > .title {
    font-size: 2em;
    line-height: 1.5
}

.error_block.b2b .error > .message {
    font-size: 1.5em;
    line-height: 1.5
}

.error_block.b2b .error .trace {
    background-color: rgb(245, 222, 180);
    border-radius: 7px;
    overflow-x: auto;
    padding: 1em;
    color: #23190a;
}

.error_block.b2b .error .trace .title {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}.faq_category_item {
    font-size: 116%;
}

.faq_category_item .category_title {
    position: relative;
    margin-bottom: 2.5em;
}

.faq_category_item .category_title > .icon {
    background-image: none;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    display: block;
    position: absolute;
    top: -80px;
}

.faq_category_item .category_title .average_line_title {
    top: -0.5em;
}

/** */
.faq_category_item .faq_list > li {
    margin-bottom: 1em;
    list-style-position: inside;
    font-weight: 500;
}

.faq_category_item .faq_list li .question {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1em;
    font-weight: 400;
}

.faq_category_item .faq_list li .answer {
    display: block;
}

/** Ask consultant */
.faq_category_item .ask_consultant {
    margin: 3.75em 0 0;
}

.faq_category_item .ask_consultant .support_block {
    position: relative;
}

.faq_category_item .ask_consultant .support_block > .inner {
    padding-top: 3em;
    padding-left: 2em;
}

.faq_category_item .ask_consultant .support_block .person {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 6.25em;
    left: -15px;
}

.faq_category_item .ask_consultant .support_block .add_ticket,
.faq_category_item .ask_consultant .support_block .send_email {
    padding-left: 18em;
    margin-right: 0;
    width: auto;
}

.faq_category_item .page_header.condensed {
    padding-top: 0 !important;
}.flag_list ul {
    margin: 1em 0 2em;
    float: right;
}
.flag_list li {
    margin-right: 1em;
    display: inline-block;
    vertical-align: top;
}
.flag_list li:last-child {
    margin-right: 0;
}
.flag_list li a {
    background: url('/img/flag/png/en.png');
    width: 16px;
    height: 11px;
    display: inline-block;
    opacity: 0.5;
    filter: alpha(opacity=5);
}
.flag_list li a:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}/*
 * Get started now
 */
.get_started {
    margin-bottom: 2em;
}
.get_started .left_fon,
.get_started .right_fon,
.get_started > .inner {
    height: 214px;
}
.get_started .left_fon {
    float: left;
    width: 80px;
    background: url("/img/get_started/left_fon.png") 0 0 no-repeat;
}
.get_started .right_fon {
    float: right;
    width: 80px;
    background: url("/img/get_started/right_fon.png") 100% 0 no-repeat;
}
.get_started > .inner {
    background: url("/img/get_started/main_fon.png") 0 0 repeat-x;
    margin: 0 80px;
    text-align: center;
}
.get_started .mega_button {
    width: 31em;
    margin-bottom: 0.5em;
}
.get_started .text {
    margin-bottom: 1.3em;
    padding-top: 3.4em;
    line-height: 1.4em;
}
.get_started .text span {
    font-size: 2.6em;
    font-family: "PF Centro Slab Pro Bold", "times new roman", serif;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(142, 114, 0, 0.83);
}
.get_started .help {
    font-size: 1.33em;
    font-family: "PF Centro Slab Pro Medium", "times new roman", serif;
}
.get_started .help,
.get_started .help a {
    color: #181818;
}.how_it_works {

}

.layout_container.how_it_works .work_step_list * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.how_it_works .work_step_list {
    margin-bottom: 5em;
}

.how_it_works .see_more {
    text-align: center;
}

/****************************************************//*

*/
/* HOW IT WORKS? *//*

*/
/****************************************************//*

.how_it_works .work_step_list {
    margin-bottom: 3.5em;
}

*/
/****************************************************//*

.how_it_works .pricing {
    height: 9.5em;
}

.how_it_works .pricing > .inner {
    padding: 1.5em 0;
    background: #dde4d3;
    position: absolute;
    left: 0;
    width: 100%;
}

.how_it_works .pricing > .inner > .inner {
    width: 81em;
    margin: 0 auto;
    text-align: center;
}

.how_it_works .pricing .support {
    margin-top: 0.5em;
}

.how_it_works .pricing .support a {
    font-family: "PF Centro Slab Pro Medium", "Times New Roman", serif;
    font-size: 1.33em;
    color: #010101;
}

*/
/****************************************************//*

.how_it_works .reviews {
    height: 25.5em;
}

.how_it_works .reviews > .inner {
    padding: 1.5em 0 3em 0;
    background: #f5f5ee;
    position: absolute;
    left: 0;
    width: 100%;
}

.how_it_works .reviews .review_block {
    width: 81em;
    margin: 0 auto;
}

.how_it_works .review_block {
    padding-top: 1.2em;
}

.how_it_works .review_block .average_line_title span {
    background: #f5f5ee;
}

.how_it_works .review_block .text {
    display: none;
}

.how_it_works .review_block .person {
    margin-top: -4.7em;
}

.how_it_works .review_block .review_list {
    margin-top: 4.8em;
}

.how_it_works .review_block .review_list .item .content .inner {
    background: #fff28a;
    border-left-color: #e6d979;
    border-right-color: #e6d979;
}

.how_it_works .review_block .review_list .item .content .inner > span {
    color: #334046;
}

.how_it_works .review_block .review_list .item .content .bottom_fon {
    background: url("/img/review/item_bottom_fon_yellow.png") 0 0 no-repeat;
}

.how_it_works .review_block .review_list .item .content .top_fon {
    background: url("/img/review/item_top_fon_yellow.png") 0 0 no-repeat;
}*/
.incoming_package_form {
    margin: 1.5em 0 0;
}

.incoming_package_form .label {
    font-size: 1.0833em;
    font-weight: 300;
}

.incoming_package_form .declaration {
    padding: 0 1.5em;
}

.incoming_package_form .alert {
    margin-right: 1.25em;
    margin-left: 1.25em;
}

.incoming_package_form .order_info {
    background: #fff;
    margin-bottom: 1.5em;
}

.incoming_package_form .order_info .row {
    margin-bottom: 1em;
}

.incoming_package_form .order_info .row:last-child {
    margin-bottom: 0;
}

.incoming_package_form .package_info {
    margin-bottom: 1em;
}

.incoming_package_form .package_info > .name {
    margin-bottom: 1.75em;
}

.incoming_package_form .package_info > .name > .inner {
    width: 40em;
}

.incoming_package_form .package_info .incoming_package_container {
    /*margin-bottom: 2em;*/
}

.incoming_package_form .package_info .add_outgoing_package {
    float: left;
    width: 50%;
}

.incoming_package_form .package_info .total_price {
    float: right;
    text-align: right;
    width: 50%;
}

.incoming_package_form .package_info .total_price .inner {
    font-size: 1.6667em;
    font-weight: 700;
}

.incoming_package_form .package_info .total_price .inner .value {
    margin: 0 0 0 1em;
}

.incoming_package_form .declaration {
    background: url("/img/account/line.png") 0 0 repeat-x;
    padding-top: 1em;
    margin-bottom: 1em;
}

.incoming_package_form .package_info:first-child .declaration:first-child {
    background: none;
    padding-top: 0;
}

.incoming_package_form .delivery {
    background: url('/img/account/delivery/fon.png') 0 0 repeat-x;
    padding-top: 1em;
}

.incoming_package_form .chosen-container {
    width: 100% !important;
}

.incoming_package_form .invoice_list {
    padding-bottom: 1em;
}

.incoming_package_form .invoice_list .fieldset_title {
    padding-bottom: 0.7em;
}

.incoming_package_form .invoice_list table.list td, .incoming_package_form .invoice_list table.list th {
    padding: 0 2em 0 0;
}

.incoming_package_form .invoice_list table.list td:not(:last-child) {
    vertical-align: middle;

}

.incoming_package_form .invoice_list table.list .empty_list {
    color: red;
}

.incoming_package_form .delivery .insurance {
    margin-top: 1em;
}

.incoming_package_form .delivery .insurance [name="insurance_amount"] {
    width: 7.5em;
    text-align: right;
    padding: 0.4em 0.5em;
    margin-right: 0.2em;
    margin-bottom: 0.5em;
    /*float: left;
    margin-right: 0.8em;*/
}

.incoming_package_form .delivery .insurance .name {
    color: #5f7077;
    /*color: red;*/
}

.incoming_package_form .delivery .insurance .hint {
    font-size: 0.95em;
    display: block;
    line-height: 1.2em;
}

.incoming_package_form .delivery .insurance .price {
    margin-left: 1em;
}

.incoming_package_form .user_address .three_col dd {
    width: 32%;
    display: inline-block;
}

.incoming_package_form .user_address .three_col dd:nth-child(2) {
    margin: 0 1.3%;
}

.incoming_package_form .user_address .russian_address .phone input[name=phone_country] {
    width: 3em;
    margin-right: 1.5em;
}

.incoming_package_form .user_address .russian_address .phone input[name=phone_code] {
    width: 3em;
    margin: 0 0.2em;
}

.incoming_package_form .user_address .russian_address .phone input[name=phone_number] {
    width: 11.2em;
    margin-left: 1.5em;
}

.incoming_package_form .user_address .russian_address .note {
    margin-bottom: 0.5em;
    display: inline-block;
    color: #5f7077;
}

.incoming_package_form .user_address .russian_address .note > i {
    font-size: 1.2em;
    color: #506d9e;
    margin-right: 0.2em;
}

.incoming_package_form .user_passport #gmonth_chosen {
    margin: 0 2em;
}

.incoming_package_form input[type="text"],
.incoming_package_form select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3333em;
    font-weight: 500;
    width: 30em;
}

.incoming_package_form .price input {
    width: 5.5em;
}

.incoming_package_form .price .currency {
    color: #878686;
    font-size: 1.3333em;
    font-weight: 300;
    padding-left: 0.5em;
    vertical-align: middle;
}

.incoming_package_form .additional_photos label,
.incoming_package_form .is_remove_original_wrap label,
.incoming_package_form .dispatch label {
    font-size: 1.3333em;
    font-weight: 500;
}

.incoming_package_form .title {
    margin: 0.5em 0;
}

.incoming_package_form .title span {
    color: #404b50;
    font-weight: bold;
}

.incoming_package_form .warehouse .list {
    display: block;
    padding: 0.5em 0;
}

.incoming_package_form .box_wrapper {
    padding: 0.3em;
    margin-bottom: 0.7em;
    min-height: 1em;
}

.incoming_package_form .title {
    margin: 0.8em 0 0.5em;
}

.incoming_package_form .title span {
    font-size: 1.1em;
}

.incoming_package_form .dimensions label {
    display: inline-block;
}

.incoming_package_form .dimensions .sizes {
    display: inline-block;
    width: 77.5%;
}

.incoming_package_form .dimensions .sizes label {
    width: 33%;
}

.incoming_package_form .dimensions .dimensions_x input,
.incoming_package_form .dimensions .dimensions_y input {
    width: 90%;
}

.incoming_package_form .dimensions .dimensions_x:after,
.incoming_package_form .dimensions .dimensions_y:after {
    content: 'x';
    margin-left: 2%;
}

.incoming_package_form .dimensions .weight {
    width: 20%;
    margin-left: 2%;
}

.incoming_package_form .package_declaration .item .action {
    text-align: left;
    vertical-align: middle;
}

.incoming_package_form .package_declaration tbody.item td {
    padding-left: 2.5%;
}

.incoming_package_form .package_declaration .item td:first-child {
    padding-left: 0;
}

.incoming_package_form .package_declaration .last td {
    padding-bottom: 0.5em;
}

.incoming_package_form .package_declaration .item .action .add {
    display: none;
}

.incoming_package_form .package_declaration .last .action .add {
    display: block;
}

.incoming_package_form .package_declaration .last .action .delete {
    display: none;
}

.incoming_package_form .package_declaration .item tr.edit {
    display: table-row;
}

.incoming_package_form .package_declaration .item.template {
    display: none;
}

.incoming_package_form .package_declaration .alert-error li {
    font-size: 1.2em;
}

/*.incoming_package_form .user_address .full_name input,
.incoming_package_form .user_address .address_line1 input
{
    max-width: 34em;
}*/

.incoming_package_form .delivery_method_label {
    color: #5f7077;
}

.incoming_package_form .order_delivery_method {
    margin-bottom: 0.5em;
}

.incoming_package_form .order_delivery_method .item {
    display: inline-block;
    width: 48.5%;
    vertical-align: top;
}

.incoming_package_form .order_delivery_method .item:nth-child(odd) {
    margin-right: 2%;
}

.incoming_package_form .order_delivery_method .delivery_price {
    float: right;
    margin-top: 0.3em;
}

.incoming_package_form .order_delivery_method .description {
    color: #8b969b;
    margin-left: 2.45em;
    font-size: 0.8em;
}

.incoming_package_form .order_delivery_method label {
    color: #404b50;
}

.incoming_package_form .insurance .hint {
    display: inline-block;
    margin-left: 0.2em;
}

/**
* total block
*/
.incoming_package_form .total {
    background: url('/img/package/declaration/total_bg2.png') 0 0 repeat-x;
    padding-top: 3px;
    margin-bottom: 1em;
}

.incoming_package_form .total .inner {
    background-color: #f1eed9;
    padding: 0.3em 0;
}

.incoming_package_form .total .bg_bottom {
    background: url('/img/package/declaration/total_bg.png') 0 100% repeat-x;
    width: 100%;
    height: 5px;
}

.incoming_package_form .total dl {
    border-right: 1px solid #bcbaa7;
    /*width: 33%;*/
    padding: 0.9em 2% 0.6em;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.incoming_package_form .total dl:last-child {
    border-right: none;
}

.incoming_package_form .total dl dt,
.incoming_package_form .total dl dd {
    display: inline-block;
    font-size: 1.16em;
}

.incoming_package_form .total dl dd {
    float: right;
    margin-bottom: 0;
}

.incoming_package_form .total dl.total dt,
.incoming_package_form .total dl.total dd {
    font-size: 1.5em;
}

.incoming_package_form .user_passport .give_date_em {
    display: none;
}

.incoming_package_form .insurance .content .notification {
    display: none !important;
}

.incoming_package_form .invoice_file .invoice_file_list,
.incoming_package_form .invoice_file .selected_file_list {
    margin: .5em 0;
}
.incoming_package_add {

}

.incoming_package_add .form .action_list {
    background: #f5f5f5;
    border-radius: 0 0 0.7em 0;
    margin: 0 -1.5em;
    padding: 1.5em 1.5em 4em 0;
    text-align: right;
}

.incoming_package_add .form .action_list .submit {
    font-size: 1.6667em;
}/*
.user_passport  dd{
    display: inline-block;
}
.user_passport .series{
    margin-right: 2.6em;
}
.user_passport .number{
    margin-right: 1.1em;
}
.user_passport .series,
.user_passport .number{
    width: 13em;
}
.user_passport .give_date .label {
    color: #5f7077;
}
.user_passport .give_by {
    width: 28.9em;
}
.user_passport #gday,
.user_passport #gday_chosen
{
    width: 5em !important;
    display: inline-block;
}
.user_passport #gmonth,
.user_passport #gmonth_chosen
{
    width: 10em !important;
    display: inline-block;
}
.user_passport #gyear,
.user_passport #gyear_chosen
{
    width: 7em !important;
    display: inline-block;
}

.user_passport .first_page_file .hide {
    display: none;
}*/

.incoming_package_add_button {
    display: inline-block;
    float: right;
}
.incoming_package_add_button a {
    background-image: url('/img/package/add.png');
    background-position: 8px center;
    background-repeat: no-repeat;
    padding-left: 33px;
}.incoming_package_add_success {
    margin: 0 0 1em;
}

.incoming_package_add_success .package_declaration {
    max-width: 43em;
    margin-bottom: 1.5em;
}
.incoming_package_add_success .package_declaration table,
.incoming_package_add_success .package_declaration table th,
.incoming_package_add_success .package_declaration table td {
    border: none;
}

.incoming_package_add_success .warehouse_address_container,
.incoming_package_add_success .barecode_container {
    position: relative;
}
.incoming_package_add_success .warehouse_address_container .warehouse_address_print,
.incoming_package_add_success .barecode_container  {
    margin-bottom: 1.5em;
    font-size: 100%;
}
.incoming_package_add_success .warehouse_address_container .print_link,
.incoming_package_add_success .barecode_container .print_link {
    background-image: url('/img/user_address/icon.png');
    background-position: 0 -318px;
    width: 17px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 660px;
}

.incoming_package_add_success .delivery_price_list table {
    margin-top: 1em;
}
.incoming_package_add_success .delivery_price_list .col {
    width: 32.8%;
    display: inline-block;
    vertical-align: top;
}
.incoming_package_add_success .delivery_price_list .col table {
    width: 100%;
    text-align: left;
}
.incoming_package_add_success .delivery_price_list .col table th {
    color: #998f76;
    font-size: 0.9em;
    font-weight: normal;
}
.incoming_package_add_success .delivery_price_list .col table tr:nth-child(odd) td {
    background: #f0fafe;
}
.incoming_package_add_success .action_list {
    text-align: right;
}
.incoming_package_choose .action_list {
    padding: 0 0.5em;
    text-align: right;
}.incoming_package_item .info {
    margin-bottom: 1em;
    width: 56%;
    margin-right: 3.5%;
    display: inline-block;
}
.incoming_package_item .order_id {
    /*float: right;*/
    color: #666;
    margin-top: 0.5em;
}

.incoming_package_item .title {
    margin-bottom: 0.2em;
}
.incoming_package_item .title span {
    color: #30393D;
    font: 1.7em "PF Centro Slab Pro Bold", "Times New Roman", serif;
}

.incoming_package_item .shop {
    margin-bottom: 1em;
    color: #30393D;
}
.incoming_package_item .price,
.incoming_package_item .is_remove_original_wrap,
.incoming_package_item .tracking {
    margin: 1em 0;
}
.incoming_package_item .package {
    margin-bottom: 1em;
}
.incoming_package_item .order_id,
.incoming_package_item .price,
.incoming_package_item .package,
.incoming_package_item .invoice,
.incoming_package_item .tracking,
.incoming_package_item .is_remove_original_wrap,
.incoming_package_item .ebay_product {
    font-size: 1.2em;
    line-height: 1.4em;
}
.incoming_package_item .order_id .label,
.incoming_package_item .price .label,
.incoming_package_item .package .label,
.incoming_package_item .invoice .label,
.incoming_package_item .is_remove_original_wrap .label,
.incoming_package_item .tracking .label {
    width: 11em;
    display: inline-block;
    margin-right: 0.2em;
}

.incoming_package_item .package_declaration,
.incoming_package_item .incoming_package_photo_list {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1em;
}
.incoming_package_item .package_declaration {
    max-width: 56%;
    margin-right: 3.5%;
}
.incoming_package_item .incoming_package_photo_list {
    max-width: 40%;
}

.incoming_package_item .delete_order {
    color: #e76a4d;
    background: url('/img/user_order/icons.png') 0 -600px no-repeat;
    padding-left: 16px;
    margin-top: 0.2em;
    display: inline-block;
}
.incoming_package_item .delete_order span {
    font-size: 1.16em;
}

.incoming_package_item .restore_order {
    color: #e76a4d;
    margin-top: 0.2em;
    display: inline-block;
}
.incoming_package_item .restore_order span {
    font-size: 1.16em;
}

.incoming_package_item .auto_send {
    margin-right: 3em;
    font-size: 1.16em;
    display: inline-block;
}

.incoming_package_item .delivery {
    margin-top: 1.2em;
    display: none;
}
.incoming_package_item .delivery.active {
    display: block;
}
.incoming_package_last_button {
    margin-bottom: 0.5em;
    margin-right: 0.3em;
    text-align: right;0
}.incoming_package_photo_list > .title {
    margin-bottom: 0.7em;
    font-weight: bold;
}
.incoming_package_photo_list .photo_list {
    margin-bottom: 0.5em;
}
.incoming_package_photo_list .photo_list .item {
    display: inline-block;
}
.incoming_package_photo_list .get_more_photo .text {
    font-size: 1.16em;
    margin-bottom: 0.7em;
}.informer_list .news_informer,
.informer_list .warehouse_informer,
.informer_list .payment_card_informer,
.informer_list .ebay_informer,
.informer_list .package_add_informer,
.informer_list .payment_history_informer,
.informer_list .ticket_list_informer {
    box-shadow: 0 1.5em 2em -1em #333;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.5em;
}

.informer_list .payment_card_informer .payment_card {
    margin-bottom: 0;
}

.informer_list .warehouse_informer,
.informer_list .payment_history_informer {
    width: 31em;
    margin-right: 1.5em;
}

.informer_list .payment_card_informer,
.informer_list .package_add_informer,
.informer_list .ticket_list_informer {
    width: 27em;
}

.informer_list .package_list_informer {
    background-color: #e2c15e;
    border-radius: 0.4em;
    box-shadow: 0 1.5em 2em -1em #333;
    padding: 0.4em 0.4em 0.4em 0.6em;
}

.informer_list .package_list_informer .button_list {
    margin-top: 0.8em;
    margin-right: 0.5em;
    float: right;
}

.informer_list .package_list_informer .tab_list .jqcarousel .scroll {
    width: 635px;
}

.informer_list .package_list_informer .tab_list .jqcarousel .previous.disabled {
    border-right-color: #a2a3a3;
}

.informer_list .package_list_informer .tab_list .jqcarousel .next.disabled {
    border-left-color: #a2a3a3;
}

.informer_list .package_list_informer .all_packages {
    margin: 1em 0.5em 0.7em 0.5em;
}

.informer_list .package_list_informer .all_packages a {
    color: #715735;
    font-size: 1.16em;
    text-transform: capitalize;
}

.informer_list .package_list_informer .package_combined_list .block_title {
    margin-left: 1em;
}

.informer_list .news_informer {
    display: block;
}

.informer_list .news_informer .incoming_package_add_button {
    margin-top: 1em;
    float: none;
}

.informer_list .news_informer .news_list .item {
    background-color: #e8f3b7;
    border-radius: 0.5em;
    padding: 1em 1.08em;
}

.informer_list .news_informer .news_list .item .date {
    margin-bottom: 1em;
    padding: 0;
    color: #8b969b;
    float: none;
}

.informer_list .news_informer .news_list .item .title {
    font-weight: 500;
    margin-bottom: 0.5em;
    color: #121212;
    font-size: 2em;
}

.informer_list .news_informer .wrapper {
    background-color: #e8f3b7;
    border-radius: 0.5em;
    padding: 1em 1.08em;
}

.informer_list .news_informer .wrapper .incoming_package_add_button {
    margin-top: 0;
}

.informer_list .news_informer .title span {
    font-size: 0.7em;
}

.informer_list .ebay_informer {
    background: #fff;
    border-radius: 0.3em;
    display: block;
    min-height: 70px;
    padding: 1.6em;
}

.informer_list .ebay_informer .logo {
    float: left;
    height: 68px;
    width: 11em;
}

.informer_list .ebay_informer .logo .ebay_compatible_logo {
    width: 102px;
}

.informer_list .ebay_informer .action {
    float: right;
    padding: 1.3em 0 0;
    text-align: right;
    width: 20em;
}

.informer_list .ebay_informer .ebay_confirmation_info {
    margin: 0.5em 21em 0 12em;
}

.informer_list .ebay_informer .ebay_confirmation_info.linked {
    margin-right: 0;
}

.informer_list .payment_history_informer,
.informer_list .ticket_list_informer {
    margin-bottom: 0;
}.payment_history_informer {
    background: url('/img/payment/history/bottom_bg.png') 0 100% repeat-x;
    padding-bottom: 4px;
}

.payment_history_informer > .inner {
    background-color: #f4f7f7;
}

.payment_history_informer .payment_history {
    /*padding: 1.08em 0.8em 0 1.08em;*/
    /*min-height: 17.4em;*/
    min-height: 19.6em;
    padding-top: 1.08em;
    padding-bottom: 0.8em;
}

.payment_history_informer .payment_history .title {
    margin-bottom: 1em;
    margin-left: 1.08em;
    margin-right: 0.8em;
    position: relative;
    text-align: center;
}

.payment_history_informer .payment_history .title span {
    background-color: #f4f7f7;
    padding: 0 0.2em;
    position: relative;
    color: #101010;
    font-size: 1.3em;
    text-transform: uppercase;
    z-index: 2;
}

.payment_history_informer .payment_history .title:after {
    background: url('/img/default/delivery/top_bg.png') 0 0 repeat-x;
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    top: 46%;
    content: ' ';
    z-index: 1;
}

.payment_history_informer .payment_history .account_list_table {
    background-color: #f4f7f7;
    padding-left: 1.08em;
    padding-right: 0.8em;
}

.payment_history_informer .payment_history .account_list_table th {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

.payment_history_informer .payment_history .account_list_table tbody tr.fieldset td {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    border-top-color: #d5dce0;
    border-bottom: none;
}

.payment_history_informer .payment_history .account_list_table tbody tr.fieldset td.id {
    font-size: 0.9em;
}

.payment_history_informer .payment_history .account_list_table tbody.odd tr.fieldset td,
.payment_history_informer .payment_history .account_list_table tbody:nth-child(odd) tr.fieldset td {
    background-color: #f4f7f7;
}

.payment_history_informer .payment_history .no_data {
    background: url('/img/account/dashboard/payment_bg.png') 0 0 repeat;
    display: block;
    min-height: 14em;
    padding-left: 1.08em;
    padding-right: 0.8em;
    /*padding-bottom: 1em;*/
    font-size: 1.16em;
    /*line-height: 1.4em;*/
    line-height: 31px;
    font-family: 'flow regular';
}

.payment_history_informer .payment_history .no_data .first {
    /*    margin-bottom: 0.4em;
        padding-top: 0.3em;*/
    display: block;
    color: #30393d;
    /*font-family: 'PT Sans Bold';*/
    font-family: 'Flow Bold';
    font-size: 17px;
}

.payment_history_informer .all_payment_history {
    background-color: #e8ebe9;
    margin-top: 0.8em;
    padding: 0.7em 0.5em 0.6em 4.08em;
}

.payment_history_informer .all_payment_history a {
    color: #149dda;
    text-transform: capitalize;
}
.ticket_list_informer {
    border-radius: 0.9em 0.9em 0 0;
}

.ticket_list_informer,
.ticket_list_informer .ticket_list {
    background-color: #fff6ba;
}

.ticket_list_informer .head {
    background-color: #753f00;
    border-bottom: 2px solid #512b00;
    border-radius: 0.8em 0.8em 0 0;
    padding: 0.4em;
    position: relative;
    color: #e9e5d3;
    text-transform: uppercase;
}

.ticket_list_informer .head .title {
    padding: 0.7em 0 0.4em 0;
    font-size: 1.3em;
    font-family: 'Flow Bold';
    /*font-weight: bold;*/
    /*font-style: italic;*/
    text-align: center;
}

.ticket_list_informer .head .ticket_add_button {
    position: absolute;
    top: 0.4em;
    right: 0.4em;
    text-align: center;
}

.ticket_list_informer .head .ticket_add_button a {
    background-color: #623500;
    background-image: url('/img/ticket/add.png');
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 1px solid #3b1f00;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #976e3e;
    width: 3.1em;
    height: 2.5em;
    display: block;
    padding: 0;
}

.ticket_list_informer .head .ticket_add_button a span {
    display: none;
}

.ticket_list_informer .head .ticket_add_button a:after {
    padding: 0.5em 0;
    /*content: '+';*/
    color: #e9e5d3;
    font-size: 3em;
    font-weight: bold;
}

.ticket_list_informer {
    font-family: 'Flow Regular';
}

.ticket_list_informer .ticket_list {
    background: url('/img/account/dashboard/ticket_bg.png') 0 0 repeat;
    border-top: 1px solid #a7a17a;
    min-height: 18em;
    /*font-style: italic;*/
}

.ticket_list_informer .ticket_list .no_data {
    display: block;
    line-height: 33px;
    padding: 0.5em 1.8em 0;
}

.ticket_list_informer .ticket_list .no_data .first {
    display: block;
    color: #3e0707;
    font-size: 1.4em;
    font-family: 'Flow Bold';
    margin-bottom: 0;
}

.ticket_list_informer .ticket_list .no_data .second
 {
    color: #3e0707;
    font-size: 1.16em;
}

.ticket_list_informer .account_list_table {
    border-top: none;
}

.ticket_list_informer .ticket_list .account_list_table {
    background-color: transparent;
}

.ticket_list_informer .account_list_table tbody tr.fieldset td {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-top: none;
    /*border-bottom-color: #c3d8bd;*/
    border-bottom-color: #fff6ba;
    font-family: 'Flow Regular';
    font-size: 1.08em;
}

.ticket_list_informer .account_list_table tbody:hover tr.fieldset td,
.ticket_list_informer .account_list_table tbody.odd:hover tr.fieldset td,
.ticket_list_informer .account_list_table tbody:nth-child(odd):hover tr.fieldset td {
    background-color: #e7ecbe;
    /*border-bottom-color: #c3d8bd;*/
    border-bottom-color: #fff6ba;
    box-shadow: none;
}

.ticket_list_informer .account_list_table tbody tr.fieldset td.theme {
    padding-left: 1.5em;
}

.ticket_list_informer .account_list_table tbody tr.fieldset td.theme a {
    color: #3e0707;
    text-decoration: none;
}

.ticket_list_informer .account_list_table tbody tr.fieldset td.date {
    color: #aca28a;
    padding-right: 2em;
}

.ticket_list_informer .account_list_table tbody.odd tr.fieldset td,
.ticket_list_informer .account_list_table tbody:nth-child(odd) tr.fieldset td {
    /*background: #fff6ba;*/
    background: none;
}

.ticket_list_informer .account_list_table tbody:hover tr.fieldset td.theme a {
    color: #955000;
}

.ticket_list_informer .account_list_table tbody:hover tr.fieldset td.date {
    background-image: url('/img/ticket/arrow.png');
    background-position: 92% center;
    background-repeat: no-repeat;
}

.ticket_list_informer .all_tickets {
    padding: 0.8em 1.5em;
}

.ticket_list_informer .all_tickets a {
    color: #149dda;
    font-size: 1.16em;
    /*font-style: italic;*/
    text-transform: capitalize;
}
.join_us_block {
    /*margin: 0 5em;*/
    text-align: center;
    overflow: hidden;
}

.join_us_block .email,
.join_us_block .join_us_button {
    display: inline-block;
    vertical-align: middle;
}

.join_us_block .email {
    padding-right: 0.5em;
    width: 37.5em;
}

.join_us_block .email input[type="text"] {
    width: 100%;
    line-height: 49px;
    height: 54px;
    padding: 0.6em 1em 0.4em;
}

.join_us_block .join_us_button {
    padding-left: 0.5em;
}

.join_us_block .join_us_button .button {
    height: 54px;
}

.join_us_block .is_subscribe {
    margin: 2em 0 0;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2) !important;
}

.join_us_block .is_subscribe .label {
    color: #f6f6f6;
    font-size: 1.25em;
}

.join_us_block .is_subscribe a,
.join_us_block .is_subscribe a:visited {
    color: #f6f6f6;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.join_us_block .is_subscribe a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}.language_block {
    position: relative;
    text-align: left;
}

/*
.language_block .current_language {
    padding-bottom: 2em;
}
*/

.language_block .no_popup .language_list {
    display: block;
    position: static;
    background: #ffffff;
}

.language_block .language_list {
    display: none;
}

/*.language_block:hover .language_list,
.language_block .language_list.show {
    display: block;
}*/

.language_block .language_list.show {
    display: block;
}

.language_block:hover .current_language .language:before {
    border-color: #86c573;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.language_block .language:before {
    border: 3px solid #ececec;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 28px;
    margin: 0 0.5em 0 0;
    vertical-align: middle;
    width: 28px;
}

.language_block .language.language_ru:before {
    background: url(/img/language_ru.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.language_block .language.language_de:before {
    background: url(/img/language_de.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.language_block .language.language_en:before {
    background: url(/img/language_en.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.language_block .language.language_es:before {
    background: url(/img/language_es.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.language_block .language.language_pt:before {
    background: url(/img/language_pt.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.language_block .language.language_zh:before {
    background: url(/img/language_zh.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.language_block .language.language_uk:before {
    background: url(/img/language_ua.png) 0 0 no-repeat;
    background-size: 100% 100%;
}.language_list {
    background: #f6f6f6;
    margin: 1em 0 0;
    min-width: 15em;
    padding: 1.6667em 0;
    position: absolute;
    right: 0;
    top: 130%;
    z-index: 101;
}

.language_list:before {
    border: 7px solid transparent;
    border-bottom-color: #f6f6f6;
    bottom: 100%;
    content: ' ';
    height: 0;
    position: absolute;
    pointer-events: none;
    right: 15px;
    width: 0;
}

.language_list .item {
    font-size: 1.1667em;
}

.language_list .item .language {
    color: #333;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.3333em 1.6667em;
}

.language_list .item:hover .language {
    color: #45992b;
}

.language_list .item:hover {
    background: #fff;
}

.language_list .close {
    float: right;
    margin-right: 1.45em;
    margin-top: -1.3em;
    cursor: pointer;
}.language_correction .info {
    margin: 1em 0;
}
.language_correction .form select {
    width: 14em;
}
.language_correction .form .submit {
    padding: 0 3em;
    margin: 0 0 0.7em 0.5em;
}.layout_container_empty > .button_list {
    float: right;
}.logo {
    width: 201px;
}

.logo a {
    display: block;
    overflow: hidden;
}

.logo a .logo_icon {
    width: 83px;
    height: 46px;
    display: inline-block;
    float: left;
    background: url(/img/logo_icon.png) center center no-repeat transparent;
}

.logo a .logo_text {
    width: 118px;
    height: 46px;
    display: inline-block;
    float: right;
    background: url(/img/logo_text.png) center center no-repeat transparent;
}.logo_tiny {
    width: 378px;
    height: 99px;
    margin: 0 auto;
    display: block;
    padding: 3em 0 2em 0;
}/*-----------------------------------*/
/* Mega button
/*-----------------------------------*/
.mega_button {
    padding: 0 11px 0 0;
    display: inline-block;
    border: none;
    line-height: 1.2em;
    margin: 0 1px 5px 0;
}

.mega_button:active {
    margin: 1px 0 0 1px;
}

.mega_button span {
    padding-left: 5px;
    display: block;
}

.mega_button a {
    font-size: 2em;
    color: #fff;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.31);
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 20px 1em;
    height: 16px;
    text-align: center;
}

.mega_button,
.mega_button.green {
    /*background: url("/img/mega_button/green_fon_2.png") 100% 50% no-repeat;*/
    background: url("/img/mega_button/sprite.png") no-repeat 100% 0;
    /*width: 11px; height: 56px;*/
}

.mega_button:hover,
.mega_button.green:hover {
    /*background-image: url("/img/mega_button/green_fon_2_hover.png");*/
    background: url("/img/mega_button/sprite.png") no-repeat 100% -100px;
    /*width: 11px; height: 56px;*/
}

.mega_button span,
.mega_button.green span {
    background: url("/img/mega_button/sprite.png") no-repeat 0 -199px;
    /*width: 5px;*/
    /*height: 56px;*/
    /*background: url("/img/mega_button/green_fon_3.png") 0 50% no-repeat;*/
}

.mega_button:hover span,
.mega_button.green:hover span {
    background: url("/img/mega_button/sprite.png") no-repeat 0 -298px;
    /*width: 5px; height: 56px;*/
    /*background-image: url("/img/mega_button/green_fon_3_hover.png");*/
}

.mega_button a,
.mega_button.green a {
    background: url("/img/mega_button/sprite.png") repeat-x 0 -480px;
    /*width: 1px; height: 55px;*/
    /*background: #6cb800 url("/img/mega_button/green_fon.png") 0 100% repeat-x;*/
    box-shadow: 0px 7px 10px rgba(93, 165, 4, 0.42);
}

.mega_button:hover a,
.mega_button.green:hover a {
    background: url("/img/mega_button/sprite.png") repeat-x 0 -398px;
    /*width: 2px; height: 56px;*/
    /*background-image: url("/img/mega_button/green_fon_hover.png");*/
    /*background-color: #84e200;*/
    box-shadow: none;
}

.mega_button.blue {
    background: url("/img/mega_button/sprite.png") no-repeat 100% -556px;
    /*background: url("/img/mega_button/blue_fon_2.png") 100% 50% no-repeat;*/
}

.mega_button.blue span {
    background: url("/img/mega_button/sprite.png") no-repeat 0 -661px;
    /*background: url("/img/mega_button/blue_fon_3.png") 0 50% no-repeat;*/
}

.mega_button.blue a {
    background: url("/img/mega_button/sprite.png") repeat-x 0 -754px;
    /*background: #6cb800 url("/img/mega_button/blue_fon.png") 0 100% repeat-x;*/
    box-shadow: 0px 3px 10px rgba(16, 157, 225, 0.30);
}.user_notification > .title {
    text-align: center;
    margin-bottom: 0.3em;
}

.user_notification > .title span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
}

.user_notification > .notification_item {
    margin-bottom: 0.5em;
}

.user_notification > .notification_item .text_widget {
    margin-top: 1em;
}

.user_notification > .accept_form {
    text-align: right;
}

.user_notification > .accept_form .submit {
    padding: 0 1em;
    margin: 0;
}

.user_notification > .accept_form .accept_button > span {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.2em;
    padding: 0.5em 0;
}
.order_foreign {

}

.order_foreign .order_item .shop_item {
    margin-bottom: 1em;
}

.order_foreign .order_item .shop_item > .name {
    margin-bottom: 0.5em;
    margin-left: 0.7em;
}

.order_foreign .order_item .shop_item > .name span {
    font-size: 1.2em;
    font-weight: bold;
}

.order_foreign .order_item .shop_item .price {
    margin-right: 0.5em;
    text-align: right;
}

.order_foreign .order_item .shop_item .account_list_table {
    margin-bottom: 0.5em;
}

.order_foreign .order_item .shop_item .account_list_table td.name a {
    text-decoration: underline;
}

.order_foreign .order_item .shop_item .account_list_table td.name a:hover {
    text-decoration: none;
}

.order_foreign .order_item .shop_item .account_list_table tbody.inactive td {
    color: #c2c2c2;
}

.order_foreign .order_item .shop_item .account_list_table tbody.inactive td a {
    color: #c2c2c2;
}

.order_foreign .order_item .shop_item .account_list_table td.price .fa {
    color: #506d9e;
}

.order_foreign .order_item .shop_item .account_list_table td.price .price_tooltip {
    display: none;
}

.order_foreign .form_error {
    margin: 0 0 1em;
}

/**
* total block
*/
.order_foreign .total {
    background: url('/img/package/declaration/total_bg2.png') 0 0 repeat-x;
    padding-top: 3px;
    margin: 0 0 1em;
}

.order_foreign .total .inner {
    display: table;
    width: 100%;
}

.order_foreign .total .inner {
    background-color: #f1eed9;
    padding: 0.3em 0;
}

.order_foreign .total .bg_bottom {
    background: url('/img/package/declaration/total_bg.png') 0 100% repeat-x;
    width: 100%;
    height: 5px;
}

.order_foreign .total dl {
    border-right: 1px solid #bcbaa7;
    padding: 0.9em 0.7em 0.6em;
    display: table-cell;
    vertical-align: middle;
}

.order_foreign .total dl:last-child {
    border-right: none;
}

.order_foreign .total dl dt,
.order_foreign .total dl dd {
    display: inline-block;
    font-size: 1.16em;
}

.order_foreign .total dl dd {
    float: right;
    font-family: 'PT Sans Bold';
    margin-bottom: 0;
}

.order_foreign .total dl.total_price dt,
.order_foreign .total dl.total_price dd {
    font-size: 1.5em;
    font-family: 'PT Sans Bold';
}.order_foreign_form {
    /*margin: 0 0.7em;*/
}

.order_foreign_form .action_list {
    background: #f5f5f5;
    border-radius: 0 0 0.7em 0;
    margin: 2.5em -1.5em 0;
    overflow: hidden;
    padding: 1.5em 1.5em 4em;
    text-align: right;
}

.order_foreign_form input[type="text"] {
    width: 100%;
}

.order_foreign_form .product_foreign .alert {
    margin: 0.5em 0;
    padding: 0.2em;
    font-size: 0.9em;
}

.order_foreign_form .product_foreign > .item + .item {
    border-top: 1px dashed #808080;
    margin-top: 1em;
    padding-top: 1em;
}

.order_foreign_form .product_foreign .item .field {
    display: inline-block;
    margin-bottom: 1em;
    vertical-align: top;
    width: 30%;
}

.order_foreign_form .product_foreign .item .field.url {
    display: block;
    width: 60%;
}

.order_foreign_form .product_foreign .item .field.name,
.order_foreign_form .product_foreign .item .field.article {
    width: 45%;
}

.order_foreign_form .product_foreign .item .field.color,
.order_foreign_form .product_foreign .item .field.size {
    width: 45%;
}

.order_foreign_form .product_foreign .item .field.price,
.order_foreign_form .product_foreign .item .field.delivery,
.order_foreign_form .product_foreign .item .field.tax,
.order_foreign_form .product_foreign .item .field.quantity {
    width: 22.3%;
}

.order_foreign_form .product_foreign .item.template {
    display: none;
}

.order_foreign_form .product_foreign .item .action {
    overflow: hidden;
    text-align: right;
    width: 100%;
}

.order_foreign_form .product_foreign .item .action .add {
    float: left;
    display: none;
}

.order_foreign_form .product_foreign .last .action .add {
    display: inline-block;
}

.order_foreign_form .product_foreign .item .icon {
    color: #dbdbdb;
    cursor: pointer;
    font-size: 1.5em;
    vertical-align: middle;
}

.order_foreign_form .product_foreign .item .icon:hover {
    color: #aaa;
}

.order_foreign_form .action_list .cancel_link {
    display: inline-block;
    margin-left: 0.5em;
}

.order_foreign_list .empty_text {
    padding: 1em;
    font-size: 1.2em;
}

.order_foreign_list .order_item_wrapper {
    margin-bottom: 1em;
    padding: 1em 0;
    border-bottom: 1px solid #a7b0b2;
}

.order_foreign_list .order_item_wrapper .content {
    padding-top: 1em;
}

.order_foreign_list .order_item_wrapper > .head {
    margin-bottom: 0.5em;
    padding: 0 0.7em;
    line-height: 1.4em;
}

.order_foreign_list .order_item_wrapper > .head .action_list {
    display: inline-block;
    width: 30%;
    text-align: right;
}

.order_foreign_list .order_item_wrapper > .head .name {
    display: inline-block;
    width: 70%;
    font-size: 1.2em;
}

.order_foreign_list .order_item_wrapper > .head .name a {
    margin-right: 0.5em;
}

.order_foreign_list .order_item_wrapper .action_list .action {
    display: inline-block;
    padding-right: 0.1em;
    vertical-align: middle;
}

.order_foreign_list .order_item_wrapper .action_list .action:last-child {
    padding-right: 0;
}

.order_foreign_list .order_item_wrapper .action_list .action.icon {
    color: #dbdbdb;
    cursor: pointer;
    font-size: 1.5em;
    text-decoration: none;
}

.order_foreign_list .order_item_wrapper .action_list .action.icon:hover {
    color: #aaa;
}

/*.order_foreign_list .order_item_wrapper .action_list .order_pay {
    margin-right: 0.5em;
}*/

.order_foreign_list .order_item_wrapper .action_list .action.create_package {
    background: url('/img/package/icon/wait_packing.png') 0 0 no-repeat;
    height: 14px;
    width: 14px;
}

/*.order_foreign_list .order_item_wrapper .action .icon {
    background: url('/img/user_order/icons.png') 1000px 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.order_foreign_list .order_item_wrapper .action .icon.create_package {
    background: url('/img/package/icon/wait_packing.png') 0 0 no-repeat;
}

.order_foreign_list .order_item_wrapper .action .icon.delete {
    background-position: 0 -500px;
}*/
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff  50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc  50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.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: 1px solid #999999; background: #dadada 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff  50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/img/datepicker/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/img/datepicker/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/img/datepicker/ui-icons_222222_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/img/datepicker/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/img/datepicker/ui-icons_454545_256x240.png); }

/* positioning */
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }

/* Corner radius */
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.package_declaration .title {
    margin-bottom: 0.7em;
    font-weight: bold;
}

.package_declaration table.list {
    width: 100%;
}

.package_declaration table input[type="text"],
.package_declaration table input[type="text"] {
    /*text-align: right;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

/*.package_declaration thead th {
    color: #b2b5b6;
    padding: 0 1em 0.25em 0;
}*/

/*.package_declaration thead th em {
    color: #f00 !important;
}*/

/*.package_declaration thead th.left em {
    display: none;
}*/

.package_declaration tbody.item td {
    padding: 0 1em 0.5em 0;
    /*text-align: right;*/
    /*border-bottom: 1px solid #d1ecee;*/
}

.package_declaration .item.last td {
    /*border-bottom: none;*/
}

.package_declaration .item td:last-child {
    /*padding-left: 0.8em;*/
}

/*.package_declaration thead th.left,
.package_declaration .item td.left {
    text-align: left;
}

.package_declaration thead th:first-child,
.package_declaration .item td:first-child {
    *//*padding-left: 0;*//*
    text-align: left;
}*/

.package_declaration .item td span {
    /*font-size: 1.16em;*/
}

.package_declaration .item tr.edit {
    display: none;
}

.package_declaration .item.errors tr.edit,
.package_declaration .item.new_row tr.edit {
    display: table-row;
}

.package_declaration .item.errors tr.view {
    display: none;
}

/**********************************/
/* Error block
/**********************************/
.package_declaration tbody.item tr.errors .alert {
    margin: 0;
}

.package_declaration tbody.item tr.errors td {
    /*border-bottom: none;*/
}

/**********************************/
/* New & edit row
/**********************************/
/*.package_declaration tr.add td,
.package_declaration tr.edit td {
    padding-top: 0;
}*/

.package_declaration tr.add td.left input,
.package_declaration tr.edit td.left input,
.package_declaration tr.add td:first-child input,
.package_declaration tr.edit td:first-child input {
    text-align: left;
}

.package_declaration tbody .action {
    vertical-align: middle;
}

/*.package_declaration tbody .action .submit {
    display: none;
    width: 100%;
}

.package_declaration tbody.last .action .submit {
    display: inline-block;
    width: 100%;
}*/

/*.package_declaration tr.edit .action .cancel {
    display: inline-block;
    margin-top: 0.5em;
    margin-left: 0.3em;
}*/

/**********************************/
/* Total row
/**********************************/
.package_declaration .total_row td {
    border: none;
    background: #f1eed9;
    font-weight: bold;
    padding: 1em 0 1em 1em;
    text-align: right;
}

.package_declaration .total_row td:first-child {
    text-align: left;
}

.package_declaration .total_row td span {
    font-weight: bold;
    font-size: 1.4em;
}

.package_declaration .total_row .name {
    padding-left: 0.9em;
}

.package_declaration .total_row .bg_top td,
.package_declaration .total_row .bg_bottom td {
    font-size: 0;
    line-height: 0;
    height: 5px;
}

.package_declaration .total_row .bg_top td {
    background: #f1eed9 url('/img/package/declaration/total_bg2.png') 0 0 repeat-x;
}

.package_declaration .total_row .bg_bottom td {
    background: #f1eed9 url('/img/package/declaration/total_bg.png') 0 100% repeat-x;
}

/**********************************/
/* Icons
/**********************************/
.package_declaration .icon {
    color: #dbdbdb;
    cursor: pointer;
    font-size: 1.5em;
}

.package_declaration .icon:hover {
    color: #aaa;
}

.package_declaration .icon.delete {
    display: none;
}

.package_declaration .icon.delete.show {
    display: inline-block;
}

/**********************************/
/* Action col
/**********************************/
.package_declaration .action {
    white-space: nowrap;
}

.package_declaration .action .item {
    vertical-align: middle;
    margin-right: 0.5em;
}

.package_declaration .action .item:last-child {
    margin-right: 0;
}.package_add {

}

.package_add.package_item {
    padding: 0;
}

.package_add input[type="text"],
.package_add select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3333em;
    font-weight: 500;
}

.package_add .form {
    margin: 1.5em 0 0;
}

.package_add .form .label {
    font-size: 1.0833em;
    font-weight: 300;
}

/* CUSTOM DECLARATIONS */
.package_add .section.customs_declaration .account_list_table td.name {
    max-width: 20em;
    word-wrap: break-word;
}

.package_add .customs_declaration_form {

}

.package_add .customs_declaration_form .declaration_total_price {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1.5em;
    text-align: right;
    padding-right: 1em;
}

.package_add .customs_declaration_form .incoming_package_container {
    margin: 0 0 1.5em;
}

.package_add .customs_declaration_form .incoming_package_container .incoming_package {
    border: 2px solid #5cc9f2;
    border-radius: 0.4em;
    font-weight: 500;
    overflow: hidden;
    padding: 1em;
}

.package_add .customs_declaration_form .incoming_package_container .incoming_package .id,
.package_add .customs_declaration_form .incoming_package_container .incoming_package .name,
.package_add .customs_declaration_form .incoming_package_container .incoming_package .price {
    font-size: 1.3333em;
}

.package_add .customs_declaration_form .incoming_package_container .incoming_package .id {
    float: left;
    width: 10em;
}

.package_add .customs_declaration_form .incoming_package_container .incoming_package .name {
    margin: 0 10em;
}

.package_add .customs_declaration_form .incoming_package_container .incoming_package .name .shop {
    color: #334046;
    font-size: 0.75em;
    font-weight: 300;
}

.package_add .customs_declaration_form .incoming_package_container .incoming_package .price {
    float: right;
    text-align: right;
    width: 10em;
}

.package_add .customs_declaration_form .incoming_package_container .additional_info {
    background: #f5f5f5;
    margin: 0 0.5em;
    padding: 1.5em;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block {

}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block th em {
    color: #f84528;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .title {
    display: inline-block;
    font-size: 1.3333em;
    font-weight: 500;
    margin: 0 0 0.5em;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list {
    overflow: hidden;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .name {
    width: 18em;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .url {
    width: 21em;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .quantity {
    width: 6em;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .price {
    text-align: left;
    width: 9em;
    padding-right: 0em;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .price input[type="text"] {
    width: 5.3em;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .price .currency {
    color: #a6aaac;
    font-weight: 300;
    padding-left: 0.2em;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .action {
    padding-right: 0em;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .package_declaration {
    /*overflow: hidden;*/
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .package_declaration .add_row {
    margin: 1em 0 0;
    position: relative;
    text-align: center;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .package_declaration .add_row:before {
    border-bottom: 1px solid #ced1d2;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .package_declaration .add_row .inner {
    background: #f5f5f5;
    display: inline-block;
    padding: 0 1em;
    position: relative;
    z-index: 2;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .package_declaration_list .package_declaration .add_row .add {
    text-transform: uppercase;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .error_list_block {
    background: url(/img/package/master/alert_error.png) no-repeat;
    color: #b64a31;
    font-weight: 300;
    margin: 0.5em 0 1em;
    padding-left: 55px;
    min-height: 42px;
}

.package_add .customs_declaration_form .incoming_package_container .package_declaration_list_block .list th {
    color: #a6aaac;
}

.package_add .customs_declaration_form .incoming_package_container .invoice_block {
    margin: 1em 0 0;
}

/*.package_add .customs_declaration_form .incoming_package_container .invoice_block .upload_invoice {
    display: block;
}*/
/*.package_add .customs_declaration_form .incoming_package_container .invoice_block label.error {
    border: 1px solid #d10001;
    display: inline-block;
}*/

.package_add .customs_declaration_form .incoming_package_container .invoice_block .invoice_link {
    margin: 0 0 0 1.5em;
    position: relative;
}

.package_add .customs_declaration_form .incoming_package_container .invoice_block .invoice_link:before {
    color: #79d06f;
    content: "\f00c";
    font-family: 'FontAwesome';
    left: -1.5em;
    padding: 0.1em 0 0;
    position: absolute;
    text-decoration: none;
}

.package_add .customs_declaration_form .insurance {
    font-size: 1.3333em;
}

.package_add .customs_declaration_form .insurance .delivery_insurance .label {
    line-height: 1.5;
}

.package_add .error_list {
    margin: 1.5em 0;
}.delivery_form {
    padding: 1em 0 0;
}

.delivery_form input[type="text"],
.delivery_form select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3333em;
    font-weight: 500;
}

.delivery_form .delivery_country {
    margin: 0 0 1.5em;
}

.delivery_form .delivery_country .additional,
.delivery_form .delivery_country .country {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.delivery_form .delivery_country .country {
    padding-right: 0.5em;
}

.delivery_form .delivery_country .additional {
    padding-left: 0.5em;
}

.delivery_form .delivery_country .country select {
    width: 100%;
}

.delivery_form .delivery_country .additional input[type="text"] {
    width: 100%;
}

.delivery_form .dimensions {
    margin: 0 0 1.5em;
}

.delivery_form .dimensions .sizes {
    margin: 0 0 1em;
}

.delivery_form .dimensions .sizes .dimensions_x,
.delivery_form .dimensions .sizes .dimensions_y,
.delivery_form .dimensions .sizes .dimensions_z,
.delivery_form .dimensions .weight {
    display: inline-block;
    width: 12em;
}

.delivery_form .dimensions .sizes .measure_unit,
.delivery_form .dimensions .weight_unit {
    display: inline-block;
}

.delivery_form .dimensions input[type="text"] {
    max-width: 100%;
}

.delivery_form .dimensions select {
    width: 5em;
}

.delivery_form .delivery_methods {
    background: #e4f2f9;
    margin: 0 -1.5em 1.5em;
    padding: 1.5em;
}

.delivery_form .delivery_methods.empty {
    display: none;
}

.delivery_form .delivery_point .label,
.delivery_form .delivery_courier .label,
.delivery_form .delivery_methods .label {
    font-size: 1.5em;
    font-weight: 500;
    padding: 0 0 0.75em;
}

.delivery_form .delivery_point,
.delivery_form .delivery_courier {
    margin-bottom: 1.5em;
}

.delivery_form .delivery_box_wrapper {
    margin: 0 0 1em;
}

.delivery_form .delivery_box_wrapper .delivery_box input[type="radio"],
.delivery_form .delivery_box_wrapper .delivery_box input[type="checkbox"] {
    margin: 0;
}

.delivery_form .delivery_box_wrapper .delivery_box label span {
    display: inline-block;
    font-size: 1.3333em;
    font-weight: 500;
    margin-left: 0.4em;
}

.delivery_form .comment {
    margin: 0 0 1em;
}

.delivery_form .comment .user_comment .label {
    margin-bottom: 0.2em;
}

.delivery_form .comment textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 9em;
    resize: vertical;
    width: 100%;
}

.delivery_form .promocode input#promocode {
    width: 15em;
}.delivery_point_item .address {
    margin-bottom: 1em;
}
.delivery_point_item .phone {
    background: url("/img/contact_us/phone.png") no-repeat left top;
    padding: 0 0 1em 2.5em;
    margin-bottom: 0.2em;
}
.delivery_point_item .work_time {
    background: url("/img/contact_us/time.png") no-repeat left top;
    padding: 0 0 1em 2.5em;
    margin-bottom: 0.2em;
}
.delivery_point_item .delivery_period {

}
.delivery_point_item .trip_description .title {
    margin-bottom: 0.5em;
    font-weight: bold;
}
.package_combined_list .incoming_package_list {
    margin-bottom: 1em;
}.package_csv_example{
    padding-bottom: 1em;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.package_csv_example .title{
    color: #5f7077;
    margin-bottom: 0.2em;
}
.package_csv_example .title > i {
    font-size: 1.2em;
    color: #506D9E;
    margin-right: 0.2em;
}.package_delivery {
    padding-top: 2em;
    background: url('/img/account/delivery/fon.png') 0 0 repeat-x;
}

.package_delivery .alert {
    margin: 0 0em 0.8em 0em;
    padding: 0.6em 1.2em;
}

.package_delivery .left_col,
.package_delivery .right_col {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
}
.package_delivery .left_col {
    margin-right: 2%;
}

.package_delivery input[type="text"],
.package_delivery select {
    width: 100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.package_delivery .user_passport label.error select{
    border-color: #d10001;
}
.package_delivery .user_passport label.error .chosen-single{
    border-color: #d10001;
}
.package_delivery .label em {
    color: red !important;
}

/**
* Block short view
*/
.package_delivery .main_title,
.package_delivery .container {
    padding: 0 1.5em;
}
.package_delivery .short_view .user_address,
.package_delivery .short_view .insurance {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 1.5em;
    margin-top: 0;
}
.package_delivery .short_view .delivery_methods {
    vertical-align: top;
    margin-right: 1.5em;
}
.package_delivery .short_view .user_address {
    width: 30%;
}
.package_delivery .short_view .insurance {
    width: 100%;
    margin-right: 0;
    margin-top: 0.5em;
}
.package_delivery .short_view .user_address > .label,
.package_delivery .short_view .delivery_methods > .label,
.package_delivery .short_view .insurance .label {
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #8b969b;
}
.package_delivery .short_view .insurance [name="insurance_amount"] {
    width: 4em;
}
.package_delivery .short_view .comment {
    width: 100%;
}
.package_delivery .short_view .delivery_method_list .item {
    width: 100% !important;
}

/**
* User address
*/
.package_delivery .user_address{
    margin-bottom: 1em;
}
.package_delivery .user_address > .label {
    margin-bottom: 0.5em;
}
.package_delivery .user_address > .title {
    margin-bottom: 0.7em;
}
.package_delivery .user_address > .label .select_address {
    margin-left: 0.5em;
}
.package_delivery .user_address.existed {
    margin-bottom: 1em;
}
.package_delivery .user_address.existed > .content {
    background: #f1eed9;
    padding: 0.6em;
    border: 1px solid #dedbc8;
    border-bottom: none;
    border-radius: 4px;
    box-shadow: 0 2px 1px #b9b7a7 inset;
    color: #131313;
    max-width: 20em;
}
.package_delivery .user_address.existed .select_address {
    float: right;
}
.package_delivery .user_address.existed .full_name {
    font-weight: bold;
}
.package_delivery .user_address .house_ru {
    margin-right: 3%;
}
.package_delivery .user_address .house_ru,
.package_delivery .user_address .flat_ru {
    width: 48%;
    display: inline-block;
}

/**
* Dimensions
*/
.package_delivery .dimensions label {
    display: inline-block;
}
.package_delivery .dimensions .sizes {
    display: inline-block;
    width: 57.5%;
}
.package_delivery .dimensions .sizes label {
    width: 33%;
}

.package_delivery .dimensions .dimensions_x input,
.package_delivery .dimensions .dimensions_y input {
    width: 90%;
}
.package_delivery .dimensions .dimensions_x:after,
.package_delivery .dimensions .dimensions_y:after {
    content: 'x';
    margin-left: 2%;
}
.package_delivery .dimensions .weight {
    width: 17%;
    margin-left: 2%;
}

/**
* Delivery methods
*/
.package_delivery .delivery_methods {
    margin-bottom: 1em;
}
.package_delivery .delivery_methods > .label {
    margin-bottom: 0.2em;
}
.package_delivery .delivery_methods .delivery_method_list > .list,
.package_delivery .delivery_courier .delivery_courier_list > .list{
    width: 60%;
}
.package_delivery .delivery_methods .delivery_method_list .item {
    vertical-align: top;
}
.package_delivery .delivery_methods .delivery_method_list .delivery_price {
    float: right;
}
.package_delivery .delivery_methods .delivery_method_list .description {
    color: #8b969b;
    margin-left: 2.45em;
    font-size: 0.8em;
}
.package_delivery .delivery_methods .delivery_method_list label {
    color: #404B50;
}

/**
* Delivery couriers
*/
.package_delivery .delivery_courier {
    margin-bottom: 1em;
}
.package_delivery .delivery_courier > .label {
    margin-bottom: 0.2em;
}
.package_delivery .delivery_courier .delivery_courier_list .delivery_price {
    float: right;
}

/**
* Insurance
*/
.package_delivery .insurance {
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    width: 100%;
    margin-top: 0.5em;
}
.package_delivery .insurance [name="insurance_amount"] {
    width: 7.5em;
    text-align: right;
    padding: 0.4em 0.5em;
    margin-right: 0.2em;
}
.package_delivery .insurance .label {
    color: #5f7077;
}
.package_delivery .insurance .hint {
    font-size: 0.95em;
    display: block;
    line-height: 1.2em;
    margin-top: 0.5em;
}
.package_delivery .insurance .price {
    margin-left: 1em;
}

.package_delivery .comment {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 1em 0;
}
.package_delivery .comment textarea {
    width: 100%;
}
.package_delivery .extra_wrap {
    margin-bottom: 1.5em;
}
.package_delivery .promocode {
    width: 50%;
    margin-bottom: 1.5em;
}
.package_delivery .promocode_text {
    color: #5f7077;
    margin-bottom: 1.5em;
}


/**
* total block
*/
.package_delivery .total {
    background: url('/img/package/declaration/total_bg2.png') 0 0 repeat-x;
    padding-top: 3px;
    margin-bottom: 1em;
}
.package_delivery .total .inner {
    display: table;
    width: 100%;
}
.package_delivery .total .inner {
    background-color: #f1eed9;
    padding: 0.3em 0;
}
.package_delivery .total .bg_bottom {
    background: url('/img/package/declaration/total_bg.png') 0 100% repeat-x;
    width: 100%;
    height: 5px;
}
.package_delivery .total dl {
    border-right: 1px solid #bcbaa7;
    padding: 0.9em 2% 0.6em;
    display: table-cell;
    vertical-align: middle;
}
.package_delivery .total dl:last-child {
    border-right: none;
}
.package_delivery .total dl dt,
.package_delivery .total dl dd
{
    display: inline-block;
    font-size: 1.16em;
}
.package_delivery .total dl dd {
    float: right;
    font-family: 'PT Sans Bold';
    margin-bottom: 0;
}
.package_delivery .total dl.total_price dt,
.package_delivery .total dl.total_price dd {
    font-size: 1.5em;
    font-family: 'PT Sans Bold';
}


.package_delivery .overlay {
    background-color : #edf7f9;
    width : 100%;
    height : 100%;
    position : absolute;
    top : 0;
    left: 0;
    opacity : 0.5;
}.package_info_block {
    border: none;
    margin-right: 0;
    text-align: center;
    background: #dceeee url("/img/block/package_info/fon_1.png") 0 100% no-repeat;
    border-radius: 0.5em;
    padding: 2em 0 2.5em 0;
}
.package_info_block.cut_corner_block > .content {
    padding: 0 1em;
}
.package_info_block.cut_corner_block > .content > .arrow_right {
    left: 0;
    border-left-color: #fff;
}
.package_info_block.cut_corner_block > .content > .arrow_left {
    right: 0;
    border-right-color: #fff;
}
.package_info_block .image {
    background: url("/img/block/package_info/icon.png") 50% 0 no-repeat;
    height: 6.2em;
    display: none;
}
.package_info_block .title span {
    color: #006796;
    font-size: 1.4em;
    font-family: "PF Centro Slab Pro Bold", "times new roman", serif;
    text-transform: uppercase;
}
.package_info_block .title:after {
    display: none;
}
.package_info_block .content .content {
    font-size: 1.15em;
    font-family: "PT Sans", "times new roman", serif;
}
.package_info_block .count span {
    font-size: 3.3em;
    font-family: "PF Centro Slab Pro Bold", "times new roman", serif;
    color: #181818;
    line-height: 1.1em;
}
.package_info_block .count {
    margin-bottom: 0.2em;
}
.package_info_block .all_parcels .average_line_title span,
.package_info_block .month_parcels .average_line_title span {
    color: #5f7077;
    font-family: "PT Sans", "times new roman", serif;
    font-weight: bold;
    font-size: 1em;
}
.package_info_block .all_parcels,
.package_info_block .month_parcels {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}
.package_info_block .all_parcels {
    margin-right: 4%;
}
.package_info_block .text {
    font-size: 1.16em;
    font-family: "PT Sans", "times new roman", serif;
    margin-top: 0.2em;
}
.package_info_block .average_line_title span {
    background: #dceeee;
}.package_item {

}.package_upload_csv form[name=package_csv_form]{
    display: inline-block;
    width: 49%;
}.package_upload_button {
    margin-right: 0.2em;
    float: left;
}/****************************************************/
/* INDEX */
/****************************************************/
.page_index {
    background: #fff;
}

.page_index > .average_line_title {
    margin-bottom: 3.3em;
}

.page_index > .average_line_title span {
    /*background-color: #e4f7e5;*/
    background-color: #cbe3da;
    color: #0e6f9b;
    font-size: 1em;
    font-family: "PF Centro Slab Pro Medium", "times new roman", serif;
}

.page_index .center_col {
    float: none;
}

.page_index .formatted_text {
    color: #343434;
    line-height: 170%;
    padding: 0 1%;
}

.page_index .formatted_text h1,
.page_index .formatted_text h2,
.page_index .formatted_text h3,
.page_index .formatted_text h4 {
    color: #343434;
    font-weight: 500;
}

.page_index .h1_block .formatted_text h1 {
    margin: 0 0 51px 0;
    font-size: 40px;
}

.page_index .formatted_text h2 {
    font-size: 24px;
    margin: .67em 0;
}

.page_index .formatted_text .left_col,
.page_index .formatted_text .right_col {
    display: inline-block;
    width: 47%;
    vertical-align: top;
}

.page_index .formatted_text .left_col p:first-of-type,
.page_index .formatted_text .right_col p:first-of-type {
    margin-bottom: 3em;
}

.page_index .formatted_text .left_col p:last-of-type,
.page_index .formatted_text .right_col p:last-of-type {
    margin-bottom: 1.6em;
}

.page_index .formatted_text .right_col {
    margin-left: 6%;
}

.page_index .formatted_text .right_col h4 {
    margin-top: 0.4em;
}

.page_index .formatted_text .first {
    /*font-size: 1.16em;*/
    color: #161b1e;
    line-height: 1.25em;
}

.page_index .formatted_text .first p:last-child {
    margin-bottom: 0.5em;
}

.page_index .formatted_text .first i {
    font-size: 1.16em;
    color: #5f7077;
    font-family: "PF Centro Slab Pro MediumItalic", "times new roman", serif;
}.page_menu {
    /*font: 400 12px/1.4 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;*/
    font-family: 'MyriadPro', Tahoma, Verdana, Geneva, Arial, Helvetica, sens-serif;
}

.page_menu .title > span {
    padding-left: 1em;
    color: #adadad;
    font-size: 1.45em;
    text-transform: uppercase;
}

.page_menu .list {
    display: inline-block;
    vertical-align: middle;
}

.page_menu .list .item {
    float: left;
}

.page_menu .list .item a {
    color: #333;
    display: block;
    font-size: 1.3333em;
    margin: 0 30px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
.page_menu .item.active a {
    color: #45992b;
}

.page_menu .list .item.last a {
    margin-right: 0;
}

.page_menu .list .item.more_item > a {
    margin-right: 10px;
}

.page_menu .more:before {
    border: 7px solid transparent;
    border-bottom-color: #f6f6f6;
    bottom: 100%;
    content: ' ';
    height: 0;
    position: absolute;
    pointer-events: none;
    left: 15px;
    width: 0;
}

.page_menu .more {
    display: none;
    min-width: 15em;
}
.page_menu .more.show {
    display: block;
    background: #f6f6f6;
    z-index: 100;
    position: absolute;
    top:130%;
    left: 0;
    padding: 0.66em 0 0.66em 0;
}

.page_menu .more .item {
    float: none;
}

.page_menu .more .item a {
    padding: 0.3333em 1.6667em;
    margin: 0;
    white-space: nowrap;
}

.page_menu .more .item.active a {
    font-weight: normal;
    color: #333;
}
.page_menu .more .item.active a:after {
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    padding-left: 1em;
    color: #419f24;
    vertical-align: middle;
}

/*Пункт меню "ещё"*/
.page_menu .more_item {
    display: none;
    position: relative;
    margin: 0;
}
.page_menu  .more_item > a:after {
    font-size: 0.5em;
    content: '▼';
    margin-left: 0.5em;
    display: inline-block;
    vertical-align: middle;
}

.page_menu .list .item a:hover,
.page_menu .more .item a:hover{
    color: #45992b;
    /*background: #fff;*/
    transition: color 0.3s;
}.page_under_construction {
    width: 40em;
    margin: 0 auto;
    padding: 2em 0;

}
.page_under_construction .image {
    background: url('/img/page_under_construction.png') center center no-repeat;
    height: 77px;
    margin-bottom: 1em;
}
.page_under_construction .text {
    font-size: 2em;
    line-height: 1.2em;
    text-align: center;
    color: #006796;
    font-family: 'PF Centro Slab Pro Medium';
}.pager {
    margin: 50px 0 0;
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
}

.pager .page_list {
    display: inline-block;
    vertical-align: middle;
}
.pager .page_list a,
.pager .page_list strong {
    width: 27px;
    height: 27px;
    display: inline-block;
    border-radius: 3px;
    padding: 3px 0;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    margin: 0 3px;
}
.pager .page_list a {
    padding: 1px 0;
    color: #343434 !important;
    border: 2px solid transparent;
}
.pager .page_list a:hover {
    border: 2px solid #5db143;
}
.pager .page_list strong {
    background-color: #5db143;
    color: #fff;
}
.pager .page_previous,
.pager .page_next {
    width: 17px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.pager a.page_previous {
    background: url('/img/pager/arrow_left.png') left center no-repeat;
}
.pager a.page_next {
    background: url('/img/pager/arrow_right.png') right center no-repeat;
}

.pager span.page_previous {
    background: url('/img/pager/arrow_left_inactive.png') left center no-repeat;
}
.pager span.page_next {
    background: url('/img/pager/arrow_right_inactive.png') right center no-repeat;
}.payment_card {
    background: url('/img/payment/card/bg.png') 0 0 no-repeat #92a9b2;
    border-radius: 0.75em;
    border-bottom: 2px solid #58656b;
    width: 27em;
    height: 14.5em;
    margin-bottom: 1em;
}
.payment_card .inner {
    padding: 1.75em 1.3em 1.5em 1.5em;
}
.payment_card .account_button,
.payment_card .account_button:hover {
    background: #edf7f9;
    border-bottom-color: #cdd3d5;
}
.payment_card .account_button.grey_style span {
    color: #9c886d;
}
.payment_card .link_card,
.payment_card .payment_form {
    margin-bottom: 1.7em;
    text-align: right;
}
.payment_card .payment_form .submit {
    background: #edf7f9;
    border-bottom-color: #cdd3d5;
    color: #9c886d;
}
.payment_card .payment_form .submit:hover {
}
.payment_card .number {
    position: relative;
}
.payment_card .number .pseudo,
.payment_card .number .value
{
    font-family: 'Courier New';
    font-size: 1.83em;
    text-transform: uppercase;
}
.payment_card .number .pseudo {
    margin-top: 15px;
    margin-bottom: 1.75em;
    display: inline-block;
    vertical-align: top;
    color: #c9d2d6;
}
.payment_card .number .pseudo span {
    margin-right: 0.4em;
}
.payment_card .number .pseudo .last {
    margin-right: 0;
}
.payment_card .number .value {
    border: 1px solid #c8d0d4;
    border-radius: 0.5em;
    height: 1.9em;
    padding: 0.1em 0.3em;
    padding-top: 14px;
    display: inline-block;
    vertical-align: top;
    float: right;
    color: #FFF;
    font-weight: bold;
   	text-shadow: 0 2px 0px #607178;
}
.payment_card .no_card {
    width: 21em;
    position: absolute;
    top: 3.8em;
    left: 0;
    color: #fbfbfb;
    font-size: 0.8em;
    font-family: 'Arial';
    text-align: justify;
    text-transform: uppercase;
    /*letter-spacing: 0.5em;*/
}
.payment_card .holder {
    color: #ffffff;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
   	text-shadow: 0 2px 0px #71838a;
}

.payment_verification .text {
    width: 47em;
    padding-top: 0.2em;
    display: block;
    float: right;
    color: #738389;
    line-height: 1.1em;
}
.payment_verification .text span {
    font-weight: bold;
}
.payment_history .title {
    margin-bottom: 0.2em;
    margin-left: 0.1em;
}

.payment_history .title span {
    color: #30393d;
    font-size: 1.7em;
}

.payment_history .name .icon {
    margin-right: 0.5em;
    color: #000;
    font-size: 75%;
    text-decoration: none;
}

.payment_history .name .icon.ring {
    font-weight: bold;
    font-size: 120%;
}

.payment_history .name .icon.triangle {
    cursor: pointer;
}

.payment_history tbody tr.fieldset.active td {
    background-color: rgb(235, 235, 235);
}

.payment_history .level_1 .name,
.payment_history .level_2 .name,
.payment_history .level_3 .name {
    font-size: 110%;
}

.payment_history .correction,
.payment_history .level_2,
.payment_history .level_3,
.payment_history .level_4,
.payment_history .level_5 {
    display: none;
}

.payment_history .correction .name,
.payment_history .level_2 .name {
    padding-left: 2em;
}

.payment_history .level_3 .name {
    padding-left: 3em;
}

.payment_history .level_4 .name {
    padding-left: 4em;
}

.payment_history .level_5 .name {
    padding-left: 5em;
}

.payment_history .item .empty {
    text-align: center;
}

.payment_history .money.debit {
    color: red;
}

.payment_history .money.credit {
    color: green;
}

.payment_history .pager {
    margin-top: 1.16em;
}

.payment_history .no_data {
    font-size: 1.08em;
}

.payment_history .account_list_table tbody tr.fieldset td {
    vertical-align: top;
}

.payment_history .account_list_table tbody tr.fieldset td.date {
    color: #8b969b;
    font-size: 1.1em;
}

.payment_history .total {
    text-align: right;
}

.payment_history .total .price {
    margin: 1em 0.5em 1em 0;
}

.payment_history .total .price .title {
    font-weight: bold;
}

.payment_history .total .account_button {
    margin-right: 0.5em;
}

.payment_history .user_account_statement_form {
    padding-left: 1em;
}

.payment_history .user_account_statement_form input {
    margin-right: 1em;
}

.payment_history .no_payment_history {
    padding-left: 0.5em;
}

.payment_history .level_1 .id {
    min-width: 3.5em;
}

.payment_history .level_2 .id {
    padding-left: 1em;
}.payment_index .text {
    margin-bottom: 1em;
    font-size: 1.08em;
}
.payment_index .payment_card_data {
    border-top: 1px solid #e0e5e8;
    border-bottom: 1px solid #e0e5e8;
    padding: 0.7em 1em;
    color: #637075;
}
.payment_index .payment_card_data  .holder,
.payment_index .payment_card_data  .number,
.payment_index .payment_card_data  .actions
{
    display: inline-block;
    width: 32.5%;
    vertical-align: top;
}
.payment_index .payment_card_data  .holder,
.payment_index .payment_card_data  .number span
{
    font-weight: bold;
}
.payment_index .payment_card_data  .holder,
.payment_index .payment_card_data  .number,
.payment_index .payment_card_data  .actions .payment_card_unbind
{
    padding: 0.6em 0;
}
.payment_index .payment_card_data  .holder,
.payment_index .payment_card_data  .number
{
    text-transform: uppercase;
}
.payment_index .payment_card_data  .actions {
    text-align: right;
}
.payment_index .payment_card_data  .actions .card_confirm_link,
.payment_index .payment_card_data  .actions .payment_card_unbind
{
    display: inline-block;
    vertical-align: top;
}
.payment_index .payment_card_data  .actions .card_confirm_link {

}
.payment_index .payment_card_data  .actions .payment_card_unbind .submit {
    margin-left: 1em;
}
.payment_list {
    width: 100%;
    text-align: right;
}
.payment_list ul {
    margin-top: 1em;
    /*float: left;*/
}
.payment_list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    opacity: 0.5;
    filter: alpha(opacity=5);
}
.payment_list li:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}
.payment_outgoing_request:not(:empty) + .payment_outgoing_list{
    margin-top: 20px;
}
.payment_outgoing_list .payment_outgoing_list_table th {
    text-transform: capitalize;
}
.payment_outgoing_list .payment_outgoing_list_table .buttons {
    min-width: 16px;
    max-width: 16px;
    width: 16px;
}
.payment_outgoing_list .payment_outgoing_list_table .date {
    min-width: 180px;
    max-width: 180px;
    width: 180px;
}
.payment_outgoing_list .payment_outgoing_list_table .amount {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
}
.payment_outgoing_list .payment_outgoing_list_table td.amount {
    color: red;
}
.payment_outgoing_list .payment_outgoing_list_table .message .user_message,
.payment_outgoing_list .payment_outgoing_list_table .message .admin_message_title,
.payment_outgoing_list .payment_outgoing_list_table .message .admin_message {
    display: block;
}
.payment_outgoing_list .payment_outgoing_list_table .message .user_message + .admin_message_title {
    margin-top: 20px;
}
.payment_outgoing_list .payment_outgoing_list_table .message .admin_message_title {
    font-weight: bold;
    font-size: .8em;
}
.payment_outgoing_list .payment_outgoing_list_table .message .admin_message {
    margin-top: 3px;
}
.payment_outgoing_list .payment_outgoing_list_table .status {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    text-align: left;
}

.payment_outgoing_list .payment_outgoing_list_table + .pager {
    margin-top: 1.16em;
}.payment_outgoing_request .field_error_list li {
    font-size: 12px;
}
.payment_outgoing_request .form textarea {
    width: 30em;
    height: 10em;
}.payment_method_list {
    display: table;
    width: 70%;
}
.payment_method_list .item {
    display: table-row;
}
.payment_method_list .item.unavailable {
    opacity: 0.6;
}
.payment_method_list .item .image,
.payment_method_list .item .content,
.payment_method_list .item .amount,
.payment_method_list .item .actions {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5em;
    border-bottom: 1px solid #d1ecee;
}
.payment_method_list .item .content {
    margin-left: 4em;
    width: 100%;
}
.payment_method_list .item .name span {
    font-size: 1.5em;
}
.payment_method_list .item .error {
    color: red;
}
.payment_method_list .item .amount {
    width: 10%;
    text-align: center;
}
.payment_method_list .item .actions .button {
    white-space: nowrap;
}.payment_method_logo span {
    width: 31px;
    height: 32px;
    display: inline-block;
    background: url("/img/payment/methods.png") 0 0 no-repeat;
}
.payment_method_logo.method_1 span {
    background-position: 0 0;
}
.payment_method_logo.method_2 span {
    background-position: -32px 0;
}
.payment_method_logo.method_3 span {
    background-position: 0 0;
}
.payment_method_logo.method_4 span {
    background-position: -110px 0;
}
.payment_method_logo.method_7 span {
    background-position: 0 0;
}.payment_topup .amount {
    margin-bottom: 1em;
}
.payment_topup .title {
    margin-bottom: 0.3em;
}
.payment_topup .title span {
    font-size: 1.2em;
    font-weight: bold;
}
.payment_topup .available_countries {
    display: none;
}
/* не пинать! так задумано! */
.available_countries span{
    display: block;
    padding: 1em 0;
}.payment_topup_confirm .title {
    margin-bottom: 0.3em;
}
.payment_topup_confirm .title span {
    font-size: 1.2em;
    font-weight: bold;
}

.payment_topup_confirm .selected_payment_method .payment_method_logo {
    display: inline-block;
    width: 50px;
}
.payment_topup_confirm .selected_payment_method .content {
    display: inline-block;
}
.payment_topup_confirm .selected_payment_method .name span {
    font-size: 1.5em;
}.payment_card_unbind form .submit {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: red;
    font-size: 1em;
    font-family: 'PT Sans';
    text-transform: none;
    text-shadow: none;
    text-decoration: underline;
    cursor: pointer;
}
.payment_card_unbind form .submit:hover {
    background: none;
    border: none;
    text-decoration: none;
}.popular_shop_block {
    background: #e5e5e5 url(/img/main/popular_shop_list_bg.jpg) no-repeat 50% 50%;
    background-size: 100% 100%;
    min-height: 770px;
}

.popular_shop_block .shop_view {
    background: 7em 0 no-repeat;
    display: none;
    min-height: 250px;
    padding: 0 0 0 32em;
    margin: 0 auto 4em;
    max-width: 960px;
}

.popular_shop_block .shop_view.selected {
    display: block;
}

.popular_shop_block .shop_view.ebay {
    background-image: url(/img/shop/ebay_big.png);
}

.popular_shop_block .shop_view.amazon {
    background-image: url(/img/shop/amazon_big.png);
}

.popular_shop_block .shop_view.zappos {
    background-image: url(/img/shop/zappos_big.png);
}

.popular_shop_block .shop_view.pm6 {
    background-image: url(/img/shop/pm6_big.png);
}

.popular_shop_block .shop_view.old_navy {
    background-image: url(/img/shop/old_navy_big.png);
}

.popular_shop_block .shop_view.levis {
    background-image: url(/img/shop/levis_big.png);
}

.popular_shop_block .shop_view.forever {
    background-image: url(/img/shop/forever_big.png);
}

.popular_shop_block .shop_view.carters {
    background-image: url(/img/shop/carters_big.png);
}

.popular_shop_block .shop_view .title {
    padding: 4em 0 1em;
}

.popular_shop_block .shop_view .title a {
    color: #68a356;
    font-size: 2.1667em;
    font-weight: 500;
    padding-right: 14px;
}

.popular_shop_block .shop_view .description {
    font-size: 1.1667em;
    line-height: 1.7;
    margin-bottom: 2em;
    max-width: 500px;
}

.popular_shop_block .shop_list_block {
    margin-bottom: 6em;
    text-align: center;
}

.popular_shop_block .shop_list_block .shop_list {
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
}

.popular_shop_block .shop_list_block .shop_list .shop {
    background: #fff no-repeat center center;
    border: 5px solid transparent;
    border-radius: 50%;
    /*-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;*/
    float: left;
    height: 110px;
    margin: 12px;
    opacity: 0.5;
    vertical-align: middle;
    width: 110px;
}

.popular_shop_block .shop_list_block .shop_list .shop.ebay {
    background-image: url(/img/shop/ebay.png);
}

.popular_shop_block .shop_list_block .shop_list .shop.amazon {
    background-image: url(/img/shop/amazon.png);
}

.popular_shop_block .shop_list_block .shop_list .shop.zappos {
    background-image: url(/img/shop/zappos.png);
}

.popular_shop_block .shop_list_block .shop_list .shop.pm6 {
    background-image: url(/img/shop/pm6.png);
}

.popular_shop_block .shop_list_block .shop_list .shop.levis {
    background-image: url(/img/shop/levis.png);
}

.popular_shop_block .shop_list_block .shop_list .shop.forever {
    background-image: url(/img/shop/forever.png);
}

.popular_shop_block .shop_list_block .shop_list .shop.old_navy {
    background-image: url(/img/shop/old_navy.png);
}

.popular_shop_block .shop_list_block .shop_list .shop.carters {
    background-image: url(/img/shop/carters.png);
}

.popular_shop_block .shop_list_block .shop_list .shop.selected {
    border-color: #5db143;
    opacity: 1;
}
.popular_shop_block .shop_list_block .shop_list .shop:not(.selected):hover {
    opacity: 0.75;
    transition: opacity 0.3s linear;
}

.popular_shop_block .shop_list_block .shop_list .shop:hover {
    cursor: pointer;
}

.popular_shop_block .see_more {
    text-align: center;
}

@media (min-width: 1200px) {
    .popular_shop_block .shop_list_block .shop_list .shop {
        margin: 12px 23px;
    }
}.review_block {

}

.review_block.top_review {
    background: #f6cc3b;
}

.review_block .title_big {
    margin-bottom: 1em;
    text-shadow: none;
}

.review_block .buttons {
    text-align: center;
}.review_list_block {
    margin: 0 0 4em;
}

.review_list_block:last-child {
    margin-bottom: 0;
}

.review_list_block .empty_result {
    background: url(/img/review/empty.png) no-repeat 0 bottom;
    margin: 0 auto -60px;
    min-height: 200px;
    padding: 0 0 0 180px;
    width: 550px;
}

.review_list_block .empty_result .text {
    background: #fff;
    border-radius: 5px;
    font-size: 1.5em;
    padding: 1.5em 1.4em 1.1em;
}

.review_list_block .empty_result .additional_text {
    color: #7a7a7a;
    font-size: 1.3333em;
    margin: 1em 0 0;
}

.review_list_block .buttons {
    margin: 4em 0 0;
}

.review_list_block .buttons .load_review {
    display: inline-block;
}

.review_list_block .loading {
    font-size: 7px;
    margin: 8em auto 3.8em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    -webkit-animation: reviewLoading 1.3s infinite linear;
    animation: reviewLoading 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes reviewLoading {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em #5db143, 2em -2em 0 0 #5db143, 3em 0 0 -0.5em #5db143, 2em 2em 0 -0.5em #5db143, 0 3em 0 -0.5em #5db143, -2em 2em 0 -0.5em #5db143, -3em 0 0 -0.5em #5db143, -2em -2em 0 0 #5db143;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #5db143, 2em -2em 0 0.2em #5db143, 3em 0 0 0 #5db143, 2em 2em 0 -0.5em #5db143, 0 3em 0 -0.5em #5db143, -2em 2em 0 -0.5em #5db143, -3em 0 0 -0.5em #5db143, -2em -2em 0 -0.5em #5db143;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em #5db143, 2em -2em 0 0 #5db143, 3em 0 0 0.2em #5db143, 2em 2em 0 0 #5db143, 0 3em 0 -0.5em #5db143, -2em 2em 0 -0.5em #5db143, -3em 0 0 -0.5em #5db143, -2em -2em 0 -0.5em #5db143;
    }
    37.5% {
        box-shadow: 0 -3em 0 -0.5em #5db143, 2em -2em 0 -0.5em #5db143, 3em 0 0 0 #5db143, 2em 2em 0 0.2em #5db143, 0 3em 0 0 #5db143, -2em 2em 0 -0.5em #5db143, -3em 0 0 -0.5em #5db143, -2em -2em 0 -0.5em #5db143;
    }
    50% {
        box-shadow: 0 -3em 0 -0.5em #5db143, 2em -2em 0 -0.5em #5db143, 3em 0 0 -0.5em #5db143, 2em 2em 0 0 #5db143, 0 3em 0 0.2em #5db143, -2em 2em 0 0 #5db143, -3em 0 0 -0.5em #5db143, -2em -2em 0 -0.5em #5db143;
    }
    62.5% {
        box-shadow: 0 -3em 0 -0.5em #5db143, 2em -2em 0 -0.5em #5db143, 3em 0 0 -0.5em #5db143, 2em 2em 0 -0.5em #5db143, 0 3em 0 0 #5db143, -2em 2em 0 0.2em #5db143, -3em 0 0 0 #5db143, -2em -2em 0 -0.5em #5db143;
    }
    75% {
        box-shadow: 0 -3em 0 -0.5em #5db143, 2em -2em 0 -0.5em #5db143, 3em 0 0 -0.5em #5db143, 2em 2em 0 -0.5em #5db143, 0 3em 0 -0.5em #5db143, -2em 2em 0 0 #5db143, -3em 0 0 0.2em #5db143, -2em -2em 0 0 #5db143;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #5db143, 2em -2em 0 -0.5em #5db143, 3em 0 0 -0.5em #5db143, 2em 2em 0 -0.5em #5db143, 0 3em 0 -0.5em #5db143, -2em 2em 0 0 #5db143, -3em 0 0 0 #5db143, -2em -2em 0 0.2em #5db143;
    }
}
@keyframes reviewLoading {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em #5db143, 2em -2em 0 0 #5db143, 3em 0 0 -0.5em #5db143, 2em 2em 0 -0.5em #5db143, 0 3em 0 -0.5em #5db143, -2em 2em 0 -0.5em #5db143, -3em 0 0 -0.5em #5db143, -2em -2em 0 0 #5db143;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #5db143, 2em -2em 0 0.2em #5db143, 3em 0 0 0 #5db143, 2em 2em 0 -0.5em #5db143, 0 3em 0 -0.5em #5db143, -2em 2em 0 -0.5em #5db143, -3em 0 0 -0.5em #5db143, -2em -2em 0 -0.5em #5db143;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em #5db143, 2em -2em 0 0 #5db143, 3em 0 0 0.2em #5db143, 2em 2em 0 0 #5db143, 0 3em 0 -0.5em #5db143, -2em 2em 0 -0.5em #5db143, -3em 0 0 -0.5em #5db143, -2em -2em 0 -0.5em #5db143;
    }
    37.5% {
        box-shadow: 0 -3em 0 -0.5em #5db143, 2em -2em 0 -0.5em #5db143, 3em 0 0 0 #5db143, 2em 2em 0 0.2em #5db143, 0 3em 0 0 #5db143, -2em 2em 0 -0.5em #5db143, -3em 0 0 -0.5em #5db143, -2em -2em 0 -0.5em #5db143;
    }
    50% {
        box-shadow: 0 -3em 0 -0.5em #5db143, 2em -2em 0 -0.5em #5db143, 3em 0 0 -0.5em #5db143, 2em 2em 0 0 #5db143, 0 3em 0 0.2em #5db143, -2em 2em 0 0 #5db143, -3em 0 0 -0.5em #5db143, -2em -2em 0 -0.5em #5db143;
    }
    62.5% {
        box-shadow: 0 -3em 0 -0.5em #5db143, 2em -2em 0 -0.5em #5db143, 3em 0 0 -0.5em #5db143, 2em 2em 0 -0.5em #5db143, 0 3em 0 0 #5db143, -2em 2em 0 0.2em #5db143, -3em 0 0 0 #5db143, -2em -2em 0 -0.5em #5db143;
    }
    75% {
        box-shadow: 0 -3em 0 -0.5em #5db143, 2em -2em 0 -0.5em #5db143, 3em 0 0 -0.5em #5db143, 2em 2em 0 -0.5em #5db143, 0 3em 0 -0.5em #5db143, -2em 2em 0 0 #5db143, -3em 0 0 0.2em #5db143, -2em -2em 0 0 #5db143;
    }
    87.5% {
        box-shadow: 0 -3em 0 0 #5db143, 2em -2em 0 -0.5em #5db143, 3em 0 0 -0.5em #5db143, 2em 2em 0 -0.5em #5db143, 0 3em 0 -0.5em #5db143, -2em 2em 0 0 #5db143, -3em 0 0 0 #5db143, -2em -2em 0 0.2em #5db143;
    }
}.review_list {
    overflow: hidden;
}

.review_list .column {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 29.17%;
}

.review_list .column + .column {
    margin-left: 6.245%;
}

.review_list .item {
    background: #fff;
}

.review_list .item + .item {
    margin-top: 4em;
}

.review_list .item .user {
    background-position: 30px 30px;
    background-repeat: no-repeat;
    height: 115px;
    /*display: table-cell;*/
    padding: 30px;
    /*vertical-align: middle;*/
}

.review_list .item .user.avatar_female_1 {
    background-image: url("/img/review/avatar_female_1.png");
}

.review_list .item .user.avatar_female_2 {
    background-image: url("/img/review/avatar_female_2.png");
}

.review_list .item .user.avatar_male_1 {
    background-image: url("/img/review/avatar_male_1.png");
}

.review_list .item .user.avatar_male_2 {
    background-image: url("/img/review/avatar_male_2.png");
}

.review_list .item .user .info {
    padding-left: 90px;
}

.review_list .item .user .info .name {
    font-size: 1.5em;
    font-weight: 500;
    margin: 0.5em 0 0.2em;
}

.review_list .item .user .info .city {
    color: #858585;
    font-size: 1.1667em;
}

.review_list .item .stars {
    margin-bottom: 1.3333em;
    overflow: hidden;
    padding: 0 30px;
}

.review_list .item .stars .star {
    background: url(/img/review/star.png) no-repeat;
    float: left;
    height: 18px;
    width: 18px;
}

.review_list .item .stars .star + .star {
    margin-left: 3px;
}

.review_list .item .stars .star.empty {
    background: url(/img/review/star_empty.png) no-repeat;
}

.review_list .item .content {
    /*position: relative;
    margin-top: 25px;
    padding: 40px 40px 40px 20px;
    background: #ffffff;*/
    border-bottom: 1px solid #d9d9d9;
    font-size: 1.1667em;
    padding: 0 30px 40px;
}

.review_list .item .content .text {
    display: inline-block;
    min-height: 3em;
    max-height: 14em;
    overflow: hidden;
    position: relative;
}

.review_list .item .content .text.blurred {
    margin-bottom: 0.5em;
    padding-bottom: 96px;
}

.review_list .item .content .text.blurred:after {
    background: url(/img/review/mask.png) repeat-x;
    bottom: 0;
    content: '';
    display: block;
    height: 96px;
    position: absolute;
    width: 100%;
}

.review_list .item .content.opened .text {
    max-height: none;
}

.review_list .item .content .see_full {
    margin: 0 auto;
    text-align: center;
}

.review_list .item .content .see_full .arrow {
    font-size: 0.9em;
    vertical-align: text-top;
}

.review_list .item .content .see_full .arrow:after {
    content: '↓';
}

.review_list .item .content.opened .see_full .arrow:after {
    content: '↑';
}

.review_list .item .additional_info {
    /*background: #ececec;*/
    padding: 20px 30px;
}

.review_list .item .additional_info .label {
    color: #6b6b6b;
}

.review_list .item .additional_info .delivery_method,
.review_list .item .additional_info .tracking {
    font-size: 1.5em;
}

.review_list .item .additional_info .tracking {
    display: inline-block;
    margin-bottom: 14px;
}

.review_list .item .additional_info .tracking a {
    color: #419f24;
}

.update_review {
    text-align: center;
}.review_receive_package {
    margin: 0 0 1em;
}

.review_receive_package .message {
    font-size: 1.3333em;
    margin: 0 0 2em;
    text-align: center;
}

.review_receive_package .rates_block,
.review_receive_package .review {
    margin: 0 0 1em;
}

.review_receive_package .rates {
    margin: 0 auto 1em;
    overflow: hidden;
    width: 195px;
}

.review_receive_package .rates .star {
    float: left;
    padding: 0 2px;
}

.review_receive_package .rates input[type="radio"] {
    display: none;
}

.review_receive_package .rates input[type="radio"] + label {
    cursor: pointer;
    display: inline-block;
    height: 34px;
    width: 35px;
    background: url(/img/review/stars.png) -35px 0 no-repeat;
}

.review_receive_package .rates .selected input[type="radio"] + label {
    background-position: 0 0;
}

.review_receive_package .rates .hovered input[type="radio"] + label,
.review_receive_package .rates .hovered.selected input[type="radio"] + label {
    background-position: -70px 0;
}

.review_receive_package .rates_block .info {
    font-size: 1.0833em;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

.review_receive_package .rates_block .info.error {
    color: #f73233;
}

.review_receive_package .review textarea {
    min-height: 6em;
    width: 100%;
}

.review_receive_package .action {
    font-size: 1.6666em;
}

.window_popup[name="review_add"] .block_title {
    margin: 1em 0 2em;
    text-align: center;
}

.window_popup[name="review_add"] .block_title .title {

}

.window_popup[name="review_add"] .block_title span {
    font-size: 2em;
    font-weight: 500;
}

.window_popup[name="review_add"] .review_receive_package .action {
    text-align: center;
}.search form input {
    background: url('/img/account/layout/icons.png') 1em -63px no-repeat #313c41;
    border: 1px solid;
    border-color: #20272b #2b353a #2b353a #2b353a;
    border-radius: 4px;
    width: 10em;
    padding: 0.6em 0.8em 0.5em 3.3em;
    color: #d0eaf4;
    font: 1.2em 'PT Sans', serif;
    background-clip: border-box;
}
.search form input:focus {
    /*background-color: #FFF;
    color: #404b50;
    width: 20em;*/
}.user_send_price .average_line_title {
    margin-bottom: 1.5em;
}
.user_send_price form {
    width: 20em;
    margin: 0 auto;
    text-align: left;
}
.user_send_price form input[type="text"],
.user_send_price form input[type="submit"] {
    width: 100%;
}
.user_send_price form .submit {
    width: 16.9em;
    font-size: 1.15em;
    letter-spacing: 0.125em;
}
.user_send_price form dd {
    margin-bottom: 0.5em !important;
}.send_price a {
    background: url("/img/send_email_user_letter.png") 0 0 no-repeat;
    display: inline-block;
    height: 40px;
    margin-bottom: 2.5em;
    padding-left: 55px;
    font-family: "PF Centro Slab Pro Medium", "times new roman", serif;
    color: #181818;
}
.send_price a span {
    font-size: 1.3em;
    line-height: 2.6em;
}.service_additional {
    height: 38em;
    width: 100%;
}

.service_additional .inner {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #F5F5EE;
    height: inherit;
}

.service_additional .inner .content {
    margin: 2em auto 3em;
    width: 82em;
}

.service_additional .row {
    width: 100%;
}

.service_additional .row .item {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.service_additional .row .item .image {
    height: 7em;
    width: 100%;
}

.service_additional .row .item .text {
    margin-top: 0.5em;
    width: 90%;
}

.service_additional .row .item .item-1 {
    background: url("/img/block/service/additional-1.png") no-repeat top left;
}

.service_additional .row .item .item-2 {
    background: url("/img/block/service/additional-2.png") no-repeat top left;
}

.service_additional .row .item .item-3 {
    background: url("/img/block/service/additional-3.png") no-repeat top left;
}

.service_additional .row .item .item-4 {
    background: url("/img/block/service/additional-4.png") no-repeat top left;
}

.service_additional .row .item .item-5 {
    background: url("/img/block/service/additional-5.png") no-repeat top left;
}.service_item .price {
    margin-top: 0.7em;
}

.service_item .label {
    font-weight: bold;
}.service_logistic {
    margin-top: 4em;
}

.service_logistic .row {
    width: 100%;
    margin-bottom: 1em;
}

.service_logistic .row .item {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.service_logistic .row .item .image {
    display: inline-block;
    height: 6em;
    width: 6em;
}

.service_logistic .row .item .text {
    display: inline-block;
    margin-top: 1.2em;
    width: 70%;
    vertical-align: top;
}

.service_logistic .row .item .item-1 {
    background: url("/img/block/service/logistic-1.png") no-repeat top left;
}

.service_logistic .row .item .item-2 {
    background: url("/img/block/service/logistic-2.png") no-repeat top left;
}

.service_logistic .row .item .item-3 {
    background: url("/img/block/service/logistic-3.png") no-repeat top left;
}

.service_logistic .row .item .item-4 {
    background: url("/img/block/service/logistic-4.png") no-repeat top left;
}

.service_logistic .row .item .item-5 {
    background: url("/img/block/service/logistic-5.png") no-repeat top left;
}

.service_logistic .row .item .item-6 {
    background: url("/img/block/service/logistic-6.png") no-repeat top left;
}.setting_block .alert {
    margin: 1em 0;
}

.setting_block > .title {
    margin-bottom: 0.2em;
    margin-left: 0.1em;
}
.setting_block > .title span {
    color: #30393D;
    font: 1.7em "PF Centro Slab Pro Bold", "Times New Roman", serif;
}
.setting_block .wrapper {
    background: #FBFAF5;
    border: 1px solid;
    margin-top: 0;
    border-color: #A7A99B #A7A99B #A8A694 #A8A694;
    border-radius: 4px;
    padding: 0.5em 0.5em;
    min-height: 20em;
    margin-bottom: 1em;
}.setting_api .api_setting_form input[type=text] {
    width: 23em;
}
.setting_api .api_setting_form .left_col {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.setting_api .api_setting_form .last {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.setting_api .api_setting_form .last .submit {
    margin-top: 1.4em;
}.setting_checkout .logo {
    margin-right: 1em;
    display: inline-block;
    vertical-align: top;
}
.setting_checkout .logo img {
    max-width: 25em;
    max-height: 12em;
}
.setting_checkout .file_container {
    display: inline-block;
    vertical-align: top;
}
.setting_checkout .file.inactive {
    display: none;
}
.setting_checkout .file.active {
    display: block;
}
/** choosen fix */
.setting_info #bday_chosen,
.setting_info #bday_chosen .chosen-drop
{
    width: 5em !important;
}
.setting_info #bmonth_chosen,
.setting_info #bmonth_chosen .chosen-drop
{
    width: 10em !important;
}
.setting_info #byear_chosen,
.setting_info #byear_chosen .chosen-drop
{
    width: 7em !important;
}

.setting_country select[name=country_id] {
    width: 20em;
}.setting_delivery .data {
    margin-left: 0.5em;
    display: inline-block;
}.setting_ebay {

}

.setting_ebay .ebay_confirmation_info {
    margin: 1.5em 0;
}

.setting_ebay .ebay_link_button {
    font-size: 1.6667em;
}.ebay_setting_form {

}

.ebay_setting_form .row {
    margin-bottom: 1em;
}

.ebay_setting_form.linked .ebay_card {
    background: #f5f5f5;
    border-radius: 0.25em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0 1em;
    padding: 2.3em;
    position: relative;
    width: 37.5em;
}

.ebay_setting_form.linked .ebay_card:before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNlNzMwMzkiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzJiNjhiNCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmI2OGI0Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWFmMTkiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2Y1YWYxOSIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjODZiYTQwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjODZiYTQwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-linear-gradient(0deg, #e73039 25%, #2b68b4 25%, #2b68b4 50%, #f5af19 50%, #f5af19 75%, #86ba40 75%, #86ba40 100%);
    background-image: -webkit-linear-gradient(0deg, #e73039 25%, #2b68b4 25%, #2b68b4 50%, #f5af19 50%, #f5af19 75%, #86ba40 75%, #86ba40 100%);
    background-image: linear-gradient(90deg, #e73039 25%, #2b68b4 25%, #2b68b4 50%, #f5af19 50%, #f5af19 75%, #86ba40 75%, #86ba40 100%);
    border-radius: 0.25em 0.25em 0 0;
    content: '';
    height: 0.5em;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ebay_setting_form.linked .ebay_card .row.name,
.ebay_setting_form.linked .ebay_card .row.user_id {
    overflow: hidden;
}

.ebay_setting_form.linked .ebay_card .row .title {
    font-size: 1.1667em;
    font-weight: 300;
    float: left;
    width: 8em;
}

.ebay_setting_form.linked .ebay_card .row .value {
    font-size: 1.3333em;
    font-weight: 500;
}

.ebay_setting_form.linked .ebay_card .row.action {
    margin-bottom: 0;
}

.ebay_setting_form.linked .ebay_card .row.expiration_date {
    color: #505050;
    font-style: italic;
    font-weight: 300;
}

.ebay_setting_form.linked .logo {
    float: left;
    height: 68px;
    margin-left: 2.5em;
    width: 102px;
}

.ebay_setting_form.autosend_packages {

}

.ebay_setting_form.autosend_packages label input[type="checkbox"],
.ebay_setting_form.autosend_packages label span {
    vertical-align: text-top;
}.shipping_block {
    margin: 3em auto;
    width: 960px;
}

.shipping_block .title p {
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 0.5em;
}

.shipping_block .table_header p {
    font-size: 1.5em;
    padding: 0.5em 0;
    margin-top: 3em;
}

.shipping_block table {
    border: 1px solid #e4eeed;
}

.shipping_block table td, .shipping_block table th {
    vertical-align: middle;
    padding: 1em;
    font-size: 1.3em;
    line-height: 1.5em;
}

.shipping_block table th {
    font-weight: bold;
}

.shipping_block table td:not(:first-of-type), .shipping_block table th:not(:first-of-type) {
    text-align: center;
}

.shipping_block table tr:nth-of-type(odd) {
    background: #e4eeed;
}

.shipping_block table thead tr {
    background: none !important;
}

.shipping_block table td:first-of-type {
    font-weight: bold;
}

.shipping_block .express_table table td:first-of-type {
    width: 30%;
}

.shipping_block .express_table table td:last-of-type {
    width: 33%;
}

.shipping_block .gov_table table th:first-of-type {
    width: 20%;
}

.shipping_block .gov_table table th:last-of-type {
    width: 40%;
}

@media screen and (min-width: 1200px) {
    .shipping_block {
        width: 1200px;
    }
}/*после мержа тарифов можно будет попробовать убрать*/
.layout_container.shipping_air .layout_header .bottom_bar {
    min-height: 0;
}

/*чтоб bootsrap2 не ломал верстку*/
.layout_container ul,
.layout_container ol {
    margin: 0;
    padding: 0;
}

.layout_body .shipping_air * {
    box-sizing: content-box;
}

a.button:hover {
    text-decoration: none;
}

.shipping_air .wrapper {
    width: 100%;
    font-family: 'MyriadPro';

}
.shipping_air .wrapper .banner-wrapper {
    background: url(/img/block/shipping_air/banner-sky.jpg) no-repeat ;
    background-size: cover;
    padding: 65px 0;

}
.shipping_air .wrapper .banner-wrapper .banner-title {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.shipping_air .wrapper .banner-wrapper .banner-subtitle {
    font-size: 26px;
    color: #333;
    text-align: center;
}
.shipping_air .wrapper .banner-wrapper .row .delivery-info {
    padding: 20px 0;
    width: 1024px;
    margin: 0 auto;
}
.shipping_air .wrapper .banner-wrapper .row .delivery-info .delivery-img {

}
.shipping_air .wrapper .banner-wrapper .delivery-info .block-delivery {
    margin-top: 107px;
    margin-left: 70px;
    width: 320px;
    display: inline-block;
}
.shipping_air .wrapper .banner-wrapper .delivery-info .block-delivery .delivery-list {
    list-style: none;
    margin: 0;
}
.shipping_air .wrapper .banner-wrapper .delivery-info .block-delivery .delivery-list .delivery-item {
    display: inline-block;
}
.shipping_air .wrapper .banner-wrapper .delivery-info .block-delivery .delivery-list .delivery-item .delivery-link {
    width: 91px;
    height: 91px;
    display: inline-block;
}
.shipping_air .wrapper .banner-wrapper .delivery-info .block-delivery .delivery-list .delivery-item .delivery-link.grastin {
    background: url(/img/block/shipping_air/grastin.png);
}
.shipping_air .wrapper .banner-wrapper .delivery-info .block-delivery .delivery-list .delivery-item .delivery-link.boxberry {
    background: url(/img/block/shipping_air/boxberry.png);
}
.shipping_air .wrapper .banner-wrapper .delivery-info .block-delivery .delivery-list .delivery-item .delivery-link.dpd {
    background: url(/img/block/shipping_air/dpd.png);
}
.shipping_air .wrapper .banner-bottom {
    background-color: #5db143;
    padding-bottom: 76px;
}
.shipping_air .wrapper .banner-bottom .features-list {
    list-style: none;
    margin: -30px 0 0 0;

}
.shipping_air .wrapper .banner-bottom .features-list .features-item {
    display: block;
    width: 180px;
    height: 204px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 25px;
    float: left;
    box-shadow: 0 3px 0 0 #549f3c;
    padding: 40px 20px;
    text-align: center;
}
.shipping_air .wrapper .banner-bottom .features-list .features-item:last-child {
    margin-right: 0;
}
.shipping_air .wrapper .banner-bottom .features-list .features-item .image-block {
    padding-bottom: 33px;
    height: 107px;
}
.shipping_air .wrapper .banner-bottom .features-list .features-item .image-block.box {
    background: url(/img/block/shipping_air/box.png) no-repeat 50% 0%;
}
.shipping_air .wrapper .banner-bottom .features-list .features-item .image-block.plane {
    background: url(/img/block/shipping_air/plane.png) no-repeat 50% 0%;
}
.shipping_air .wrapper .banner-bottom .features-list .features-item .image-block.hands {
    background: url(/img/block/shipping_air/hands.png) no-repeat 50% 0%;
}
.shipping_air .wrapper .banner-bottom .features-list .features-item .image-block.boxes {
    background: url(/img/block/shipping_air/boxes.png) no-repeat 50% 0%;
}
.shipping_air .wrapper .banner-bottom .features-list .features-item .image-block.guard {
    background: url(/img/block/shipping_air/guard.png) no-repeat 50% 0%;
}
.shipping_air .wrapper .banner-bottom .features-list .features-item .title {
    font-size: 30px;
    font-weight: bold;
}
.shipping_air .wrapper .banner-bottom .features-list .features-item .subtitle {
    font-size: 20px;
}
.shipping_air .wrapper .banner-bottom .button-try-wrapper {
    margin: 60px auto -20px;
    text-align: center;
}
.shipping_air .button-try {
    padding: 13px 30px;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.shipping_air .button-try:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.shipping_air .wrapper .prices-block {
    background-color: #f6f6f6;
    text-align: center;
    padding-bottom: 85px;
}
.shipping_air .wrapper .prices-block .banner-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 50px;
}
.shipping_air .wrapper .prices-block .banner-subtitle {
    font-size: 26px;
    font-weight: 400;
}
.shipping_air .wrapper .prices-block .prices-list {
    margin: 40px 0 0 0;
}

.shipping_air .wrapper .prices-block .prices-list .prices-item {
    display: block;
    width: 220px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 25px;
    float: left;
    text-align: center;
    font-weight: bold;
}
.shipping_air .wrapper .prices-block .prices-list .prices-item:last-child {
    margin-right: 0;
}
.shipping_air .wrapper .prices-block .prices-list .prices-item .value {
    height: 44px;
    padding: 28px 20px 0 20px;
    font-size: 32px;
    font-weight: 600;
}
.shipping_air .wrapper .prices-block .prices-list .prices-item .color-block {
    padding: 17px 10px 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-size: 30px;
}
.shipping_air .wrapper .prices-block .prices-list .prices-item .color-block.green {
    background-color: #5db143;
}
.shipping_air .wrapper .prices-block .prices-list .prices-item .color-block.yellow {
    background-color: #ecbf22;
}
.shipping_air .wrapper .prices-block .prices-list .prices-item .color-block.blue {
    background-color: #3d4fa1;
}
.shipping_air .wrapper .prices-block .prices-list .prices-item .color-block.brown {
    background-color: #614b2e;
}
.shipping_air .wrapper .prices-block .prices-list .prices-item .color-block.gray {
    background-color: #edebeb;
}
.shipping_air .wrapper .prices-block .prices-list .prices-item .color-block.gray a {
    color: #419f24;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #419f24;
}
.shipping_air .wrapper .prices-block .prices-list .prices-item .color-block.gray a:hover {
    text-decoration: none;
}
.shipping_air .wrapper .prices-block .button-try-wrapper {
    margin-top: 60px;
    text-align: center;
}
.shipping_air .wrapper .prices-block .button-try {
    border: 2px solid #419f24;
    color: #000;
}
.shipping_air .wrapper .prices-block .button-try:hover {
    background-color: #419f24;
    color: #fff;
}


.shipping_air .container {
    width: 1200px;
    min-width: 1024px;
}
.shipping_air .delivery_point_list {
    background-color: #f6cc3b;
    padding: 40px 0;
    font-family: 'MyriadPro', sans-serif;
}

@media (max-width: 1200px) {
    .shipping_air .wrapper .banner-bottom .features-list .features-item {
        padding: 10px 0 10px 0;
        width: 175px;
    }

    .shipping_air .wrapper .prices-block .prices-list .prices-item .value {
        padding-left: 5px;
        padding-right: 5px;
    }

    .shipping_air .wrapper .prices-block .prices-list .prices-item {
        width: 175px;
    }

    .shipping_air .container {
        width: 1024px;
    }

    .shipping_air .wrapper .prices-block .button-try-wrapper {
        width: 975px;
    }
}

.shipping_label_create .add_address_from > .text {
    margin-bottom: 0.5em;
    font-size: 1.2em;
}


.shipping_label_create .address_from,
.shipping_label_create .address_to {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}
.shipping_label_create .address_from {
    margin-right: 2em;
}

.shipping_label_create .address_from,
.shipping_label_create .address_to,
.shipping_label_create .method_list,
.shipping_label_create .weight {
    margin-bottom: 1em;
}
.shipping_label_create .address_from > .title,
.shipping_label_create .address_to > .title,
.shipping_label_create .method_list > .title,
.shipping_label_create .weight > .title {
    color: #8b969b;
    margin-bottom: 0.3em;
}

.shipping_label_create .delivery_method_list .item {
    display: inline-block;
    width: 45%;
    margin-right: 2em;
}
.shipping_label_create .delivery_method_list .item:last-child {
    margin-right: 0;
}
.shipping_label_create .delivery_method_list .item {
    line-height: 1.05em;
}
.shipping_label_create .delivery_method_list .name {
    color: #131313;
    display: inline-block;
    width: 80%;
}
.shipping_label_create .delivery_method_list .delivery_price {
    display: inline-block;
    float: right;
}
.shipping_label_create .delivery_method_list .description {
    font-size: 0.8em;
    margin-left: 2.45em;
    color: #8b969b;
}.shop_item {
}

.shop_item > .page_title {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 23px;
    font-weight: 500;
}

.shop_item > .shop_info_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

/** shop info */
.shop_item .info {
    margin-bottom: 2em;
}

.shop_item .info > table {
    width: 100%;
}

.shop_item .info table {
    border-left: none;
    border-top: none;
    margin-bottom: 0;
}

.shop_item .info table th,
.shop_item .info table td {
    border-right: none;
    border-bottom: none;
}

.shop_item .info .title {
    margin-bottom: 0.5em;
}

.shop_item .info .shop_delivery {
    width: 100%;
}

.shop_item .info .shop_delivery tr {
    padding: 0.5em 0;
}

.shop_item .info .shop_delivery tr.odd {
    background: #e4eeed;
}

.shop_item .info .shop_delivery td,
.shop_item .info .shop_delivery th {
    padding: 0.5em 1em;
    vertical-align: middle;
}

.shop_item .info .shop_delivery td span,
.shop_item .info .shop_delivery th span {
    font-size: 0.85em;
}

.shop_item .info .shop_delivery td span,
.shop_item .info .shop_delivery th span,
.shop_item .info .shop_delivery td i {
    color: #5d6368;
}

.shop_item .info .description {
    margin-bottom: 2em;
}
.shop_list_top .average_line_title {
    margin-bottom: 1em;
}
.shop_list_top {
    margin-bottom: 1em;
}
.shop_list_top > .page_title {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 23px;
    font-weight: 500;
}
.shop_list_top ul {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.shop_list_top ul li {
    margin-bottom: 0.5em;
}
.shop_list_top .formatted_text {
    margin-bottom: 2em;
}
.shop_list_top > .top_shop_list_title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}
.shop_rubric {
    font-family: 'Ubuntu', Tahoma, sans-serif;
}
.shop_rubric > .page_title {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 23px;
    font-weight: 500;
}
.shop_rubric  .shop_list.top {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.shop_rubric .shop_list.top .item {
    margin-bottom: 0.7em;
    list-style-type: none;
}
.shop_rubric .shop_list.top .item .url {
    margin-right: 10%;
    display: inline-block;
    vertical-align: top;
    color: #000;
}
.shop_rubric .shop_list.top .item .url a {
    font-size: 16px;
}
.shop_rubric .shop_list.top .item .description {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    color: #334046;
    text-align: justify;
}

.shop_rubric .shop_list.by_column li {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.8% 0.5em 0;
    overflow-x: hidden;
    
    //float: left;
    
    line-height: 1.2em;
}
.shop_rubric .shop_list.by_column li a {
    font-size: 120%;
}

.shop_rubric > .description {
    margin-top: 1.6em;
}
.shop_similar_list ul {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.shop_similar_list ul li {
    margin-bottom: 0.5em;
}
.shop_similar_list .title {
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0;
    font-weight: 500;
}
.social_network {
    text-align: center;
}

.social_network.right {
    padding: 0.5em;
    text-align: right;
    margin-right: 1em;
    width: 100%;
}

.social_network .block_image span {
    text-align: center;
}
.social_network .title {
    margin-bottom: 1.2em;
}
.social_network .title:after {
    display: none;
}
.social_network .content {
    margin-bottom: 0.5em;
}
.social_network .icons {
    display: block;
}
.social_network .icons a {
    display: inline-block;
    margin-left: 1.25em;
    margin-right: 1.25em;
}
.social_network .icons img {
    width: 36px;
    height: 36px;
}
.social_network .icons .gplus {
    margin-right: 0;
}
.social_network .title span {
    color: #006796;
    background: #F5F5EE;
    font-size: 1.4em;
    font-family: "PF Centro Slab Pro Bold", "times new roman", serif;
    text-transform: uppercase;
}.page_item .center_col {
	float: left;
	width: 100%;
	vertical-align:top;
}
.page_item .center_col > .inner {
    margin: 0 28em 0 0;
}
.page_item .right_col > .inner {
    padding-left: 3em;
}
.page_item .right_col {
	float: right;
	margin-left: -28em;
	width: 28em;
}
.page_item .average_line_title span {
    margin-bottom: 1.6em;
    color: #006796;
    font-size: 1.4em;
    font-family: "PF Centro Slab Pro Bold";
}
.page_item .average_line_title:first-child {
    margin-top: 1em;
}

/****************************************************/
/* PRICE */
/****************************************************/
/* Get started */
.page_item.price .get_started .left_fon {
    width: 71px;
    background: url("/img/get_started/left_fon_2.png") 0 0 no-repeat;
}
.page_item.price .get_started .right_fon {
    width: 71px;
    background: url("/img/get_started/right_fon_2.png") 100% 0 no-repeat;
}
.page_item.price .get_started > .inner {
    background: url("/img/get_started/main_fon_2.png") 0 0 repeat-x;
    margin: 0 71px;
}
.page_item.price .get_started .left_fon,
.page_item.price .get_started .right_fon,
.page_item.price .get_started > .inner {
    height: 134px;
}
.page_item.price .get_started .mega_button {
    margin-bottom: 3.8em;
    margin-top: 2.5em;
}
.page_item.price .get_started .help a span {
    text-transform: capitalize;
}
.page_item.price .average_line_title {
    margin-bottom: 1.2em;
}
/* Calculator */
.page_item.price .delivery_calculator {
    margin-bottom: 2.5em;
}
.page_item.support .search_block {
    width: 25em;
}
.page_item.success .countdown {
    margin-top: 2em;
    text-align: center;
}.support_block {
    border: 0.4em solid #be9913;
    color: #fff;
    text-align: left;
}

.support_block > .inner {
    padding: 2em 2.5em 2em 23em;
}

.support_block .person {
    float: left;
    width: 243px;
    height: 289px;
    background: url("/img/support/add_ticket/person.png") 0 0 no-repeat;
    margin: 0.5em 0 0 2em;
    position: relative;
    z-index: 1;
}

.support_block .person.shiptor {
    background: url("/img/support/add_ticket/person_shiptor.png") 0 0 no-repeat;
}

.support_block .average_line_title {
    margin-bottom: 3em;
}

.support_block,
.support_block .average_line_title span {
    background: #2e4f2f;
}

.support_block .average_line_title:before,
.support_block .average_line_title:after {
    background: #fff;
}

.support_block .average_line_title span {
    color: #fff !important;
    font-size: 2em !important;
    line-height: 1;
}

.support_block .add_ticket,
.support_block .send_email {
    display: inline-block;
    vertical-align: top;
    
    *display: inline;
    
    margin-bottom: 2em;
}

.support_block .add_ticket {
    width: 45%;
    margin-right: 10%;
    min-width: 23em;
}

.support_block .add_ticket .text span {
    font-size: 1.25em;
}

.support_block .add_ticket .text {
    margin-bottom: 1em;
    color: #dceeee;
}

.support_block .add_ticket .ask {
    background: #1ea9eb url("/img/form/submit_bg.png") 0 0 repeat-x;
    border: none;
    border-radius: 5px 5px 5px 5px;
    padding: 0.5em 2em;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    cursor: pointer;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.31);
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

.support_block .add_ticket .ask:hover {
    background: #2cb6f7 url("/img/form/submit_bg.png") 0 -88px repeat-x;
}

.support_block .add_ticket .button.big.white {
    color: #fff !important;
}

.support_block .add_ticket .button.big.white:hover {
    color: #000 !important;
}

.support_block .send_email {
    width: 45%;
    min-width: 24em;
}

.support_block .send_email .text {
    margin-bottom: 1em;
}

.support_block .send_email .text span {
    font-size: 1.6em;
}

.support_block .send_email .email {
    color: #57c9ff;
    font-size: 1.25em;
}.support_index {

}

.support_index .step_list {
    margin-bottom: 3.3em;
}

.support_index .step_list ul {
    overflow: hidden;
}

.support_index .step_list ul li {
    float: left;
    width: 33.3333%;
}

.support_index .step_list ul li .inner {
    border: 2px solid #5db143;
    border-radius: 3px;
    padding: 1.4em 0.8em 1em;
    position: relative;
}

.support_index .step_list ul li + li .inner {
    margin-left: 24px;
}

.support_index .step_list ul li .inner:after {
    content: url(/img/support/arrow-right-mini.png);
    position: absolute;
    right: -20px;
    top: 20px;
}

.support_index .step_list ul li:last-child .inner:after {
    content: '';
    display: none;
}

.support_index .step_list ul li .digit {
    background-color: #5db143;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    height: 1.3em;
    left: 12px;
    margin-right: 0.4em;
    padding: 0.1em 0 0;
    position: absolute;
    text-align: center;
    top: 18px;
    vertical-align: middle;
    width: 1.4em;
}

.support_index .step_list ul li .text {
    display: inline-block;
    font-size: 1.3333em;
    padding: 0 0 0 2em;
    text-align: left;
    vertical-align: middle;
}

.support_index .faq_category_list {
}

.support_index .add_ticket .title {
    margin-bottom: 3em;
}

.support_index .add_ticket .title span {
    font-size: 3em;
}

.support_index .ask_consultant {
    height: 30.75em;
}

.support_index .ask_consultant .title {
    margin-bottom: 3em;
    text-align: left;
}

.support_index .ask_consultant .title span {
    font-size: 3em;
}

.support_index .ask_consultant > .inner {
    background: none repeat scroll 0 0 #f5f5ee;
    width: 100%;
    height: 24.6em;
    padding: 3.3em 0;
    position: absolute;
    left: 0;
}

.support_index .ask_consultant > .inner > .inner {
    width: 81em;
    margin: 0 auto;
    text-align: center;
}.support_search {
    width: 25em;
    background: #FFF;
    display: inline-block;
    border-radius: 2px;
    border: #d1d1d1;
    padding: 0.4em 0.8em;
}
.support_search input[type="text"] {
    border: none;
    font-size: 1.5em;
    font-family: 'PT Sans';
    background: none;
    padding: 0;
    line-height: 1.2;
    margin: 0;
    min-height: 22px;
    vertical-align: middle;
    color: #5f7077;
    width: 89%;
}
.support_search input[type="submit"] {
    float: right;
    background: url("/img/search/icon.png") 0 0 no-repeat;
    border: none;
    width: 27px;
    height: 22px;
    cursor: pointer;
    padding: 0;
    margin: 0;
}.tariff_calculator {

}

.tariff_calculator .average_line_title {
    margin-bottom: 1.6em;
}

.tariff_calculator .bottom {
    color: #5f7077;
}

.tariff_calculator .weight_container {

}

.tariff_calculator .insurance {
    margin-top: 1.4em;
}

.tariff_calculator dd.left_col,
.tariff_calculator dd.right_col,
.tariff_calculator .region_container .region_ru,
.tariff_calculator .region_container .city_ru,
.tariff_calculator .zip_list .from,
.tariff_calculator .zip_list .to {
    width: 48%;
    display: inline-block;
}

.tariff_calculator dd.left_col,
.tariff_calculator .region_container .region_ru,
.tariff_calculator .zip_list .from {
    margin-right: 1.8%;
}

.tariff_calculator .label {
    color: #5f7077;
}

.tariff_calculator .zip_list .description {
    margin-top: 0.5em;
    color: #5f7077;
}

.tariff_calculator .region_container input,
.tariff_calculator .zip_list input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tariff_calculator .delivery_method_list li.inactive {
    color: #c2c2c2;
}

.tariff_calculator .delivery_method_list .info {
    width: 77%;
    display: inline-block;
}

.tariff_calculator .delivery_method_list .name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.16em;
    max-width: 85%;
}

.tariff_calculator .delivery_method_list .descr {
    padding-left: 2em;
    display: block;
}

.tariff_calculator .delivery_method_list .active .descr {
    color: #5f7077;
}

.tariff_calculator .delivery_method_list .price {
    display: none;
}

.tariff_calculator .delivery_method_list .active .price {
    color: #5f7077;
}

/**
* Dimensions
*/
.tariff_calculator .dimensions_list label {
    display: inline-block;
    vertical-align: top;
}

.tariff_calculator .dimensions_list .sizes {
    display: inline-block;
    vertical-align: top;
    width: 78%;
}

.tariff_calculator .dimensions_list .sizes label {
    width: 32%;
}

.tariff_calculator .dimensions_list .sizes input {
    box-sizing: border-box;
}

.tariff_calculator .dimensions_list .dimensions_x input,
.tariff_calculator .dimensions_list .dimensions_y input {
    width: 87%;
}

.tariff_calculator .dimensions_list .dimensions_z input {
    width: 100%;
}

.tariff_calculator .dimensions_list .dimensions_x:after,
.tariff_calculator .dimensions_list .dimensions_y:after {
    content: 'x';
    margin-left: 2%;
}

.tariff_calculator .dimensions_list .measure_unit .label {
    display: block;
}

.tariff_calculator .region_container .city_ru .label {
    display: block;
}

.tariff_calculator .weight_unit_list {
    width: 28%;
    margin-bottom: 1em;
}

.tariff_calculator .weight_unit_list .chosen-container {
    /*float: right;*/
}

.tariff_calculator .weight_list {
    width: 100%;
}

.tariff_calculator .insurance .unavailable {
    font-style: italic;
}

.tariff_calculator .column {
    width: 18%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.tariff_calculator .column table {
    width: 100%;
}

.tariff_calculator .column table th,
.tariff_calculator .column table tr.even td {
    background-color: #e4eeed;
}

.tariff_calculator .column table th {
    font-style: italic;
}

.tariff_calculator .column table th,
.tariff_calculator .column table td {
    padding: 0.5em;
}

.tariff_calculator input[type="text"],
.tariff_calculator input[type="password"] {
    padding: 0.5em 0.8em;
    border-radius: 3px;
    border: 1px solid #aaa;
    border-top-color: #7b7b7b;
    color: #444;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

.tariff_calculator select {
    width: 100%;
}
.tariff_plan_block {
    background: #f6cc3b url(/img/main/mini/free_services.jpg) no-repeat center 0;
    background-size: 100%;
    min-height: 538px;
    width: 100%;
}

.tariff_plan_block .title_small {
    font-size: 1.5em;
    line-height: 1.8;
}

.tariff_plan_block .steps {
    width: 1190px;
    margin: 120px auto 0;
}

.tariff_plan_block .step {
    background: #fff;
    width: 350px;
    padding-top: 35px;
    float:left;
    border-bottom: 2px solid #ddb735;
    border-radius: 5px;
    position: relative;
}

.tariff_plan_block .step_1:after,
.tariff_plan_block .step_2:after {
    position: absolute;
    content: url(/img/work_steps/arrow.png);
    top: 70px;
    right: -45px;
}

.tariff_plan_block .step .step_header {
    text-align: center;
    height: 190px;
}

.tariff_plan_block .step .step_header .icon {
    height: 110px;
}
.tariff_plan_block .step_1 .step_header .icon {
    padding-top: 15px;
}

.tariff_plan_block .step .step_header .title {
    font-size: 2.1em;
}

.tariff_plan_block .step .step_header .label {
    font-size: 2em;
    text-transform: uppercase;
    color: #fff;
    background: #5db143;
    display: inline-block;
    min-width: 210px;
    padding-top: 0.2em;
    margin-top: 25px;
    height: 40px;
    position: relative;
}
.tariff_plan_block .step .step_header .label span:before {
    content: "";
    background: url('/img/block/tariff_plan/item_bg_left.png');
    position: absolute;
    height: 40px;
    width: 7px;
    top:0;
    left:-6px;
}
.tariff_plan_block .step .step_header .label span:after {
    content: "";
    background: url('/img/block/tariff_plan/item_bg_right.png');
    position: absolute;
    height: 40px;
    width: 7px;
    top:0;
    right:-6px;
}

.tariff_plan_block .step .step_body {
    padding: 50px 20px 30px 20px;
    border-top: 1px solid #d6d6d6;
    box-sizing: content-box;
}
.tariff_plan_block .step .step_body.gray {
    background: #f6f6f6;
    padding-top: 25px;
    border-radius: 0 0 5px 5px;
}

.tariff_plan_block .services {
    width: 100%;
}

.tariff_plan_block .services td:first-child {
    font-size: 1.4em;
    color: #616060;
    padding-bottom: 15px;
    padding-top: 5px;
    width: 250px;
    line-height: 1;
}
.tariff_plan_block .services td.small:first-child {
    width: 180px;
}
.tariff_plan_block .services td.big:first-child {
    width: 270px;
}

.tariff_plan_block .services td:first-child span.small {
    color: #8c8c8c;
    font-size: 0.7em;
}

.tariff_plan_block .services td:last-child {
    vertical-align: top;
    font-size: 2em;
    color: #5db143;
    text-align: right;
}
.tariff_plan_block .services td:last-child.small {
    font-size: 1.4em;
    text-transform: uppercase;
}
.tariff_plan_block .services td:last-child span {
    font-size: 0.6em;
    color: #333;
    vertical-align: text-top;
}
.tariff_plan_block .services td:last-child span.small {
    font-size: 0.6em;
    color: #616060;
    vertical-align: text-bottom;
}
.tariff_plan_block .services td.black {
    color: #333;
}

.tariff_plan_block .step:not(:first-child) {
    margin-left: 70px;
}

.tariff_plan_block .prices_button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.tariff_plan_block .prices_button .arrow {
    vertical-align: text-top;
}

.tariff_plan_block .buttons {
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width: 1200px){
    .tariff_plan_block .steps {
        width: 950px;
    }

    .tariff_plan_block .step {
        width: 300px;
    }

    .tariff_plan_block .step:not(:first-child) {
        margin-left: 25px;
    }

    .tariff_plan_block .services td:first-child {
        width: 200px;
    }

    .tariff_plan_block .services td.small:first-child {
        width: 150px;
    }

    .tariff_plan_block .services td.small:last-child {
        width: 100px;
    }

    .tariff_plan_block .step_1:after,
    .tariff_plan_block .step_2:after {
        display: none;
    }
}

@media screen and (max-width: 1460px) {
    .tariff_plan_block .steps {
        margin-top: 50px;
    }
}.price_table .title {
    margin-bottom: 1.2em;
}
.price_table {
    margin-bottom: 4em;
}
.price_table table {
    width: 100%;
}
.price_table tr {
    padding: 0.5em 0;
}
.price_table tr.odd, .price_table tr:nth-of-type(odd) {
    background: #e4eeed;
}
.price_table th,
.price_table td
{
    padding: 1em 1em;
    font-size: 1.3em;
    vertical-align: middle;
}
.price_table tr.odd td, .price_table tr:nth-of-type(odd) td {
    padding: 0.75em 1em;
}
.price_table td span {
    font-size: 0.85em;
}
.price_table td span,
.price_table td i {
    color: #5d6368;
}.tariff_plan_item .average_line_title,
.tariff_plan_item .title
{
    margin-bottom: 1.2em;
}
/*.tariff_plan_item .title.us span {
    background: url('/img/account/amount_flag.png') 3px 3px no-repeat #FFF;
    padding-left: 27px;
}
.tariff_plan_item .title.de span {
    background: url('/img/account/amount_flag.png') 3px -279px no-repeat #FFF;
    padding-left: 27px;
}*/
.tariff_plan_item .price_table {
    width: 100%;
}
.ticket_item .title {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.ticket_item .title span {
    font-size: 2em;
}
.ticket_item .create_date,
.ticket_item .description,
.ticket_item .status,
.ticket_item .comment_list,
.ticket_item .comment_add
{
    font-size: 1.16em;
}
.ticket_item .create_date {
	margin-bottom: 1em;
}
.ticket_item .description,
.ticket_item .status,
.ticket_item .comment_list
{
    margin-bottom: 2em;
}
.ticket_item .status_icon {
    background: url('/img/account/mail/icons.png') 0 -128px no-repeat;
	margin: 0 0.5em;
	padding-left: 1.5em;
}
.ticket_item .status_icon.inwork {
    background-position: 0 -128px;
}
.ticket_item .status_icon.close {
    background-position: 0 -189px;
}
.ticket_item .close_ticket {
    float: right;
}

/** comment list */
.ticket_item .comment_list .item {
	padding: 2em 0;
}
.ticket_item .comment_list .item.odd {
	background-color: #EFEFEF;
}
.ticket_item .comment_list .item .type {
    background: url('/img/account/mail/icons.png') 0 0 no-repeat;
    width: 16px;
    height: 16px;
	display: inline-block;
    margin-right: 0.5em;
}
.ticket_item .comment_list .item .type.inbox {
    background-position: 0 0;
}
.ticket_item .comment_list .item .type.outbox {
    background-position: 0 -66px;
}
.ticket_item .comment_list .item .date {
	width: 28%;
	padding: 0 1%;
	display: inline-block;
    vertical-align: top;
}
.ticket_item .comment_list .item .message {
	width: 68%;
	padding: 0 0.5%;
	display: inline-block;
    vertical-align: top;
}
.ticket_item .comment_list .item.inactive {
	color: #777;
}

.ticket_item .comment_add textarea {
    width: 100%;
}
.ticket_item input[type=submit] {
    width: 10em;
}.ticket_add .average_line_title {
    margin-bottom: 1.6em;
}

.ticket_add form {
    /*width: 40em;*/
}

.ticket_add form label {
    font-size: 0.9em;
}

.ticket_add form label.info {
    color: #a00;
    font-size: 0.75em;
}

.ticket_add form input[type="text"],
.ticket_add form textarea {
    width: 100%;
    background-color: #fff;
    /*border: 1px solid #c7c7c7;*/
    border-radius: 0.1em;
}

.ticket_add form textarea {
    min-height: 10em;
    resize: vertical;
}

.ticket_add form input[type="submit"] {
    display: block;
    float: none;
    clear: both;
    margin: 1em 0 0.5em;
    min-width: 10em;
}

.ticket_add form .email input {
    width: 18em;
    margin-right: 1em;
    display: inline-block;
    vertical-align: top;
}

.ticket_add form .text {
    width: 15em;
    display: inline-block;
    vertical-align: top;
    color: #5f7077;
    white-space: normal;
    line-height: 1.3em;
}

.ticket_add table {
    width: 100%;
}

.ticket_add td {
    width: 70%;
    padding: 0.5em 0;
    float: left;
}

.ticket_add td.caption {
    width: 29%;
    font-size: 0.8em;
    padding-right: 1%;
}






.message_bar .account_submenu {
    margin-left: 0;
}
.account_sumenu .status_list li a {
    color: #715735;
}
.message_bar .right_block {
    float: right;
}
.message_bar .right_block .search {
    display: inline-block;
    vertical-align: top;
}
.message_bar .right_block .search input {
    background-position: 1em -264px;
    background-color: #FFF;
    border-color: #a7a7a7 #e2e2e2 #FFF #e2e2e2;
    border-bottom: none;
    width: 13em;
    padding-top: 0.45em;
    padding-bottom: 0.4em;
    color: #a4b1b7;
}
.message_bar .right_block .account_button {
    margin-left: 0.6em;
}
/** package_menu product_menu */
.account_submenu {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.account_submenu .list {
    margin-left: 0;
}
.account_submenu .list li {
    width: auto;
    max-height: 2.91em;
    display: inline-block;
    vertical-align: bottom;
    /*overflow-y: hidden;*/
    position: relative;
    padding-right: 15px;
}
.account_submenu .list li a {
    padding: 0.9em 0 0.5em 0.7em;
    display: block;
    color: #9b896a;
    font-size: 1.08em;
    text-align: center;
}
.account_submenu .list .active {
    background: url('/img/account/submenu_right.png') right 0 no-repeat;
}
.account_submenu .list li.active a {
    background: #FFF;
    border-left: 1px solid #A8A694; /* #d5d3bc */
    color: #30393d;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px 0 0 0;
    padding: 0.9em 0.2em 0.5em 0.8em;
}

.account_submenu .list li sup {
    background-color: #e76a4d;
    border-top: 1px solid #a44b37;
    border-radius: 7.5px;
    min-width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    top: 0.3em;
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: center;
    position: absolute;
    right: 0;
}.ticket_list .item .type {
    text-align: center;
}
.ticket_list .item .type_icon {
    background: url('/img/account/mail/icons.png') 0 0 no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;

}
.ticket_list .item .type_icon.inbox {
    background-position: 0 0px;
}
.ticket_list .item .type_icon.outbox {
    background-position: 0 -65px;
}

.ticket_list table .theme.inbox a {
    font-weight: bold;
}

.ticket_list .item .status .status {
    text-align: left;
}
.ticket_list .item .status .status_icon {
    background: url('/img/account/mail/icons.png') 0 0 no-repeat;
    padding-left: 1.5em;
    /*width: 3.4em;*/
    display: inline-block;
    white-space: nowrap;
    text-transform: lowercase;
}
.ticket_list .item .status .status_icon.inwork {
    background-position: 0 -128px;
}
.ticket_list .item .status .status_icon.close {
    background-position: 0 -189px;
}

.ticket_list .add_ticket {
    margin-top: 1em;
}
.ticket_list .add_ticket .title {
    margin-bottom: 0.5em;
    font-weight: bold;
}

.ticket_list .pager {
    margin-top: 1em;
}
.ticket_list .no_data {
    padding-left: 0.7em;
    padding-right: 0.7em;
}

/*
.ticket_list .pager {
    margin: 1em auto;
    text-align: center;
}
*/
.faq_category_list .average_line_title {
    margin-bottom: 1.8em;
}

.faq_category_list .item {
    border: 2px solid #dadfe2;
    border-radius: 5px;
    float: left;
    margin: 0 4% 1.8em 0;
    min-height: 168px;
    padding: 1em 0.3em;
    text-align: center;
    vertical-align: top;
    width: 22%;
}

.faq_category_list .item:nth-child(4n) {
    margin-right: 0;
}

.faq_category_list .item:nth-child(4n+5) {
    clear: left;
}

.faq_category_list .item:nth-last-child(4-n) {
    margin-bottom: 0;
}

.faq_category_list .item .name {
    font-size: 1.25em;
}

.faq_category_list .item .image {
    display: block;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
}

.faq_category_list .item.category_1 .image {
    background-image: url('/img/faq/icons/category_1.png');
}

.faq_category_list .item.category_2 .image {
    background-image: url('/img/faq/icons/category_2.png');
}

.faq_category_list .item.category_10 .image {
    background-image: url('/img/faq/icons/category_10.png');
}

.faq_category_list .item.category_9 .image {
    background-image: url('/img/faq/icons/category_9.png');
}

.faq_category_list .item.category_12 .image {
    background-image: url('/img/faq/icons/category_12.png');
}

.faq_category_list .item.category_11 .image {
    background-image: url('/img/faq/icons/category_11.png');
}

.faq_category_list .item.category_13 .image {
    background-image: url('/img/faq/icons/category_13.png');
}

.faq_category_list .item.category_14 .image {
    background-image: url('/img/faq/icons/category_14.png');
}/*
.faq_list_top {
    width: 27em;
    background: #fff7b3;
    border-radius: 4px;
    border-bottom: 5px solid #c9c684;
    min-height: 28em;
}
.faq_list_top .title {
    background: #89633b;
    padding: 1em 1.75em 0.6em;
    margin-bottom: 1.5em;
    border-radius: 4px 4px 0 0;
    border-bottom: 5px solid #5d4328;
    box-shadow: 0 2px 0px #b2ac7e;
}
.faq_list_top .average_line_title span {
    background: #89633b;
    color: #fff7b4;
}
.faq_list_top .average_line_title:before,
.faq_list_top .average_line_title:after {
    background-color: #b08f61;
}
.faq_list_top .list {
    padding: 0 1.75em 3em 0em;
    margin-left: 2em;
}
.faq_list_top .item {
    padding: 0 0 1em 0em;
    margin-left: 1em;
    background: url('/img/support/disc.png') 0 0.4em no-repeat;
    list-style: disc outside;
}
.faq_list_top .item .name {
    color: #743b00;
    font-size: 1.25em;
    line-height: 1.2em;
}
.faq_list_top .empty {
    margin: 0 2em;
}
*/
.tracking_info .track {
    font-size: 36px;
    font-weight: bold;
    border-bottom: 1px solid #334046;
    padding: 0 10px 3px;
    margin-bottom: 24px;
}

.tracking_info .additional_info {
    margin-bottom: 24px;
}

.tracking_info .additional_info td {
    font-size: 1.3em;
    padding: 5px 32px;
}

.tracking_info .additional_info td:first-of-type {
    padding-left: 12px;
}

.tracking_info .tracking_events_list {
    float: left;
    clear: left;
}

.tracking_info .package_data {
    float: right;
    clear: right;
}

.tracking_info .tracking_events_list thead td {
    background-color: #334046;
    color: #fff;
    font-size: 1.3em;
    padding: 8px 12px;
    border-left: 3px solid #fff;
}

.tracking_info .tracking_events_list tbody td {
    padding: 20px 12px;
    border-bottom: solid #e8e8e8 1px;
    font-size: 1.3em;
}

.tracking_info .tracking_events_list tbody tr:hover {
    background: #eff6fb;
    cursor: pointer;
}

.tracking_info .tracking_events_list tbody .responsible {
    width: 120px;
}

.tracking_info .tracking_events_list tbody .date {
    width: 120px;
    font-size: 1.2em;
}

.tracking_info .tracking_events_list tbody td.date .day {
    margin-bottom: 4px;
}

.tracking_info .tracking_events_list tbody td.date .time {
    font-size: 0.8em;
    color: #919396;
}

.tracking_info .tracking_events_list tbody .location {
    width: 300px;
}

.tracking_info .tracking_events_list tbody .location .location_data {
    display: block;
    margin-bottom: 2px;
}

.tracking_info .tracking_events_list tbody .location .details {
    display: block;
    font-size: 0.8em;
    color: #919396;
}

.tracking_info .package_data td {
    padding: 12px;
    border-bottom: solid #e8e8e8 1px;
    font-size: 1.3em;
}

.tracking_info .package_data thead td {
    padding: 8px 12px;
    background-color: #334046;
    color: #fff;
    border-left: 3px solid #fff;
}

.tracking_info .package_data tbody td.title {
    width: 100px;
}
.tracking_info .package_data tbody td.value {
    width: 200px;
}

.tracking_info .package_data tbody tr:hover {
    background: #eff6fb;
    cursor: pointer;
}

.tracking_info.minimal .tracking_events_list {
    width: 100%;
}#kladr_autocomplete ul{
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid rgb(138, 138, 138);
    border-radius: 3px;
    background-color: white;
    z-index: 9999;
}

#kladr_autocomplete li{
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 3px 5px;
    overflow: hidden;
    border: 1px solid white;
    border-bottom: 1px solid rgb(189, 189, 189);
}

#kladr_autocomplete li.active{
    background-color: rgb(224, 224, 224);
    border-radius: 3px;
    border: 1px solid rgb(151, 151, 151);
}

#kladr_autocomplete a{
    display: block;
    cursor: default;
    width: 10000px;
}

#kladr_autocomplete .spinner{
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("/js/jquery/kladr/spinner.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9999;
}.user_address_add {
    margin: 0 0 1em;
    width: 27.5em;
}

.user_address_add h2.text {
    margin-bottom: 0.7em;
    font-size: 1.2em;
}

.user_address_add .title {
    margin: 0 0 1em 7em;
    color: #404b50;
}

.user_address_add .title span {
    font-size: 1.3em;
}.user_address_wrapper {
    background: url('/img/user_address/top_bg.png') 0 0 repeat-x #fbfaf5;
    border: 1px solid #d5d3bc;
    border-radius: 3px;
    max-width: 30em;
    padding: 2.16em 1em 1.16em 1em;
}
.user_address_wrapper.user_address_edit {
    background-color: #D0EAF4;
    /*width: 28em;*/
}
.user_address_item {
    max-width: 50em;
}

.user_address_item .user_address_wrapper {
    padding-left: 1.6em;
}

.user_address_item .short_view {
    /*height: 9.16em;*/
    display: block;
}

/*.user_address_item .full_view {
    display: none;
}*/
.user_address_item .full_view div {
    display: block;
}

.user_address_item .edit_view {
    display: none;
}

.user_address_item .edit_view .user_address_edit {
    margin-bottom: 0;
}

.user_address_item span.full_name {
    color: #334046;
    font-size: 116%;
}

.user_address_item .recipient span.surname {
    float: left;
}

.user_address_item .title {
    color: #101010;
    text-transform: uppercase;
    font-size: 1.3em;
}

.user_address_item .warning {
    font-size: 1.1em;
    color: #f00;
    margin: 1em 0;
    background: url('/img/user_address/warning.gif') no-repeat;
    padding-left: 30px;
    min-height: 25px;
}

/** Action list */
.user_address_item .action_list .button {
    background-image: url('/img/user_address/icon.png');
    background-position: 100px 100px;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    display: inline-block;
    margin-right: 0.5em;
}

.user_address_item .action_list .button:last-child {
    margin-right: 0;
}

.user_address_item .action_list .home {
    background-position: 0 0;
}

.user_address_item .action_list .home.active,
.user_address_item .action_list .home:hover {
    background-position: 0 -64px;
}

.user_address_item .action_list .favorite {
    background-position: 0 -128px;
}

.user_address_item .action_list .favorite.active,
.user_address_item .action_list .favorite:hover {
    background-position: 0 -192px;
}

.user_address_item .action_list .edit {
    background-position: 0 -256px;
}

.user_address_item .action_list .delete {
    background-position: 0 -381px;
}

.user_address_item .short_view .country {
    margin: 0.8em 0;
    font-weight: bold;
}

.user_address_item .line1,
.user_address_item .line2 {
    display: block;
}

/** */
.user_address_item .recipient {
    width: 100%;
}

.user_address_item .short_view .recipient {
    margin-bottom: 0.8em;
}

.user_address_item .recipient .full_name {
    float: left;
}

.user_address_item .recipient .action_list {
    float: right;
}

.user_address_item .content {
    height: 11.5em;
    width: 27em;
    overflow: hidden;
    color: #334046;
    margin-bottom: 1em;
}

.user_address_item .passport_data {
    padding-top: 0.4em;
}

.user_address_item .passport_data .passport_data_title,
.user_address_item .passport_data .detail_link,
.user_address_item .passport_data .edit_link {
    display: block;
}

.user_address_item .passport_data .passport_data_title .passport_status.inactive {
    color: #a00;
}

.user_address_item .change_view_link {
    color: #14a0e3;
    font-size: 1em;
}

.user_address_item .full_view .label {
    width: 100px;
    margin-left: -100%;
    float: left;
    color: #90979a;
}

.user_address_item .full_view .value {
    width: 100%;
    margin-bottom: 0.6em;
    float: left;
    vertical-align: top;
}

.user_address_item .full_view .value .inner {
    margin-left: 100px;
}

.user_address_item .flag {
    background: url('/img/account/amount_flag.png') no-repeat;
    padding-left: 30px;
    float: right;
    margin-top: 2.1em;
    margin-right: 2.7em;
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
}

.user_address_item .usa.flag {
    background-position: 0 0;
}

.user_address_item .uk.flag {
    background-position: 0 -66px;
}

.user_address_item .de.flag {
    background-position: 0 -282px;
}

.user_address_item .chn.flag {
    background-position: 0 -132px;
}

.user_address_item .notification {
    display: none;
}

.user_address_item .suite_notification_text {
    color: #f00;
}

.user-address-notification .formatted_text span {
    padding: 1em 0;
    display: block;
}.user_address_form {

}

.user_address_form .row {
    margin-bottom: 0.8em;
}

.user_address_form .row:last-child {
    margin-bottom: 0;
}

.user_address_form .row:last-of-type {
    margin-bottom: 0;
}

.user_address_form.edit {
    /*background-color: #d0eaf4;*/
}

.user_address_form .label {
    display: inline-block;
    padding-right: 1em;
    width: 9em;
}

.user_address_form input[type="text"],
.user_address_form input[type="file"],
.user_address_form select {
    width: 13em;
}

.user_address_form input[type="file"] {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.user_address_form .label .required {
    color: #f00;
}

.user_address_form .russian_address input[name=house_ru],
.user_address_form .russian_address input[name=flat_ru] {
    width: 6.9em;
}

.user_address_form .russian_address .phone input[name=phone_country] {
    width: 2em;
    margin-right: 0.5em;
}

.user_address_form .russian_address .phone input[name=phone_code] {
    width: 2.9em;
    margin: 0 0.2em;
}

.user_address_form .russian_address .phone input[name=phone_number] {
    margin-left: 0.5em;
    width: 5.15em;
}

.user_address_form .phone input,
.user_address_form .zip_code input,
.user_address_form .zip_code_ru input {
    width: 7em;
}
.user_address_form .zip_code_ru .suggestions-suggestions {
    width: 200px !important;
}

.user_address_form .is_default {
    margin-left: 10em;
    margin-bottom: 0.1em;
}

.user_address_form .is_default input[name=is_default] {
    margin-top: 0.4em;
}

.user_address_form .is_default .label {
    padding-top: 0.2em;
    color: #334046;
    vertical-align: top;
    width: 13em;
}

.user_address_form .user_passport {
    margin-top: 1em;
}

.user_address_form .user_passport label.error .chosen-single {
    border-color: #d10001;
}

.user_address_form .user_passport .page_file .label {
    vertical-align: middle;
}

.user_address_form .user_passport .page_file.registration_page.russian .label.russian,
.user_address_form .user_passport .page_file.registration_page.international .label.international {
    display: inline-block;
}

.user_address_form .user_passport .page_file.registration_page.international .label.russian,
.user_address_form .user_passport .page_file.registration_page.russian .label.international {
    display: none;
}

.user_address_form .user_passport .series,
.user_address_form .user_passport .number {
    width: auto;
    margin-right: 0;
    display: block;
}

.user_address_form .user_passport .series input,
.user_address_form .user_passport .number input {
    width: 7em;
}

.user_address_form .user_passport .row .column {
    margin-bottom: 0.8em;
}

.user_address_form .user_passport .row .column:last-child {
    margin-bottom: 0;
}

.user_address_form .user_passport .row .column:last-of-type {
    margin-bottom: 0;
}

.user_address_form .user_passport #gday, .user_address_form .user_passport #gday_chosen,
.user_address_form .user_passport #gday, .user_address_form .user_passport #bday_chosen {
    width: 5em !important;
}

.user_address_form .user_passport #gmonth, .user_address_form .user_passport #gmonth_chosen,
.user_address_form .user_passport #gmonth, .user_address_form .user_passport #bmonth_chosen {
    width: 13.1em !important;
}

.user_address_form .user_passport #gyear, .user_address_form .user_passport #gyear_chosen,
.user_address_form .user_passport #gyear, .user_address_form .user_passport #byear_chosen {
    width: 5.5em !important;
}

.user_address_form .action_list {
    margin-bottom: 0;
    margin-top: 1.6em;
}

.user_address_form .action_list .save {
    background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.user_address_form .cancel_link,
.user_address_form .delete_link {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.75em;
    padding: 0.5em 0;
}

.user_address_form .delete_link {
    color: red;
    float: right;
}

.user_address_form .hidden {
    display: none;
}

.user_address_form .errors,
.user_address_form .field_error_list {
    margin-left: 10.2em;
}

/** */
.window_popup[name=user_address_add] > .jqwindow_body {
    overflow-y: scroll;
}

.window_popup[name=user_address_add] > .jqwindow_body > .jqwindow_content {
    margin: 0;
}

.window_popup[name=user_address_add] > .jqwindow_header {
    display: none;
    height: 0;
}

.user_address_form .chosen-container {
    width: 14em !important;
}

.user_address_form .address_format .label {
    vertical-align: top;
}

.user_address_form .address_format .address_format_list {
    display: inline-block;
    width: 17em;
}

.user_address_form .address_format .address_format_list label {
    display: block;
}

.user_address_form .passport_input_fields .label,
.user_address_form .give_date .label,
.user_address_form .give_by .label,
.user_address_form .birth_date .label {
    display: block;
}

.user_address_form .give_by input {
    width: 22.5em;
}

.user_address_form .passport_input_fields .label label {
    display: block;
}.user_address_alphabet {
    background: url('/img/user_address/bottom_bg.png') 0 bottom repeat-x;
    margin: 0 -1.5em 1em;
    padding-bottom: 5px; /** равен высоте картинки */
}

.user_address_alphabet > .inner {
    background-color: #fff;
    /*border-left: 1px solid #d5d3bc;*/
    min-height: 2.3em;
    overflow: hidden;
    padding: 0.6em 1.5em;
}

.user_address_alphabet .account_button {
    background-color: #f0fafe;
    border-bottom: 2px solid #cad8dd;
    cursor: default;
    float: left;
    font-size: 1.1667em;
    margin: 0 0.16em 0 0;
    padding: 0.5em 0.4em 0.4em;
    text-align: center;
    width: 1em;
}

.user_address_alphabet .account_button span {
    color: #8b969b;
}

.user_address_alphabet .account_button.entry {
    background-color: #715735;
    border-bottom: 2px solid #57462b;
}

.user_address_alphabet .account_button.entry span {
    color: #ede9ce;
}

.user_address_alphabet a.account_button.active,
.user_address_alphabet a.account_button:hover {
    background-color: #998f76;
    border-bottom: 2px solid #4d483c;
    cursor: pointer;
}

.user_address_alphabet a.account_button.active span,
.user_address_alphabet a.account_button:hover span {
    color: #ede9ce;
}
.user_address_bar .account_submenu {
    margin-left: 1em;
}
.account_sumenu .status_list li a {
    color: #715735;
}
.user_address_bar .right_block {
    float: right;
}
.user_address_bar .right_block .search {
    display: inline-block;
    vertical-align: top;
}
.user_address_bar .right_block .search input {
    background-position: 1em -264px;
    background-color: #FFF;
    border-color: #a7a7a7 #e2e2e2 #FFF #e2e2e2;
    border-bottom: none;
    width: 13em;
    padding-top: 0.45em;
    padding-bottom: 0.4em;
    color: #a4b1b7;
}
.user_address_bar .right_block .account_button {
    margin-left: 0.6em;
}
.user_address_choose {
    margin-top: 1em;
}

.user_address_choose .user_address_add_button {
    float: right;
}

.user_address_choose .user_address_alphabet {
    margin: 1em 0;
}

.user_address_choose .user_address_alphabet > .inner {
    padding-left: 0;
    padding-right: 0;
}

.user_address_choose .user_address_list {
    margin-bottom: 1em;
}

.user_address_choose .user_address_item:hover .user_address_wrapper {
    background-color: #d0eaf4;
    cursor: pointer;
}

.user_address_choose .user_address_item .full_name {
    display: block;
    float: none !important;
}

.user_address_choose .user_address_item:hover .full_name:before {
    content: 'Choose';
    float: right;
    color: #334046;
    text-shadow: 1px 1px 0 #fff;
}

.user_address_choose .cancel_link {
    float: right;
    margin-top: -2.5em;
    margin-right: 0.5em;
}.user_address_edit {
    margin-bottom: 1em;
}.suggestions-nowrap {
  white-space: nowrap;
}
.suggestions-input {
  border: 1px solid grey;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
.suggestions-wrapper .suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute;
}
.suggestions-wrapper .suggestions-addon[data-addon-type="spinner"] {
  background: rgba(255, 255, 255, 0.75) url("data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=") 50% 50% no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.suggestions-wrapper .suggestions-addon[data-addon-type="clear"] {
  background: transparent url("data:image/svg+xml;utf8,<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'><g><path d='m20,20m10,0l20,20l20,-20l10,10l-20,20l20,20l-10,10l-20,-20l-20,20l-10,-10l20,-20l-20,-20l10,-10' fill='#999'/></g></svg>") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.suggestions-wrapper .suggestions-addon[data-addon-type="clear"]:hover {
  opacity: 1;
}
.suggestions-wrapper .suggestions-suggestions {
  background: #ffffff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
}
.suggestions-wrapper .suggestions-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.suggestions-wrapper .suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-wrapper .suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
.suggestions-wrapper .suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden;
}
.suggestions-wrapper .suggestions-suggestion:hover {
  background: #f7f7f7;
}
.suggestions-wrapper .suggestions-selected {
  background: #f0f0f0;
}
.suggestions-wrapper .suggestions-selected:hover {
  background: #f0f0f0;
}
.suggestions-wrapper .suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
}
.suggestions-wrapper .suggestions-constraints {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}
.suggestions-wrapper .suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em;
}
.suggestions-wrapper .suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: transparent url("data:image/svg+xml;utf8,<svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'><g><path d='m20,20m10,0l20,20l20,-20l10,10l-20,20l20,20l-10,10l-20,-20l-20,20l-10,-10l20,-20l-20,-20l10,-10' fill='#999'/></g></svg>") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
.suggestions-wrapper .suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}
.suggestions-wrapper .suggestions-constraints li span {
  vertical-align: middle;
}
.suggestions-wrapper .suggestions-subtext {
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggestions-wrapper .suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
.suggestions-wrapper .suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
.suggestions-wrapper .suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}.user_address_list {
    margin: 0 0 1.5em;
}

/*ul.user_address_list,
.user_address_list ul {
    overflow: hidden;
}*/

.user_address_list .user_address {
    box-sizing: border-box;
    float: left;
    vertical-align: top;
    padding-left: 0.5em;
    width: 50%;
}

.user_address_list .user_address:nth-child(2n+1) {
    clear: both;
}

.user_address_list .user_address:nth-child(n+3) .user_address_item {
    margin-top: 1em;
}

.user_address_list .user_address.left {
    padding-left: 0;
    padding-right: 0.5em;
}

.user_address_list.twocol .title {
    font-size: 116%;
    margin-bottom: 1em;
}

.user_address_list.twocol dd {
    width: 49%;
    margin-bottom: 2em;
    display: inline-block;
}

.user_address_list span.radio {
    width: 3em;
    display: inline-block;
    vertical-align: top;
}

.user_address_list .item.user_address_wrapper {
    width: 25em;
    height: 9.16em;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
}
.user_balance .load_content {
    display: none;
}
.user_balance a {
    background: url('/img/account/layout/icons.png') 7px 5px no-repeat;
    padding-left: 3.16em;
    display: block;
    color: #f0fafe;
    text-decoration: none;
}
.user_balance a .balance {
    background: url('/img/account/balance_bg.png') 0 0 repeat-x #273034;
    border: 1px solid;
    border-color: #20272b #2b353a #647178 #2b353a;
    border-radius: 5px;
    /*height: 2.58em;*/
    padding: 0.6em 0.58em;
    display: block;

}
/*.user_balance a:after {
    color: #F0FAFE;
    content: "▼";
    float: right;
    font-size: 0.5em;
}*/
.user_balance a .balance {
    font-size: 1.16em;
    font-family: 'PF Centro Slab Pro Bold';
}.user_balance_menu li {
    margin-bottom: 0.5em;
    vertical-align: top;
}
.user_balance_menu li a {
    font-size: 1.2em;
}
.user_balance_menu li.amount_value {
    padding-left: 30px;
    font-size: 1.16em;
    font-family: 'PT Sans';
}
.user_balance_menu li.usd {
    background: url('/img/account/amount_flag.png') 0px 0px no-repeat;
}
.user_balance_menu li.eur {
    background: url('/img/account/amount_flag.png') 0px -198px no-repeat;
}
.user_balance_menu li.gbp {
    background: url('/img/account/amount_flag.png') 0px -66px no-repeat;
}
.user_balance_menu li.separator {
    margin: 1em 0;
    height: 4px;
    background: url('/img/account/line.png') repeat-x;
}.user_billing_account {
    background: url("/img/default/delivery/top_bg.png") 0 bottom repeat-x;
    margin-bottom: 1.2em;
    padding-bottom: 1.4em;
}
.user_billing_account li {
/*    width: 35%;*/
    margin-bottom: 0.4em;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.user_billing_account li.mleft {
    margin-left: 20%;
}
.user_billing_account li .icon {
    background-image: url('/img/account/amount_flag.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 30px;
    display: inline-block;
}
.user_billing_account li .icon.usd {
    background-position: 0 0;
}
.user_billing_account li .icon.eur {
    background-position: 0 -200px;
}
.user_billing_account li .icon.cny {
    background-position: 0 -132px;
}
.user_billing_account li .icon.gbp {
    background-position: 0 -66px;
}.user_bar .list > li {
    margin-left: 0.5em;
    padding: 0;
    /*float: left;*/
    display: inline-block;
    vertical-align: middle;
}

.user_bar .list > li:first-child {
    margin-left: 0;
}

.user_bar .list > li a {
    display: block;
}

.user_bar .list .log_in .button span {
    vertical-align: middle;
}

.user_bar .list .logged_in .button .icon,
.user_bar .list .log_in .button .icon {
    height: 20px;
    left: -0.3em;
    margin: 0 0.2em 0 0;
    position: relative;
    top: -0.1em;
    width: 20px;
}

.user_bar .list .logged_in .username {
    text-transform: none;
    font-size: 80%;
}

.user_bar .list .register .button .icon {
    height: 20px;
}

.user_bar .list .logged_in .button .icon {
    background: url(/img/account_icon.png) left top no-repeat;
}

.user_bar .list .log_in .button .icon {
    background: url(/img/account_icon.png) left top no-repeat;
}
.user_bar .list .log_in .button:hover .icon {
    background: url(/img/account_icon.png) left bottom no-repeat;
}

/*
.user_bar.auth .list > li a {
    color: #0196de;
    text-decoration: underline;
}
*/

/*.user_bar.auth .list > li a:hover {
}*/

.user_bar .name span {
    display: block;
    max-width: 14em;
    overflow: hidden;
    padding-right: 0.5em;
}

.user_bar .sign_up {
    border: 1px solid #a4b1b7;
    border-radius: 4px;
}

.user_bar .sign_up:hover {
    border-color: #999;
}

.user_bar .sign_up a {
    padding: 0.2em 1.5em;
    display: block;
    text-decoration: none;
}

.user_bar .sign_up:hover a {
    color: #333333;
}

.user_bar .logout {
    padding: 0.2em;
}

.user_bar .logout a {
    background: url('/img/account/layout/icons.png') 0 -330px no-repeat;
    width: 19px;
    height: 17px;
    display: block;
}

.user_bar .logout.text {
    margin-right: 60px;
}

.user_bar .logout.text a {
    background: none;
    display: inline-block;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
}
.user_bar .logout.text a:visited {
    color: #333;
}
.user_bar .logout.text a span {
    display: inline;
    line-height: 2em;
}
.user_bar .logout.text a:hover span {
    display: inline;
    margin: 0;
    position: relative;
    color: #45992b;
    transition: color 0.3s;
}

.user_bar .logout a span {
    display: none;
}

.user_bar .logout a:hover {
    background-position: 0 -204px;
}

.user_bar .logout a:hover span {
    display: inline-block;
    margin-left: 5px;
    position: absolute;
}

/*.user_bar.auth .list > li a.account {
    border: 1px solid #a4b1b7;
    border-radius: 4px;
    padding: 0.2em 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #5f7077;
}

.user_bar.auth .list > li {
    margin-left: 0em;
    max-width: 14em;
    max-height: 2.5em;
}

.user_bar.auth .list > li.name {
    max-width: 10em;
}*/

/*.user_bar.auth .list > li a {
    display: block;
    color: #334046;
}*/

/*
.user_bar.auth .list > li:not(.first):before {
    */
/*content: '';*//*

    position: absolute;
}
*/
.user_form input[type="text"],
.user_form input[type="password"]
{
    min-width: 15.4em;
}
.user_form input[type="submit"] {
    min-width: 15.4em;
}
.user_invite {
    width: 21em;
    margin: 0 auto;
}
.user_invite .text {
    margin: 0 0 1.6em 0;
    color: #006796;
    font-size: 125%;
    font-family: 'PF Centro Slab Pro Medium', serif;
}.user_invite_form.form input[type="text"],
.user_invite_form.form .submit {
    display: inline-block;
}
.user_invite_form.form dd {
    margin-bottom: 0.84em;
}
.user_invite_form.form dd.last {
    margin-bottom: 0;
}

.user_invite_form.form input[type="text"],
.user_invite_form.form input[type="password"] {
    min-width: 15.4em; /*238px*/
}
.user_invite_form.form .submit {
    min-width: 15.9em;
}


.user_login {
    width: 100%;
}
.user_login .password_recovery {
    display: none;
}
.user_login .password_recovery.active {
    display: block;
}

.user_login .text {
    margin: 0 0 1.4em 0;
    color: #006796;
    font-size: 125%;
    font-family: 'PF Centro Slab Pro Medium';
}

.green_link { color: #419f24 !important; }

/* оформление окошка попапа */
.jqwindow_login { border: none; box-shadow: none; border-radius: 0; }
.jqwindow_login .jqwindow_content { margin: 0 !important; }
.jqwindow_login .jqwindow_content .formatted_text { margin-left: 3rem; }
.jqwindow_login .jqwindow_content .user_login_form { margin: 1rem 3rem 3rem; }

/* большая кнопка регистрации */
.window_popup .enter-popup-bottom { margin-bottom: -1px; background-color: #5db143; padding: 2rem 0; text-align: center; }
.window_popup .enter-popup-reg { border: 2px solid white; font-size: 1.3rem; color: white; line-height: 3rem; text-align: center; text-decoration: none; text-transform: uppercase; padding: 10px 30px; border-radius: 6px; transition: background .3s; }
.window_popup .enter-popup-reg:hover { background: white; color: #5db143; transition: background .1s; }.user_login_form {
    width: 26em;
}
.user_login_form input[type="text"],
.user_login_form input[type="password"] {
    min-width: 15.4em;
    width: 100%;
}
.user_login_form .submit {
    min-width: 15.9em;
    width: 100%;
}
.user_login_form .remember {
    display: inline-block;
    width: 49%;
}
.user_login_form .remember span {
    display: inline-block;
}
.user_login_form .forgot_password {
    display: inline-block;
    width: 49%;
    text-align: right;
}
.user_login_form .load_content {
    display: none;
}
.user_passport_edit {
    margin-bottom: 1em;
}

.user_passport_edit .user_passport .give_by {
    width: 28.6em;
}

.user_passport_edit .user_passport input#give_by {
    width: 100%;
}

.user_passport_edit .user_passport .row {
    margin-bottom: 0.8em;
}

.user_passport_edit .user_passport .row:last-child {
    margin-bottom: 0;
}

.user_passport_edit .user_passport .row .column {
    margin-bottom: 0.8em;
}

.user_passport_edit .user_passport .row .column:last-child {
    margin-bottom: 0;
}

.user_passport_edit .user_passport .action_list {
    margin: 2em 0 0;
}.user_passport_item {
    margin-bottom: 1em;
}

.user_passport_item > .alert {
}

.user_passport_item .info {
    margin-bottom: 2em;
}

.user_passport_item .info > div {
    margin-bottom: 1em;
    font-size: 1.1em;
}

.user_passport_item .info > div .label {
    width: 8em;
    display: inline-block;
    margin-right: 0.2em;
    color: #666;
}

.user_passport_item .title {
    margin-bottom: 0.5em;
}

.user_passport_item .title span {
    font-weight: bold;
    font-size: 1.2em;
}

.user_passport_item .account_list_table tbody tr.fieldset td {
    vertical-align: top;
}
.user_register {
    max-width: 50em;
}
.user_register .average_line_title {
    margin-bottom: 1.6em;
}

.user_register .tab_list {
    /*border-bottom: 1px solid #A8A694;*/
    /*margin-bottom: 2em;*/
    /*padding-right: 2em;*/
    display: block;
    padding-left: 1em;
    position: relative;
    top: 1px;
}
.user_register .tab_list .list li {
    padding-right: 13px;
}
.user_register .tab_list .list li.active {
    border-bottom: 1px solid #FFF;
}
.user_register .tab_list .list li:hover {
    cursor: pointer;
}
.user_register .tab_list .list li.active a {
    border-top: 2px solid #DADFE2;
}
.user_register .company_block,
.user_register .ebay_block
{
    background-color: #FFF;
    border: 1px solid #DADFE2;
    border-radius: 0.5em;
    padding: 1em;
}

.user_register .change_form_link {
    margin: 0 auto;
    position: relative;
    width: 42em;
}
.user_register .change_form_link a {
    margin: -2.3em 0 0 17em;
    position: relative;
    display: block;
}
.user_register .change_form_link a {
    font-family: 'PF Centro Slab Pro Medium';
    font-size: 1.3em;
    line-height: 2.3em;
}

.user_register .register_block,
.user_register .login_block {
    display: none;
}
.user_register .register_block.active,
.user_register .login_block.active {
    display: block;
}

.user_register .user_login_form {
    width: 42em;
}
.user_register .user_login_form .email,
.user_register .user_login_form .password {
    display: inline-block;
    
    * display: inline;
    
}
.user_register .user_login_form .email {
    width: 48%;
    margin-right: 4%;
}
.user_register .user_login_form .password {
    width: 48%;
}

.user_register .submit {
    position: relative;
    z-index: 2;
}

.col_half .user_register .user_register_form { width: 26em; }

/* зеленый цвет для ссылок формы (как прислали дизайнеры) */
.user_login_form a, .user_register_form a { color: #419f24 !important; text-decoration: underline !important; }
.user_login_form a:hover, .user_register_form a:hover { text-decoration: none !important; }

.user_register_form input[type="submit"], .user_login_form input[type="submit"] {
    padding: 0.5em 1em;
}.user_register_form {
    width: 42em;
    font-family: 'PT Sans';
}
.user_register_form input[type=text],
.user_register_form input[type=password],
.user_register_form select,
.user_register_form textarea
{
    border-bottom: 1px solid #ededed;
    width: 100%;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}
.user_register_form .more_info {
    display: none;
}
.user_register_form .more_info.active {
    display: block;
}
.user_register_form dl {
    margin-bottom: 0.9em;
}
.user_register_form dl.last {
    margin-bottom: 0;
}

.user_register_form dl dd.left_col,
.user_register_form dl dd.right_col
{
    width: 20em;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}
.user_register_form dl dd.left_col {
    margin-right: 1.6em;
}

.user_register_form .invite_code .get_invite_link {
    float: right;
}
.user_register_form .invite_code span span {
    float: left;
}

.user_register_form .birth_date label {
    display: block;
}
.user_register_form .birth_date select[name=day] {
    width: 5em;
}
.user_register_form .birth_date select[name=month] {
    width: 9em;
}
.user_register_form .birth_date select[name=year] {
    width: 6em;
}
.user_register_form .birth_date select {
    margin-right: 0.35em;
    padding: 0.5em 0.3em;
    height: 3em;
}
.user_register_form .birth_date .text {
    width: 16em;
    padding-top: 0.1em;
    display: block;
    float: right;
    color: #738389;
    text-align: left;
    line-height: 1.1em;
}
.user_register_form .birth_date .text span {
    font-size: 0.9em;
}

.user_register_form .user_agreement {
    margin-bottom: 2em;
    line-height: 1em;
}
.user_register_form .user_agreement input[type=checkbox] {
    margin-top: 0;
    margin-right: 0.5em;
}
.user_register_form .user_agreement span {
    display: inline-block;
    vertical-align: top;
}

.user_register_form .submit {
    width: 15.7em !important;
    min-width: 6em;
}

.col_half .user_register .user_register_form { width: 26em; }
.user_reminder {
    width: 21em;
}

.jqwindow .user_reminder {
    width: 100%;
}

.user_reminder .text {
    margin-bottom: 1.8rem;
    text-align: center;
    color: #333;
    font-family: 'Ubuntu', sans-serif;
    font-size: 125%;
    font-weight: 300;
}

.user_reminder input {
    width: 100% !important;
    line-height: normal !important;
    border-radius: initial !important;
}

.user_reminder input[type="text"]:focus {
    border-color: #b2b2b2 !important;
}

.user_reminder .submit {
    background: #3FB31B;
    transition: .3s;
    height: auto;
    padding: .8rem !important;
    margin-top: 1rem;
}

.user_reminder .submit:hover {
    background: #419f24;
}

.b2b_promo_layout .user_reminder .submit { background: #1ea9eb url("/img/form/submit_bg.png") repeat-x !important; }.user_subscribe_block {
    width: 27em;
}
.user_subscribe_block .user_subscribe_form input {
    font-weight: bold;
}
.user_subscribe_block .user_subscribe_form input[type="text"] {
    border-radius: 0.4em;
    padding: 0.32em 1em 0.32em;
    letter-spacing: 0.125em;
    width: 17.7em;
    font-size: 1.25em;
}
.user_subscribe_block .user_subscribe_form input.submit {
    height: 34px;
    border-radius: 6px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}.user_subscribe_form input[type="text"] {
    width: 17em;
}
.user_subscribe_form .submit {
    width: 9em;
    font-size: 1.15em;
    letter-spacing: 0.125em;
}
.user_subscribe_form dd {
    margin-bottom: 0.5em !important;
}.user_subscribe > .title {
    margin-bottom: 1em;
}
.user_subscribe .text {
    margin-bottom: 0.6em;
}
.user_subscribe .text span {
    font-size: 1.16em;
}
.warehouse_address_item .print_link {
    float: right;
    margin-top: 2.16em;
    margin-right: 1em;
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 14px;
    background-image: url('/img/user_address/icon.png');
    background-position: 0 -318px;
}
.warehouse_address_item .user_address_item {
    max-width: 33em;
}/*.user_warehouse_address .print_link {
    float: right;
    margin-top: 2em;
    margin-right: 4em;
    position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    height: 14px;
    background-image: url('/img/user_address/icon.png');
    background-position: 0 -318;
}*/
/*
.user_warehouse_address {
    width: 45em;
    margin-bottom: 2em;
}
.user_warehouse_address .user_address {
    background-color: #FFF;
    border: 1px solid #C7C7C7;
    border-radius: 0.4em;
    margin-bottom: 1em;
    padding: 1em;
}
.user_warehouse_address .user_address.inactive {
    display: none;
}
.user_warehouse_address .user_address.active {
    display: block;
}
.user_warehouse_address .user_address .value {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
.user_warehouse_address .user_address .country_code {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.user_warehouse_address .user_address .country_code ul > li > a {
    margin-bottom: 1em;
}
.user_warehouse_address .user_address .country_code li {
    margin-right: 0.5em;
    display: inline-block;
}
.user_warehouse_address .user_address .country_code li a.active {
    color: #000;
    text-decoration: none;
}
.user_warehouse_address .user_address .country_code .warehouse {
    display: block;
    position: absolute;
    top: 2em;
    left: 0;
    display: none;
}
.user_warehouse_address .control_list li {
    display: inline-block;
    vertical-align: middle;
}
.user_warehouse_address .control_list li a {
    background-color: #E8E8E8;
    border-radius: 1em;
    width: 2em;
    height: 2em;
    display: block;
    text-align: center;
    line-height: 2em;
}
.user_warehouse_address .control_list li.active a {
    border: 1px solid #C7C7C7;
    color: #000;
    text-decoration: none;
}*/.warehouse_address_print {
    font-size: 100%;
}
.warehouse_address_print .item {
    border: 2px solid #000000;
    border-radius: 15px;
    width: 26em;
    min-height: 13em;
    display: block;
    margin: 0.5em 0;
    padding: 0.5em 1.4em;
    /*font-size: 1.2em;*/
    font-size: 1.58em;
}
.warehouse_address_print .item div {
    margin-top: 0.3em;
    float: left;
}
.warehouse_address_print .item .title {
    min-width: 5em;
    clear: left;
}
.warehouse_address_print .item.de_warehouse .title {
    min-width: 12em;
}
.warehouse_address_print .item .value {
    border-bottom: 1px dotted #000000;
    min-width: 20em;
    font-weight: bold;
}
.warehouse_address_print .item.de_warehouse .value {
    min-width: 12em;
}.warehouse_informer {
    width: 50%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.5em;
}
.warehouse_informer .user_warehouse_address {
    display: inline;
}

.warehouse_informer .bottom {
    text-align: right;
}

.warehouse_informer .user_address_wrapper {
    padding-bottom: 1.2em;
}
.warehouse_informer .user_address_item {
    font-size: 105%;
    max-width: 33em;
}
.warehouse_informer .user_address_item .user_address_wrapper {
    height: 10.5em;
    overflow: hidden;
}
.warehouse_informer .user_address_item .user_address_wrapper .content {
    height: auto;
}
.payment_confirm {
    font-size: 1.2em;
}

.payment_confirm .form_block {
    padding-bottom: 0.5em;
}

.payment_confirm .file_text {
    padding-bottom: 0.2em;
}

.payment_confirm .form {
    padding: 0.6em 0;
}.work_step_list {
    overflow: hidden;
}

.work_step_list > .item {
    float: none;
    width: 60%;
    vertical-align: top;
    padding: 220px 16px 0;
    position: relative;
    margin: 0 auto 20px;
}

.work_step_list > .item.order {
    background: url('/img/work_steps/step_1.png') 44% 0 no-repeat;
}

.work_step_list > .item.received {
    background: url('/img/work_steps/step_2.png') 50% 0 no-repeat;
}

.work_step_list > .item.forward {
    background: url('/img/work_steps/step_3.png') 62% 0 no-repeat;
}

.work_step_list > .item .title {
    font-size: 1.87em;
    font-weight: 500;
    margin-bottom: 0.4em;
    text-align: center;
    line-height: 1.2em;
}

.work_step_list > .item .text {
    color: #616060;
    font-size: 1.1667em;
    text-align: center;
    line-height: 1.6em;
}

.work_step_list > .item .number {
    position: relative;
    top: -1.6em;
    left: 23%;
    font-size: 1.6em;
    font-weight: bold;
    color: #4db143;
}

@media screen and (min-width: 1200px) {
    .work_step_list > .item {
        float: left;
        width: 33.3333%;
        vertical-align: top;
        padding: 220px 16px 0;
        position: relative;
        margin: 0;
    }

    .work_step_list > .item.order {
        background: url('/img/work_steps/step_1.png') 40% 0 no-repeat;
    }

    .work_step_list > .item.received {
        background: url('/img/work_steps/step_2.png') 50% 0 no-repeat;
    }

    .work_step_list > .item.forward {
        background: url('/img/work_steps/step_3.png') 75% 0 no-repeat;
    }

    .work_step_list > .item:after {
        content: url(/img/work_steps/arrow.png);
        position: absolute;
        top: 110px;
    }

    .work_step_list > .item.last:after {
        content: '';
    }

    .work_step_list > .item.order:after {
        right: 0 !important;
    }

    .work_step_list > .item.received:after {
        right: -1.6em !important;
    }
}
