.width-site {
  width: 1040px;
  margin: 0 auto;
}
.btn {
  font-size: 0.857em;
  height: 36px;
  line-height: 38px;
  padding: 0 15px 0 45px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
.btn:after {
  content: "";
  background-image: url(img/sprite-fs9.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
.btn.simpl {
  padding-left: 15px;
}
.btn.simpl:after {
  display: none;
}
.btn-green {
  background: #addc48;
  /* Old browsers */

  background: -moz-linear-gradient(top, #addc48 0%, #6e9b0d 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #addc48), color-stop(100%, #6e9b0d));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #addc48 0%, #6e9b0d 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #addc48 0%, #6e9b0d 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #addc48 0%, #6e9b0d 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #addc48 0%, #6e9b0d 100%);
  /* W3C */

  color: #fff;
  text-shadow: 0 1px 1px rgba(39, 75, 6, 0.5);
}
.btn-gray {
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #cfcccc 98%, #e2e2e2 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(98%, #cfcccc), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #cfcccc 98%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #cfcccc 98%, #e2e2e2 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #cfcccc 98%, #e2e2e2 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #cfcccc 98%, #e2e2e2 100%);
  /* W3C */

  color: #6ea100;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.52);
}
.ico-personal:after {
  background-position: -50px 0;
  width: 16px;
  height: 16px;
  left: 15px;
  top: 10px;
}
.ico-reg:after {
  background-position: -77px 0;
  width: 18px;
  height: 20px;
  top: 8px;
  left: 15px;
}
.logged .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 36px;
  background: url(img/sprite-fs9.png) no-repeat -350px -49px;
  z-index: 1;
}
.logged .btn.ico-exit:before {
  background-position: -350px -100px;
}
.ico-exit span {
  width: 3px;
  height: 24px;
  background: url(img/sprite-fs9.png) -83px -56px no-repeat;
  position: absolute;
  z-index: 3;
  left: -14px;
  top: 7px;
}
.ico-bids:after {
  background-position: -400px 0;
  width: 16px;
  height: 16px;
  left: 12px;
  top: 10px;
}
.ico-favorite:after {
  background-position: -450px 0;
  width: 16px;
  height: 16px;
  left: 12px;
  top: 10px;
}
.ico-box:after {
  background: url(/templates/frontend/static/img/icon/box.png) no-repeat;
  width: 20px;
  height: 20px;
  left: 9px;
  top: 7px;
  background-size: contain;
}
.ico-wallet {
	min-width: 120px;
	text-align: center;
}
.ico-wallet:after {
  background-position: -500px 0;
  width: 16px;
  height: 16px;
  left: 13px;
  top: 10px;
}
.ico-wallet span {
  color: #ff5e00;
}
.ico-manager:after {
  background-position: -550px 0;
  width: 18px;
  height: 18px;
  left: 11px;
  top: 9px;
}
.ico-exit:after {
  background-position: -600px 0;
  width: 18px;
  height: 20px;
  left: 12px;
  top: 8px;
}

.badge {
    background:             radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background:    -moz-radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background:     -ms-radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background:      -o-radial-gradient( 5px -9px, circle, white 8%, red 26px );
        background: -webkit-radial-gradient( 5px -9px, circle, white 8%, red 26px );
    background-color: red;
    border: 2px solid white;
    border-radius: 12px; /* one half of ( (border * 2) + height + padding ) */
    box-shadow: 1px 1px 1px black;
    color: white;
    font: bold 15px/13px Helvetica, Verdana, Tahoma;
    height: 16px;
    padding: 4px 3px 0 3px;
    text-align: center;
    min-width: 14px;
    display: block;
    z-index: 4;
	position: absolute;
	right: -3px;
	top: -3px;
}


.input,
.select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C1C1C1;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1) inset;
  display: inline-block;
  font-size: 0.857em;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.input {
  padding: 4px 8px;
  display: inline-block;
}
.select {
  height: 30px;
  line-height: 30px;
  padding: 5px 0;
}
.news-date {
  background: #acc1cd;
  color: #232527;
  font-size: 11px;
  border-radius: 3px;
  height: 19px;
  line-height: 19px;
  padding: 0 10px;
  position: relative;
  width: 40px;
  text-align: center;
}
.news-date:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  right: -4px;
  top: 6px;
  background: url(img/sprite-fs9.png) no-repeat -66px -27px;
}

.news_one .news_one_date {
	display: block;
}

.icon {
  display: inline-block;
  background: url(img/sprite-fs9.png) no-repeat;
  width: 14px;
  height: 14px;
}
.icon-flag {
  background-position: -201px -450px;
}
.icon-tringle {
  background-position: -200px -468px;
}
.icon-time {
  background-position: -200px -486px;
}
.icon-done {
  background-position: -223px -450px;
  width: 14px;
  height: 14px;
}
.icon-cross {
  background-position: -223px -474px;
}
.icon-medium {
  display: inline-block;
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #cfcccc 98%, #e2e2e2 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(98%, #cfcccc), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #cfcccc 98%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #cfcccc 98%, #e2e2e2 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #cfcccc 98%, #e2e2e2 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #cfcccc 98%, #e2e2e2 100%);
  /* W3C */

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 5px;
}
.icon-medium span {
  width: 26px;
  height: 26px;
  background-image: url(img/sprite-fs9.png);
  background-repeat: no-repeat;
  display: block;
  text-indent: -999em;
}
.icon-flag2 {
  background-position: 6px -400px;
}
.icon-tringle2 {
  background-position: -250px -399px;
}
.icon-time2 {
  background-position: -300px -400px;
}
.icon-done2 {
  background-position: -250px -350px;
  width: 14px;
  height: 14px;
}
.icon-cross2 {
  background-position: -197px -396px;
}
.icon-delivery2 {
  background-position: -100px -347px;
}
.icon-timer2 {
  background-position: -2px -350px;
}
.icon-chat2 {
  background-position: -50px -347px;
}
.icon-house2 {
  background-position: -150px -349px;
}
.icon-del2 {
  background-position: -300px -350px;
}
.icon-box2 {
  background-position: -200px -350px;
}
.icon-cart2 {
  background-position: -348px -350px;
}
.icon-yena2 {
  background-position: -400px -350px;
}
.icon-tringle2-red {
  background-position: -450px -349px;
}
.icon-toast2 {
  background-position: -100px -400px;
}
.icon-plane2 {
  background-position: -150px -400px;
}
.bg-gray {
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 85%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(85%, #f2f2f2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 85%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 85%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 85%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 85%);
  /* W3C */

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
  padding: 15px;
  border-radius: 10px;
  margin: 0 0 15px;
  overflow: hidden;
}
.tringle-red {
  background: url(img/sprite-fs9.png) no-repeat -450px -349px;
  display: block;
  height: 26px;
  text-indent: -999em;
  width: 26px;
}
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

  height: 100%;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  height: 100%;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.normal {
  font-style: normal;
}
.normalFont {
  font-style: normal;
  font-weight: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.relative {
  position: relative;
}
/* ==========  Correction classes ========== */
.mt40 {
  margin-top: 40px;
}
.nomargin {
  margin: 0!important;
}
/* Correction Width */
.w50 {
  width: 50px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w220 {
  width: 220px;
}
.w300 {
  width: 300px;
}
/* + Correction margins + */
.m10 {
  margin: 10px 0;
}
.m15 {
  margin: 15px 0;
}
.m20 {
  margin: 20px 0;
}
.mr0 {
  margin-right: 0px!important;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt0 {
  margin-top: 0!important;
}
.mt5 {
  margin-top: 5px;
}
.mt8 {
  margin-top: 8px;
}
.mt10 {
  margin-top: 10px;
}
.mt12 {
  margin-top: 12px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.ml0 {
  margin-left: 0px!important;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
/* + Correction paddings + */
.pb0 {
  padding-bottom: 0!important;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt0 {
  padding-top: 0!important;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
/*-------------------------------------------------
 TYPOGRAPHY
-------------------------------------------------*/
/*
 * @ darom.jp
 * @section typography
 * @date 10/10/2013
 * @lastmodified 10/10/2013
 * @version 1.0
 *
 * @author Anton Abramov
 * @email AntonAbramov1990@gmail.com
 * @skype w3.Superman
 */
/*
 * Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px)
 */
body {
  font-size: 0.875em;
  color: #1b4062;
  background: url(img/tpl/body_bg.jpg) repeat;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.429em;
}
/* 14px/20px */
/*
 * @subsection headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: Arial Narrow, 'PT Sans', Arial;
  color: #027bbb;
  line-height: 1;
}
h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
/* 30px / 16px*/
h2 {
  font-size: 1.500em;
  margin-bottom: 20px;
}
/* 24px / 16px*/
h3 {
  font-size: 1.250em;
  margin-bottom: 15px;
}
/* 20px / 16px*/
h4 {
  font-size: 1.2em;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6 {
  font-size: 1em;
  font-weight: bold;
}
/*
 * @subsection text elements
 */
p {
  margin: 0 0 15px;
}
p img.left {
  float: left;
  margin: 0 20px 20px 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 0 0 20px 20px;
  padding: 0;
}
a:focus,
a:hover {
  color: #15aeff;
  text-decoration: none;
}
a {
  color: #027bbb;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
hr {
  color: #fff;
  background: transparent;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
  border: 0;
  border-bottom: 1px #eee solid;
}
/*
 * @subsection lists
 */
li ul,
li ol {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
/*
 * @subsection tables
 */
/*
 * @subsection misc classes
 */
.small {
  font-size: 0.8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none;
}
.show {
  display: block;
}

table.std em {
   	color: red;
   	font-weight: bold;
}

/*-------------------------------------------------
 LAYOUTS
-------------------------------------------------*/
/*
 * @ darom.jp
 * @section layouts
 * @date 10/10/2013
 * @lastmodified 10/10/2013
 * @version 1.0
 *
 * @author Anton Abramov
 * @email AntonAbramov1990@gmail.com
 * @skype w3.Superman
 */
/*
 * @subsection wrapper
 */
#sv-wrapper {
  min-height: 100%;
  margin: 0 auto;
  padding-top: 283px;
  position: relative;
}
/*
 * @subsection header
 */
#sv-header {
  background: url(img/tpl/header_bg.jpg) repeat-x;
  height: 283px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/*
 * @subsection middle
 */
#sv-middle {
  width: 100%;
  padding-bottom: 100px;
  /* for footer*/

  position: relative;
}
#sv-container {
  width: 100%;
  float: left;
  overflow: hidden;
}
#sv-content {
  padding: 0 250px 0 250px;
}
#sv-content-lc {
  padding: 0 0 0 250px;
}
#sv-content-rc {
  padding: 0 250px 0 0;
}
#sv-content-full {
  padding: 0;
  margin-bottom: 30px;
}
/*
 * @subsection left sidebar
 */
#sv-leftcolumn {
  float: left;
  width: 250px;
  margin-left: -100%;
}
/*
 * @subsection right sidebar
 */
#sv-rightcolumn {
  float: left;
  width: 250px;
  margin-left: -250px;
}
/*
 * @subsection footer
 */
#sv-footer {
  margin: -100px auto 0;
  background: url(img/tpl/footer_bg.jpg) repeat;
  position: relative;
  z-index: 2;
}
/*
 * @subsection clearfix
 */
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.cf {
  zoom: 1;
}
/*
 * @subsection media print
 */
@media print {
  #sv-leftcolumn,
  #sv-footer,
  #mainnav,
  #sv-rightcolumn {
    display: none;
  }
  #sv-container {
    float: none;
  }
  #sv-content,
  #sv-content-lc,
  #sv-content-rc,
  #sv-content-full {
    width: 100%;
    padding: 0;
  }
}
/*-------------------------------------------------
CUSTOM
-------------------------------------------------*/
/*
 * @ darom.jp
 * @section custom
 * @version 1.0
 */


.hidden {
	display:none;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

.text-hide {
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}

.header-inn {
  width: 1040px;
  margin: 0 auto;
}
.header-top-container {
  height: 70px;
  margin: 15px 0;
  overflow: hidden;
}
.logo {
  float: left;
  margin-right: 4.9019607843137254%;
  overflow: hidden;
  /* 50 / 1020 */
}

.logo a {
  width: 285px;
  height: 62px;
  display: block;
  background: transparent url(img/tpl/logo-plum-x2.png) no-repeat center;
  background-size: contain;
}

.logo.www_opennippon_ru a, .logo.www_opennippon_com a {
  width: 323px;
  background: transparent url(img/tpl/logo-on-x2.png) no-repeat center;
  background-size: contain;
}
.header-nav {
  padding-top: 10px;
}
.header-nav ul {
  float: left;
  margin-left: 3.92156862745098%;
  /* 40 / 1020 */

}
.header-nav ul li {
  float: left;
  margin: 0 10px;
  font-size: 14px;
}
.header-nav ul li a:hover {
  color: #ff2a00;
}
.header-nav ul li.active {
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #cfe3ee;
  padding: 5px 10px;
  margin-top: -5px;
}
.header-nav ul li.active a {
  text-decoration: none;
}
.header-nav ul li.active a:hover {
  color: #027bbb;
}

.header-links {
	width: 430px;
	line-height: 25px;
}

.header-links .fb-link {
  background-image: url(img/icon/facebook_logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em;
  padding-left: 1.2em;
}

.header-links .tg-link {
  background-image: url(img/icon/telegram_logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em;
  padding-left: 1.2em;
}

.social-list a {
  background-image: url(img/sprite-fs9.png);
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999em;
}
.social-list .mail {
  width: 26px;
  height: 22px;
  background-position: -100px 2px;
}
.social-list .twitter {
  width: 29px;
  height: 22px;
  background-position: -150px 1px;
}
.social-list .instagram {
  width: 22px;
  height: 22px;
  background-image: url(img/icon/instagram-logo-blue.png);
}
.social-list .skype {
  display: none;
  width: 22px;
  height: 23px;
  background-position: -200px 0;
}
.social-list .rss {
  width: 19px;
  height: 22px;
  background-position: -250px 3px;
}
.social-list .tel {
  text-align: center;
}
.social-list .tel a {
  background: none;
  text-indent: unset;
  margin-top: 28px;
}

.social-list .telegram {

}

.social-list .facebook {

	}


.header-middle-container {
  margin: 0 0 15px;
}
.header-middle-container .btn {
  margin-left: 10px;
}
.header-middle-container .btn.ico-exit {
  margin-left: 22px;
}
.not-logged,
.logged {
  padding: 4px;
  margin: 0 0 10px;
  text-align: right;
}
.logged {
  border-radius: 20px;
  float: right;
  background: url(img/tpl/opacity_bg.png) repeat;
  width: 1030px;
  display: flex;
  justify-content: space-between;
}
.logged .btn:first-child {
  margin-left: 0;
}
/*-------------------------------------------------
NAVIGATION
-------------------------------------------------*/
#nav {
  padding: 4px;
  background: url(img/tpl/opacity_nav.png) repeat;
  border-radius: 10px;
}
#nav ul {
  height: 55px;
  background: url(img/tpl/nav_bg.png) repeat-x;
}
#nav ul li {
  display: inline-block;
  height: 100%;
  padding-left: 2px;
  background: url(img/tpl/nav_separator.png) no-repeat 0 18px;
}
#nav ul li:first-child {
  background: none;
}
#nav ul li.active a {
  background: url(img/tpl/opacity_nav_active.png);
  cursor: default;
}
#nav ul li a {
  border-radius: 20px;
  height: 40px;
  display: block;
  padding: 0 22px;
  margin: 8px 6px 0;
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  text-shadow: rgba(8, 133, 181, 0.4);
  text-decoration: none;
}
#nav ul.en li a {
  padding: 0 10px;
}
#nav ul li a:hover {
  background: url(img/tpl/opacity_nav_active.png);
}
#nav ul li:first-child a,
#nav ul li.active:first-child a {
  padding: 0 10px;
}
#nav ul li:first-child a:hover,
#nav ul li.active:first-child a:hover {
  background: none;
}

#nav .nav-icon__home {
	display: inline-block;
	width: 11px;
	height: 10px;
	background: url(img/tpl/home.png);
}
/*<img src="img/tpl/home.png" alt="" />*/

.header-bottom-container {
	position: relative;
    display: flex;
}

.header-bottom-container form {
	display: inline-block;
}

#searchform input[type='submit'] {
  width: 56px;
  height: 30px;
  background: url(img/sprite-fs9.png) no-repeat -200px -49px;
  border: none;
  text-indent: -999em;
}
.header-bottom-container input[type='search'],
.header-bottom-container input[type='text'] {
  margin-left: 10px;
}
.header-bottom-container input[type='search'],
.header-bottom-container input[type='text'],
.header-bottom-container select {
  width: 200px;
}

.header-bottom-container .goog-trans-control {
	display: none;
}

.header-bottom-container .goog-trans-control-active {
	display: block;
	float: right;
	margin-right: 10px;
}

.header-bottom-container .goog-trans-control-active a {
	height: 30px;
    line-height: 30px;
	display: inline-block;
	width: 220px;
	text-align: center;
    padding-left: 15px;
	font-weight: bold;
  	text-decoration: none;
  	position: relative;
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  	border-radius: 5px;
  	color: #fff;
  	text-shadow: 0 1px 1px rgba(15, 115, 154, 0.3);
  	background: #48bfed;
    background-repeat: no-repeat;
  /* Old browsers */

  	background: -moz-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* FF3.6+ */

  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48bfed), color-stop(100%, #0581b2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #48bfed 0%, #0581b2 100%);
  /* W3C */

  background: url(img/web/gt.png) no-repeat left center, -moz-linear-gradient(to bottom, #48bfed 0%, #0581b2 100%);
  background: url(img/web/gt.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48bfed), color-stop(100%, #0581b2));
  background: url(img/web/gt.png) no-repeat left center, -webkit-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  background: url(img/web/gt.png) no-repeat left center, -o-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  background: url(img/web/gt.png) no-repeat left center, -ms-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  background: url(img/web/gt.png) no-repeat left center, linear-gradient(to bottom, #48bfed 0%, #0581b2 100%);

  background-size: contain;
}

/*-------------------------------------------------
 BREAD CRUMBS
-------------------------------------------------*/
.bread-crumbs-section {
  height: 38px;
  background: url(img/tpl/bread_crumbs_bg.jpg) 0 100% repeat-x;
}
.bread-crumbs {
  width: 1020px;
  margin: 0 auto;
  height: 38px;
  line-height: 36px;
}
.bread-crumbs li {
  float: left;
  position: relative;
}
.bread-crumbs li > span {
	color: #8E8E8E;
}
.bread-crumbs li.delimiter {
  margin: 16px 15px 0;
  background: url(img/sprite-fs9.png) no-repeat -50px -38px;
  width: 9px;
  height: 7px;
}
/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
.footer-inn {
  background: url(img/tpl/footer_bg_arrow.jpg) repeat-x;
  border-bottom: 1px solid #587997;
}
.footer-container {
  width: 1020px;
  margin: 0 auto;
  font-family: Arial Narrow, 'PT Sans', Arial;
  padding: 30px 0 20px;
}
.footer-container .copyright-container {
  width: 240px;
  margin: -2px 20px 0 0;
  float: left;
  font-size: 1.286em;
  color: #fff;
}
.footer-container .copyright-container a {
  color: #fff;
  font-size: 0.85em;
}
.footer-container .copyright-container .copyright {
  margin: 0 0 20px;
}
.footer-container .contacts {
  width: 220px;
  margin: 0 20px;
  float: left;
  color: #fff;
  font-size: 1.286em;
}
.footer-container .contacts .contacts-title {
  font-size: 1.333em;
  margin: 0 0 25px;
}
.footer-container .contacts ul li {
  color: #fff;
  margin: 0 0 15px;
}
.footer-container .contacts ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-container .contacts ul li .tel,
.footer-container .contacts ul li .mail,
.footer-container .contacts ul li .twitter,
.footer-container .contacts ul li .skype,
.footer-container .contacts ul li .instagram,
.footer-container .contacts ul li .b-link,
.footer-container .contacts ul li .tg-link {
  padding-left: 45px;
  position: relative;
}
.footer-container .contacts ul li .tel:after,
.footer-container .contacts ul li .mail:after,
.footer-container .contacts ul li .twitter:after,
.footer-container .contacts ul li .skype:after {
  content: "";
  position: absolute;
  background-image: url(img/sprite-fs9.png);
  background-repeat: no-repeat;
}
.footer-container .contacts ul li .tel:after {
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
  background-position: -304px 0;
}
.footer-container .contacts ul li .mail:after {
  width: 26px;
  height: 18px;
  left: -1px;
  top: 3px;
  background-position: -303px -39px;
}
.footer-container .contacts ul li .twitter:after {
  width: 29px;
  height: 20px;
  left: -4px;
  top: 0;
  background-position: -300px -73px;
}
.footer-container .contacts ul li .skype:after {
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  background-position: -304px -111px;
}
.footer-container .contacts ul li .b-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("img/icon/facebook-logo-white.png");
}
.footer-container .contacts ul li .tg-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 22px;
  background-image: url("img/icon/telegram-logo-white.png");
}
.footer-container .contacts ul li .instagram:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("img/icon/instagram-logo-white.png");
}
.footer-container .help {
  width: 220px;
  margin: 0 20px;
  float: left;
  font-size: 1.286em;
  padding-top: 2px;
}
.footer-container .help ul li {
  margin: 0 0 12px;
}
.footer-container .help ul li a {
  color: #fff;
}
.footer-container .help ul li a:hover {
  text-decoration: underline;
  color: #ff2a00;
}
.footer-container .what-is {
  width: 220px;
  margin: 0 0 0 20px;
  float: left;
  padding-top: 3px;
}
.footer-container .what-is ul li {
  margin: 0 0 7px;
}
.footer-container .what-is ul li a {
  color: #fff;
}
.footer-container .what-is ul li a:hover {
  text-decoration: underline;
  color: #c5acdc;
}
.list-arrows li {
  margin: 0 0 15px;
}
.list-arrows li a {
  position: relative;
  display: block;
  padding-left: 20px;
}
.list-arrows li a:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  background: url(img/sprite-fs9.png) no-repeat -50px -38px;
  width: 9px;
  height: 7px;
}
.footer-help .list-arrow li {
  font-size: 1.286em;
}
.what-is .list-bullets li {
  margin: 0 0 7px;
}
.what-is .list-bullets a {
  line-height: 16px;
  position: relative;
  display: block;
  padding-left: 10px;
}
.what-is .list-bullets a:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background: url(img/sprite-fs9.png) no-repeat -85px -28px;
  width: 2px;
  height: 2px;
}
.footer-bottom {
  background: url(img/tpl/bottom_bg.jpg) repeat;
}
.footer-bottom-container {
  width: 1020px;
  margin: 0 auto;
  padding: 13px 0;
  text-align: center;
}
.footer-bottom-container .list-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-bottom-container .list-bullets li {
  padding: 0 12px;
  border-left: 1px solid rgba(255,255,255,0.3);
  line-height: 1;
}
.footer-bottom-container .list-bullets li.no-border,
.footer-bottom-container .list-bullets li:first-child {
  border-left: none;
}
.footer-bottom-container .list-bullets a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 0.9em;
}
.footer-bottom-container .list-bullets a:hover {
  color: #fff;
}
.footer-bottom-container .list-bullets li.active a {
  color: #fff;
}

/*-------------------------------------------------
SIDE BAR
-------------------------------------------------*/
/*-------------------------------------------------
indents section
-------------------------------------------------*/
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.ml50 {
  margin-left: 50px;
}
.w350 {
  width: 350px;
}
/*-------------------------------------------------
CONTENT
-------------------------------------------------*/
.section-1 {
  background: url(img/tpl/opacity_bg.png) repeat;
  border-bottom: 1px solid #fff;
  font-family: Arial Narrow, 'PT Sans', Arial;
}
.section-1 .width-site {
  padding: 40px 0 25px;
  position: relative;
}
.section-1.english .width-site {
  height: 156px;
  box-sizing: content-box;
}
.section-2 {
  background: url(img/tpl/bg_pattern_arrow.jpg) repeat-x 0 100%, url(img/tpl/bg_patern1.jpg) repeat;
  margin: 0 0 30px;
}
.section-2 .width-site {
  padding: 20px 0 30px;
}
.section-3 {
  padding: 20px 10px 30px 10px;
  background: url(img/tpl/bg_pattern_arrow_top.jpg) repeat-x 0 0, url(img/tpl/bg_pattern_arrow.jpg) repeat-x 0 100%, url(img/tpl/bg_patern1.jpg) repeat;
  margin: 0 0 30px;
}
.section-3 .width-site {
  padding: 20px 30px;
}
.section-3 h2.link-h2 {
  float: right;
  margin-top: 1.5em;
}
.section-3 h2.main-h2 {
  float: left;
}
@media (max-width: 783px) {
  .section-3 .width-site {
    padding: 20px 0;
  }
  .section-3 h2.link-h2 {
    margin-top: 0.3em;
  }
}
.front_ticker .admin-place-edit {
  display: none;
}
.commission {
  float: left;
  width: 255px;
  margin-right: 20px;
  line-height: 1;
}
.commission span {
  display: block;
  float: left;
}
.commission span:first-child {
  color: #027bbb;
  font-size: 1.714em;
  width: 165px;
}
.commission span:first-child span {
  font-size: 1.500em;
  display: block;
}
.commission .commission-zero {
  color: #e81c0c;
  font-size: 4.286em;
}
.list-red-arrows {
	overflow: hidden;
	height: 5em;
}

.list-red-arrows li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 5px;
  line-height: 1em;
}
.list-red-arrows li:after {
  content: "";
  background: url(img/sprite-fs9.png) -67px -38px no-repeat;
  width: 17px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}
.w350.left .list-red-arrows li {
  font-size: 1.286em;
}
.w350.left .list-red-arrows li a {
  text-decoration: none;
}
.delivery-payment {
  float: left;
  width: 340px;
  margin-right: 20px;
}
.delivery-payment.english {
  margin-top: 190px;
  width: 560px;
}
.delivery-payment .delivery-block a,
.delivery-payment .payment-block a {
  display: inline-block;
  background-image: url(img/sprite-fs9.png);
  backgorund-repeat: no-repeat;
}
.delivery-block {
  float: left;
  width: 360px;
  margin-right: 20px;
}
.delivery-block p {
  font-family: Arial Narrow, 'PT Sans', Arial;
  font-size: 20px;
}
.payment-block {
  float: left;
  width: 180px;
}
.payment-block p {
  font-family: Arial Narrow, 'PT Sans', Arial;
  font-size: 20px;
}
.delivery-block a {
  width: 115px;
  height: 59px;
  text-indent: -999em;
  display: inline-block;
}
.delivery-ems {
  background-position: 0 -201px;
}
.delivery-fedex {
  background-position: 0 -261px;
}
.delivery-dhl {
  background-image: url(/templates/frontend/static/img/web/dhl.png) !important;
  background-repeat: no-repeat;
}
.delivery-ups {
  background-image: url(/templates/frontend/static/img/web/ups.png) !important;
  background-repeat: no-repeat;
}
.delivery-epacket {
  background-image: url(/templates/frontend/static/img/web/epacket.png) !important;
  background-repeat: no-repeat;
}
.delivery-japanpost {
  background-image: url(/templates/frontend/static/img/web/japanpost.png) !important;
  background-repeat: no-repeat;
}
.payment-block a {
  width: 82px;
  height: 59px;
  text-indent: -999em;
}
.visa {
  background-position: -145px -201px;
}
.master {
  background-position: -229px -201px;
}
.yandex-money {
  background-position: -145px -261px;
}
.paypal {
  background-position: -229px -261px;
}
.amex {
  background-image: url(/templates/frontend/static/img/web/amex.png) !important;
  background-repeat: no-repeat;
}

.feedback-block {
  overflow: hidden;
  display: block;
  width: 100%;
}

.feedback-block p {
  font-size: 20px;
  line-height: 20px;
  font-family: Arial Narrow, 'PT Sans', Arial;
}
.feedback-block .feedback-all {
    margin: 0 0 4px;
}
.feedback-block .feedback-next {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  outline: none;
  background: url(img/sprite-fs9.png) no-repeat -169px -465px;
  vertical-align:middle
}
.feedback-block .feedback-next:hover {
	background-position: -169px -514px;
}

.feedback-block .feedback-type {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(img/sprite-fs9.png) no-repeat;
    margin: 0 0 -4px;
}

.feedback-block .feedback-type.pos {
    background-position: -250px -450px;
}
.feedback-block .feedback-type.neg {
    background-position: -250px -480px;
}


.feedback-one, .requestform > div {
    position: relative;
    height: 120px;
    line-height: 100px;
    padding: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 2px solid white;
    -webkit-box-shadow: 1px 4px 2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    1px 4px 2px rgba(50, 50, 50, 0.3);
    box-shadow:         1px 4px 2px rgba(50, 50, 50, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, #FCFCFC 0%, #E4E4E4 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FCFCFC 0%, #E4E4E4 100%);

/* Opera */
background-image: -o-linear-gradient(top, #FCFCFC 0%, #E4E4E4 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFCFC), color-stop(1, #E4E4E4));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FCFCFC 0%, #E4E4E4 100%);

/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, #FCFCFC 0%, #E4E4E4 100%);

}
.feedback-one .feedback-body {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 130%;
    font-family: Arial Narrow, 'PT Sans', Arial;
    margin-bottom: 10px;
}
.feedback-one .feedback-meta {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
    line-height: normal;
    text-aling: right;
}

.requestform {
    text-align: center;
    padding-bottom: 20px;
}

.requestform > div {
    display: flex;
    width: 100%;
    height: auto;
    margin: 10px auto;
    padding: 20px;
    padding-bottom: 20px;
    line-height: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.requestform .url {
    display: block;
    float: left;
    width: 830px;
    height: 30px;
    border: 2px #33ADDB solid;
    margin: 0;
    padding: 3px 10px;
    border-right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    outlone: none;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.requestform .btn {
  display: block;
  width: 180px;
  height: 39px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
}
.requestform input[name=q] {
  width: 100%;
}
.requestform input[name=num_lot] {
  width: calc(100% - 82px);
  margin-right: 2px;
}

.section-news {
  width: 250px;
  margin-right: 10px;
  float: left;
}
.section-news.english-news {
  width: 450px;
  margin-top: 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.section-news .splash {
    background-image: linear-gradient(to bottom, #FCFCFC 0%, #E4E4E4 100%);
    -webkit-box-shadow: 1px 4px 2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    1px 4px 2px rgba(50, 50, 50, 0.3);
    box-shadow:         1px 4px 2px rgba(50, 50, 50, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid white;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.section-news .splash a {
	color: #ff5e00;
    font-size: 14px;
}

.section-news h2 {
  font-size: 24px;
  color: #0e3559;
  font-family: Arial Narrow, 'PT Sans', Arial;
}
.section-news.english-news h2 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 15px;
}
.news-row {
  position: relative;
}
.news-row .news-date {
  position: absolute;
  left: 0;
  top: 2px;
}
.news-row a {
  display: inline-block;
  margin-left: 70px;
  font-size: 11px;
  line-height: 15px;
}
.all-news, .feedback-all, .pillbutton {
  padding: 0 35px 0 10px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 1px rgba(15, 115, 154, 0.3);
  background: #48bfed;
  /* Old browsers */

  background: -moz-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48bfed), color-stop(100%, #0581b2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #48bfed 0%, #0581b2 100%);
  /* W3C */

}
.all-news:hover, .feedback-all:hover, .pillbutton:hover {
  color: #fff;
}
.all-news:focus, .feedback-all:focus, .pillbutton:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
}
.all-news:after, .feedback-all:after, .pillbutton:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(img/sprite-fs9.png) no-repeat -156px -49px;
  position: absolute;
  right: 8px;
  top: 6px;
}
.categorys {
  margin-left: -20px;
  margin-right: -20px;
}
.categorys .section-category {
  float: left;
  margin: 0 20px 40px;
  width: 310px;
}
.categorys .section-category a {
  margin-left: 16px;
  position: relative;
  line-height: 22px;
}
.categorys .section-category a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: url(img/sprite-fs9.png) no-repeat -75px -28px;
  position: absolute;
  left: -11px;
  top: 5px;
}
.categorys .section-category h2 a {
  display: block;
  text-decoration: none;
  margin-left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #ff5e00;
  font-size: 24px;
  font-family: Arial Narrow, 'PT Sans', Arial;
  padding: 0 50px 0 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 95%, #f5f5f5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(95%, #ebebeb), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 95%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 95%, #f5f5f5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 95%, #f5f5f5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 95%, #f5f5f5 100%);
  /* W3C */

}
.categorys .section-category h2 a:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  left: auto;
  background: url(img/sprite-fs9.png) -156px -100px no-repeat;
  width: 26px;
  height: 26px;
}
.categorys .section-category h2 a:hover {
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(95%, #ededed), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* W3C */

  /*color:@color_link_hover;*/

}
.main-product-slider {
  position: absolute;
  top: 30px;
  right: -20px;
  width: 388px;
  height: 388px;
  background: url(img/tpl/slider_bg1.png) repeat #b9c9cf;
  border-radius: 20px;
  padding: 6px;
}
.main-product-slider-inn {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
/* SLIDER */
#slides {
  display: none;
}
.slidesjs-navigation {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-image: url(img/sprite-fs9.png);
  backgorund-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 20;
  text-indent: -9999em;
  outline: none;
}
.slidesjs-navigation:focus,
.slidesjs-navigation:hover {
  outline: none;
}
.slidesjs-previous {
  background-position: 0 -49px;
  left: -25px;
}
.slidesjs-next {
  background-position: -99px -49px;
  right: -25px;
}
#slides {
  padding: 14px;
}
.slidesjs-container {
  min-height: 360px;
}
.slidesjs-slide a {
  display: block;
  margin: 0 0 20px;
}
.slidesjs-slide a,
.slidesjs-slide a img {
  height: 270px;
}
.slider-image-href {
	display: inline-block;
	height: 270px;
  	width: 360px;
  	overflow: hidden;
  	text-align: center;
}

.slidesjs-slide a img {
  margin: 0 auto;
  display: block;
}
.slider-info-block,
.slider-btn {
  width: 160px;
  float: left;
  padding: 0 10px;
  text-align: center;
}
.slider-btn a {
  display: block;
  text-decoration: none;
  margin-left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #ff5e00;
  font-size: 24px;
  font-family: Arial Narrow, 'PT Sans', Arial;
  padding: 0 50px 0 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  background: #fafafa;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(95%, #ebebeb), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* W3C */

}
.slider-btn a:hover {
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(95%, #ededed), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* W3C */

}
.lot-number-section {
  margin-right: 10px;
  background: #fff;
  padding: 15px;
  width: 810px;
  float: left;
}
.lot-favorite {
  padding: 8px;
  width: 150px;
  background: #effefa;
  float: right;
  text-align: center;
  min-height: 79px;
}
.lot-favorite button {
  height: 40px;
  color: #2ca6d5;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  border: none;
  margin-bottom: 10px;
}
.lot-favorite button:after {
  background-position: -400px -100px;
  width: 26px;
  height: 24px;
  left: 11px;
  top: 8px;
}
.lot-favorite a {
  font-size: 12px;
}
.qr-code {
  float: left;
}
.qr-code img {
  display: block;
  max-width: 65px;
}
.lot-info,
.lot-id,
.lot-state,
.lot-amount,
.lot-placement {
  float: left;
}
.lot-info {
  margin: 0 0 10px 20px;
}
.lot-id {
  background: none repeat scroll 0 0 #D6E1E6;
  border-radius: 5px 5px 5px 5px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
}
.lot-info .lot-id {
  font-size: 14px;
  margin-top: 2px;
}
.lot-state,
.lot-placement {
  vertical-align: middle;
  margin-left: 20px;
}
.lot-state span,
.lot-placement span {
  font-size: 11px;
  color: #7b949f;
}
.lot-placement a {
  font-size: 12px;
  color: #027bbb;
}
.lot-state img {
  position: relative;
  top: 3px;
}
.lot-amount {
  margin-left: 20px;
  font-size: 11px;
  color: #7b949f;
}
.lot-amount span {
  display: inline-block;
  text-align: center;
  background: #1b4062;
  min-width: 20px;
  padding: 0 5px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}
.lot-name {
  color: #1B4062;
  float: left;
  font-size: 24px;
  font-weight: normal;
  margin-left: 20px;
  position: relative;
  width: 720px;
  font-family: Arial Narrow, 'PT Sans', Arial;
}
.lot-name h1 {
  font-size: 22px;
  color: #1b4062;
  font-weight: normal;
  margin: 0;
  font-family: Arial Narrow, 'PT Sans', Arial;
}
.w250 {
  width: 250px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.pad5 {
  padding: 5px;
}
.pad10 {
  padding: 10px;
}
.pad15 {
  padding: 15px;
}
.green-bg {
  background: #fbfff8;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fbfff8 0%, #f1fee5 31%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfff8), color-stop(31%, #f1fee5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fbfff8 0%, #f1fee5 31%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fbfff8 0%, #f1fee5 31%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fbfff8 0%, #f1fee5 31%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fbfff8 0%, #f1fee5 31%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfff8', endColorstr='#f1fee5', GradientType=0);
  /* IE6-9 */

}
.blue-bg {
  background: #f0ffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f0ffff 0%, #dbfdfe 50%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0ffff), color-stop(50%, #dbfdfe));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f0ffff 0%, #dbfdfe 50%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f0ffff 0%, #dbfdfe 50%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f0ffff 0%, #dbfdfe 50%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f0ffff 0%, #dbfdfe 50%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0ffff', endColorstr='#dbfdfe', GradientType=0);
  /* IE6-9 */

}
.blueGrad-bg {
  background: #f4f9ff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f4f9ff 0%, #deeefe 10%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f9ff), color-stop(10%, #deeefe));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f4f9ff 0%, #deeefe 10%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f4f9ff 0%, #deeefe 10%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f4f9ff 0%, #deeefe 10%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f4f9ff 0%, #deeefe 10%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f9ff', endColorstr='#deeefe', GradientType=0);
  /* IE6-9 */

}
.purpleGrad-bg {
  background: #f8f5ff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f8f5ff 0%, #eae1fe 50%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f5ff), color-stop(50%, #eae1fe));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f8f5ff 0%, #eae1fe 50%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f8f5ff 0%, #eae1fe 50%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f8f5ff 0%, #eae1fe 50%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f8f5ff 0%, #eae1fe 50%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f5ff', endColorstr='#eae1fe', GradientType=0);
  /* IE6-9 */

}
.yellowGrad-bg {
  background: #fefeea;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fefeea 0%, #fefeea 20%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefeea), color-stop(20%, #fefeea));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fefeea 0%, #fefeea 20%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fefeea 0%, #fefeea 20%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fefeea 0%, #fefeea 20%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fefeea 0%, #fefeea 20%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefeea', endColorstr='#fefeea', GradientType=0);
  /* IE6-9 */

}
.white-bg {
  background: #fff;
  font-size: 14px;
}
.list-dotted-34 li {
  height: 24px;
  padding: 10px 0;
  border-top: 1px dotted #bdc9cf;
  margin: 0 -5px;
}
.list-dotted-34 li:after {
  display: table;
  content: "";
  clear: both;
}
.list-dotted-34 li:first-child {
  border-top: none;
}
.list-dotted-34 .inl-block {
  vertical-align: middle;
  position: relative;
}
.list-dotted-34 .s18 {
  font-family: Arial Narrow, 'PT Sans', Arial;
}
.list-dotted-34 .seller-reward3 {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.inl-block,
a.inl-block {
  display: inline-block;
}
.left-side {
  text-align: right;
  font-size: 11px;
  color: #7b949f;
}
.w30 {
  width: 30px;
}
.w60 {
  width: 60px;
}
.w70 {
  width: 70px;
}
.w80 {
  width: 80px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w115 {
  width: 115px;
}
.w145 {
  width: 145px;
}
.w155 {
  width: 155px;
}
.w165 {
  width: 165px;
}
.w180 {
  width: 180px;
}
.w190 {
  width: 190px;
}
.s14 {
  font-size: 14px;
}
.s11 {
  font-size: 11px;
}
.s12 {
  font-size: 12px;
  line-height: 14px;
}
.s18 {
  font-size: 1.286em;
}
.s22 {
  font-size: 22px;
}
.s30 {
  font-size: 30px;
}
.brn-green-small {
  background: #8fcd0c;
  border-radius: 3px;
  display: inline-block;
  padding: 0 5px;
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.link-on-seller {
  color: #04b8cd;
  font-size: 14px;
  text-decoration: none;
}
.red {
  color: #e81c0c;
}
.seller-reward3 {
  display: inline-block;
  height: 22px;
  width: 48px;
  background: url(img/sprite-fs9.png) no-repeat -500px -49px;
}
.price-rub {
  text-align: right;
  opacity: 0.5;
  float: right;
  display: inline-block;
}
.price-rub.op1 {
  opacity: 1;
}
.orange {
  color: #ff5e01;
}
.bliz-price {
  border-bottom: dashed 1px;
}
.purple {
  color: #b40bf2;
}
.leader {
  text-decoration: none;
  color: #027bbb;
  font-size: 14px;
}
.input-count,
.input-price {
  display: inline-block;
  border-radius: 3px;
  background: #ff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #c1c1c1;
  padding: 4px;
  height: 20px;
  lien-height: 20px;
  font-size: 18px;
}
.ml12 {
  margin-left: 12px;
}
.input-count {
  width: 40px;
  text-align: center;
  color: #1a3f61;
}
.input-price {
  width: 55px;
  text-align: right;
  color: #ff5e01;
}
.btn-up,
.btn-down {
  display: inline-block;
  background-image: url(img/sprite-fs9.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 14px;
  cursor: pointer;
  display: block;
  margin-left: 2px;
  text-indent: -999em;
}
.btn-up {
  background-position: -400px -150px;
  margin-bottom: 3px;
}
.btn-down {
  background-position: -350px -166px;
}
.btn-up:hover {
  background-position: -350px -150px;
}
.btn-down:hover {
  background-position: -400px -166px;
}
.btn-sb {
  background: #fafafa;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(95%, #ebebeb), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* W3C */

  border: medium none;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #FF5E00;
  display: block;
  font-family: Arial Narrow, 'PT Sans', Arial;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
  margin-top: 18px;
  overflow: hidden;
  padding: 0 35px 0 10px;
  position: relative;
  text-decoration: none;
}
.btn-sb:after {
  background: url("img/sprite-fs9.png") no-repeat scroll -156px -100px transparent;
  content: "";
  height: 26px;
  position: absolute;
  right: 5px;
  top: 9px;
  width: 26px;
}
.kor {
  color: #820f0f;
}
.t-right {
  text-align: right;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
  line-height: 22px;
}

label.radio,
label.login,
label.checkbox {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  margin-top: 4px;
  cursor: pointer;
}
.attention-icon,
.info-icon {
  position: relative;
  padding-left: 45px;
  line-height: 14px;
  color: #7b949f;
  font-size: 12px;
}
.attention-icon span:first-child,
.info-icon span:first-child {
  display: block;
  color: #820f0f;
}
.attention-icon:after,
.info-icon:after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
}
.attention-icon:after {
  background: url(img/sprite-fs9.png) -351px -401px no-repeat;
}
.info-icon:after {
  background: url(img/sprite-fs9.png) -400px -400px no-repeat;
}
.yena {
  position: absolute;
  top: 5px;
  left: -1px;
  font-size: 14px;
}
.pl15 {
  padding-left: 15px;
}
.blueGrad-bg .select {
  padding: 5px;
}
.blueGrad-bg .list-dotted-34 li {
  height: 28px;
}
.white-blue1 {
  background: #edf6fe;
}
.white-blue2 {
  background: #f5faff;
}
.input[disabled] {
  background: #e8e8e8;
  border: 1px solid #c1c1c1;
  box-shadow: none;
  color: #888888;
}
.scroll-slider {
  position: relative;
  margin: 20px 0 ;
}
.scroll-slider-preview {
  background: #fff;
  padding: 10px;
  margin: 0 0 10px;
  width: 371px;
  position: absolute;
  top: -130px;
  left: 0;
  z-index: 2;
}
.scroll-slider-preview-inn {
  background: #d1d1d1;
  position: relative;
  padding: 7px;
}
.scrolle-view {
  background: #deeefe;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  z-index: 1;
}
.scroll-slider-preview-list {
  position: relative;
  z-index: 2;
  float: left;
  margin: 0 -3px;
}
.scroll-slider-preview-list li {
  margin: 0 3px;
  float: left;
  vertical-align: middle;
  cursor: pointer;
}
.scroll-slider-preview-list li img {
  display: inline-block;
  vertical-align: middle;
  max-width: 130px;
  max-height: 100px;
}
.scroll-image-holder {
  overflow: auto;
  padding: 0 20px;
  background: #fff;
}
.scroll-image img {
  display: block;
}
.discription-holder {
  margin: 20px 0;
  background: #fff;
  float: left;
  width: 100%;
}
.spam-img {
  display: block;
  margin: 0 auto;
}
.store-icon {
  display: inline-block;
  background: url(img/sprite-fs9.png) no-repeat -350px -200px;
  width: 59px;
  hieght: 15px;
  text-indent: -999em;
}
.new-icon {
  display: inline-block;
  background: url(img/sprite-fs9.png) no-repeat -350px -300px;
  width: 25px;
  height: 9px;
  text-indent: -999em;
}
.car-icon {
  display: inline-block;
  background: url(img/sprite-fs9.png) no-repeat -400px -300px;
  width: 19px;
  hieght: 13px;
  text-indent: -999em;
}
.only-new-icon {
  display: inline-block;
  background: url(img/sprite-fs9.png) no-repeat -350px -250px;
  width: 58px;
  hieght: 16px;
  text-indent: -999em;
}
.item-fileter {
  margin: 0 0 10px;
}
.item-fileter label {
  font-size: 12px;
}
.item-fileter .radio input[type="radio"],
.item-fileter .checkbox input[type="checkbox"] {
  margin-top: 3px;
}
.item-fileter .new-icon {
  position: relative;
  top: 5px;
}
.item-fileter .car-icon {
  position: relative;
  top: 3px;
}
.item-fileter .only-new-icon {
  position: relative;
  top: 3px;
}
.search-discription {
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  color: #7b949f;
}
.btn-blue {
  background: #fafafa;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(95%, #ebebeb), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 95%, #f5f5f5 100%);
  /* W3C */

  color: #027bbb;
  font-size: 18px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.52);
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 36px;
  line-height: 32px;
  padding: 0 45px 0 15px ;
  position: relative;
  text-decoration: none;
  border: none;
  font-family: Arial Narrow, 'PT Sans', Arial;
}
.btn-blue:after {
  background: url("img/sprite-fs9.png") no-repeat scroll -450px -150px transparent;
  content: "";
  height: 26px;
  position: absolute;
  right: 8px;
  top: 5px;
  width: 26px;
}
.btn-blue:hover {
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(95%, #ededed), color-stop(100%, #f5f5f5));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #ededed 95%, #f5f5f5 100%);
  /* W3C */

}
.list-item-pagination {
  margin: 0 20px;
}
.list-item-pagination li {
  float: left;
  margin-right: 7px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}
.list-item-pagination li .input-page {
  width: 30px;
  font-size: 18px;
  margin: 0 3px;
  color: #1d4263;
  text-align: center;
}
.list-item-pagination li a {
  height: 30px;
  line-height: 30px;
  display: block;
  background: url(img/sprite-fs9.png) no-repeat #ffffff;
  height: 28px;
  width: 28px;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  text-indent: -999em;
}
.list-item-pagination li .first-page {
  background-position: -9px -460px;
}
.list-item-pagination li .last-page {
  background-position: -160px -460px;
}
.list-item-pagination li .prev-page {
  background-position: -58px -460px;
}
.list-item-pagination li .next-page {
  background-position: -115px -460px;
}
.list-item-pagination li .first-page:hover {
  background-position: -9px -509px;
}
.list-item-pagination li .last-page:hover {
  background-position: -160px -509px;
}
.list-item-pagination li .prev-page:hover {
  background-position: -58px -509px;
}
.list-item-pagination li .next-page:hover {
  background-position: -115px -509px;
}
.itemList {
  width: 100%;
}
.itemList thead {
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
  /* IE6-9 */

}
.itemList thead .td-price,
.itemList thead .td-blitz-price,
.itemList thead .td-bids,
.itemList thead .td-left {
  vertical-align: middle;
}
.itemList thead td {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.itemList thead td a {
  font-size: 12px;
}
.itemList thead td:first-child {
  text-align: left;
}
.itemList tbody .td-price,
.itemList tbody .td-blitz-price,
.itemList tbody .td-bids,
.itemList tbody .td-left {
  padding-top: 40px;
}
.itemList tbody td {
  padding: 20px 10px;
  border-bottom: 1px solid #d6d6d6;
}

.rss-subscribe {
	display: inline-block;
	margin: 10px;
	padding-left: 35px;
	line-height: 28px;
	background: url(img/rss-28x28.png) no-repeat;
}

.sort-link-ico {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.sort-link-ico:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -12px;
  background: url(img/sprite-fs9.png) no-repeat -91px -25px;
  width: 9px;
  height: 7px;
}
.td-icon-preview {
  padding: 20px 10px 10px 5px;
  width: 215px;
  vertical-align: top;
}
.td-item-info {
  vertical-align: top;
}
.td-item-info-img {
  position: relative;
}
.picture-holder {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  z-index: 11;
  display: none;
  border: 1px solid #ffffff;
}
.picture-holder img {
  max-height: 190px;
}
.td-price {
  width: 100px;
  text-align: center;
  vertical-align: top;
}
.td-blitz-price {
  width: 80px;
  text-align: center;
  vertical-align: top;
}
.td-bids {
  width: 80px;
  text-align: center;
  font-size: 18px;
  vertical-align: top;
}
.td-bids .bids {
  color: #b40bf2;
}
.td-bids .addition-info-hidden {
  margin-top: 40px;
}
.td-left {
  width: 80px;
  padding: 10px;
  text-align: center;
  color: #193e60;
  font-size: 24px;
  vertical-align: top;
}
.td-left span {
  font-size: 11px;
}
.low-time {
  color: #c00b0b;
}
.td-price-big-yena {
  font-size: 18px;
  color: #ff5e01;
  line-height: 20px;
}
.td-price-rub {
  color: #ff985d;
  font-size: 12px;
  margin: 5px 0;
  line-height: 14px;
}
.td-price-transfer {
  font-size: 11px;
  color: #7b949f;
  margin: 0 0 5px;
  line-height: 14px;
}
.td-price-transfer span {
  color: #027bbb;
  font-size: 12px;
}
.td-hidden-price {
  color: #b40000;
  font-size: 11px;
  line-height: 12px;
}
.item-name-link {
  margin: 0 0 10px;
}
.item-name-link a {
  font-size: 18px;
  line-height: 20px;
  color: #027bbb;
}
.seller-info {
  font-size: 11px;
  color: #7b949f;
}
.seller-info strong,
.seller-info a {
  color: #214566;
  font-size: 14px;
}
.line-icons {
  margin: 5px 0;
}
.line-icons span {
  margin-right: 5px;
}
.line-icons .new-icon {
  position: relative;
  top: 4px;
}
.line-icons .car-icon {
  position: relative;
  top: 2px;
}
.td-icon-preview-icons {
  text-align: center;
  float: left;
}
.preview-switcher {
  display: block;
  background: url(img/sprite-fs9.png) -449px -48px no-repeat;
  width: 38px;
  height: 38px;
  text-indent: -999em;
  margin: 40px auto 0;
  cursor: pointer;
}
.preview-switcher:hover {
  background-position: -500px -100px;
}
.opened .preview-switcher {
  background-position: -449px -99px;
}
.icon-star {
  display: inline-block;
  background: url(img/sprite-fs9.png) no-repeat -400px -49px;
  width: 26px;
  height: 24px;
  text-indent: -999em;
}
.icon-star:hover {
  background-position: -400px -100px;
}
.td-icon-preview-images {
  float: left;
  height: 100px;
  min-height: 100px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  padding: 7px 7px 0;
  margin-left: 10px;
}
.td-icon-preview-images img {
  display: block;
  margin: 0 0 7px;
  width: 126px;
  height: 93px;
  cursor: pointer;
}
.td-icon-preview-images:hover {
  height: auto;
}
.opened .td-icon-preview-images {
  height: auto;
}
.tooltipSection {
  z-index: 25;
}
.tooltipSection img {
  max-width: 940px;
}
.t-discription {
  font-size: 11px;
  margin: 0 0 5px;
  line-height: 14px;
}
.t-discription a {
  font-size: 14px;
  text-decoration: none;
}
.addition-info-hidden {
  display: none;
}
.opened .addition-info-hidden {
  display: block;
}
.login-form {
  background: #fcfcfc;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 86%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(86%, #f2f2f2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 86%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fcfcfc 0%, #f2f2f2 86%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fcfcfc 0%, #f2f2f2 86%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 86%);
  /* W3C */

  width: 340px;
  min-height: 290px;
  padding: 25px 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  margin: 40px auto 0;
}

.login-logo {
  margin: 0 0 10px;
  height: 69px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent url(img/tpl/logo-plum-x2.png) no-repeat center top;
  background-size: contain;
}

.login-logo.www_opennippon_ru, .login-logo.www_opennippon_com {
  background: transparent url(img/tpl/logo-on-x2.png) no-repeat center top;
  background-size: contain;
}

.login-logo img {
  display: block;
}
.login-form fieldset {
  padding: 0;
  border: none;
  margin: 0 0 5px;
}
.login-form fieldset label {
  display: inline-block;
  text-align: right;
  width: 110px;
  margin-top: 5px;
  margin-right: 5px;
}
.login-form fieldset .input {
  width: 140px;
  font-size: 14px;
}
.login-enter-btn {
  margin: 20px 0;
}
.login-enter-btn a {
  display: block;
  margin: 0 auto;
  width: 40px;
}
.attention-login {
  text-align: center;
  color: #ed4f42;
  font-family: Arial Narrow, 'PT Sans', Arial;
  line-height: 1em;
  margin: 0 0 15px;
  font-size: 30px;
}
.t-center {
  text-align: center;
}
.green-t {
  color: #83b021;
}
.s20 {
  font-size: 20px;
}
.faq-list {
  margin: 0 0 20px 20px;
}
.faq-list li {
  margin: 0 0 10px;
}
.faq-list li ul {
  margin: 10px 0 10px 20px;
}
.faq-list li ul li {
  margin: 0 0 7px;
  font-size: 12px;
}
.lots-in-progress {
  background: #60c111;
}
.lots-done {
  background: #979797;
}
.lots-in-progress,
.lots-done {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  height: 18px;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 3px;
}
.item-fileter .icon {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.item-fileter .icon.icon-cross {
  top: 5px;
}
.w-100 {
  width: 100%;
}
.t {
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0 0 20px;
}
.t td {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.t thead td {
  height: 40px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.t thead td a {
  color: #fff;
  text-decoration: underline;
}
.t thead td a:hover {
  text-decoration: none;
}
.t-blue thead td {
  background: url(img/tpl/bg_table.png) repeat-x 0 0;
}
.t-green thead td {
  background: url(img/tpl/bg_table.png) repeat-x 0 -46px;
}
.t-gray thead td {
  background: url(img/tpl/bg_table.png) repeat-x 0 -93px;
}
.t-yellow thead td {
  background: url(img/tpl/bg_table.png) repeat-x 0 -137px;
}
.t-gold thead td {
  background: url(img/tpl/bg_table.png) repeat-x 0 -183px;
}
.t-purple thead td {
  background: url(img/tpl/bg_table.png) repeat-x 0 -230px;
}
.w120 {
  width: 120px;
}
.t .td-icon-preview {
  width: 90px;
  padding: 10px 0;
}
.t .td-icon-preview .td-icon-preview-images {
  width: 80px;
  height: auto;
  padding: 5px;
  min-height: auto;
}
.t .td-icon-preview .td-icon-preview-images img {
  max-width: 100%;
  height: auto;
}
.t tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
}
.t tbody td.td-icon-preview,
.t tbody td.td-item-info {
  text-align: left;
}
.t .lot-id {
  font-size: 12px;
}
.t .item-name-link a {
  font-size: 14px;
}
.t .td-amount {
  font-size: 18px;
  color: #ff5e01;
}
.t .td-bids {
  font-size: 14px;
}
.t .td-bids .bids {
  margin: 5px 0 0;
}
.t .td-bids .bids span {
  color: #7b949f;
  font-size: 11px;
  margin-right: 5px;
}
.w680 {
  width: 680px;
}
.w20 {
  width: 20px;
}
.btn-blue2 {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: inline-block;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 1px rgba(15, 115, 154, 0.3);
  background: #48bfed;
  /* Old browsers */

  background: -moz-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48bfed), color-stop(100%, #0581b2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #48bfed 0%, #0581b2 100%);
  /* W3C */

}
.btn-blue2:hover {
  text-decoration: underline;
  color: #fff;
}
.td-block {
  font-size: 18px;
  color: #7c2e80;
}
.w280 {
  width: 280px;
}
.padright  {
	padding-right: 20px;
	overflow: hidden;
	display: inline-block;
}

.padright > div {
	overflow: hidden;
}

.balance-title {
  color: #7b949f;
  font-size: 18px;
  font-family: Arial Narrow, 'PT Sans', Arial;
}
.balance-list li {
  margin: 0 0 5px;
}
.balance-list li span:first-child {
  display: block;
  float: left;
  width: 110px;
  text-align: right;
  font-size: 12px;
}
.balance-list li .balance-blocked,
.balance-list li .overdraft,
.balance-list li .in-pocket {
  float: right;
  text-align: right;
}
.balance-list li .overdraft {
  font-size: 18px;
}
.balance-list li .balance-blocked {
  font-size: 18px;
  color: #7c2e80;
}
.balance-list li .in-pocket {
  font-size: 30px;
  color: #ff5e01;
}
.td-time {
  font-family: Arial Narrow, 'PT Sans', Arial;
}
.minus {
  display: block;
  margin: 0 auto;
  background: url(img/sprite-fs9.png) no-repeat -500px -200px;
  height: 2px;
  width: 12px;
}
.plus {
  display: block;
  margin: 0 auto;
  background: url(img/sprite-fs9.png) no-repeat -500px -250px;
  height: 12px;
  width: 12px;
}
.table-pagiantion-bg {
  background: #ffffff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
  /* IE6-9 */

  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.atention {
  font-size: 18px;
  line-height: 30px;
  color: #ff3600;
  margin: 0 0 5px;
}
h2.s30 {
  font-family: Arial Narrow, 'PT Sans', Arial;
}
.w430 {
  width: 430px;
}
.amount-to-pay {
  line-height: 30px;
  margin: 8px 0 10px;
}
.amount-to-pay input {
  width: 60px;
  font-size: 18px;
  color: #FF5E01;
  text-align: right;
}
.block {
  display: block;
}
.link-detail {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.link-detail:hover {
  border: none;
}
.rad10 {
  border-radius: 10px;
}
.invoice-input-holders {
  line-height: 30px;
  margin: 0 0 5px;
}
.invoice-input-holders input {
  font-size: 12px;
}
.invoice-input-holders input.s18 {
  font-size: 18px;
}
.invoice-input-sub {
  padding-left: 179px;
  margin: 20px 0;
}
.manege-textarea {
  width: 440px;
  padding: 5px;
  resize: none;
  display: block;
  margin: 0 0 10px;
}
.manege-select-holder {
  margin: 0 0 15px;
}
.manege-select-holder select {
  height: 30px;
  padding: 4px;
  width: 280px;
}
.manege-select-holder a {
  float: right;
}
.comments-section {
  background: url(img/tpl/bg_comments.png) repeat;
  padding: 30px 10px 20px;
}
.comment-msg {
  background: #fcfcfc;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 85%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(85%, #f2f2f2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fcfcfc 0%, #f2f2f2 85%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fcfcfc 0%, #f2f2f2 85%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fcfcfc 0%, #f2f2f2 85%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fcfcfc 0%, #f2f2f2 85%);
  /* W3C */

  border: 1px solid #ffffff;
  width: 376px;
  padding: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  margin-bottom: 10px;
}
.comment-title {
  font-size: 11px;
  color: #7b949f;
  border-bottom: 1px solid #dae1e4;
  margin: 0 0 10px;
  padding-bottom: 2px;
}
.comment-title span {
  float: right;
  font-family: Arial Narrow, 'PT Sans', Arial;
}
.comment-msg {
  font-size: 12px;
  line-height: 14px;
}
.w450 {
  width: 450px;
}
.interactive-fading-block {
  width: 255px;
  height: 115px;
}
.fading-block {
  position: relative;
  height: 54px;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  background: #fcfcfc;
  /* Old browsers */

  background: -moz-linear-gradient(top, #fcfcfc 10%, #e6eaec 73%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fcfcfc), color-stop(73%, #e6eaec));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #fcfcfc 10%, #e6eaec 73%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #fcfcfc 10%, #e6eaec 73%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #fcfcfc 10%, #e6eaec 73%);
  /* IE10+ */

  background: linear-gradient(to bottom, #fcfcfc 10%, #e6eaec 73%);
  /* W3C */

}
.fading-block a {
  font-size: 18px;
}
.fading-link {
  padding-top: 8px;
}
.fading-comment {
  font-size: 0.8em;
}

.fading-img {
  float: left;
  width: 85px;
  height: 56px;
  margin-right: 12px;
}
.fading-img img {
  width: 100%;
  height: 100%;
}
.fading-block:after {
  background: url(img/sprite-fs9.png) 0 0 no-repeat;
  bottom: -35px;
  content: "";
  height: 35px;
  left: 15px;
  position: absolute;
  width: 45px;
}


.leftMenu a {
  margin-left: 16px;
  position: relative;
  line-height: 22px;
}
.leftMenu a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: url(img/sprite-fs9.png) no-repeat -75px -28px;
  position: absolute;
  left: -11px;
  top: 5px;
}

#message_box .um_header td {
	padding: 5px 10px;
}

#message_box .um_header {
	border-bottom: 1px #999 dotted;
}

#message_box .um_footer, table.um_unread .um_footer {
	border-top: 1px #999 dotted;
	font-weight: normal;
	padding: 3px 10px 5px;
}

#message_box .um_autor {
	font-style: italic;
}

#message_box {
    overflow: hidden;
    line-break: loose;
    overflow-wrap: break-word;
}

#message_box p {
	max-width: 500px;
    padding: 0;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

#message_box p:first-child {
    margin-top: 0;
}

#message_box p:last-child {
    margin-bottom: 0;
}

#message_box p+p {
    margin-top: 0;
}

#message_box .um_topic {
	font-weight: bold;
}

.msg_error {
	display: block;
	margin: 0 0 15px;
	color: #f00;
	font-weight: bold;
}

#nav {
	position: relative;
}

div.qtswitch, div.qtswitch:hover, div.qtswitch:visited {
  display: none;
	position: absolute;
	top: 0px;
	right: 0px;
}


.favstar {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(img/stars.gif) no-repeat top left;
	cursor: pointer;
}

.favstar-inactive {
	background-position: bottom left;
	cursor: pointer;
}

.favstar-spinning {
	background-position: center left;
	cursor: default;
}

.plate {
	padding: 10px;
	margin: 0 0 15px;
	background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0px 2px 3px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 2px 3px rgba(217, 217, 217, 1);
    box-shadow: 0px 2px 3px rgba(217, 217, 217, 1);
}

.plate .learnMore {
    white-space: normal;
    font-size: 90%;
    padding: 1em;
    padding-top: 0;
}

input.bidButton {
  padding: 0 15px;
  margin: 0 0 5px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  border: 0;
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 1px rgba(15, 115, 154, 0.3);
  background: #48bfed;
  /* Old browsers */

  background: -moz-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48bfed), color-stop(100%, #0581b2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #48bfed 0%, #0581b2 100%);
  /* W3C */
}
input.bidButton.disabled {
	background: #ccc;
}

.navigator_btn_a, .navigator_btn, .navigator_btn_disable {
	display: inline-block;
	font-size: 18px;
	margin: 0 1px;
	text-align: center;
}

.navigator_btn img, .navigator_btn_disable img {
	margin: 4px 0 0 0;
}

.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}

.sellerReviews.plate {
	padding: 20px;
	margin: 30px 0 0 0;
}

.sellerReviews h2{
	margin-top: 0;
}

.sellerReviews table {
	width: 100%;
}

.sellerReviews td {
	width: 50%;
	vertical-align: top;
}
.sellerReviews td.pos {
	padding: 0 10px 0 0;
}
.sellerReviews td.neg {
	padding: 0 0 0 10px;
}

.sellerReviews td>div{
	padding: 10px;
	margin: 20px 0 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.sellerReviews td.pos>div {
	background-color: #e9fce9;
}
.sellerReviews td.pos>h3 {
	color: #10ab54;
}

.sellerReviews td.neg>div {
	background-color: #fdf3f3;
}
.sellerReviews td.neg>h3 {
	color: #d51717;
}

.sellerReviews .link {
	float: left;
	margin: 0 15px 15px 0;
}

.sellerReviews img {
	float: left;
}

.sellerReviews td>div>div {
	margin: 0 0 0 75px;
}

.qandaList {
	float: right;
	width: 300px;
}
.qanda {
	margin: 0 320px 0 0;
}
.qandaList a {
	display: block;
	margin: 0 0 10px;
}

#CompanyReviewList .review  {
    width: 750px;
	margin: 0 auto 40px;
	overflow: hidden;
}

#CompanyReviewList .review .author {
	width: 150px;
	float: left;
	padding: 10px 0 0;
}

#CompanyReviewList .review img.darom {
	width: 100px;
	height: auto;
	float: right;
	margin-top: 20px;
}

#CompanyReviewList .review .text,
#CompanyReviewList .review .response {
	margin: 0 130px 0 170px;
	background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 20px;
    padding-left: 53px;
    position: relative;
    color: #000;
}
#CompanyReviewList .review .response {
    margin: 15px 133px 0 199px;
    padding-left: 25px;
    background: #c6f1ff;
}


#CompanyReviewList .review .text:before,
#CompanyReviewList .review .response:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  top: 3px;
  left: -20px;
  border-style: solid;
  border-width: 15px 30px 15px 0;
  border-color: transparent #fff;
  width: 0;
}
#CompanyReviewList .review .response:after {
  left: auto;
  right: -20px;
  border-width: 15px 0 15px 30px;
  border-color: transparent #c6f1ff;
}


#CompanyReviewList .review .text > div {
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 19px;
	left: 16px;
	background: url(img/sprite-fs9.png) no-repeat;
}

#CompanyReviewList .review .text > div.pos {
    background-position: -250px -450px;
}
#CompanyReviewList .review .text > div.neg {
    background-position: -250px -480px;
}

#CompanyReviewList .pagination {
	margin: 20px auto;
	text-align: center;
}

#CompanyReviewList .pagination li {
	margin: 0 2px;
	display: inline-block;
	border: 1px #027bbb solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	background-color: #fff;
}

#CompanyReviewList .pagination li a, #CompanyReviewList .pagination li span {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	text-decoration: none;
}

#CompanyReviewList .pagination li span {
	background-color: #027bbb;
	color: #fff;
	cursor: default;
}

#bid-restricted {
    margin: 0 0 30px;
}
#bid-restricted >div {
    display: inline-block;
    width: 119px;
    height: 119px;
    margin: 10px 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #C22222 url(img/bid-restrictions-sprite_v2.png) no-repeat 0 0;
}
#bid-restricted .r0 {background-position: 0 0;}           /*сжатый воздух*/
#bid-restricted .r1 {background-position: -131px 0;}      /*алкоголь*/
#bid-restricted .r2 {background-position: -260px 0;}      /*спирт, духи*/
#bid-restricted .r3 {background-position: 0 -130px;}      /*масло*/
#bid-restricted .r4 {background-position: -131px -130px;} /*амортизатор*/
#bid-restricted .r5 {background-position: -260px -130px;} /*подушка безопасности*/
#bid-restricted .r6 {background-position: 0 -263px;}      /*воспламеняющиеся вещества*/
#bid-restricted .r7 {background-position: -131px -263px;} /*животные, растения*/
#bid-restricted .r8 {background-position: -260px -263px;} /*оружие*/
#bid-restricted .r9 {background-position: 0 -395px;}      /*антиквариат, драгоценности*/
#bid-restricted .r10 {background-position: -131px -395px;}/*деньги*/
#bid-restricted .r11 {background-position: -260px -395px;}/*лекарства*/
#bid-restricted .r12 {background-position: 0 -529px;}     /*магниты, динамики*/
#bid-restricted .r13 {background-position: -131px -529px;}/*Li-ion аккумуляторы*/
#bid-restricted .r14 {background-position: -260px -529px;}/*колёса*/


.limitScroll {
	max-height: 10em;
	overflow: hidden;
	overflow-y: scroll;

}

.limitScroll ul {
	width: 200%;
}

.calculator-sticky-button {
  position: fixed;
  display: block;
  top: 50%;
  right: 0;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  margin-top: -120px;
  background: url(img/tpl/nav_bg.png) repeat-x;
  text-decoration: none;
  -webkit-transform: rotate(
          -90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(
          -90deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* Errors */
div.ell_descr_error {
    color: red;
}
div.ell_descr_error span.error_form_text {
    margin-bottom: 10px;
    display: block;
}

span.error_form_text {
    color: red;
}

@media (max-width: 767px) {

	.login-form {
		margin: 10px auto;
		min-height: 0;
		padding: 15px 30px;
	}
	.login-enter-btn {
	  margin: 10px 0;
	}
    .calculator-sticky-button {
      display: none;
    }
}

@media (max-width: 429px) {

	body.empty-body {
		background: #fcfcfc;
	}
	.login-form {
	  background: transparent;
	  margin: 0 auto;
	  width: 290px;
	  padding: 10px;
	  border: none;
	  border-radius: 0;
	  box-shadow: none;
	  text-align: center;
}
	.login-form p {
		text-align: left;
	}
	.login-form fieldset {
		display: block;
		margin: 0 auto 5px;
		padding: 0 20px 0 0;
	}
	.login-form fieldset label {
	  width: 55px;
	}
	.login-enter-btn {
	  margin: 20px 0;
	}
	.login-form .cf {
		text-align: left;
	}
}

/* Price lowering */
#lowered_price_page_form {
  width: 100%;
}
.in-page-link {
  color: #027bbb;
  text-decoration: underline #027bbb dashed;
}
.question-mark {
  text-align: center;
  background-color: #BCDBEA;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
  margin-left: 5px;
}
.question-mark:before {
  content: '?';
  font-weight: bold;
  color: #fff;
}
.lowering-form-title {
  display: inline-block;
  width: 20%;
}
.lowering-form-input {
  display: inline-block;
  width: 50%;
}
.active-price {
  color: #027bbb;
  text-decoration: underline dotted;
  cursor: pointer;
}

/* Notification line */
#header_notification {
  background: url(img/tpl/bg_patern1.jpg) repeat;
  position: relative;
  z-index: 2;
}
.header-notification-inn {
  background: url(img/tpl/bg_pattern_arrow.jpg) repeat-x;
  background-position: center bottom;
}
.header-notification-container {
  width: 1020px;
  margin: 0 auto;
  padding: 5px 0 10px;
}
.header-notification-container span {
  font-weight: bold;
  color: #e81c0c;
}

.declaration-edit.edit-price, .declaration-edit.not-edit-price {
  margin-top: 5px;
  display: none;
}
.mainpage-workflow {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.mainpage-workflow .workflow-body {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.mainpage-workflow h2 {
  display: inline-block;
  float: left;
}
.mainpage-workflow .details {
  display: inline-block;
  float: right;
  font-size: 1.5em;
  margin-top: 1.5em;
}
.workflow tr {
  margin-bottom: 0 !important;
}
.workflow .contents {
  border: none !important;
  border-top: 1px solid #C5D4D9 !important;
  display: block;
}
.workflow .contents table {
  overflow: hidden;
}
.workflow .control-links {
  padding-left: 20px;
  font-size: 24px;
  margin: 0 !important;
  border: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: flex-end;
}
.workflow .control-links a, .workflow .control-links a:hover {
  padding: 10px 15px;
  margin-left: 5px;
  color: #007CB7;
  text-decoration: none;
  background: none;
  outline: none !important;
  border: 1px solid #C5D4D9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 0;
}
.workflow .control-links a.link {
  padding: 6px 15px;
  color: #C5D4D9;
}
.workflow .control-links a.link:hover {
  color: #007CB7;
}
.workflow-step {
  clear: both;
  float: left;
  width: 100%;
}
.mainpage-workflow .workflow-step {
  float: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.workflow-step.between {
  width: 30px;
}
.workflow-step .img-container {
  float: left;
  width: 75px;
  padding: 10px;
  text-align: center;
  box-sizing: content-box;
}
.workflow-step .img-container img {
  border: 0;
  width: 75px;
}
.workflow-step .img-container img.arrow {
  border: 0;
  width: 30px;
  margin-top: 15px;
}
.workflow-step .text-container {
  color: #2c88b8;
  float: left;
  padding-top: 20px;
  padding-left: 15px;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
  word-break: break-word;
  width: 80%;
}
.mainpage-workflow .workflow-step .text-container {
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .workflow .table-responsive-stack tr:not(.not-stack) {
    padding: 0 10px;
  }
  .workflow .control-links {
    font-size: 20px;
  }
  .workflow .control-links a, .workflow .control-links a:hover {
    padding: 5px 15px;
  }
  .workflow .control-links a.link {
    padding: 2px 15px;
    color: #C5D4D9;
  }
}
@media (max-width: 429px) {
  .workflow .control-links {
    font-size: 0.8rem
  }
  .workflow-step.for-arrow .img-container {
    width: 100%;
  }
}

.main-h2 {
  font-size: 2rem;
  color: #027bbb;
}
.main-h3 {
  font-size: 1.5rem;
  color: #027bbb;
  float: left;
  margin-top: 20px;
}

.recommended-goods {
  display: none;
}
.top-rounded-5px {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.bottom-rounded-5px {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomight: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tagline {
  font-size: 18px;
  color: #fff;
  float: left;
  line-height: 36px;
  font-family: Cambria, serif;
  font-style: italic;
}

/* Recommended goods */
.recommended-goods .header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
}
.recommended-goods .goog-trans-control {
  display: inline-block;
  float: right;
}
.recommended-goods #recommended-goods-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.recommended-goods .recommended-shop {
  width: 100%;
  height: 300px;
  margin: 20px 0;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 4px rgb(50 50 50 / 30%);
  -moz-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.3);
  box-shadow: 4px 4px 4px rgb(50 50 50 / 30%);
}
.recommended-goods .recommended-shop a {
  float: left;
}
.recommended-goods .recommended-shop .shop-title {
  padding: 10px;
  margin: 0 10px;
  border-bottom: 1px solid #C5D4D9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.recommended-goods .recommended-shop .shop-title h3 {
  margin: 0;
  margin-left: 10px;
  color: #027bbb;
  font-size: 20px;
}
.recommended-goods .recommended-shop .single-product {
  display: inline-block;
  width: 150px;
  padding: 0 10px;
  margin: 10px 0;
  height: 230px;
}
.recommended-goods .recommended-shop .single-product:not(:last-child) {
  border-right: 1px solid #C5D4D9;
}
.recommended-goods .recommended-shop .single-product .image {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
.recommended-goods .recommended-shop .single-product .image img {
  max-width: 150px;
  max-height: 150px;
  object-fit: cover;
}
.recommended-goods .recommended-shop .single-product .title {
  height: 40px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommended-goods .recommended-shop .single-product .price {
  float: right;
  font-size: 1.2em;
  color: #e81c0c;
}
/* /Recommended goods */

/* Banner */
.banner {
  position: absolute;
  top: 30px;
  width: 100%;
}
.banner video {
  width: 100%;
}

/* Image card with header */
.image-cards-with-header {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}
.image-cards-with-header.shops-categories {
   text-align: left;
}
.image-cards-with-header .part-container {
  width: 200px;
  height: 250px;
  display: inline-block;
  margin: 10px;
  font-size: 1.2rem;
  -webkit-box-shadow: 4px 4px 4px rgb(50 50 50 / 30%);
  -moz-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.3);
  box-shadow: 4px 4px 4px rgb(50 50 50 / 30%);
}
.image-cards-with-header.shops-categories .part-container {
  width: 150px;
  height: 200px;
}
.image-cards-with-header .part-container a {
  text-decoration: none;
}
.image-cards-with-header .part-container .part-title {
  margin: 0;
  padding: 0 10px;
  height: 50px;
  width: 180px;
  color: #fff;
  border-bottom: none !important;
  background: linear-gradient(to bottom, #48bfed 0%, #0581b2 100%);
  display: inline-grid;
  font-size: 1rem;
  font-weight: bold;
  vertical-align: middle;
  align-items: center;
}
.image-cards-with-header.shops-categories .part-container .part-title {
  width: 130px;
  text-align: center;
}
.image-cards-with-header .part-container .part-image {
  height: 200px;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-top: none !important;
  position: relative;
}
.image-cards-with-header.shops-categories .part-container .part-image {
  height: 150px;
  width: 150px;
}
.image-cards-with-header .part-container .part-image .img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.image-cards-with-header .part-container .part-image .img span {
  display: none;
  font-size: 10px;
  padding: 0 10px 0 10px;
  height: 30px;
  width: 90px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -55px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
  border-radius: 5px;
  color: #fff;
  text-shadow: 0 1px 1px rgb(15 115 154 / 30%);
  background: #48bfed;
  background: -moz-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #48bfed), color-stop(100%, #0581b2));
  background: -webkit-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  background: -o-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  background: -ms-linear-gradient(top, #48bfed 0%, #0581b2 100%);
  background: linear-gradient(to bottom, #48bfed 0%, #0581b2 100%);
}
.image-cards-with-header .part-container:hover .part-image .img span,
.image-cards-with-header .part-container:focus .part-image .img span {
  display: block;
}
.image-cards-with-header.shops-categories .part-container:hover .part-image .img span,
.image-cards-with-header.shops-categories .part-container:focus .part-image .img span {
  text-align: center;
}
.image-cards-with-header .part-container:hover .part-image .img,
.image-cards-with-header .part-container:focus .part-image .img {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.image-cards-with-header .part-container:hover .part-image .img:before,
.image-cards-with-header .part-container:focus .part-image .img:before {
  display: block;
}
.image-cards-with-header .part-container .part-image .img:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52,73,94,0.75);
}
@media (max-width: 783px) {
  .image-cards-with-header .part-container {
    width: 150px;
    height: 200px;
  }
  .image-cards-with-header .part-container .part-title {
    width: 150px;
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .image-cards-with-header.shops-categories .part-container .part-title {
    width: 150px;
  }
  .image-cards-with-header .part-container .part-image {
    height: 150px;
    width: 150px;
  }
  .image-cards-with-header .part-container .part-image .img span {
    margin-left: -45px;
    font-size: 0.4em;
  }
}
@media (max-width: 429px) {
  .image-cards-with-header .part-container {
    width: 130px;
    height: 160px;
  }
  .image-cards-with-header.shops-categories .part-container {
    width: 130px;
    height: 160px;
  }
  .image-cards-with-header .part-container .part-title {
    width: 130px;
    height: 30px;
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .image-cards-with-header.shops-categories .part-container .part-title {
    width: 130px;
    height: 30px;
  }
  .image-cards-with-header .part-container .part-image {
    height: 130px;
    width: 130px;
  }
  .image-cards-with-header.shops-categories .part-container .part-image {
    height: 130px;
    width: 130px;
  }
}
/* /Image card with header */

.categories-container {
  float: left;
  margin-bottom: 20px;
}

/* Product page */
.product-container {
  float: left;
  margin: 20px 0;
}
.product-container h2 {
  text-align: center;
}
.product-container .left-block {
  width: 48%;
  float: left;
  margin-right: 20px;
}
.product-container .left-block img {
  object-fit: cover;
  max-width: 100%;
}
.product-container .right-block {
  width: 48%;
  float: left;
}
.product-container .right-block .content-row {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.product-container .right-block .content-row.block {
  display: block;
}
.product-container .right-block .fld {
  width: 15%;
  float: left;
  text-align: right;
}
.product-container .right-block .value {
  width: 80%;
  float: left;
  padding-left: 20px;
}
.product-container .right-block .price {
  font-size: 1.5rem;
}
.product-container .right-block .value .bidComment {
  margin: 0;
}
.product-container .right-block .content-row.button {
  width: 100%;
  margin-top: 20px;
  justify-content: center;
}
.product-container .right-block .content-row.button .bidButton {
  background: linear-gradient(to bottom, #ffa824 0%, #ff8924 100%);
}
.product-container .right-block .value label {
  display: initial;
}
.product-container .description {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  white-space: pre-line;
}
.product-container .description font {
  display: block;
}
.product-container .page_control .contents {
  border: none;
}
.product-container .page_control .control-links {
  padding: 0 10px;
  border-bottom: 1px solid #ccdade;
}
.product-container .page_control .control-links .link_a {
  background: none;
  color: #1b4062;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 3px solid #ccdade;
  outline: none;
}
.product-container .page_control .control-links .link:hover {
  background: inherit;
  color: inherit;
}
.product-container .plate .lotInfo {
  padding: 6px 10px;
}
/* /Product page */

.main-search-form {
  width: 100%;
  display: inline-block;
}
.main-search-form form {
  width: 100%;
}
.main-search-form .bidButton {
  margin-left: 5px;
}
.main-search-form input[type='submit'] {
  width: 56px;
  height: 30px;
  background: url(img/sprite-fs9.png) no-repeat -200px -49px;
  border: none;
  text-indent: -999em;
}
.main-search-form input.search {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C1C1C1;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 3px 0 5px rgb(0 0 0 / 10%) inset;
  display: inline-block;
  font-size: 1.2em;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#searchform .second-row {
  display: inline-block;
  width: 100%;
}
#searchform .third-row {
  width: 100%;
}

.nothing-found {
  text-align: center;
  font-size: 1.5em;
}

.product-container .content-block .error {
  color: red;
  font-size: 1.2rem;
  padding-bottom: 20px;
}
.search-assistant-form {
  padding-bottom: 74px;
}
.search-assistant-form .contact {
  margin-bottom: 10px;
}
.search-assistant-form .bidButton {
  margin-top: 10px;
}
.search-assistant-form .contact input {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C1C1C1;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 3px 0 5px rgb(0 0 0 / 10%) inset;
  display: inline-block;
  height: 30px;
  line-height: 20px;
  vertical-align: top;
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.search-assistant-form textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C1C1C1;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 3px 0 5px rgb(0 0 0 / 10%) inset;
  display: inline-block;
  height: 120px;
  vertical-align: top;
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.col-row {
  margin: 0 -15px;
}
.button-block {
  position: absolute;
  right: 15px;
}
.search-assistant-form .col-4 {
  width: calc(33% - 30px);
  float: left;
  padding: 0 15px;
}
.search-assistant-form .col-8 {
  width: calc(67% - 30px);
  float: left;
  padding: 0 15px;
  position: relative;
}
.search-assistant-form .col-8.no-user {
  width: 100%!important;
}
.siema-paginator {
  padding-bottom: 32px;
  text-align: right;
  line-height: 11px;
  margin-top: 54px;
}
.siema-paginator button {
  background: #007CB7;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.siema-paginator button.active {
  border: 3px solid #007CB7;
  background: #fff;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.siema-header {
  float: left;
  margin-top: 54px;
}
.siema {
  position: absolute;
  right: 0;
  width: 100%;
}
.siema a {
  display: block;
  width: 265px;
  height: 150px;
  border-radius: 10px;
  text-decoration: none;
}
.siema a .part-title {
  color: #fff!important;
  padding: 110px 0 0 10px;
  font-weight: bold;
}
.siema-wrapper {
  height: 150px;
}
@media screen and (max-width: 1350px) {
  .siema a {
    zoom: 90%;
  }
  @-moz-document url-prefix() {
    .siema a {
      transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform-origin: left top;
      -webkit-transform-origin: left top;
      width: calc(100% / 0.9);
      height: calc(100% / 0.9);
    }
  }
}
@media screen and (max-width: 754px) {
  .siema a {
    zoom: 75%;
  }
  @-moz-document url-prefix() {
    .siema a {
      transform: scale(0.75);
      -webkit-transform: scale(0.75);
      transform-origin: left top;
      -webkit-transform-origin: left top;
      width: calc(100% / 0.75);
      height: calc(100% / 0.75);
    }
  }
}
@media screen and (max-width: 610px) {
  .siema a {
    zoom: 70%;
  }
  @-moz-document url-prefix() {
    .siema a {
      transform: scale(0.7);
      -webkit-transform: scale(0.7);
      transform-origin: left top;
      -webkit-transform-origin: left top;
      width: calc(100% / 0.7);
      height: calc(100% / 0.7);
    }
  }
}
@media screen and (max-width: 560px) {
  .col-4, .col-8 {
    width: 100%;
  }
}
@media screen and (max-width: 445px) {
  .siema-paginator {
    visibility: hidden;
  }
}
@media screen and (max-width: 410px) {
  .siema-paginator {
    visibility: hidden;
  }
  .button-block {
    position: relative;
    right: auto;
  }
}
