header,
aside,
footer {
  display: block;
}
html {
  box-sizing: border-box;
  moz-box-sizing: border-box;
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
@font-face {
  font-family: 'PTSans';
  src: url('fonts/PTS55F_W.eot');
  src: url('fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'), url('fonts/PTS55F_W.woff') format('woff'), url('fonts/PTS55F_W.ttf') format('truetype'), url('fonts/PTS55F_W.svg#PTSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansBold';
  src: url('fonts/PTS75F_W.eot');
  src: url('fonts/PTS75F_W.eot?#iefix') format('embedded-opentype'), url('fonts/PTS75F_W.woff') format('woff'), url('fonts/PTS75F_W.ttf') format('truetype'), url('fonts/PTS75F_W.svg#PTSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
body,
input,
textarea,
select {
  font-family: 'PTSans', Arial, Tahoma, serif;
  color: #535353;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}
body {
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin: 5px 0;
}
pre {
  font-family: Tahoma, serif;
  margin: 5px 20px;
  padding: 5px;
  background: #fff;
  color: #000;
  font-size: 80%;
  border: 1px solid #ccc;
}
.cntr {
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both;
}
.zero {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inline,
ul.inline li {
  display: inline-block;
}
.inline.vb,
ul.inline.vb li {
  vertical-align: top;
}
.bradius {
  border-radius: 5px;
}
.ovflw {
  overflow: hidden;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.relative {
  position: relative;
}
.light-color {
  color: #ccc;
}
.link:hover {
  cursor: pointer;
}
.hide {
  display: none;
}
/**********************/
h1 {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 150%;
  text-align: center;
}
a {
  color: #51578E;
}
a:hover {
  color: #000;
}
.tsmall {
  font-size: 80%;
}
._tac {
  text-align: center;
}
._z {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
button,
input.btn {
  border: 0;
}
.btn {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  background: #5BA8E4;
  color: #fff;
}
.btn.right {
  float: right;
}
.btn.orange {
  background: orange;
  color: #fff;
}
.btn.green {
  background: #009000;
  color: #fff;
}
.btn.blue {
  background: #5BA8E4;
  color: #fff;
}
.btn.red {
  background: red;
}
.btn.disabled {
  background: #ccc;
  color: #eee;
}
.btn.hide {
  display: none;
}
.btn:hover,
.btn:active {
  opacity: 0.8;
  cursor: pointer;
}
.btn.uc {
  text-transform: uppercase;
}
.btn a,
a.btn {
  text-decoration: none;
  color: #fff;
}
.flx {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flx.-sa {
  justify-content: space-around;
  -ms-flex-pack: justify;
}
.flx.-sb {
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.flx.-c {
  justify-content: center;
}
.flx.-e {
  justify-content: flex-end;
}
.flx.-alc {
  align-items: center;
}
.flx.-cc {
  align-content: center;
}
.iflx {
  display: inline-flex;
}
.iflx.-sa {
  justify-content: space-around;
}
.iflx.-sb {
  justify-content: space-between;
}
.col-2 > * {
  width: 49%;
}
.col-3 > * {
  width: 32%;
}
.col-4 > * {
  width: 24%;
}
.tbl {
  display: table;
  width: 100%;
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-collapse: collapse;
}
.tbl th {
  vertical-align: middle;
  font-size: 90%;
  background: #D5DBEB;
  color: #000;
  padding: 5px;
}
.tbl th:not(:last-child) {
  border-right: 1px solid #fff;
}
.tbl td {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px;
}
.tbl tr:hover td {
  background: #e9f6f9;
}
/*********************/
.main-menu,
.main-menu ul {
  background: #5779b5;
}
.main-menu.fixed {
  position: fixed;
  top: 0px;
  z-index: 500;
}
.main-menu .main-menu-cont a {
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
}
.main-menu .main-menu-cont ul li {
  position: relative;
}
.main-menu .main-menu-cont ul li:hover > a {
  color: #5779b5;
  background: #fff;
}
.main-menu .main-menu-cont ul li:hover .mm-sub {
  display: block;
}
.main-menu .mm-sub {
  position: absolute;
  left: 0;
  top: 99%;
  border-radius: 0;
  padding: 0;
  display: none;
  overflow: hidden;
  min-width: 100%;
}
.main-menu .mm-sub li {
  width: 100%;
}
.main-menu .mm-sub a {
  white-space: nowrap;
  display: block;
}
.tip {
  cursor: help;
}
.ui-tooltip {
  font-size: 80%;
  font-weight: normal;
}
.info-tip {
  background: #313131;
  color: #fff;
  box-shadow: 0px 0px 3px -1px #777;
}
.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
}
.header .right {
  display: flex;
  justify-content: flex-end;
}
.products-change-price {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 0 0 5px 0;
  color: #000;
  cursor: pointer;
}
.products-change-price label {
  white-space: nowrap;
}
.products-change-price ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  flex: 1;
  overflow: hidden;
  background: #fff;
  margin-left: 10px;
  border-radius: 3px;
}
.products-change-price li {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0 5px;
  height: 100%;
}
.products-change-price li.act {
  top: 0;
}
.products-change-price-popup {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-change-price-popup li {
  display: block;
  margin: 5px 0;
}
.cry-boss {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cry-boss i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 15px;
}
.cry-boss p {
  color: #000;
  text-align: center;
  line-height: 80%;
}
.cry-boss:hover {
  cursor: pointer;
  color: #51578E;
}
.cry-boss:hover p {
  text-decoration: underline;
}
/*.check-serial {
  position: absolute;
  right: 0px;
  bottom: 10px;
}*/
.check-serial input {
  border: 1px solid #91A2B8;
  width: 90%;
  height: 26px;
  padding: 0 3px;
}
.check-serial i {
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
}
.check-serial i:hover {
  cursor: pointer;
  color: #000;
}
/***************/
.login-win {
  box-sizing: content-box;
  position: absolute;
  width: 300px;
  box-shadow: 0px 0px 3px -1px #777;
  padding: 20px 0;
  background: #fff;
  display: none;
}
.login-win h1 {
  text-transform: uppercase;
  text-align: center;
}
.login-win form {
  width: 80%;
  margin: 5px auto;
}
fieldset {
  border: 1px solid #B0B5B8;
}
.input-line {
  position: relative;
  margin: 10px auto;
}
.input-line.-r {
  text-align: right;
}
.input-line.-m0 {
  margin-top: 0;
  margin-bottom: 0;
}
.input-line .t {
  font-weight: bold;
  margin-bottom: 5px;
}
.input-line .msg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: red;
  color: #fff;
  padding: 2px 5px;
  display: none;
}
.input-line .msg.btn {
  left: 100px;
  top: 0px;
}
.input-line.label-left {
  display: flex;
  align-items: center;
}
.input-line.label-left .t {
  margin: 0 10px 0 0;
}
.input-line input[type=text],
.input-line input[type=password],
.input-line select,
.calendar input[type=text],
.input {
  border: 1px solid #91A2B8;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
}
.input-line input[type=text]:focus,
.input-line input[type=password]:focus,
.input-line select:focus,
.calendar input[type=text]:focus,
.input:focus {
  outline: none;
}
.input-line input[type=text]:disabled,
.input-line input[type=password]:disabled,
.input-line select:disabled,
.calendar input[type=text]:disabled,
.input:disabled {
  background: #e8e5e5;
}
.input-line textarea {
  border: 1px solid #91A2B8;
  /*B1A798*/
  width: 100%;
  height: 70px;
  padding: 3px;
  resize: none;
  font-size: 1rem;
  border-radius: 3px;
}
.input-line textarea:focus {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
.input-line textarea:disabled {
  background: #e8e5e5;
}
.input-line input.mini {
  width: 20%;
}
.login-win input {
  font-size: 150%;
}
.input-line p {
  margin: 5px 0;
}
.input-line span.red {
  color: red;
}
.input-line span.info {
  color: #B1B0AE;
}
.registration-form legend {
  color: #A7A6A5;
}
.reg-back {
  margin-bottom: 20px;
}
#osnAbout {
  display: none;
}
/****************/
.win {
  box-shadow: 0px 0px 3px -1px #777;
  background: rgba(255, 255, 255, 0.8);
}
.win hr {
  background: #B1A798;
  border: 0;
  height: 1px;
  width: 80%;
  margin: 20px auto;
}
footer {
  text-align: center;
  padding: 10px 0;
}
/*********
*******
DIALOG
*****
****/
.dialog-win {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  background: #edeef3;
  border-radius: 5px;
  display: none;
  min-width: 310px;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .dialog-win {
    min-width: 600px;
  }
}
#dialog-win-bgr {
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 4900;
  width: 100%;
  height: 100%;
  display: none;
}
.close {
  position: relative;
  float: right;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  margin: 5px 5px 0 0;
  opacity: 1 !important;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.close i {
  position: absolute;
  display: block;
  background: #2598d3;
}
.close i:first-child {
  width: 20px;
  height: 4px;
  left: 4px;
  top: 12px;
}
.close i:last-child {
  width: 4px;
  height: 20px;
  top: 4px;
  left: 12px;
}
.close:hover {
  background: #1c7ca6;
  cursor: pointer;
}
.close:hover i {
  background: #ffffff;
}
#dialog {
  width: 100%;
  padding: 20px;
}
#dialog .hdr {
  font-size: 170%;
  text-transform: upercase;
  margin: 0 0 20px;
}
#dialog p {
  font-size: 100%;
  margin: 0 0 3px;
}
#dialog .bq {
  margin: 5px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}
#dialog .ftr {
  margin-top: 5%;
  font-size: 90%;
  color: #1c7ca6;
}
#dialog .green {
  color: #579933;
}
#ajax-loader {
  position: fixed;
  z-index: 10000;
  bottom: 20px;
  width: 100%;
  text-align: center;
  display: none;
}
#ajax-loader div {
  background: #ff6f20;
  color: #fff;
  padding: 10px;
  display: none;
}
.pointer {
  cursor: pointer;
}
.main .content {
  margin-top: 20px;
  min-height: 75vh;
}
.logo {
  margin: 10px 0 0 10px;
  float: left;
}
.logo img {
  max-width: 100px;
}
.non-paid-msg {
  border: 1px solid red;
  border-radius: 5px;
  padding: 10px 20px;
  background: #fff;
  max-width: 600px;
  margin-top: 20px;
}
.non-paid-msg h3 {
  margin: 0;
  color: red;
}
.non-paid-msg p span {
  font-weight: bold;
  color: red;
}
.user-info {
  color: #4e4e4e;
}
.user-info a {
  color: inherit;
}
.user-info a:hover {
  color: #000;
}
.user-info .t a {
  text-decoration: none;
}
.user-info .fa-power-off {
  margin-top: 3px;
  margin-left: 5px;
  float: right;
}
.user-info .fa-power-off:hover {
  color: #000;
  cursor: pointer;
}
.profile-change-pass .w {
  display: none;
}
.profile-change-pass .title {
  display: inline;
  border-bottom: 1px dotted #51578E;
  color: #51578E;
}
.user-info .fa-caret-down {
  display: inline;
}
.ui-bonus {
  margin-top: 10px;
}
.ui-bonus.-plus {
  color: green;
}
/*********************/
.last-news {
  width: 100%;
  /*960*/
  margin: 0 0 30px -5px;
  text-align: center;
}
.last-news li {
  margin: 5px;
  border: 1px dotted #cdcce5;
}
.last-news li.simple {
  padding: 5px;
}
.last-news li.full p {
  margin: 0;
}
.last-news li:hover {
  border-color: #333;
}
.last-news li.full img {
  max-height: 300px;
}
.last-news li .i {
  width: 100%;
  height: 120px;
}
.last-news li .i a,
.last-news li .only-img {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
}
.last-news li .i a img {
  vertical-align: middle;
}
.last-news li .d,
.last-orders .d {
  color: red;
  font-size: 95%;
  font-style: italic;
  font-weight: bold;
}
.last-news li .n {
  line-height: 120%;
}
.last-news li .t {
  font-size: 90%;
  line-height: 90%;
}
/*********************************/
.last-orders-block {
  background: #ecebfb;
  margin-left: -20px;
  padding: 10px 20px 20px;
}
.last-orders {
  width: 100%;
}
.last-orders li {
  margin-left: 20px;
  padding-right: 10px;
}
.last-orders li:not(:last-child) {
  border-right: 1px solid #cdcce5;
}
.last-orders .n {
  font-weight: bold;
}
/***************** Таблица прайса ***********************/
.box.main {
  margin-bottom: 20px;
}
.price-list-cat {
  background: #66749C;
  color: #fff;
  padding: 5px 10px;
  border-bottom: 1px solid #f1f1f1;
}
.price-list-cat .-open-close {
  float: right;
  margin: 3px 0 0 100px;
}
.price-list-cat .-btns {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.price-list-cat .save-excel {
  color: #fff;
  text-decoration: none;
}
.price-list-cat .save-excel i {
  font-size: 12px;
}
.price-list-cat:hover,
.price-list-cat:active {
  text-shadow: 0px 0px 2px #000;
  cursor: pointer;
}
.price-list-cat.sub {
  padding-left: 40px;
  background: #8291BB;
}
.price-list-products-tbl {
  display: none;
}
.price-list-products-tbl.-opened {
  display: block;
}
.price-list.tbl {
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-bottom: 3px solid #66749C;
  width: 100%;
}
.price-list .row {
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  background: #fff;
}
.price-list .row:nth-child(odd) {
  background: #f1f1f1;
}
.price-list .row:hover {
  background: #E3E2E2;
}
.price-list .row.deleted div {
  background: #ccc;
  color: #eee;
}
.price-list .row.deleted div > div a {
  color: #eee;
}
.price-list .row > div {
  text-align: center;
  padding: 3px 2px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.price-list .row > div.name {
  text-align: left;
}
.price-list .row .price {
  flex-direction: column;
}
.price-list .row .js-price-cart-delete {
  /*.absolute;
			right: -8px;
			top: 50%;
			transform: translateY(-50%);*/
  font-size: 22px;
  color: red;
}
.price-list .row .js-price-cart-delete:hover {
  cursor: pointer;
  color: inherit;
}
.price-list.hide {
  display: none;
}
.price-list.title div {
  vertical-align: middle;
  background: #D5DBEB;
  color: #000;
}
.price-list.itogo div {
  background: #66749C;
  color: #fff;
  border-bottom: 1px solid #66749C;
}
.price-list .art {
  width: 8%;
  color: #ccc;
  font-size: 96%;
}
.price-list .name {
  flex: 1;
  hyphens: auto;
  text-align: left;
}
.price-list .name a {
  color: inherit;
  text-decoration: none;
}
.price-list .name a:hover {
  text-decoration: underline;
  color: #000;
}
.price-list .name i {
  color: green;
}
.price-list .name .txt {
  position: relative;
  cursor: pointer;
}
.price-list .name .txt > div {
  display: none;
  position: absolute;
  left: 99%;
  top: 99%;
  z-index: 10;
  min-width: 250px;
  background: #fff;
  border: #5e5d5d 1px solid;
  padding: 10px 15px;
  border-radius: 5px;
  color: #333;
  font-size: 14px;
  font-family: inherit;
}
.price-list .name .snoska {
  margin-top: 5px;
  font-size: 12px;
  color: #565656;
}
.price-list .price {
  width: 8%;
  background: #d5dbeb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.price-list .price.-price-zero {
  color: #006400;
  font-size: 120%;
}
.price-list .price.bastard {
  background: red;
  color: #fff;
}
.price-list .price .ico-sale {
  color: red;
  position: absolute;
  right: -8px;
  top: -5px;
  font-size: 14px;
}
.price-list .price.-order {
  flex-direction: column;
}
.price-list .price.-order .btn {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 100%;
  margin-top: 4px;
}
.price-list .wh {
  text-align: center;
}
.price-list .wh .reserve {
  color: #868686;
}
.price-list .wh.kolvo,
.price-list .wh.summ {
  width: 62%/2;
}
.price-list .prodAmount,
.price-list .price-input {
  width: 100%;
  border: 1px solid #B1A798;
  background: #fff;
}
.price-list .prodAmount.disabled,
.price-list .price-input.disabled {
  border-color: #eee;
  color: #eee;
}
.price-list .prodAmount.focus,
.price-list .price-input.focus {
  border-color: #A19786;
  box-shadow: 0px 0px 2px 0px #A19786;
}
.price-list .prodAmount.error,
.price-list .price-input.error {
  background: red;
}
.price-list.title.row > div.name {
  text-align: center;
}
.price-list.title.row > div.name .snoska {
  text-align: left;
}
/*.price-list.tbl {
  display: table;
  width: 100%;
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-bottom: 3px solid #66749C;
}*/
.dlr-price-stop {
  font-size: 80%;
  text-decoration: line-through;
}
/** для истории заказов **/
.price-list .odate {
  width: 10%;
}
.price-list .onum {
  width: 10%;
}
.price-list .onum span.deleted {
  text-decoration: line-through;
}
.price-list .summ,
.price-list .paid {
  width: 15%;
}
.price-list .otgr {
  width: 15%;
  text-align: left !important;
}
.price-list .otgrStatus {
  width: 20%;
}
.price-list .wh {
  width: 15%;
}
.price-list .history-name {
  flex: 1;
}
.price-list .history-price {
  width: 20%;
}
.price-list .amount {
  width: 10%;
}
.price-list .prod-summ {
  width: 20%;
}
.price-list .otgr-num {
  width: 15%;
}
.price-list .otgr-date {
  width: 15%;
}
.price-list .otgr-summ {
  width: 20%;
}
.price-list .otgr-tk {
  width: 20%;
}
.price-list .otgr-act {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.price-list .otgr span {
  color: green;
}
.price-list .otgr span i {
  margin-right: 10px;
}
.can-buy {
  display: inline-block;
  width: 40%;
  text-align: left;
}
.price-bar {
  margin-bottom: 20px;
}
.price-bar .to-price {
  padding: 3px 10px;
  background: #008000;
  color: #fff;
  text-decoration: none;
}
.price-bar .to-price:hover {
  background: #004d00;
}
.chbox {
  display: inline-block;
  cursor: default;
}
.chbox:hover {
  cursor: default;
  color: #777;
}
.price-bar > div {
  display: inline-block;
}
.price-bar .srch {
  position: relative;
  display: inline-block;
  width: 20%;
}
.price-bar .srch input {
  border: 1px solid #b1a798;
  padding: 3px;
  width: 100%;
}
.price-bar .srch button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  background: transparent;
  width: 24px;
  height: 24px;
}
.price-bar .srch button i {
  color: #b1a798;
  font-size: 16px;
}
.price-bar .srch button:hover i {
  color: #000;
}
.price-bar .srch ul {
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 50;
  background: #fff;
  border: 1px solid #b1a798;
  display: none;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.price-bar .srch ul li a {
  display: block;
  padding: 3px 5px;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
}
.price-bar .srch ul li:hover {
  background: #f1f1f1;
  cursor: pointer;
}
/* фильтр  брендов */
.brand-filter {
  position: relative;
  margin: 0 0 0 10px;
}
.bf-hdr {
  border: 1px solid #b1a798;
  padding: 3px 10px;
  cursor: pointer;
}
.bf-hdr i {
  display: inline;
}
.bf-hdr:hover {
  border: 1px solid #867d73;
}
.bf-list-wrap {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 20;
  width: 400px;
}
.bf-list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 0px 3px -1px #777;
}
.bf-list li {
  width: 50%;
  padding: 5px;
}
.bf-list li > div {
  margin: 5px 0;
}
.bf-list li.ftr {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
}
.bf-list label:hover {
  text-decoration: underline;
}
/* окно с результатами выбора товаров */
.summary {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  min-height: 50px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px -2px 2px 0px #6c6f8d;
  text-align: center;
}
.summary ul {
  text-align: left;
  padding: 10px 20px;
  display: inline-flex;
  flex-wrap: wrap;
}
.summary ul li {
  margin-bottom: 10px;
}
.summary ul li span {
  font-weight: bold;
}
.summary ul li.r {
  flex-grow: 1;
  text-align: right;
}
.show-cart {
  border-bottom: 1px dotted #51578E;
  text-decoration: none;
}
.mcart {
  position: fixed;
  bottom: 20px;
  z-index: 110;
  background: #fff;
  box-shadow: -1px -1px 2px 0px #6c6f8d, 1px -1px 2px 0px #6c6f8d;
  padding: 10px 0;
  display: none;
}
.mcart li {
  margin: 5px 0;
}
.mcart li h3 {
  margin: 0 0 5px 0;
  padding: 0 20px;
}
.mcart li h3 i {
  font-size: 11px;
  color: #808080;
}
.mcart li .itm {
  display: block;
  padding: 5px 20px;
  white-space: nowrap;
  /*&:hover {
			  .bgr(#f1f1f1);
			}*/
}
/******************************/
#to-top {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  display: none;
}
#to-top .wrap {
  position: relative;
  height: 100%;
  width: 63px;
  background: #f7f7f7;
}
#to-top .wrap div {
  position: absolute;
  bottom: 10%;
  right: 10px;
  width: 43px;
  height: 43px;
  background-position: -200px -168px;
  font-size: 300%;
}
#to-top:hover {
  opacity: 1;
  background: #f2f2f2;
  cursor: pointer;
}
/******* список компаний ******/
.clist {
  margin-top: 20px;
}
.clist li {
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.clist li.deleted {
  opacity: 0.3;
}
.clist li.noact,
.history-order-box.deleted {
  opacity: 0.7;
  position: relative;
  overflow: hidden;
}
.clist li:hover,
.clist li:focus {
  border-color: #bbbaba;
  opacity: 1;
}
.clist li .n {
  font-weight: bold;
  border-bottom: 1px dotted #bbbaba;
  padding: 0 10px;
}
.clist li .inf span {
  color: #5779B5;
}
.clist li .pnl {
  margin-top: 10px;
  padding: 10px;
  background: #e4e4e4;
  text-align: right;
}
.clist li .pnl div.b {
  display: inline-block;
}
.clist li .pnl div.b a {
  text-decoration: none;
}
.clist li .pnl div.b a:hover {
  text-decoration: underline;
}
.clist li .pnl div.bank {
  float: left;
}
.clist li .pnl div.del {
  color: red;
}
.clist li .pnl div.b:hover,
.clist li .pnl div.b:focus,
.clist li .pnl div.b:hover .chbox {
  color: blue;
  cursor: pointer;
}
.clist li .noact-msg,
.history-order-box .noact-msg {
  position: absolute;
  top: 40px;
  right: -50px;
  color: #fff;
  width: 200px;
  height: 30px;
  line-height: 30px;
  background: red;
  border: 1px solid #333;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.clist.banks-list .inf {
  padding-left: 10px;
  padding-right: 10px;
}
.clist.address-list .inf {
  padding: 0 10px;
}
/************** выбор компании доставки и оплаты ****************/
.preorder-block {
  margin: 30px auto;
}
.preorder-block .hdr {
  margin: -25px 0 10px 0;
}
.preorder-block .hdr div {
  display: inline-block;
  background: #fff;
  padding: 3px 20px;
  font-weight: bold;
  font-size: 120%;
}
.wh-txt {
  margin: 20px 0;
  padding: 10px 20px;
  background: orange;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
.wh-txt i {
  position: absolute;
  left: 8px;
  top: 13px;
}
.preorder-block ul.list li {
  background: #f1f1f1;
  padding: 5px 10px;
  margin: 2px 0;
  border-radius: 5px;
}
.preorder-block ul.list li .js-tk-select-terminal {
  margin: 10px 0;
}
.preorder-block ul.list li p {
  padding-left: 15px;
  font-size: 90%;
  font-style: italic;
}
.preorder-block ul.list li:hover,
.preorder-block ul.list li:focus {
  background: #5779B5;
}
.preorder-block ul.list li:hover .chbox,
.preorder-block ul.list li:focus .chbox,
.preorder-block ul.list li:hover .add-adr-box {
  color: #fff;
}
.preorder-select {
  position: relative;
  margin: 20px 0;
}
.preorder-select .default {
  font-size: 120%;
  border: 1px solid #91A2B8;
  border-radius: 0 3px 3px 3px;
  padding: 0 10px 0 20px;
}
.preorder-select .default p {
  margin: 0;
  padding: 0;
  cursor: default;
}
.preorder-select .default span {
  float: right;
}
.preorder-select .default:hover {
  border: 1px solid green;
  color: green;
}
.preorder-select ul {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 99%;
  z-index: 50;
  background: #fff;
  border-left: 1px solid green;
  border-right: 1px solid green;
  border-bottom: 1px solid green;
  border-radius: 0 0 3px 3px;
  padding-top: 10px;
  display: none;
}
.preorder-select ul li {
  padding: 5px 20px;
}
.preorder-select ul li:hover {
  background: green;
  color: #fff;
  cursor: default;
}
.preorder-select ul li.def {
  color: #000;
  font-weight: bold;
}
.preorder-select .banks-list {
  display: none;
}
.add-adr-box {
  display: none;
  margin-left: 20px;
}
.confirm-order-top {
  display: flex;
  justify-content: space-between;
}
.confirm-order-error {
  margin: 20px 0;
  color: red;
  font-weight: bold;
}
.confirm-block {
  margin: 15px 0 30px 0;
  padding: 0 20px 20px;
  border: #333 1px solid;
  border-bottom: #333 5px solid;
  /*.wh-name {
	  border-bottom: 3px solid #000;
	  text-align: center;
	  height: 12px;
	  margin: 0 -20px 30px -20px;

	  div {
		display: inline-block;
		margin: -10px auto 0px auto;
		padding: 5px 15px;
		text-transform: uppercase;
		color: #fff;
		background: #000;
	  }
	}*/
}
.wh-title {
  background: #333;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  margin: 0 -20px 30px -20px;
}
.confirm-pay-delivery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.confirm-pay-delivery > * {
  width: 49%;
}
.confirm-block .weight {
  margin: 10px 0px;
  padding: 5px 20px;
  background: #f1f1f1;
}
.confirm-block .weight span {
  font-size: 120%;
  font-weight: bold;
}
.confirm-block .total-wh-price {
  color: #fff;
  background: #66749c;
  padding: 5px 10px;
}
.confirm-block .total-wh-price span {
  font-size: 140%;
}
.wh-alerts {
  padding: 5px 20px;
  margin: 15px 0;
  background: red;
  color: #fff;
  border-radius: 10px;
}
.total-discount {
  background: green;
  color: #fff;
  padding: 5px 0px;
  text-align: center;
  margin: 20px;
}
.use-discount-blk {
  margin: 0 0 40px 0;
}
.use-discount-blk p {
  padding-left: 20px;
  font-style: italic;
}
.articles-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.articles-list li .img {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 250px;
}
.articles-list li .img img {
  max-width: 100%;
}
.articles-list li .date,
.news-date {
  color: red;
  font-weight: bold;
  font-style: italic;
}
.calendar {
  text-align: right;
  margin-right: 20px;
}
.calendar li {
  display: inline-block;
}
.calendar li.d {
  width: 130px;
}
.calendar li input[type=text] {
  width: 80%;
}
.calendar li.d.t {
  margin-left: 20px;
}
.calendar li.l {
  width: 50px;
  margin-left: 10px;
}
#changeCur {
  display: inline-block;
  float: right;
}
#changeCur select {
  border: 1px solid #b1a798;
}
.orders-list {
  margin-top: 30px;
}
.orders-list .title.fixed {
  position: fixed;
  z-index: 100;
  box-shadow: 0px 0px 2px 0px #333;
}
.history-itog {
  font-size: 120%;
  margin-top: 30px;
}
.history-poditog {
  font-size: 100%;
}
.history-btns {
  margin: 30px 0;
  justify-content: flex-end;
  align-items: flex-start;
}
.history-btns > * {
  margin-left: 15px;
}
.history-popolnenie {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: #333 1px solid;
}
.history-popolnenie .dt {
  font-size: 20px;
  font-weight: 600;
}
.history-popolnenie .btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.history-popolnenie .btns p {
  max-width: 400px;
}
.invoice-disabled-text {
  font-size: 14px;
  margin-top: 10px;
}
.hist-serials-list-item input {
  width: 260px !important;
}
.hist-serials-list-item .fa-check {
  color: green;
}
.hist-serials-list-item .fa-times {
  color: red;
}
.hist-serials-list-item div {
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
}
.js-history-create-otgruzka {
  display: none;
}
.profile-api-info {
  padding: 10px;
  background: #e0dfdf;
  border-radius: 5px;
  margin-top: 20px;
}
.profile-api-info h3 {
  margin: 5px 0;
}
.profile-api-info p {
  padding: 3px 10px;
  background: #f1f1f1;
}
.profile-api-info p span {
  padding: 2px 5px;
  font-size: 120%;
}
.accent,
.code {
  border: 1px solid #5779B5;
  border-radius: 3px;
  padding: 10px;
  background: #f1f1f1;
}
.code {
  font-family: monospace;
}
.wh-select {
  border-top: 1px dotted #66749C;
  margin-top: 20px;
  padding-top: 20px;
}
.wh-select h3 {
  margin: 0 0 10px 0;
}
.wh-select form div {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  display: inline-block;
  margin: 2px 5px;
}
.pagination ul li a {
  display: block;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  background: #5779B5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}
.pagination ul li a:hover {
  opacity: 0.8;
}
.serial-list-item h2 {
  display: inline-block;
  text-align: left;
  margin: 0 0 -1px 0;
  padding: 10px 15px;
  background: #5779b5;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.client-notice {
  position: fixed;
  left: 200px;
  top: 200px;
  max-width: 100%;
  width: 600px;
  min-height: 300px;
  max-height: 80vh;
  z-index: 5000;
  background: #fff;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.notice-slider {
  position: relative;
}
.notice-slider > i {
  position: absolute;
  z-index: 10000;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: rgba(87, 121, 181, 0.6);
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.notice-slider > i.prev {
  left: 5px;
}
.notice-slider > i.next {
  right: 5px;
}
.notice-slider > i:hover {
  cursor: pointer;
  background: rgba(87, 121, 181, 0.8);
}
.notice-slider-items {
  margin-top: 40px;
  min-height: 200px;
}
.notice-slide h1 {
  text-align: left;
  line-height: 100%;
  background: rgba(87, 121, 181, 0.2);
  padding: 10px 40px;
  font-size: 120%;
}
.notice-slide > div {
  padding: 10px 40px;
}
.js-hsort {
  cursor: pointer;
}
.search {
  display: inline-block;
}
.search input {
  border: 1px solid #91A2B8;
  width: 100%;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
  width: 85%;
}
.search input:focus {
  outline: none;
}
.search input:disabled {
  background: #e8e5e5;
}
.search button {
  width: 24px;
  height: 24px;
  border: 0;
  background: url(../img/zoom.gif);
  vertical-align: middle;
}
.search button:hover {
  opacity: 0.8;
}
.header-warnings p {
  margin: 5px 0;
}
.inventory-list li {
  margin: 10px 0;
  padding: 10px;
  border: #dbdee6 1px solid;
}
.inventory-list li.drop-over {
  border: #0356da 1px solid;
}
.js-inventory-finished {
  margin-top: 40px;
}
.bonus-info {
  font-size: 120%;
}
.bonus-info span {
  font-weight: bold;
  color: #000;
}
.bonus-filter {
  border: none;
  text-align: right;
}
.bonus-filter input {
  width: 110px;
}
.bonus-filter select {
  width: 110px;
}
.bonus-filter legend {
  display: none;
}
.bonus-filter .wrp {
  width: 87%;
  display: inline-block;
}
.bonus-filter .wrp > div {
  display: inline-block;
  margin-left: 15px;
  text-align: left;
}
.bonus-filter .ftr {
  display: inline-block;
  width: 12%;
}
.order-bonus {
  margin-bottom: 20px;
}
.order-bonus input {
  width: 100px;
}
.order-bonus span {
  font-weight: bold;
}
.ico-sale i:first-child {
  color: red;
}
.ico-sale i:last-child {
  color: #fff;
}
.news-under-menu {
  margin: 10px 0 0 0;
}
.news-under-menu .tit {
  display: none;
}
.news-under-menu .itm {
  margin: 3px 0;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
.news-under-menu .itm span {
  color: #333;
  font-size: 12px;
}
.news-under-menu .itm a {
  color: #000;
}
.news-under-menu .itm:hover {
  background: rgba(255, 255, 255, 0.6);
}
.tk-terminals {
  padding: 0 0 20px 0;
}
.tkt-col {
  width: 99% / 5;
}
.tkt-city {
  font-weight: bold;
  margin: 10px 0;
}
.tkt-city:hover {
  cursor: pointer;
  text-decoration: underline;
}
.tk-terminals-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.tk-terminals-list li {
  margin: 10px 0;
  background: #fff;
  padding: 5px 10px;
}
.tk-terminals-list li > p {
  margin: 0;
  padding: 0;
}
.tk-terminals-list li > p a {
  font-size: 90%;
  color: #51578E;
}
.tk-terminals-list li > div {
  margin: 10px 0;
}
.tk-terminals-list .price-list .rad {
  width: 10%;
}
.tk-terminals-list .price-list .var {
  width: 50%;
}
.tk-terminals-list .price-list .p {
  width: 40%;
}
@media screen and (max-width: 800px) {
  .tkt-col {
    width: 100%;
  }
}
.prods-srch-result-wrap {
  max-height: 500px;
  overflow: auto;
}
.prods-srch-res > div {
  background: #fff;
  margin: 1px 0;
  padding: 2px 5px;
  cursor: pointer;
}
.prods-srch-res > div:hover {
  background: #cecece;
}
.cookie-info {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cookie-info a {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */