@charset "UTF-8";
/* Variables */
/*#86c586;#e5a623;#cdbf1a;*/
/*#0a6b16;#fbdc9b;*/
/* #aaa; */
/*#e5a623 / #86c586;*/
/*#fbdc9b;*/
/* Mixin */
/* General styles */
.full-flex {
  width: 100%; }

.flex, .full-flex {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex; }

.full-block {
  width: 100%;
  display: block;
  overflow: auto; }

td {
  vertical-align: middle; }

td.top {
  vertical-align: top; }

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

.color000 {
  color: #000; }

.ka-right {
  text-align: right; }

.ka-left {
  text-align: left !important; }

ol {
  padding-left: 30px; }

ul > li {
  list-style: none; }

.clear {
  clear: both; }

.center-container {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  width: 100%;
  float: left;
  text-align: justify;
  overflow: hidden; }

.center-container-xy {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: perspective(1px) translateX(-50%) translateY(-50%);
  -ms-transform: perspective(1px) translateX(-50%) translateY(-50%);
  transform: perspective(1px) translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  float: none;
  text-align: center;
  overflow: hidden; }

.center-container-x {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  float: none;
  text-align: center;
  overflow: hidden; }

.underline {
  padding-top: 10px; }

.overline {
  padding-bottom: 10px; }

.suborange {
  text-align: center;
  margin: 10px 0;
  color: #4f4221;
  /*border: 1px solid #4f4221;*/
  background-color: white; }

.suborange a:hover {
  color: black;
  text-decoration: none; }

.alert-success, .alert-danger {
  padding: 10px;
  margin: 5px;
  background: #fff;
  vertical-align: top;
  position: fixed;
  text-align: center;
  z-index: 50;
  min-width: 300px;
  transform: translateX(-50%);
  left: 50%; }

.alert-danger {
  border: 1px solid #ff0000;
  color: #ff0000; }

.alert-success {
  border: 1px solid #046801;
  color: #049801; }

.close {
  border: none;
  background: none;
  font-size: 35px;
  padding: 0;
  margin: -14px 7px 0 0;
  /*color: #ff0000;*/
  display: inline-block;
  cursor: pointer;
  float: left; }

sup {
  font-size: xx-small;
  /*vertical-align: super;*/
  /*border-bottom: 1px solid #d0d0d0*/ }

sub {
  font-size: xx-small;
  vertical-align: baseline; }

.sm {
  font-size: 10pt;
  vertical-align: top;
  margin: 0;
  padding: 0; }

.sm a, .sm a:hover, .sm a:focus {
  color: #fbb82b;
  outline: 0;
  text-decoration: underline; }

.center {
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto; }

.center img:not(.clear) {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.full {
  width: 100%; }

.fnt-8 {
  font-size: 0.75em !important; }

.fnt-10 {
  font-size: 0.875em !important; }

.fnt-12 {
  font-size: 1em !important; }

.fnt-14 {
  font-size: 1.125em; }

.pad-0 {
  padding: 0; }

.margin-0 {
  margin: 0; }

.img-content {
  width: 100%;
  height: 100%; }

.red {
  color: red;
  font-weight: bold;
  padding: 10px; }

.tt {
  color: black; }

.tt:hover {
  color: black !important;
  text-decoration: underline; }

.ttw {
  color: white; }

.ttw:hover {
  color: red;
  text-decoration: underline; }

/*** text class **/
.text, .text div, .text p, .text p ul {
  font-size: 12pt !important;
  text-decoration: none;
  padding: 10px;
  color: #000000 !important;
  text-align: justify; }

.text a, .text a:hover, .text a:visited {
  color: black;
  text-decoration: none; }

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

.text ul {
  margin: 0;
  padding-left: 20px;
  text-justify: inter-cluster; }

.text ul.dashed {
  list-style-type: none; }

.text ul.dashed > li {
  text-indent: -10px; }

.text ul.dashed > li:before {
  content: " - ";
  text-indent: -15px; }

.text h2.h {
  text-align: center;
  margin: 10px 0;
  color: black; }

.text h2.u {
  text-align: left;
  text-decoration: underline;
  margin: 0 0; }

.text p.y {
  padding: 0 0 10px 20px; }

.up-20 {
  margin-top: -20px; }

.up20 {
  margin-top: 20px; }

.up10 {
  margin-top: 10px; }

.up-10 {
  margin-top: -10px; }

/*** buttons **/
.nbtn, .nbtn:hover {
  cursor: pointer;
  font-size: 12px;
  color: #898989;
  text-decoration: none;
  /* padding: 10px;*/
  background-color: transparent;
  border: 0;
  max-width: 120px; }

.nbtn-fixed {
  min-width: 100px; }

.nbtn:hover {
  color: black; }

.nbtn:focus {
  outline: 0; }

.rbtn, .rbtn:hover {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  color: red !important;
  text-decoration: none; }

.rbtn:hover {
  color: black; }

.nnbtn, .nnbtn:hover {
  cursor: pointer;
  font-size: 100%;
  color: #fbb82b;
  text-decoration: none;
  padding: 0; }

.nnbtn:hover {
  color: red; }

.gbtn, .mgbtn {
  color: #fbb82b;
  font-weight: bold; }

.vbtn, .wbtn, .gbtn, .mgbtn {
  -moz-box-shadow: inset 0 1px 0 0 #9acc85;
  -webkit-box-shadow: inset 0 1px 0 0 #9acc85;
  box-shadow: inset 0 1px 0 0 #9acc85;
  background-color: #74ad5a;
  border: 1px solid #3b6e22;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
  text-align: center;
  margin: 5px 5px;
  width: 143px; }

.btn-row {
  height: 60px;
  margin-top: 5px;
  /*display: inline;*/ }

.wbtn {
  -moz-box-shadow: inset 0 1px 0 0 #9acc85;
  -webkit-box-shadow: inset 0 1px 0 0 #9acc85;
  box-shadow: inset 0 1px 0 0 #9acc85;
  background-color: #d4762f;
  border: 1px solid #3b6e22; }

.gbtn {
  -moz-box-shadow: inset 0 1px 0 0 #9acc85;
  -webkit-box-shadow: inset 0 1px 0 0 #9acc85;
  box-shadow: inset 0 1px 0 0 #9acc85;
  background-color: #f3f3f3;
  border: 1px solid #3b6e22;
  color: #3b6e22;
  text-decoration: none; }

.mgbtn {
  -moz-box-shadow: inset 0 1px 0 0 rgba(119, 119, 119, 0.9);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(119, 119, 119, 0.9);
  box-shadow: inset 0 1px 0 0 rgba(119, 119, 119, 0.9);
  background-color: #dadada;
  border: 1px solid #3b6e22;
  color: #3b6e22;
  text-decoration: none; }

.vbtn:visited, .wbtn:visited {
  color: #ffffff;
  text-decoration: none; }

.vbtn:active, .wbtn:active {
  color: #ffffff;
  position: relative;
  text-decoration: none;
  top: 1px; }

.wbtn:hover {
  background-color: #db2c2c;
  color: #ffffff;
  text-decoration: none; }

.vbtn:hover {
  background-color: #426b2e;
  color: #ffffff;
  text-decoration: none; }

.gbtn:hover {
  background-color: #426b2e;
  color: #ffffff;
  text-decoration: none !important; }

.mgbtn:hover {
  background-color: #9a9a9a;
  text-decoration: none !important;
  color: #3b6e22 !important; }

.vbtn-wide {
  width: 195px; }

.vbtn-wider {
  width: 250px; }

/* Styles */
a, .link, a:visited {
  text-decoration: none;
  color: #fbb82b;
  cursor: pointer; }

body {
  position: relative;
  /*font: 100%/1.4 'Helvetica Neue', arial, helvetica, sans-serif;*/
  font-size: 12pt;
  overflow: auto;
  font-weight: normal;
  width: 100%;
  text-align: center;
  background-color: #eeeeee;
  -webkit-font-smoothing: antialiased; }

#panel {
  width: 100%;
  background-color: #eeeeee;
  z-index: 10; }

.form-panel {
  position: fixed; }

h2, .h2 {
  color: #6e6e6e;
  font-size: 22px; }

h2 a:hover, .link:hover {
  text-decoration: underline;
  color: red;
  cursor: pointer; }

h2 a:visited {
  text-decoration: underline;
  color: red;
  cursor: pointer; }

.h2-less {
  color: #ff0000;
  font-size: 16px; }

.h2-less:hover {
  text-decoration: none; }

h2 a {
  color: #ff0000; }

a:hover {
  text-decoration: underline;
  color: #fbb82b; }

.row2 {
  display: inline-block;
  width: 70%; }

.wrapper {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%; }

.hi-in-top {
  display: inline-block;
  vertical-align: top;
  text-align: center; }

.fff20px {
  height: 15px; }

header {
  overflow: hidden !important; }

.biggreylink-btn {
  /* Remove all decorations to look like normal text */
  background: none;
  border: none;
  display: inline;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  /* Additional styles to look like a link */
  cursor: pointer;
  color: #999999; }

.biggreylinkm, .biggreylink-btn, .biggreylink {
  font-size: 22px;
  color: #999999; }

.biggreylink:hover, .biggreylink-btn:hover {
  color: #ff0000;
  text-decoration: none; }

.toplinebg {
  height: 35px;
  background: linear-gradient(to top, #ff0000, #770000);
  color: #fff;
  padding-left: 5px; }

.toplinebga {
  height: 35px;
  background: linear-gradient(to top, #426b2e, #74ad5a);
  color: #fff;
  padding-left: 5px; }

.toplinebg-admin a {
  color: #fbb82b;
  display: block; }

.toplinebg a {
  color: #fff; }

.toplinebg-admin a:hover, .toplinebg a:hover {
  text-decoration: underline; }

.toplinebg span {
  color: #999; }

.city {
  width: 490px;
  float: left;
  padding: 6px 0; }

.topinfo1 {
  width: auto;
  float: left;
  text-align: right;
  padding: 6px 15px; }

.r {
  color: #ff0000; }

.auth1 {
  width: auto;
  float: right;
  text-align: center;
  padding: 6px 15px; }

.top1 {
  margin: 25px 0; }

.top2 {
  margin: 0;
  padding: 0 20px; }

/*
.logotitle {
  padding-top: 0px;
  margin: 5px 15px;
  color: #838383;
  text-transform: uppercase;
  font-stretch: semi-condensed;
  font-weight: bold;
  display:inline-block;
  text-align:center;
  height: 60px;
  width: 90%;
}
*/
.logotitle div {
  font-family: 'Oswald', sans-serif;
  position: relative;
  left: 0;
  z-index: 10;
  font-size: 38px; }

.menu-logo {
  float: left;
  vertical-align: middle;
  min-width: 150px; }

.menu-logo > .rating-container {
  display: none; }

.menu-logo .menu-logo-img {
  width: 160px; }

.logo {
  float: left;
  vertical-align: middle; }

.search {
  float: left;
  margin-right: 30px; }

.search p {
  font-size: 14px;
  color: #808080;
  padding-top: 4px; }

.search input {
  color: black;
  padding-top: 0; }

.search-form {
  border: 1px solid #fbb82b;
  border-radius: 2px;
  padding-bottom: 1px; }

.insearch {
  width: 85%;
  height: 27px;
  float: left;
  padding-left: 5px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 90%; }

.search-btn {
  width: 40px;
  height: 40px;
  float: right;
  background: url(/images/search.png) no-repeat;
  border: none;
  cursor: pointer;
  color: black; }

.delete-btn {
  width: 55px;
  height: 30px;
  border: none;
  cursor: pointer;
  font-size: 8px; }

.block-btn {
  width: 55px;
  height: 30px;
  border: none;
  cursor: pointer;
  font-size: 8px; }

.cart {
  padding-left: 25px;
  margin-top: 10px;
  background: url(/images/cart.png) no-repeat;
  float: left; }

.cart span {
  color: #ff0000; }

.cart:hover {
  color: #ff0000; }

nav {
  border-top: 2px solid #eeeeee;
  /*border-bottom: 1px solid $bggrey;*/
  background: #ffffff; }

.main-menu {
  display: table;
  border-top: 0;
  padding: 0 0;
  width: 100%;
  background-color: white;
  /*$gold;*/ }

.main-menu-bg {
  background-color: white;
  /*$gold;*/
  width: 100%; }

.adv-header {
  margin: 10px 0; }

.bgGold {
  background-color: #eeeeee !important; }

.bgGold:hover {
  background: #f3f3f3 !important; }

.main-menu-divider {
  color: black;
  margin-top: 16px;
  font-size: 16pt; }

.main-menu li {
  float: left;
  width: 25%; }

.main-menu li a {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #737373;
  background-color: white;
  /*$gold;*/
  box-sizing: content-box; }

.main-menu li a:hover {
  background: #f3f3f3;
  box-sizing: content-box;
  text-decoration: none; }

.top-slider {
  margin: 15px 0; }

#owl-demo .item img {
  display: block;
  width: 600px;
  height: auto; }

.top-slider-sroll {
  width: 600px;
  float: left; }

.top-slider-st {
  width: 378px;
  height: 148px;
  float: left;
  margin: 0 0 2px 2px; }

.top-slider-st img {
  width: 378px;
  height: 150px; }

.item {
  position: relative; }

.owl-controls {
  position: absolute;
  top: 0;
  width: 100%; }

.owl-prev {
  position: absolute;
  top: 100px;
  left: 0; }

.owl-next {
  position: absolute;
  top: 100px;
  right: 0; }

.owl-pagination {
  position: absolute;
  top: -10px;
  right: 0; }

/* tovar */
.t-i-img {
  width: 340px;
  max-width: 340px;
  height: 365px;
  max-height: 365px;
  /*border: 1px solid #eee;*/
  margin: 0 15px 15px 0;
  float: left; }

.b-zakaz {
  display: block;
  background: #ff0000;
  padding: 10px 50px;
  width: 75px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px; }

.b-zakaz:hover {
  background: #049801;
  color: #fff; }

.p-logo {
  max-width: 100px !important;
  max-height: 100px !important; }

.company-logo {
  max-width: 250px !important;
  max-height: 250px !important; }

.grey-t {
  font-size: 18px;
  color: #999; }

.tovar {
  padding: 1px;
  display: flex;
  flex-direction: column; }

.tovar p {
  margin-bottom: 20px;
  text-align: justify; }

.t-prod td {
  vertical-align: top;
  padding: 15px; }

/* Middle
-----------------------------------------------------------------------------*/
.article {
  width: 100%;
  position: relative; }

.article:after {
  display: table;
  clear: both;
  content: ''; }

.content {
  padding: 0 0 0 245px;
  min-height: 250px; }

.breadcrumbs {
  overflow: auto;
  font-size: 12px; }

.breadcrumbs li {
  float: left;
  color: white; }

.breadcrumbs li:after {
  content: ">";
  margin: 0 10px;
  color: #fbb82b; }

.breadcrumbs a {
  color: white; }

.htitle2, .htitle3, .htitle4 {
  /*border-bottom: 2px solid #aaaaaa;*/
  overflow: hidden;
  width: 98%;
  margin-top: 10px;
  min-height: 32px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: justify; }

.htitle2 {
  margin-top: 0; }

.htitle2-gold {
  color: #fbb82b;
  text-align: center; }

.htitle2-black {
  color: black; }

.htitle2-container-with-img {
  float: left;
  vertical-align: middle;
  padding-bottom: 10px;
  width: 100%;
  height: 80px; }

.htitle2 .h2 {
  font-size: 16pt;
  font-weight: bold;
  color: black;
  min-height: 32px;
  /*width: 87%;*/
  margin: 0 10px;
  max-width: 900px;
  height: 60px; }

.htitle2-sub {
  padding: 0 10px !important;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 14px;
  width: 100%;
  font-style: italic;
  font-weight: bold; }

.htitle2-sub-img {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%); }

.htitle2-sub li {
  list-style: circle outside; }

.hgtitle {
  border-bottom: 2px solid #8e6816;
  background-color: #fbb82b;
  overflow: auto;
  text-align: center;
  color: black;
  margin-top: 0;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 0;
  border-radius: 5px;
  height: 40px;
  padding-top: 6px;
  vertical-align: middle; }

.hgtitle h2, .hgtitle div, .hgtitle label {
  color: black;
  cursor: pointer; }

.hgtitle span {
  cursor: pointer; }

.htitle3, .htitle4 {
  color: black;
  border-bottom: 1px solid #000000; }

.htitle4 {
  border-bottom: 0;
  margin-bottom: 5px; }

.htitle3 h2 {
  color: black;
  border-bottom: 0; }

.hgtitle > span {
  position: absolute;
  height: 16px;
  top: 10px;
  text-decoration: underline;
  color: white;
  text-align: left;
  left: 10px;
  font-size: 70%; }

.hgtitle > h2 {
  margin-left: -100px; }

.rowcon, .rowcon-promo {
  padding: 10px 0; }

.rowcon-ad {
  padding: 10px; }

.rowcon-promo {
  float: left; }

.rowcon-goods {
  overflow: hidden;
  padding: 5px 5px 5px 5px; }

.rowcon, .rowcon2 {
  background: #fff;
  overflow: hidden !important; }

.rowcon2 {
  padding: 10px 10px;
  margin: 10px;
  text-align: justify; }

.rowcon-row {
  padding: 10px 0; }

.promo-row {
  display: inline-block;
  /*
  margin: 0.25%;
  width: 24%;
  max-width: 24%;
  */
  /*  margin: 0 2px 5px 2px; */
  vertical-align: top;
  /*background-color: #ffffff;*/
  overflow: hidden;
  height: 258px;
  min-height: 258px;
  padding: 0 0 0 1px;
  float: left; }

/*
@media only screen and (max-width: 400px) {
  .promo-row {
    width: 47%;
    max-width: 47%;
    margin: 0.5%;
  }
}

@media only screen and (min-width: 401px) and (max-width: 600px) {
  .promo-row {
    width: 32%;
    max-width: 32%;
    margin: 0.5%;
  }
}

.promo-row:last-of-type {
}
*/
.promo-row-inside {
  margin: 2px;
  border: 1px solid #a7a7a7;
  background-color: white;
  height: 255px; }

.promo-row-centered {
  width: 151px;
  min-width: 151px;
  text-align: center; }

/*
.promo-row-centered > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
*/
.rowcon-promo {
  background-color: #eeeeee;
  overflow-x: hidden;
  width: 628px;
  /*912px;*/ }

.con-img-it {
  /*
    width: 200px;
    height: 202px;
    */
  /*
  border: 1px solid #eee;

  border-radius: 2px;

  */
  background: #fff;
  position: relative;
  display: flex;
  vertical-align: middle;
  text-align: center;
  height: 180px;
  width: 100%; }

.con-img-it a {
  width: 100%;
  margin: auto; }

.con-img-it:hover {
  /*border: 1px solid #ccc;*/ }

.con-img-it img {
  /* max-width: 100%; */
  /*fit-content !important;*/
  /*display: inline-block;*/
  vertical-align: middle;
  margin: auto;
  line-height: 180px;
  max-height: 180px;
  max-width: 100%; }

.item-name {
  font-weight: normal;
  color: #000;
  text-align: center;
  margin: 0;
  min-height: 72px;
  padding: 0 3px; }

.item-name a:not(.vbtn, .wbtn, .nbtn, .rbtn, .gbtn, .mgbtn) {
  color: #000; }

.item-name a:hover {
  text-decoration: underline;
  color: #ff0000; }

.price1, .category-name {
  text-align: center;
  margin: 5px 0;
  color: #ff0000; }

.price {
  font-size: 90%;
  text-align: center;
  margin: 5px 0;
  color: #999999; }

.price2, .category-name {
  font-size: 90%;
  text-align: right;
  margin: 5px 0 0 20px;
  color: #ff0000; }

.category-name {
  text-align: center;
  margin: 0 10px;
  color: #6e6e6e;
  font-weight: bold; }

.category-name > a, .category-name > a:hover {
  color: #6e6e6e;
  font-weight: normal;
  font-style: italic; }

.category-name > a:hover {
  text-decoration: underline; }

.old-price1 {
  text-decoration: line-through;
  color: #949393; }

.sale-pr, .sale-sp, .sale-free {
  background: #fbb82b;
  color: #ff0000;
  position: absolute;
  padding: 0 5px;
  top: 5px;
  right: 5px;
  opacity: 0.45;
  font-size: 90%; }

.sale-sp {
  background: #ff0000;
  color: #ffffff; }

.sale-free {
  background: #ff0000;
  color: gold; }

.descr1 {
  padding-top: 10px;
  padding-bottom: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden; }

.descr1-0 {
  border-top: 0;
  padding-top: 10px;
  margin-top: 0;
  padding-left: 5px;
  border-bottom: 0; }

.descr1-0, div.descr1-0 {
  padding: 5px 5px; }

.descr1 a:not(.vbtn, .wbtn, .nbtn, .rbtn, .mgbtn) {
  color: #fbb82b; }

.descr1 a:not(.vbtn, .wbtn, .nbtn, .rbtn, .mgbtn):hover {
  color: #ff0000; }

.descr1 h3 {
  font-weight: bold;
  color: #666;
  padding-bottom: 8px; }

footer {
  background: #3e3e3e;
  color: #fff;
  margin-top: 20px;
  padding: 10px 0; }

/* ÑÎÎÁÙÅÍÈß */
.msg-cnt {
  font-size: 8pt;
  border: solid 1px #0b3e6f;
  margin-left: 20px;
  padding: 0;
  min-width: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  right: 10px;
  bottom: 10px; }

.msg-user {
  font-size: 70%;
  padding: 0;
  margin: 0; }

/* âûäåëåíèå òèïà ëîãèíà */
.login_agent, .login_consumer, .login_, .login_supplier {
  color: #ffffff; }

.login_agent a, .login_consumer a, .login_ a, .login_supplier a {
  color: #ffffff; }

.login_moderator {
  background-color: #0c4484;
  color: #ffff99; }

.login_administrator {
  background-color: #555555;
  color: #ffff99; }

.review-login-title {
  padding-top: 0; }

.login-title {
  padding-top: 10px; }

.review-login-title, .login-title, .order-login-title {
  color: #aaaaaa;
  font-size: 12px;
  text-align: center;
  word-wrap: break-word; }

.hint-title {
  color: #aaaaaa;
  font-size: 70%;
  text-align: right; }

.cat-title {
  color: #aaaaaa;
  font-size: 12px; }

/* êîìïàíèè êàòåãîðèÿ */
.news-comp-row, .demand-comp-row, .company-comp-row, .order-comp-row {
  padding-top: 10px;
  margin: 0 10px;
  height: 160px;
  overflow: hidden;
  /*display: inline-block;*/
  /*width: 100%;*/ }

.order-comp-row {
  display: flex;
  margin: 5px 0 0;
  padding: 5px 10px;
  background-color: #eeeeee;
  height: 110px;
  max-height: 110px;
  border: 1px solid #6e6e6e; }

.order-comp-left {
  width: 100px; }

.order-comp-right {
  width: 100%;
  padding-left: 4px; }

.order-comp-right .order-detail {
  text-align: right;
  float: right; }

.order-detail .detail-phone {
  font-size: 80%; }

.order-comp-right .order-state .ref {
  font-size: 70%; }

.order-comp-right .order-state .actions .glyphicon {
  font-size: 18pt; }

.order-comp-right .order-state .actions .actions-list {
  display: flex; }
  .order-comp-right .order-state .actions .actions-list a {
    padding: 10px; }

.review-comp-row {
  padding-top: 10px;
  overflow: hidden; }

.comp-row {
  border-top: 1px solid #ccc; }

.news-comp-row, .demand-comp-row, .review-comp-row, .company-comp-row {
  /* border: 1px solid #ccc; */ }

.news-comp-row:last-of-type {
  border: 0; }

.review-block .review-n {
  display: flex; }

.review-block .review-nw {
  width: 120px; }
  .review-block .review-nw .p-logo, .review-block .review-nw .review-nw .login-title {
    /*  margin-left: 0 !important;*/
    text-align: center; }

.review-block .review-nw-logo {
  width: 100px;
  height: 100px; }
  .review-block .review-nw-logo img {
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px; }

.review-block .review-ne {
  width: 100%; }

.review-block .review-ne > div, .review-block .review-ne > .rating > .rating-container {
  text-align: right !important;
  float: right !important; }

.review-block .review-ne > .rating > .rating-container {
  font-size: 40px; }

.review-actions {
  text-align: center; }

.logo-comp-cat a {
  text-align: center;
  color: black; }

.logo-comp-cat a:hover {
  color: #FF0000;
  text-decoration: none; }

.logo-comp-cat img {
  max-height: 100px;
  max-width: 100px; }

.descr-comp-cat {
  display: block; }

.descr-comp-cat h3 {
  color: #ff0000;
  font-size: 20px;
  overflow: hidden;
  max-height: 45px; }

.descr-comp-cat p {
  color: #666;
  font-size: 12px; }

.descr-comp-cat a {
  color: #ff0000; }

.descr-comp-cat a:hover {
  text-decoration: underline; }

.descr2-comp-cat {
  display: block;
  text-align: right;
  color: #999999; }

.descr2-comp-cat a {
  font-weight: bold; }

.unconfirmed {
  border-left: 1px solid red; }

/* íîâîñòè */
.descr-new-cat h3 {
  color: #ff0000;
  font-size: 14px; }

.descr-new-cat span {
  color: #999;
  font-size: 16px;
  margin-right: 7px; }

.descr-new-cat p {
  color: #666;
  font-size: 14px; }

.descr-new-cat a {
  color: #ff0000; }

.read-more, .read-more:hover {
  color: #fbb82b !important;
  cursor: pointer; }

.read-more:hover, .descr-new-cat a:hover {
  text-decoration: underline; }

.read-more:visited {
  text-decoration: none;
  color: #fbb82b !important; }

/* çàÿâêè */
.logo-zak-cat {
  width: 100px;
  margin-right: 20px; }

.logo-zak-cat img {
  width: 100px;
  max-height: 100px;
  border-radius: 10px; }

.descr-zak-cat h3 {
  color: #ff0000;
  font-size: 16px; }

.descr-zak-cat a {
  color: #ff0000; }

.descr-zak-cat a:hover {
  text-decoration: underline; }

.descr-zak-cat span {
  color: #999;
  font-size: 16px;
  margin-right: 7px; }

.descr-zak-cat p {
  color: #666;
  font-size: 14px; }

/* ôîðìà ðåãèñòðàöèè */
.hiregformtab td {
  padding: 10px;
  border-bottom: 0 solid #eee;
  vertical-align: middle; }

.hiregformtab td:first-child {
  width: 200px; }

.hiregform input {
  border: 1px solid #6e6e6e;
  height: 36px;
  font-size: 12px;
  padding-left: 7px;
  border-radius: 2px;
  outline: none; }

.hiregform .file {
  border: none;
  font-size: 16px;
  width: 380px; }

.hiregform textarea {
  border: 1px solid #6e6e6e;
  /*width: 380px;*/
  height: 80px;
  font-size: 12px;
  padding-left: 7px;
  border-radius: 2px;
  outline: none; }

.hiregform select {
  border: 1px solid #6e6e6e;
  width: 388px;
  height: 40px;
  font-size: 16px;
  padding-left: 7px;
  border-radius: 2px;
  outline: none;
  margin: 10px 0;
  color: #666; }

.hiregform .regsub {
  border: none;
  display: block;
  background: #ff0000;
  padding: 10px 50px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  cursor: pointer; }

.hiregform .regsub:hover {
  background: #049801;
  color: #fff; }

.left-menu-cat li {
  position: relative;
  font-size: 90%; }

.obzor1 {
  margin: 20px; }

.o-i-img {
  width: 150px;
  border: 1px solid #eee;
  margin: 0 15px 15px 0;
  float: left; }

.o-desc {
  float: left;
  width: 490px; }

.o-logo {
  max-width: 200px;
  max-height: 65px; }

.p15-l {
  padding-left: 15px; }

.b18 {
  font-weight: bold;
  font-size: 18px; }

.auth-o-1 {
  margin: 0 0 0 15px; }

.red1 {
  color: #ff0000; }

.r1-o-r {
  width: 50%;
  float: left; }

.m20-l {
  margin-left: 100px; }

.content table.table {
  width: 100%; }

.content table.table td {
  border-left: 1px solid #eee;
  padding: 10px; }

.content table.table td:nth-child(1) {
  border-left: none; }

.content table.table thead {
  border-bottom: 1px solid #ff0000; }

.content table.table thead,
.content table.table thead a {
  color: #6e6e6e; }

.content table.table thead td {
  border-left: none; }

.content table.table tr {
  border-bottom: 1px solid #ff0000; }

/*// 1 - òðåáóåò ìîäåðàöèè, 2 - âîçìîæíà ìîäåðàöèÿ, 3 - ïðîìîäåðèðîâàí, 4 - çàáëîêèðîâàí, 5 - îòêëþ÷åí*/
.o-4 {
  color: red;
  text-decoration: line-through; }

.o-5 {
  color: #dddddd;
  font-style: italic; }

.rightbar td {
  font-size: 1.2em; }

span.rur {
  /*text-transform: uppercase;*/ }

span.rur span {
  /*position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .2ex 0 0 -.65em;*/ }

span.rur span:before {
  content: '\2013'; }

#article, #aside {
  float: left; }

#article {
  width: 72.91666666666667%;
  margin-right: 1.041666666666667%;
  z-index: 1; }

#aside {
  width: 26.04166666666667%;
  z-index: 20; }

#footer, #header {
  display: inline-block;
  float: none;
  width: 100%;
  padding: 5px; }

@media only screen and (max-width: 600px) {
  #article, #aside {
    float: none;
    width: 100%; } }

/*
.help-block {
  color: #646464;
  padding-left: 24px;
  font-size: 10pt;
  background-image: url("/images/help-hint.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
}
*/
.error-summary {
  color: #df3434;
  font-weight: bold; }

.error-summary ul {
  font-weight: normal;
  font-size: 80%;
  text-align: center; }

.rekl, .reklblock {
  text-align: center;
  vertical-align: middle;
  background-color: white;
  padding: 0;
  margin: 0;
  overflow: hidden;
  /*display: table;*/ }

.reklblock {
  padding: 0;
  /*border: 1px dotted #ADADAD;margin: 2px;*/ }

.advholder-header, .advholder-aside {
  font-weight: bold;
  letter-spacing: 0.5cm; }

.advholder-header {
  font-size: 1.2em; }

.reklblock-4::before, .reklblock-1::before {
  content: "";
  background-image: url("/images/logo.png");
  text-align: center;
  vertical-align: middle;
  align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 98%;
  opacity: .1;
  z-index: -1;
  box-sizing: content-box; }

.reklblock-4, .reklblock-1 {
  position: relative;
  z-index: 1;
  /*display: table-cell;*/
  min-height: 128px;
  height: 128px;
  margin-top: 0; }

.reklblock-1 {
  margin: 0 auto 20px;
  width: 200px;
  min-height: 110px;
  height: 110px; }

.b-sale::before, .b-ss::before, .b-free::before {
  content: '';
  color: #ff0000;
  text-align: center;
  vertical-align: middle;
  align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: 10;
  background-repeat: no-repeat;
  box-sizing: content-box; }

.b-sale::before {
  background-image: url("/images/stripe-sale.png");
  background-size: 150px 125px; }

.b-ss::before {
  background-image: url("/images/stripe-ss.png");
  background-size: 150px 125px; }

.b-free::before {
  background-image: url("/images/stripe-free.png");
  background-size: 150px 125px; }

.b-sale, .b-ss, .b-free {
  position: relative;
  z-index: 11;
  vertical-align: middle; }

.category a {
  color: #6e6e6e;
  font-size: 80%; }

.category a:hover {
  color: black;
  text-decoration: none; }

.c-gold, .c-gold a {
  font-size: 100%;
  text-decoration: none;
  color: #fbb82b; }

.c-grey, .c-grey a {
  text-decoration: none;
  color: #999999;
  /*display: inline-block;*/
  font-size: 0.8em; }

.c-red, .c-red a {
  font-size: 100%;
  text-decoration: none;
  color: red;
  display: inline-block; }

.c-white a {
  color: #ffffff; }

.c-red a:hover {
  font-size: 100%;
  text-decoration: underline; }

.c-gold a:hover, .c-grey a:hover {
  font-size: 100%;
  text-decoration: none;
  color: red; }

table.row-under tr td:first-child {
  padding: 5px 10px 5px;
  text-align: justify;
  vertical-align: middle;
  color: #999999;
  font-size: 10pt; }

table.row-under tr td:nth-child(2) {
  text-align: justify;
  color: black;
  padding-left: 5px;
  font-size: 10pt; }

.album-item, .album-item-default {
  padding: 5px 0;
  text-align: left;
  font-size: 10pt;
  color: #6e6e6e; }

.btn-delete {
  color: #ff0000; }

.album-item-default {
  background-color: #dadada; }

.empty {
  padding: 5px 5px 10px;
  margin-top: 10px; }

.footer-text, .remark, .footer-link, .footer-link a {
  font-size: 8pt;
  vertical-align: middle;
  color: #adadad;
  text-decoration: none;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left; }

.remark {
  padding: 0;
  margin-top: 0;
  text-align: center; }

.seller-value {
  color: black;
  font-size: 10pt;
  margin: 0 0; }

.seller-value a {
  color: blue; }

.rt-cnt-r {
  text-align: center;
  color: #343434;
  display: block;
  font-size: 10pt;
  opacity: 0.7; }

.rt-cnt-r a, .rt-cnt-r a:hover {
  text-decoration: none;
  color: black;
  cursor: pointer; }

.rt-cnt-r a:hover {
  color: black; }

.rt-cnt {
  text-align: center;
  color: #343434;
  display: block;
  opacity: 0.7; }

.rt-cnt a, .rt-cnt a:hover {
  text-decoration: none;
  color: white;
  cursor: pointer; }

.border {
  /*border:1px solid #dadada;*/
  margin: 10px;
  padding: 10px;
  margin-right: auto;
  text-align: left;
  min-height: 32px; }

.modal-radio {
  font-size: 90%;
  font-weight: normal;
  line-height: 1.4; }

fieldset {
  border: 1px solid #aaaaaa;
  margin: 2px;
  padding: 5px; }

fieldset legend {
  font-weight: bold; }

fieldset input, fieldset select, fieldset label, fieldset div.field, fieldset ul.fancytree-container {
  margin-left: 20px;
  margin-right: 10px;
  width: 90%; }

.report table thead tr, .report table thead tr td {
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  border: 1px solid #d0d0d0;
  padding: 10px; }

.report table thead tr {
  width: 100%; }

.report table tbody tr {
  width: 100%;
  font-size: 90%; }

.report table tbody tr td {
  padding: 2px 10px;
  font-size: 90%;
  border: 1px solid #d0d0d0; }

.report .report-header {
  font-weight: bold;
  font-size: 110%; }

.report table tbody tr:nth-child(even) {
  background: #f0f0f0; }

.report table tbody tr:nth-child(odd) {
  background: #ffffff; }

.lb, .q {
  border-left: 1px dotted #999999; }

.q {
  padding-left: 15px;
  font-weight: bold;
  margin: 15px 10px 5px; }

.a {
  padding-left: 15px;
  margin: 5px 10px 5px; }

.drawing {
  vertical-align: top; }

#report-loading {
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 1px dotted #999999;
  margin-left: auto;
  margin-right: auto;
  display: none; }

.dt {
  text-align: left;
  font-size: 10pt;
  color: #999999; }

.rowemp-title {
  padding: 15px 20px 10px;
  margin: 0;
  background-color: #f7f7f7;
  color: #666666; }

.rowemp {
  background-color: #f7f7f7;
  padding: 0 0 0 20px;
  margin: 0; }

.model-header {
  padding-bottom: 0;
  border: 0; }

.texty {
  border-radius: 10px;
  margin-left: -30px;
  margin-right: -30px;
  width: 950px; }

.texty, .texty div {
  background-color: #ffe9cf;
  padding: 10px;
  display: block; }

.img-container {
  position: relative;
  margin-left: -90px;
  width: 936px;
  height: 540px; }

.grey-title {
  color: black;
  font-size: 80%;
  font-style: italic;
  text-align: right; }

.jst {
  text-align: justify; }

.review-pre-left {
  float: left;
  min-width: 90px;
  margin: 0;
  padding: 3px 0 0 0;
  justify-content: center;
  align-items: center;
  height: 100%; }

.review-pre-right {
  padding: 0 5px;
  min-width: 120px;
  height: 100%;
  width: 100%;
  float: right; }

.news-left {
  float: left;
  min-width: 120px;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  height: 100%; }

.news-left .vbtn {
  width: 90px; }

.news-right {
  padding: 0 5px;
  min-width: 120px;
  height: 100%; }

.news-right a:not(.read-more):not(.vbtn), .review-pre-header, .news-pre-header a {
  color: #555555 !important;
  font-weight: bold; }

.rowcon-promo-icon {
  /*padding: 0 50px 0 20px;*/
  color: #fbb82b !important;
  font-size: 36pt;
  cursor: pointer;
  min-height: 60px;
  height: 60px;
  width: 70px;
  margin-left: 25px; }

.rowcon-promo-icon img {
  height: 60px;
  width: 60px;
  padding-top: 0 !important; }

.title-main {
  color: white;
  font-weight: bold;
  font-size: 20pt;
  text-align: center; }

.title-main a {
  font-size: 12pt;
  color: #e0e0e0;
  text-decoration: underline; }

.title-main a:hover {
  color: white; }

.scroll-btn {
  height: 325px;
  line-height: 325px;
  cursor: pointer;
  width: 30px;
  padding: 0;
  font-size: 20pt;
  color: #eeeeee;
  background-color: #fff; }

.scroll-btn-right {
  float: right; }

.scroll-btn-left {
  float: left; }

.border-bottom {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #eeeeee; }

.help-h2 {
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: black; }

.help-listitem::before {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  /*position: relative;
  left: -30px;*/
  font-size: 10pt; }

.help-listitem {
  width: 100%; }

/* ***** */
/* icons */
/* ***** */
.icon {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background: url("/images/icon.png");
  background-position-y: 0; }

.icon-sale {
  background-position-x: -125px; }

.icon-free {
  background-position-x: 0;
  margin-left: 4px; }

.icon-review {
  background-position-x: -247px; }

.icon-news {
  background-position-x: -387px; }

.icon-demand {
  background-position-x: -504px; }

.icon-goods {
  background-position-x: 0;
  background-position-y: -88px; }

.icon-info {
  background-position-x: -125px;
  background-position-y: -88px; }

/* ***** */
.main-page-slider {
  overflow: hidden;
  padding: 0 35px; }

/* SLICK OVERRIDES */
.slick-dots {
  bottom: 0; }

.slick-dotted.slick-slider {
  margin-bottom: 10px;
  padding: 2px 2px 20px; }

.slick-slide img {
  padding-top: 0 !important; }

.slick-prev, .slick-next {
  margin-top: 20px;
  z-index: 10; }

.nav-item > .slick-prev, .nav-item > .slick-next {
  margin-top: 0 !important;
  z-index: 10; }

.slick-prev {
  left: 5px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDAgNDAiPjxwYXRoIGQ9Ik0xOCwxMiBMMTAsMjAgTDE4LDI4IE0xMCwyMCBMMzAsMjAiIGZpbGw9InJnYigyNTUsMCwwKSI+PC9wYXRoPjwvc3ZnPg"); }

.slick-next {
  right: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDAgNDAiPjxwYXRoIGQ9Ik0xMCwyMCBMMzAsMjAgTTIyLDEyIEwzMCwyMCBMMjIsMjgiIGZpbGw9InJnYigyNTUsMCwwKSI+PC9wYXRoPjwvc3ZnPg"); }

.slick-prev:before, .slick-next:before {
  color: #6e6e6e !important;
  font-size: 28px; }

/*
.promote-t-i-img {
  height: 405px;
  max-height: 405px;
}
*/
.money {
  font-size: 9pt; }

.whatsapp {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  border: 3px solid green;
  border-radius: 50%;
  transition-duration: 0.5s; }

.fa-whatsapp {
  padding-top: 5px;
  font-size: 40px;
  text-decoration: none;
  color: green; }

/* ---------- messages --------- */
.msg-west {
  border-right: 1px solid #adadad; }

.msg-east {
  padding-left: 5px;
  padding-right: 5px; }

.msg-read {
  font-weight: normal; }

.msg-unread {
  font-weight: bold; }

.msgPanel {
  height: 100%; }

.chat {
  list-style: none;
  margin: 0;
  padding: 0; }

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  /*border-bottom: 1px dotted #B3A9A9;*/ }

.chat li.left .chat-body {
  margin-left: 60px;
  border: 1px solid #dadada;
  border-radius: 15px;
  padding-left: 15px;
  background-color: white; }

.chat li.right .chat-body {
  margin-right: 60px;
  border: 1px solid #dadada;
  border-radius: 15px;
  padding-right: 15px;
  background-color: white;
  margin-left: 20px; }

.chat-body .text-dt {
  font-size: 0.7em;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: -5px;
  color: #c0c0c0; }

.left .chat-body .text-dt {
  margin-right: 15px; }

.chat li .chat-body .msg {
  margin: 0;
  color: #777777;
  padding: 6px 6px 6px 14px; }

.panel .slidedown .glyphicon, .chat .glyphicon {
  margin-right: 5px; }

.panel-body {
  overflow-y: auto;
  /* background-color: #dadada;*/ }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

.dd2 .step {
  margin-left: -20px;
  margin-top: auto;
  margin-bottom: auto; }

span.step {
  background: #fbb82b;
  font-size: 8pt;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  vertical-align: super;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 18px; }

.complaint-btn {
  text-decoration: underline; }

.complaint-btn:hover {
  text-decoration: underline; }

.category-more {
  text-decoration: underline;
  font-weight: normal;
  font-style: italic; }

.categorylist {
  margin-bottom: 20px;
  text-align: left; }

.disabled-button {
  pointer-events: none;
  opacity: 0.4; }

/* ------------------------------------------------- */
.inp {
  position: relative;
  margin: auto;
  width: 100%;
  /* max-width: 280px;*/ }

.inp .label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 16px;
  color: #6e6e6e;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease; }

.inp .border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  /*  background: #dadada;
    opacity: 0.4;*/
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease; }

.inp input, .inp select {
  height: 48px; }

.inp input, .inp textarea, .inp select {
  -webkit-appearance: none;
  width: 100%;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  border-bottom: 2px solid #c8ccd4;
  font-family: inherit;
  /*padding: 12px 0;*/
  font-size: 16px;
  font-weight: 500;
  background: none;
  border-radius: 0;
  color: #6f6f6f;
  transition: all 0.15s ease; }

.inp input:hover, .inp textarea:hover, .inp select:hover {
  background: rgba(34, 50, 84, 0.03); }

.inp input:not(:placeholder-shown) + span,
.inp textarea:not(:placeholder-shown) + span,
.inp select:not(:placeholder-shown) + span {
  color: #6f6f6f;
  transform: translateY(-26px) scale(0.75); }

.inp input:focus,
.inp textarea:focus,
.inp select:focus {
  background: none;
  outline: none; }

.inp input:focus + span,
.inp textarea:focus + span,
.inp select:focus + span {
  color: #e0d5e8;
  transform: translateY(-26px) scale(0.75); }

.inp input:focus + span + .border,
.inp textarea:focus + span + .border,
.inp select:focus + span + .border {
  transform: scaleX(1); }

/* ------------------------------------------------- */
.sharebtn:not(.disabled) {
  cursor: pointer; }

.sharebtn {
  padding-left: 15px; }

.sharebtn.ok {
  width: 50px;
  height: 33px; }

.sharebtn img {
  height: 32px;
  max-height: 32px; }

.sharebtn.disabled {
  filter: grayscale(100%);
  opacity: 0.3; }

.share-block {
  display: inline-flex;
  text-align: center;
  /*min-height: 80px;*/ }

.error .help-block:not(:empty) {
  background-color: #ff9d9d;
  border: 1px solid red;
  padding: 5px;
  margin: 10px;
  font-size: 90%; }

[aria-invalid=true] {
  border-right: red 5px solid !important; }

/*[aria-required=false] { border: 1px dotted }*/
[aria-invalid=true] {
  border-right: red 5px solid !important;
  outline: 1px solid red !important; }

@media (max-width: 400px) {
  .goods-title {
    font-size: 8pt; }
  .goods-title > a, .goods-title > a:hover, .goods-title > a:visited {
    font-size: 14px; }
  .d1-2 .img2 {
    max-width: 100px; } }

@media only screen and (min-width: 700px) {
  .goods-button-list li {
    font-size: 24px;
    padding: 2px 0; }
  .goods-button {
    height: 52px; }
  .bottom-panel {
    height: 52px;
    min-height: 52px; }
  .sort-list {
    height: 52px; }
  .sort-item {
    height: 90%; } }

html, body {
  font-family: 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased; }

body {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

body.body-form {
  background-color: white; }

a:visited {
  text-decoration: inherit;
  /*color: inherit;*/ }

.dt {
  text-align: right; }

.adpromo-title {
  color: red;
  font-stretch: extra-condensed; }

.rub {
  font-family: 'Oswald', sans-serif; }

.promo-row-inside .goods-title {
  padding-top: 0;
  /*2px;*/
  width: 100%; }

.goods-title {
  max-height: 50px;
  height: 50px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex; }

.goods-title > h2 > div {
  text-align: center; }

.goods-title > a, .goods-title > a:hover, .goods-title > a:visited {
  color: black;
  font-size: 16px;
  max-height: 32px;
  line-height: 1.2;
  margin: auto; }

.goods-title h2 {
  color: black;
  margin: auto; }

.goods-underimg {
  padding-top: 8px; }

.goods-desc {
  float: left;
  width: 100%;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px; }

.logo {
  margin: 3px 20px;
  /*display: table;*/
  height: 32px; }

.logo > img {
  height: 24px;
  float: right;
  margin-top: 3px; }

.logo > div, .logo > a, .logo > a > img {
  display: table-cell !important;
  font-size: 14pt;
  /*margin-top: -10px;*/
  border: 0;
  width: 128px;
  vertical-align: middle;
  transform: translateX(-50%);
  left: 50%;
  position: absolute; }

.menu-logo > a:hover {
  text-decoration: none;
  background: transparent !important; }

.menu-logo .close-btn {
  margin-top: 20px;
  cursor: pointer;
  text-align: right;
  color: white;
  margin-right: 20px;
  width: 100%; }

.menu-logo .close-btn:hover {
  font-weight: bolder;
  cursor: pointer;
  color: #fbb82b;
  /*background-color: #adadad;*/ }

.search {
  width: 100%; }

.main-menu li a {
  padding: 7px 11px;
  max-width: 118px; }

.active-center {
  cursor: pointer;
  font-size: 1.4em;
  text-align: center; }

.active-center:visited, .active-center:active {
  text-decoration: none;
  color: #a7a7a7; }

.active-center:active, .active-center:hover {
  text-decoration: none;
  color: white; }

.menu-item-img {
  display: inline;
  margin-left: -34px; }

.menu-item-img img {
  width: 32px; }

.menu-item-img + a {
  /*position: fixed;*/
  padding-top: 0;
  margin-top: 0;
  position: absolute; }

.htitle2, .htitle3, .htitle4 {
  overflow: hidden;
  padding-left: 5px; }

.con-img-it {
  /* min-width: 149px;
  min-height: 149px;*/
  /*width: unset;
  height: unset;*/
  /*left: 0;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer; }

.con-img-it.default {
  background-size: 150px; }

.item-name {
  min-height: 55px;
  margin-bottom: 0;
  margin-top: 2px; }

.item-name .price1, .item-name .price {
  height: 20px;
  display: table-row;
  vertical-align: bottom;
  text-align: center; }

.item-name .price1 {
  font-size: 14pt; }

.category-header {
  padding-left: 10px; }

.category-content {
  padding-left: 20px; }

/*
.category-name {
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
*/
.rt-cnt-r {
  margin-top: -24px;
  margin-right: 12px;
  opacity: 0.5;
  text-align: center;
  float: right;
  width: 20px;
  height: 22px;
  border: 1px solid #a7a7a7;
  background-color: white;
  border-radius: 50%; }

.rt-cnt {
  margin-top: -19px;
  margin-right: 12px;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 90%;
  padding-left: 7rem;
  height: 22px; }

.seller-rt-cnt {
  color: white;
  text-align: center;
  font-size: 90%;
  padding-right: 4px;
  padding-left: 9rem;
  z-index: 10;
  margin: -28px auto auto; }

.grey-title {
  margin-top: -0px; }

.with-tail {
  /*
    margin: 7px 7px 70px 7px;
  */
  margin-bottom: 70px; }

.main-content > .first {
  margin-left: 40px; }

.biggreylink, .biggreylink-btn, .biggreylink:hover, .biggreylink-btn:hover {
  vertical-align: top;
  cursor: pointer; }

.accord-content-cat {
  color: #f3f3f3;
  font-size: 12px;
  display: inline; }

.menu {
  display: none;
  z-index: 30;
  background-color: #414141; }

.menu-link-sm {
  font-size: 90%; }

.menu-link, .menu-link a, .menu-link .menu-sub-title, .menu-link-gold, .menu-link-gold a {
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  line-height: 1;
  padding: 5px 0; }

.menu-link-center span a, .menu-link-center span a:hover, .menu-link-center span a:visited {
  font-size: 120%;
  text-decoration: underline; }

.menu-link-center.up-space {
  padding-top: 30px; }

.unpad {
  padding: 0; }

.menu-link {
  display: flex; }

.menu-link .menu-link-img {
  width: 24px;
  margin: 0 5px 0 0; }

.menu-link a {
  color: #dadada; }

.menu-link a:hover, .menu-link-gold a:hover {
  /*font-weight: bold;*/
  text-decoration: none;
  color: white; }

.menu-link-gold a {
  color: #fbb82b;
  font-weight: bold;
  font-size: 140%; }

.menu-link {
  font-size: 140%;
  /*border-bottom: 1px solid #989898;*/
  color: white;
  max-height: 34px;
  height: 34px; }

.menu-sub {
  font-size: 0.7em;
  padding-left: 10px;
  border-bottom: 1px solid #989898;
  color: white;
  display: none; }

header {
  overflow: hidden; }

.doc-link span {
  font-size: 100%;
  white-space: nowrap; }

.doc-link span:hover {
  white-space: nowrap;
  color: #fbb82b;
  text-decoration: none;
  cursor: pointer; }

.doc-link a:hover {
  font-size: 8pt;
  color: #fbb82b;
  text-decoration: none; }

.wh {
  color: white;
  font-stretch: condensed; }

.biggreylinkm, .biggreylink-btn, .biggreylink {
  color: #cccccc;
  font-size: 1.1em;
  color: #999999; }

.biggreylink:hover, .biggreylink-btn:hover {
  color: #ff0000;
  text-decoration: none; }

.vbtn-wide {
  /*width: 220px;*/
  width: 90%; }

.vbtn {
  width: 70%;
  max-width: 180px;
  /*  width: 150px;*/
  padding: 3px;
  margin: 4px; }

.item-name a.vbtn {
  position: relative;
  left: -7px; }

/* buttons */
.btn, .btn:hover {
  cursor: pointer;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-menu {
  background: url("/images/panel_menu.png") no-repeat left top;
  background-size: 48px 48px; }

.btn-menu:hover {
  background: url("/images/panel_menu_g.png") no-repeat left top;
  background-size: 48px 48px; }

.btn-back {
  cursor: pointer;
  background-image: url(/images/back_w.png);
  background-position-x: left;
  background-position-y: center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial; }

.btn-share {
  cursor: pointer;
  background-image: url(/images/share2_b.png);
  background-position-x: right;
  background-position-y: center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial; }

.slave-sharing {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 240px;
  z-index: 30;
  background-color: white;
  border: 1px solid #6f6f6f;
  display: none; }

/*
.btn-back:hover {
  background: url('/images/back_w.png') no-repeat left top;
  background-size: 40px 40px;
}
*/
.btn-home {
  background: url("/images/panel_home.png") no-repeat left top;
  background-size: 48px 48px; }

.btn-home:hover {
  background: url("/images/panel_home_g.png") no-repeat left top;
  background-size: 48px 48px; }

.btn-search {
  margin-left: -10px;
  background-size: 32px 32px;
  padding: 0;
  right: 50px;
  height: 32px;
  float: right;
  top: 46px;
  width: 32px; }

.btn-search img {
  margin-top: -5px;
  margin-left: -5px; }

.btn-panel, .btn-filter {
  opacity: 0.3; }

.btn-panel {
  padding: 5px 0; }

.btn-filter {
  margin-top: -3px;
  margin-left: -6px;
  height: 30px;
  opacity: 0.3; }

.btn-search:hover {
  background-size: 32px 32px;
  width: 32px; }

#settings .hiregformtab td {
  padding: 0; }

/* ------------------ goods-view page */
#loaded.goods-order {
  display: flex;
  flex-direction: column; }

#loaded.goods-view {
  background-color: white; }

.form.main-panel {
  display: flex;
  flex-direction: column;
  background-color: white; }

.goods-view .main-panel {
  max-width: inherit !important; }

.goods-view article {
  max-width: 900px;
  margin: 0 auto; }

/* ------------------ company-view page */
.company-view .seller-view-top {
  background-color: white; }

.company-view .main-panel {
  max-width: inherit !important; }

.company-view section {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.seller-view-top {
  display: flex;
  flex-direction: column; }

/* ------------------ */
.main-panel {
  top: 80px;
  bottom: 10px;
  /*overflow: auto;*/
  max-width: 900px;
  text-align: left;
  margin: 0 auto; }

/* nav panel */
.bread, .btn-panel-content, .btn-search-content {
  padding-right: 10px;
  padding-left: 10px; }

.bread > .title {
  width: 90%;
  height: 100%;
  vertical-align: middle;
  display: table-cell; }

.bread, .btn-panel-content, .btn-search-content, .btn-filter-content {
  background: rgba(40, 40, 40, 0.95);
  border: rgba(30, 30, 30, 0.5);
  overflow: hidden;
  z-index: 20; }

.btn-panel-content, .btn-filter-content {
  z-index: 30; }

.btn-filter-content label {
  font-weight: normal; }

.btn-filter-content .nbtn {
  font-size: 120%;
  color: white;
  text-decoration: underline; }

.btn-filter-content .nbtn:hover {
  color: white; }

.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0; }

.nav ul:before, .nav ul:after {
  content: "";
  display: table; }

.nav ul:after {
  clear: both;
  margin-bottom: 10px; }

.nav ul > li {
  float: left;
  position: relative; }

.nav a.active {
  display: block;
  padding: 2px 3px;
  width: 100%;
  line-height: 1.3em;
  color: #fff;
  border-left: 1px solid #595959; }

.nav a.active:hover,
.menu-link .menu-sub-title:hover {
  text-decoration: none;
  background: #595959; }

.nav li ul li {
  width: 200px; }

#nav {
  /*padding-left: 2px;*/ }

.bread {
  float: left;
  display: inline-table;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
  color: white;
  padding-left: 10px;
  height: 50px;
  background: rgba(30, 30, 30, 0.8);
  /* margin-bottom: 10px; */ }

.btn-search-content {
  overflow: hidden;
  width: 215px;
  font-size: 110%;
  padding: 4px;
  right: 0;
  height: 60px;
  top: 40px;
  background: rgba(50, 50, 50, 0.9);
  z-index: 20;
  color: white; }

.btn-search-content li {
  cursor: pointer;
  padding: 10px 10px;
  height: 24px; }

.btn-search-content li:hover {
  color: #fbb82b; }

.nav > img {
  width: 52px;
  /*height: 50px;*/
  margin-left: 5px;
  margin-top: -12px;
  /*
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier * /
  }
  .btn-img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier * /
  }

  .btn-img:hover, .nav > img:hover {
    opacity: 0.8;
  */ }

.hdr {
  height: 80px;
  min-height: 80px;
  background-color: #eeeeee;
  /*border-bottom: 1px solid #999999;*/
  max-width: 900px;
  margin: 0 auto; }

.hdr > .d {
  width: 100%;
  max-width: 900px; }

.hdr-cell {
  display: table;
  vertical-align: middle;
  height: 50px;
  overflow-y: auto; }

.search-panel {
  height: 32px;
  float: right;
  margin-top: 4px;
  margin-right: 10px;
  display: block;
  padding-left: 1px;
  border: 1px solid #adadad;
  background-color: white; }

.btn-panel-content, .btn-filter-content {
  display: none;
  position: fixed;
  /*height: 100%;*/
  overflow-y: auto;
  bottom: 0; }

.btn-search-content {
  display: none;
  position: absolute;
  /*height: 100%;*/
  overflow-y: auto;
  bottom: 0;
  top: 10px; }

.btn-panel-content {
  width: 280px;
  top: 0;
  left: 0;
  background: rgba(50, 50, 50, 0.9);
  padding-bottom: 10px; }

.btn-filter-content {
  right: 0;
  width: 320px;
  top: 0;
  background: rgba(50, 50, 50, 0.9); }

/*
.btn-filter-content .select2-selection__rendered {
  color: gold;
  margin-top: 4px;
  padding-top: 4px;
}
.btn-filter-content .select2-container .select2-selection--single {
  background-color: grey;
}

.btn-filter-content .select2-dropdown {
  background-color: #989898;
}
*/
.seller-block-outer {
  max-width: 500px;
  margin: auto; }

.seller-title {
  padding-left: 7px;
  margin: auto; }

.seller-block .seller-title {
  text-align: center; }

.seller-title a {
  color: #6e6e6e;
  font-weight: bold;
  word-break: break-word; }

/*
.hiregform input {
  width: 140px;
}

.inline-menu {
}

.inline-menu-item {
  padding:5px;
}
.inline-menu-item-inner {
  border: 1px solid #767676;
  background-color: white;
  font-size: 140%;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
}
*/
.param-row {
  padding-bottom: 5px; }

.param-name {
  font-weight: bold;
  word-wrap: break-word;
  text-align: right; }

.param-value.price {
  text-align: center;
  margin: auto;
  font-size: 120%; }

.param-value.seller-block {
  border: 1px solid #cdcdcd;
  background-color: #eeeeee;
  padding-left: 0;
  height: 100px; }

.param-value.seller a, .param-value.seller a:visited, .param-value.seller a:hover {
  color: #6e6e6e;
  font-weight: bold; }

.seller-block {
  display: flex;
  height: 80px;
  max-height: 80px; }

/*
.seller-block .title {
  display: inline;
  margin: 0 auto;
  text-align: center;
}
.seller-block .title img {
  display: inline;
}
*/
.param-value.category a, .param-value.category a:hover, .param-value.category a:visited {
  color: #6e6e6e;
  font-style: italic; }

.param-value.category {
  text-align: center; }

.param-value > a, .param-value > a:visited, .param-value > a:hover {
  color: black; }

.param-value > a:hover {
  text-decoration: underline; }

.param-value {
  text-align: left;
  padding-left: 10px; }

.param-value > div {
  text-align: left; }

.top-bottom {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
  padding: 10px; }

.row-20 {
  margin-left: -20px; }

.row-10 {
  margin-left: -10px; }

/*************************/
/** upper menu classes  **/
/*************************/
.d0 {
  height: 32px;
  display: flex; }

.d0, .d1, .d2 {
  /*height: 50px;*/
  overflow: hidden; }

.d2 {
  height: 30px; }

.d1 {
  display: flex;
  max-width: 900px;
  padding-right: 8px; }

.top-panel .d1 {
  padding-top: 5px;
  padding-bottom: 5px; }

.d1 > div:not(.d1-3):not(.d1-2form):not(.d1-1) {
  height: 49px;
  margin-left: 20px; }

.d1-1 {
  width: 54px;
  min-width: 54px; }

.d1-2form, .d1-2 {
  width: 100%; }

.d1-2form {
  font-weight: bold;
  padding-right: 50px;
  font-size: 110%;
  margin: auto; }

.d1-3.top-panel-share {
  height: 49px;
  width: 54px;
  min-width: 54px;
  margin-left: 0;
  margin-right: 8px;
  padding: 8px 0px 8px 6px; }

.d1-3:not(.top-panel-share) {
  height: 49px;
  width: 32px;
  min-width: 32px;
  margin-left: 0;
  padding: 8px 0 8px 6px; }

.footer-row {
  display: flex;
  flex-direction: row;
  width: 100%; }

.footer-d1 {
  width: 100%; }

.footer-d2 {
  margin-top: -2px;
  width: 105px;
  display: flex;
  flex-direction: row; }

.footer-d2 button {
  margin-left: 4px; }

/*************************/
.avatar, .avatar-sq {
  max-width: 50px;
  max-height: 50px;
  /*
  width: 50px;
  height: 50px;
  */ }

.avatar {
  border-radius: 50%; }

.avatar-left {
  width: 70px;
  margin: auto; }

.avatar-right {
  width: 100%; }

.login-user {
  color: #fbb82b;
  font-size: 80%; }

.login-name {
  color: white;
  font-size: 120%; }

.avatar-block {
  margin-top: 10px;
  display: flex; }

.after-img-lbl {
  top: -10px;
  position: relative; }

.btn-search-content > li > span > img {
  width: 32px;
  height: 32px;
  background-color: rgba(250, 250, 250, 0.6); }

.tbl-paddles div.tbl-cell {
  padding: 0; }

.descr2-comp-cat + span {
  top: -1.2em;
  position: relative;
  width: 30px;
  float: right; }

.pad {
  float: right; }

.company-card {
  /*width: 95%;
  display: table;*/
  /*margin: 0 0 5px 5px;*/
  height: 112px;
  max-height: 112px;
  min-height: 112px;
  padding: 5px !important;
  border: 1px solid #eeeeee; }

.company-card > .rowcon {
  height: 102px;
  display: flex;
  flex-direction: column;
  border: 1px solid #a7a7a7;
  padding: 0 !important; }

.company-cats {
  float: left;
  margin-right: auto;
  /*max-width: 230px;*/ }

.promo-row {
  /*
    width: 151px;
    min-width: 151px;
    height: 201px;
    min-height: 201px;
  */
  /*
  height: unset;
  min-width: unset;
  min-height: unset;
  max-width: unset;
  max-height: unset;
  */ }

/*.promo-row:last-of-type {
  width: 151px;
  min-width: 151px;
  max-width: 151px;
}*/
.not-reviewed-list .promo-row {
  margin-bottom: 32px;
  height: 300px;
  min-height: 300px; }

.review-my-grid a:not(.sm), .review-my-grid a:not(.sm):hover, .review-my-grid a:not(.sm):visited {
  color: black; }

.review-my-grid-star {
  color: #fbb82b; }

.demand-view-title, .news-view-title {
  color: #555555 !important;
  text-align: justify;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px; }

.review-my-grid .promo-row {
  margin-bottom: 32px;
  height: 300px;
  min-height: 300px; }

.promo-row .img-place {
  width: 100%;
  padding: 1px;
  height: 180px; }

.promo-row-centered {
  width: 151px;
  min-width: 151px; }

/*.rowcon, */
.rowcon.seller-info {
  display: table;
  padding: 0 !important;
  margin: 0 !important;
  color: #6e6e6e;
  font-size: 10pt; }

.seller-info-title, .seller-info-title a, .seller-info-title a:visited, .seller-info-title a:hover {
  color: black;
  text-align: center;
  text-decoration: none; }

.seller-info-title > .h2 {
  max-width: none; }

/* single-line css limit */
.txt-limit {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
  -o-text-overflow: ellipsis;
  /** Opera 9 & 10 **/ }

.seller-title img {
  max-width: 150px; }

.rowcon-promo-icon {
  margin-left: 0;
  width: 60px;
  min-height: 50px; }

.rowcon-promo-icon img {
  height: 45px;
  width: 45px;
  padding-top: 0 !important; }

.rowcon-goods {
  overflow: hidden; }

.goods-title {
  overflow: hidden; }

.goods-my-btn {
  text-align: center;
  /*background-color: white;*/
  padding-bottom: 12px;
  padding-top: 12px; }

.goods-my-btn .glyphicon {
  font-size: 36px; }

.main-page-slider {
  overflow: hidden;
  padding: 0 5px; }

.inline-menu-item-inner {
  display: flex;
  height: 60px; }

.inline-menu-item-inner > div > a {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  float: left;
  height: 60px;
  padding-left: 10px; }

.inline-menu-item-selected {
  background-color: #dadada;
  border: 1px solid black; }

.htitle2 .h2 {
  font-size: 14pt !important;
  height: 56px; }

.goods {
  text-align: center; }

/* SELLER - CARD */
/* - Seller mobile page */
.seller-n {
  width: 100%; }

.seller-block .seller-n-btn {
  margin: auto 0; }

.seller-info .seller-n-btn {
  margin: auto;
  padding-top: 10px; }

.seller-n-btn {
  text-align: center !important;
  display: flex;
  width: 90px; }

.seller-info .seller-n-btn {
  width: 140px; }

.seller-n-btn .glyphicon, .complaint-btn .glyphicon, .ad-owner-block .glyphicon, .actor-block .glyphicon:not(.glyphicon-rub) {
  font-size: 24pt; }

/*
.free .glyphicon:not(.glyphicon-rub) {
  color: $color_sale_text;
}
*/
.free .hint-title, .free .nbtn {
  color: black; }

/*
.sale .glyphicon:not(.glyphicon-rub):not(.glyphicon-pencil):not(.glyphicon-remove) {
  color: $color_sale_text;
}
*/
.sale .glyphicon-rub, .free .glyphicon-rub {
  display: inline;
  top: 0;
  font-size: 12px; }

.sale .hint-title, .free .nbtn, .free a, .sale a {
  color: black; }

/*
.free a, .sale a, .free button, .sale button {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 120%;
}
 */
.ad-owner-block {
  text-align: center; }

.ad-owner-block .title {
  font-weight: bold;
  text-align: left; }

.goods-view-block {
  padding-left: 10px;
  padding-top: 0 !important; }

.goods-view-info .ad-owner-block {
  margin-top: -20px; }

.seller-n-btn > div {
  margin: 0;
  width: 50%;
  padding-left: 4px; }

.seller-nn {
  min-height: 190px;
  height: 190px; }

.seller-left-row, .seller-right-row {
  display: inline; }

.seller-right-row .rating-container {
  line-height: 1; }

.seller-right-row > div {
  text-align: center; }

.seller-rating {
  display: block;
  text-align: center; }

.seller-panel {
  display: block; }

.seller-logo {
  margin: auto 0;
  padding-left: 5px; }

.param-value.seller-block .seller-logo img {
  max-width: 80px !important;
  max-height: 78px !important; }

.category-row {
  padding: 10px; }

.seller-n {
  width: 100%;
  padding-left: 5px;
  display: block; }

.seller-s {
  float: right;
  width: 100%;
  display: block;
  min-width: 190px; }

.seller-info .param-value {
  color: black; }

.param-value .categorylist li {
  margin-left: 0; }

.categorylist .category-content {
  margin-left: 20px; }

/* SELLER - PRE */
.seller-pre-row {
  /*padding-left: 5px;*/
  display: flex;
  width: 100%; }

.seller-pre-row > div {
  display: inline-block; }

.seller-pre-row > .logo-comp-cat {
  height: 100px;
  display: flex;
  align-items: center; }

.seller-pre-left-col {
  width: 120px;
  max-width: 120px; }

.seller-pre-left-col img {
  width: 110px;
  max-width: 110px; }

.seller-pre-right-col {
  float: right;
  width: 100%;
  padding-left: 15px;
  display: block; }

.seller-post-rating {
  height: 32px;
  width: 100%;
  margin-top: -24px;
  line-height: 1; }

.seller-post-rating .rating-container {
  text-align: center;
  padding-left: 5px;
  font-size: 100%;
  padding-top: 3px;
  /*margin-top: -20px;*/
  height: 24px;
  background-color: rgba(187, 187, 187, 0.8);
  opacity: 0.8; }

/*
.seller-post-rating .rating-container .rating-stars {
  margin-top: -38px;
}
*/
.seller-pre-stat {
  float: right;
  margin-right: 5px;
  display: block;
  width: 170px; }

.seller-pre-stat > div {
  width: 100%;
  display: flex;
  padding-left: 10px; }

.seller-pre-stat > div > .seller-pre-stat-value {
  width: 38px;
  float: right;
  text-align: right;
  padding-right: 15px;
  /*color: black;*/ }

.seller-pre-stat > div > .seller-pre-stat-name {
  width: 100%;
  font-size: 90%; }

.seller-pre-title {
  padding-top: 10px; }

.seller-pre-title a {
  color: black; }

.company-cats .category-name {
  text-align: left; }

.review-pre-block {
  background-color: white;
  height: 130px;
  margin-bottom: 5px;
  padding: 0; }

.review-pre-block-in {
  /*  height: auto;
    position: absolute;*/
  display: flex;
  height: 100%;
  background-color: #eeeeee;
  border: 1px solid #ccc; }

.review-comp-row:nth-of-type(odd) .review-pre-block-in {
  margin-right: 3px; }

.review-pre-title {
  height: 15%; }

/*
@media (max-width: $s_view_width) {
  // - FIRST PAGE: review
  .review-pre-left {
    height: 100%;
    width: 100px;
  }

  .review-pre-right {
    height: 100%;
    width: 100%;
  }

  .review-pre-block {
    height: 250px;
  }

  .rating-review {
    height: 12px;

  }

  .rating-review .rating-container {
    position: relative;
    top: -25px;
    text-align: right;
  }

  // FIRST PAGE: news
  .news-right {
    height: 100%;
    margin-left: 105px;
  }

  .news-left {
    width: 100px;
    float: left;
    min-width: 100px;
  }
  .news-block {
    height: 330px;
  }

  // - FIRST PAGE: general
  .htitle2-container-with-img {
    height: 80px;
  }

  // - DEMAND
  .demand-comp-row {
    height: 220px;
  }

}

@media (min-width: $s_view_width) {
  // - FIRST PAGE: review
  .review-pre-left {
    width: 180px;
    height: 100%;
  }

  .review-pre-right {
    height: 100%;
    width: 100%;
  }
  .review-pre-block {
    height: 210px;
  }
  .rating-review .rating-container {
    margin-top: -1.5em;
  }

  .review-pre-right .dt {
    margin-top: 10px;
  }

  // - FIRST PAGE: news
  .news-right {
    height: 100%;
    margin-left: 185px;
  }
  .news-left {
    width: 180px;
  }
  .news-block {
    height: 200px;
  }

  // - FIRST PAGE: general
  .htitle2-container-with-img {
    height: 70px;
  }

  // - DEMAND
  .demand-comp-row {
    height: 160px;
  }
}
*/
.read-more-block {
  display: flex;
  flex-direction: column; }

.read-more-content {
  overflow: hidden; }

.review-pre-right .read-more-content {
  max-height: 50px;
  height: 50px; }

.readmore {
  right: 0;
  position: relative;
  padding: 3px;
  float: right;
  font-weight: bolder;
  font-size: 10pt;
  top: initial;
  /*background-color: rgba(230, 230, 230, 0.75);*/ }

.descr-new-cat p {
  margin-top: 0; }

.item-block1 {
  /*border: 1px solid #999999;*/
  padding-top: 15px; }

.rbtn, .rbtn:hover {
  padding: 2px;
  font-size: 11pt; }

.company-news-block .news-right {
  margin-left: 0; }

/** Страница с новостью **/
.news-view-block > div {
  margin: 0; }

/** Страница с товаром**/
.ad-actor-btn, .ad-actor-btn-amount {
  text-align: center;
  color: #6e6e6e;
  padding-top: 10px;
  padding-bottom: 10px; }

.goods-view-info {
  float: left;
  display: flex;
  flex-direction: column;
  width: 100%; }

.goods-view-info > h2 {
  text-align: center;
  padding-bottom: 10px; }

.goods-view-block > .goods-img {
  margin: 3px auto; }

.goods-view-block .slick-slide img {
  /* max-width: 890px; 310px;*/
  max-width: 100%;
  max-height: 100%; }

.slick-prev, .slick-next {
  margin-top: 0; }

.rowcon2 {
  margin: 2px;
  padding: 2px; }

.logo-text {
  font-size: 24pt; }

.profile-block, .user-block {
  /*
  padding-left: 10px;
  margin-left: 15px;
  */
  margin-bottom: 15px; }

.profile-block {
  border-left: 1px solid #adadad;
  padding-left: 5px; }

.profile-block .menu-link, .user-block .menu-link {
  font-size: 1.4em; }

.profile-block a, .user-block a {
  border: 0; }

.icons {
  height: 38px;
  width: 38px;
  background-image: url("/images/icons.png");
  background-size: 442px; }

.icon-finger {
  height: 40px;
  background-position: -12px -10px; }

.icon-finger-white {
  background-position: -35px -10px; }

.icon-rub {
  background-position: -121px -22px;
  width: 35px;
  height: 35px; }

.icon-rub-updown {
  background-position: -121px -18px; }

.icon-rub-updown-white {
  background-position: -171px -18px; }

.icon-rub-up {
  background-position: -222px -18px; }

.icon-rub-up-white {
  background-position: -276px -18px; }

.icon-rub-down-white {
  background-position: -338px -18px; }

.icon-rub-down {
  background-position: -394px -18px; }

.icon-date {
  background-position: -450px -21px; }

.icon-date-updown {
  background-position: -235px -10px;
  /*-450px -18px*/ }

.icon-date-updown-white {
  background-position: -497px -18px; }

.icon-abc {
  background-position: -555px -23px;
  width: 15px;
  height: 37px; }

.icon-abc-updown {
  background-position: -285px -10px;
  /*-553px -18px*/ }

.icon-abc-up {
  background-position: -594px -18px; }

.icon-abc-down {
  background-position: -632px -12px; }

.icon-abc-updown-white {
  background-position: -676px -18px; }

.icon-abc-up-white {
  background-position: -715px -18px; }

.icon-abc-down-white {
  background-position: -754px -18px; }

.icons-arrow {
  height: 40px;
  width: 12px;
  background-image: url("/images/icons.png"); }

.icon-updown {
  background-position: -155px -24px; }

.icon-up {
  background-position: -257px -24px; }

.icon-down {
  background-position: -651px -24px; }

.login-w {
  /*width: 400px;*/
  float: none;
  margin: 0 auto; }

.registration-form {
  display: flex;
  flex-direction: column; }

.resend-form {
  /*width: 400px;*/
  float: none;
  margin: 0 auto; }

.login-e > .t, .login-w > .t {
  font-size: 1.9em;
  font-weight: bold;
  color: #6e6e6e; }

.resend-form > .t {
  font-size: 1.3em;
  font-weight: bold;
  color: #6e6e6e;
  padding-bottom: 10px; }

.license-label {
  font-size: 10pt;
  text-align: justify; }

.field-adsaleform-promo_type .control-label {
  width: 150px; }

#adsaleform-promo_type {
  padding-top: 10px;
  display: flex;
  flex-direction: column; }

#adsaleform-promo_type > div {
  width: 50%;
  padding-top: 5px; }

.rqr-label {
  font-size: 10pt;
  color: #6e6e6e;
  width: 150px; }

.sale-form > table {
  width: 90%;
  padding-left: 10px;
  margin-left: 10px; }

.sale-form > table > tbody > tr.field-adsaleform-price > td > .row {
  padding-bottom: 0; }

.sale-form > table > tbody > tr > td > .row {
  padding-bottom: 10px; }

.logotitle {
  text-align: center;
  /*margin: 5px 15px;
  text-align: left;
  color: #838383;
  text-transform: uppercase;
  font-stretch: semi-condensed;
  font-weight: bold;*/
  height: 32px;
  width: 100%; }

.logotitle img {
  width: 90%;
  height: 32px;
  max-width: 400px;
  opacity: 0.7;
  margin-left: 0; }

.pre-logo img {
  visibility: hidden; }

.pre-logo {
  width: 10%; }

.goods-button {
  background-color: #6f6f6f;
  width: 100%;
  height: 44px;
  overflow: hidden; }

.bottom-panel {
  overflow: hidden;
  z-index: 20;
  background-color: #6f6f6f;
  position: fixed;
  bottom: 0;
  min-height: 44px;
  height: 44px;
  width: 100%; }

.bottom-panel .content {
  /*width: $body_width;*/
  max-width: 900px; }

.bottom-panel a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px; }

.bottom-panel div {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  color: #f2f2f2; }

.btn-filter-content h2 {
  color: #fbb82b;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-top: 10px; }

.btn-filter-content .grey-form {
  padding: 10px 0; }

.grey-form {
  padding: 10px; }

.btn-filter-content .grey-form .label,
.btn-filter-content .grey-form label {
  color: #dadada;
  text-align: left;
  width: 100%; }

.btn-filter-content .has-success .control-label {
  color: white; }

.goods-button {
  width: 100%; }

.goods-button-list {
  text-align: center;
  /*  display: table;*/
  max-width: 900px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  border-spacing: 0;
  display: flex;
  table-layout: fixed;
  list-style: none;
  padding: 2px;
  margin: auto; }

.goods-button-list li {
  width: 30%;
  margin: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
  padding: 6px 0;
  cursor: pointer;
  font-size: 16px; }

.goods-button-list .goods-button-li {
  cursor: pointer;
  height: 32px;
  transition: all .2s; }

.goods-button-list .goods-button-li-on {
  color: #fbb82b;
  /*font-weight: bold;*/
  /*border-top: 4px solid $gold;*/ }

.goods-button-li-on-free {
  color: #fbb82b;
  /*$color_free;*/ }

.goods-button-li-on-sale {
  color: #fbb82b;
  /*$color_sale;*/ }

.goods-button-li-on-usual {
  color: #fbb82b;
  /*$color_usual;*/ }

.goods-button-list .goods-button-li-off {
  color: white;
  /*color: #444444;*/
  font-weight: normal; }

.sort-list {
  padding: 3px 5px;
  height: 100%;
  display: flex;
  margin: auto;
  max-width: 900px; }

.sort-list li {
  cursor: pointer;
  flex-basis: 100%;
  display: flex;
  text-align: center; }

.sort-list li span.icons {
  color: white;
  font-size: 13pt; }

.sort-item {
  height: 100%; }

.sort-list li img {
  padding: 5px 0;
  height: 100%; }

.sort-list li img.order {
  padding-left: 5px;
  padding-top: 5px; }

/**********************/
.promo-row {
  /*
  width: 250px;
  height: 250px;*/
  position: relative; }

.promo-row .corner {
  width: 0;
  height: 0;
  z-index: 9;
  border-top: 90px solid;
  /*border-bottom: 200px solid transparent;*/
  border-left: 90px solid transparent;
  position: absolute;
  right: 3px; }

.promo-row .sale {
  border-top-color: #fbb82b; }

.promo-row .free {
  border-top-color: #fbb82b; }

.promo-row .corner span.caption .sm {
  line-height: 200%; }

.promo-row .corner span.caption0 {
  position: absolute;
  top: -60px;
  width: 100px;
  border: 0;
  left: -86px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  transform: rotate(45deg);
  display: block; }

.promo-row .corner span.caption {
  position: absolute;
  top: -89px;
  width: 100px;
  border: 0;
  left: -72px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  transform: rotate(45deg);
  display: block; }

.promo-row .corner span.caption > .small-price {
  font-size: 80%; }

.promo-row .corner span.caption div {
  font-weight: bold;
  text-align: center;
  padding: 0;
  font-size: 14px; }

.promo-row .free span.caption div {
  color: #606060; }

.promo-row .sale span.caption div {
  color: #606060; }

/**********************/
.companies-block, .goods-block {
  display: flex;
  flex-direction: column;
  padding-bottom: 42px; }

.companies-title-bar, .goods-title-bar {
  display: none; }

.companies-title-bar, .goods-title-bar, .login-title-bar {
  text-align: center;
  width: 100%;
  font-style: italic;
  color: #6e6e6e;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 80%; }

.companies-title-bar .span, .goods-title-bar .span {
  font-weight: bold; }

.companies-title-bar a, .companies-title-bar a:hover, .companies-title-bar a:visited, .companies-title-bar a:active,
.goods-title-bar a, .goods-title-bar a:hover, .goods-title-bar a:visited, .goods-title-bar a:active,
.login-title-bar a, .login-title-bar a:hover, .login-title-bar a:visited, .login-title-bar a:active {
  text-decoration: underline; }

#company-loadmore {
  color: black;
  cursor: pointer;
  padding-bottom: 70px;
  height: 32px;
  width: 100%;
  /* bottom: 60px;*/
  /* position: absolute;*/ }

#goods-loadmore {
  float: right;
  color: black;
  cursor: pointer;
  padding-bottom: 70px; }

#loading {
  text-align: center; }

#loading img {
  width: 50px; }

.found-none {
  margin: 20px;
  text-align: center;
  padding: 20px;
  font-size: 120%; }

.fixed {
  position: fixed;
  z-index: 20; }

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

.panel-top0 {
  top: 0; }

.panel-top49 {
  top: 80px; }

.top-panel {
  background-color: #6f6f6f;
  width: 100%;
  color: white; }

.top-panel-content {
  max-width: 900px;
  display: flex; }

.top-panel-content > .breadcrumbs {
  width: 100%;
  padding-left: 30px; }

ul.breadcrumbs {
  list-style: none; }

ul.breadcrumbs li {
  display: inline-block; }

.top-panel-share {
  /*  width: 100px;*/
  float: right; }

.top-panel-share img {
  width: 28px;
  padding-top: 4px; }

.promo-info .inner {
  max-width: 900px;
  display: flex;
  margin: 0 auto; }

.promo-info .sale {
  border-top-color: #fbb82b;
  background-color: #fbb82b; }

.promo-info .free {
  border-top-color: #fbb82b;
  background-color: #fbb82b;
  color: white; }

.review-share-content {
  padding-bottom: 14px;
  text-align: justify; }

.rating-review-report {
  filter: hue-rotate(254deg); }

.promo-info .actor-link {
  text-align: center;
  text-decoration: underline; }

.promo-info .actor-link > a {
  color: white; }

.promo-info .share {
  display: flex;
  width: 250px;
  margin: auto; }
  .promo-info .share button {
    width: 250px;
    height: 40px; }
  .promo-info .share .modal-header button {
    width: 40px;
    margin: initial; }
  .promo-info .share .modal-header h2 {
    line-height: 1.8em; }

.promo-info .actor-block {
  text-align: center;
  border: 1px solid #606060;
  max-width: 500px;
  color: white;
  background: white;
  margin: auto auto;
  padding: 10px 0;
  border-radius: 10px; }
  .promo-info .actor-block .rule-title {
    line-height: 32px;
    width: 120px; }

.promo-info .actor-block-status {
  text-align: center;
  color: black;
  margin: auto auto;
  max-width: 500px;
  font-weight: bold; }

.free h2, .sale h2 {
  text-align: center;
  color: black;
  font-weight: bolder; }

.nbtn-green {
  color: #fbb82b !important;
  max-width: 150px;
  padding: 0; }

.nbtn-white {
  color: white !important; }

.nbtn-red {
  color: #b62323 !important; }

.nbtn-yellow {
  color: #fbb82b !important; }

.nbtn-yellow2 {
  color: #fbb82b !important; }

.nbtn-gold, .nbtn-gold-u {
  color: #fbb82b !important; }

.nbtn-gold:focus, .nbtn-gold-u:focus {
  outline: 0; }

.nbtn-gold-u {
  text-decoration: underline; }

.category-list {
  text-align: center; }

.control-label.rating {
  color: #6e6e6e;
  padding-left: 15px; }

.control-label.rating .label {
  left: inherit !important;
  position: relative !important; }

.rating.inp .control-label {
  height: 34px; }

.rating-review .rating-container,
.rating-normal .rating-container {
  float: right; }

.goods-rating, .seller-rating {
  height: 24px;
  display: flex;
  text-align: center; }

.seller-ns {
  display: flex;
  text-align: center; }

.seller-rating-count {
  padding-left: 8px;
  padding-top: 3px;
  font-size: 10pt; }

.tt-img, .tt-img:hover, .tt-img:visited {
  color: white;
  width: 60px;
  height: 20px;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  /* position: fixed; */
  background-color: black;
  opacity: 0.6;
  padding: 0 5px;
  margin: 0 auto; }

.tt-img:hover {
  cursor: pointer; }

.profile-form {
  margin-top: 10px; }

.item-block1 .promo-row {
  height: 270px !important; }

.search-d1-2 {
  margin-left: 30px; }

.d1-2:not(.slave) .img1, .d1-2:not(.slave) .img2 {
  height: 40px;
  cursor: pointer; }

.d1-2:not(.slave) .img2 {
  padding-top: 6px; }

.d1-2.slave div {
  height: 49px;
  display: flex; }

.d1-2.slave .img1, .d1-2.slave .img2 {
  max-height: 49px;
  cursor: pointer;
  margin: auto; }

.con-img-it .unknown {
  height: 80px;
  margin-top: 40px; }

.orders .ui-accordion .ui-accordion-content {
  padding: 4px; }

.orders .ui-tabs .ui-tabs-panel {
  padding: 4px; }

.orders .ui-tabs {
  border: 0 !important; }

.order-state .state {
  color: #606060;
  font-size: 80%; }

.order-state .hand {
  cursor: pointer; }

.msg-create-block label {
  text-align: left;
  width: 100%;
  padding-left: 15px; }

.btn-login {
  width: 150px;
  padding: 6px;
  border-radius: 6px;
  background-color: #fbb82b;
  border: 1px solid #6e6e6e; }

.btn-login:focus {
  outline: 0; }

.number-circle {
  width: 20px;
  height: 20px;
  display: none;
  line-height: 15px;
  background-color: #fbb82b;
  color: black;
  border-radius: 50%;
  text-align: center;
  font-size: 8px;
  opacity: 0.8;
  float: right;
  border: 2px solid #6e6e6e; }

.number-circle:focus {
  outline: 0; }

.hdr-cell .number-circle {
  margin-left: 40px;
  margin-top: -50px; }

.review-pre-right .dt {
  text-align: right; }

.review-pre-right .readmore {
  text-align: center;
  float: none; }

.review-album img {
  max-height: 100%; }

a.order-btn, .share button {
  color: #606060;
  text-decoration: none; }

.share > button {
  text-align: center;
  border: 1px solid #606060;
  max-width: 500px;
  background: white;
  margin: auto auto;
  border-radius: 10px;
  padding: 10px 20px;
  width: 300px !important; }

a.order-btn:hover {
  text-decoration: none; }

.not-shared-grid .action-row {
  width: 100%;
  text-align: center;
  color: #fbb82b; }

.not-shared-grid .action-row img:not(.logo) {
  width: 26px; }

.not-shared-grid .action-share {
  width: 100%;
  font-weight: bold;
  color: #6e6e6e; }

.action-share .share-block {
  display: flex;
  margin-top: -2px; }

.share-block .auth-icon.odnoklassniki {
  width: 100%;
  height: 100%;
  display: flex; }

.auth-icon.odnoklassniki {
  background-image: url(/images/share_ok.png);
  background-size: contain;
  background-repeat: no-repeat; }

.auth-icon.apple {
  /*background-image: url(/images/share_apple.png);*/
  background-color: black;
  background-size: cover; }

.company-news-block {
  margin-top: 0;
  padding-top: 5px;
  height: 100%; }

.news-view-block {
  /* height: 200px; */
  padding: 20px;
  display: table; }

.news-view-block > div {
  background: #fff;
  margin: 0 -10px; }

.news-view-n {
  height: 138px;
  display: flex; }

.news-view-ne {
  height: 100%;
  display: table; }

.news-view-ne > div > .dt {
  text-align: right;
  float: right; }

.news-view-ne > div {
  display: table-cell;
  vertical-align: middle; }

.news-view-nw {
  width: 130px; }

.news-view-ne {
  width: 100%; }

.news-view-nw,
.news-view-actions,
.news-view-nw-title {
  text-align: center; }

.news-view-nw-logo {
  text-align: center;
  height: 100px;
  width: 100px; }

.news-view-nw-logo .p-logo,
.news-view-nw-title {
  text-align: center;
  /*  margin-left: 0 !important;*/ }

.news-view-nw-title a {
  color: #aaaaaa !important; }

.news-view-short {
  text-align: justify;
  font-style: italic;
  padding-bottom: 5px;
  font-size: 90%; }

.news-view-full {
  text-align: justify;
  font-size: 16px; }

.news-view-album {
  text-align: center; }

.news-view-seller {
  padding-left: 20px; }

.news-all-link {
  margin: 0 10px;
  line-height: 36px;
  height: 30px;
  border-top: 1px solid #eeeeee; }

.news-rowcon {
  padding: 10px; }

.rating-normal {
  float: right; }

.company-view-rating-normal {
  margin-top: 1em;
  float: right; }

.share-btn {
  color: #fbb82b;
  font-weight: bold;
  padding-top: 10px;
  font-size: 100%; }

.block-title {
  display: flex;
  flex-direction: row; }

.block-title .block-summary {
  text-align: right;
  float: right;
  font-size: 80%;
  color: #6e6e6e;
  width: 100%;
  padding: 3px 10px 0 10px; }

.demand-block-title > a {
  color: black;
  font-weight: bold;
  text-decoration: none; }

.demand-block-title > a:hover {
  text-decoration: underline; }

.goods-my-block, .goods-my-inactive-block {
  background-color: #eeeeee;
  padding-top: 10px; }

.adv-my-block, .adv-create-block, .msg-create-block {
  padding: 0 15px; }

.msg-create-block .value, .msg-create-block .control-label {
  float: left;
  text-align: left;
  padding-bottom: 5px;
  padding-left: 12px; }

.adv-create-price-title > a {
  font-weight: bold;
  color: #6e6e6e; }

.share-form {
  text-align: center; }

.seller-card {
  padding: 1px !important; }

.review-album {
  margin-top: 10px; }

.rule-text-owner {
  padding-left: 0;
  text-align: justify;
  font-weight: bold;
  min-width: 140px;
  color: #6e6e6e; }

.rule-title {
  font-weight: bold;
  color: #6e6e6e; }

.rule-body {
  text-align: justify;
  padding-left: 5px;
  padding-bottom: 10px;
  color: #6e6e6e; }

.rule-text {
  text-align: justify;
  padding-left: 5px;
  color: #6e6e6e; }

.rule-body ul li:before {
  content: "\2014";
  padding-right: 5px; }

.sale-block {
  display: flex;
  flex-direction: column; }

.sale-block .sale-block-row {
  display: flex;
  flex-direction: row;
  min-height: 20px; }

.site-user .main-panel {
  max-width: inherit !important; }

.site-documents .main-panel {
  overflow: inherit;
  min-height: 300px; }

.site-user section {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.site-user .user-view-top {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 10px; }
  .site-user .user-view-top .user-view-title {
    margin: auto;
    text-align: center; }
    .site-user .user-view-top .user-view-title .login-name {
      color: black; }
    .site-user .user-view-top .user-view-title div {
      text-align: center; }
  .site-user .user-view-top .user-view-logo {
    margin: auto;
    text-align: center; }
    .site-user .user-view-top .user-view-logo img {
      border-radius: 50%;
      max-width: 100px;
      max-height: 100px;
      object-fit: cover;
      width: 100px;
      height: 100px; }
  .site-user .user-view-top .user-view-params {
    margin: auto;
    max-width: 900px;
    text-align: center;
    line-height: 1.8;
    padding-top: 14px; }
    .site-user .user-view-top .user-view-params .param {
      text-align: right;
      font-weight: bold; }
    .site-user .user-view-top .user-view-params .value {
      float: left;
      padding-left: 20px;
      text-align: left;
      display: flex; }

.msg-title {
  display: flex;
  padding-top: 60px;
  flex-direction: row;
  text-align: center;
  margin: auto;
  max-width: 220px; }

.msg-title-name > a, .msg-title-name > a:visited, .msg-title-name > a:hover, .msg-title-name > a:active {
  text-decoration: none;
  color: black; }

.msg-title-name {
  margin: auto 0;
  width: 100%;
  padding-left: 10px; }

.msg-title-avatar {
  max-width: 80px;
  width: 80px;
  display: flex;
  min-height: 80px;
  min-width: 80px; }

.msg-profile-logo, .msg-user-logo {
  height: 100px;
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  display: flex; }

.msg-profile-logo a, .msg-user-logo a {
  margin: auto; }

.msg-user-logo img {
  border-radius: 50%; }

.msg-profile-logo img, .msg-user-logo img {
  margin: auto;
  max-width: 100px;
  max-height: 100px; }

.msg-user-logo img {
  margin: auto;
  max-width: 75px;
  max-height: 75px; }

.msg-profile-row, .msg-user-row {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 112px;
  max-height: 112px;
  min-height: 112px;
  padding: 5px !important; }

.msg-profile-row-inner, .msg-user-row-inner {
  height: 102px;
  display: flex;
  max-height: 102px;
  min-height: 102px;
  border: 1px solid #a7a7a7;
  padding: 0 !important;
  background-color: white; }

.msg-profile-detail, .msg-user-detail {
  display: flex;
  width: 100%;
  flex-direction: column; }

.msg-profile-detail-row, .msg-user-detail-row {
  display: flex;
  flex-direction: row;
  padding-top: 5px; }

.msg-profile-dt, .msg-user-dt {
  float: right;
  color: #6e6e6e;
  text-align: right;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 3px;
  font-size: 8pt;
  width: 100%; }

.msg-profile-detail-row .dd1, .msg-user-detail-row .dd1 {
  width: 100%;
  padding-left: 10px; }

.msg-profile-detail-row .dd2, .msg-user-detail-row .dd2 {
  width: 0;
  max-width: 0;
  display: flex; }

.msg-profile-link, .msg-user-link {
  float: left;
  color: black;
  display: flex;
  text-align: left;
  padding: 0 10px 5px;
  width: 100%; }

.msg-profile-row:hover, .msg-user-row:hover {
  color: black; }

.msg-profile-text, .msg-user-text {
  font-size: 90%;
  padding-left: 10px;
  padding-top: 10px;
  max-height: 55px;
  overflow: hidden;
  height: 100%; }

.msg-profile-text > a, .msg-user-text > a {
  color: #6e6e6e; }

.msg-submit {
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: #a28c59; }

.btn-auto {
  width: auto; }

.form-content {
  padding-top: 60px; }

.form-content.registration-register, .form-content.registration-resend, .form-content.recovery-request,
.form-content.goods-my {
  display: flex;
  flex-direction: column; }

.form-content.goods-my {
  background-color: #eeeeee; }

.body-form.goods-my,
.body-form.msg-user-my,
.body-form.msg-user-profile,
.body-form.msg-profile-my {
  background-color: #eeeeee; }

.form-content.msg-user-profile,
.form-content.msg-user-my,
.form-content.msg-profile-my,
.main-panel.msg-user-profile,
.main-panel.msg-profile-my {
  background-color: #eeeeee; }

.form-content.msg-user-profile,
.form-content.msg-profile-my {
  margin-bottom: 40px; }

.t-desc {
  padding-top: 10px; }

.documents-header-block {
  color: #6e6e6e;
  width: 100%;
  /*background-color: white;*/
  padding: 10px;
  text-align: justify; }

.documents-header-block ul {
  padding-left: 20px; }

.documents-header-block ul li {
  padding-left: 10px;
  padding-top: 4px;
  list-style: disc; }

.container-captcha label {
  display: flex;
  flex-direction: row; }

.doc-link > div {
  padding-top: 10px; }

a.documents-link, a:hover.documents-link, a:visited.documents-link {
  /*color: black;*/
  font-size: 100%;
  padding-top: 10px; }

.order-detail .detail-msg .glyphicon {
  font-size: 200%;
  color: #fbb82b; }

.exclamation {
  position: absolute;
  left: 12px;
  top: 5px;
  z-index: 1;
  font-size: 200%;
  color: red; }

/* --------- upload control -------------- */
.upload-control {
  display: flex;
  padding-bottom: 5px;
  overflow-x: auto;
  overflow-y: hidden; }

.upload-control input[type="file"] {
  display: none; }

.upload-control .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 90px;
  height: 100px;
  width: 100px;
  text-align: center;
  margin: auto;
  opacity: 0.8;
  line-height: 90px; }

.upload-control .custom-file-upload .rm:hover {
  opacity: 0.4; }

.upload-control .upload-block {
  flex-direction: column; }

.upload-control .upload-remove {
  position: relative;
  top: -20px;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer; }

.custom-file-upload img {
  max-width: 100px;
  max-height: 100px;
  min-width: 100%;
  min-height: 100px;
  object-fit: cover;
  position: relative;
  top: -90px;
  z-index: -1; }

.custom-file-upload .rm {
  font-size: 30px;
  color: red;
  padding-left: 80px;
  position: relative;
  top: 20px;
  z-index: 10; }

.custom-file-upload .img {
  position: relative;
  width: 100%;
  height: 100%; }

.app-badges {
  padding-top: 30px; }

.app-badges > div {
  font-weight: bold;
  display: flex; }

.app-badge img {
  width: 150px; }

.app-badge.apple {
  padding-top: 9px; }

.test h2 {
  font-weight: bold; }

/** backend part **/
.nav:not(.navbar-nav) {
  width: 54px;
  z-index: 20;
  left: 0; }

.nav.navbar-nav {
  background-color: #eeeeee;
  width: 100%; }

.nav.navbar-nav > li > a {
  padding-left: 0; }

.site-index-admin {
  /*padding-top: 35px;*/ }

.site-index-admin thead {
  background-color: #eeeeee; }

/** Account section */
.account #account-form {
  padding-left: 14px; }
  .account #account-form .title {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0;
    font-weight: bold;
    font-size: 1.2em; }
