#content > .left {
  z-index: 100;
}
#cboxLoadedContent > #catalog-region > .left-box {
  display: none;
}
a[data-grid] img {
  width: 25px;
  max-width: none;
}
.flag {
  padding: 0 5px 0 5px;
  min-width: 24px;
}
.basket-box .cart-head .good-name {
  width: 260px;
}
.basket-box .cart-head .good-name-order {
  width: 360px;
}
.basket-box .goods-list .item-title {
  width: 175px;
}
.basket-box .goods-list .item-title-order {
  width: 275px;
}
.header-container {
  z-index: 10;
  width: 100%;
  top: 0;
  position: sticky;
}
.header-container .header .email-in-header a {
  font-weight: 700;
  color: #0164C1;
}
.storage-status {
  white-space: nowrap;
  background: url(../images/ico05.png) 0 0 no-repeat #FFF;
  padding: 2px 0 5px 34px;
  color: #75a615;
  font-size: 14px;
}
.field-field-imeges .storage-status {
  background: url(../images/ico05.png) #FFF 6px 0 no-repeat;
}
.item-left .storage-status {
  text-align: left;
  padding: 5px 0 10px 30px;
}
.similar-container-top .storage-status {
  position: absolute;
  height: 21px;
  width: 30px;
  padding: 2px 0 0 0;
  right: 0;
  background-color: #FFF;
  border-radius: 5px;
}
.view-table .storage-status,
.field-field-ostnastka-dop .storage-status {
  height: 23px;
  width: 23px;
  padding: 0;
}
/**
 * Грид каталога: flex с переносом и равной высотой карточек в ряду. Ряды идут
 * ровно (без «ступенек» от карточек разной высоты), цена и кнопки прижаты к
 * низу карточки. box-sizing:border-box — сохранить число карточек в ряду при
 * переходе с float. Только плиточный вид (.main-box) — список/таблица
 * (.without-box) сохраняют свою раскладку. Scoped на #good-list, не слайдеры.
 */
#good-list.main-box:not(.cols-4) {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#good-list.main-box:not(.cols-4) .similar-container {
  float: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#good-list.main-box:not(.cols-4) .similar-container > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#good-list.main-box:not(.cols-4) .similar-container > div .similar-bottom {
  margin-top: auto;
}
#good-list.main-box:not(.cols-4) .container-show-more {
  width: 100%;
}
/**
 * Разделы первого уровня каталога: листинг на всю ширину, карточки по 4 в ряд.
 * flex + min-width: на широком экране ровно 4, на узком сетка сама переносит
 * на меньшее число столбцов (карточка не уже 220px).
 */
#good-list.cols-4 {
  display: flex;
  flex-wrap: wrap;
}
#good-list.cols-4 .similar-container {
  float: none;
  width: calc(25% - 10px);
  min-width: 220px;
  max-width: none;
  flex-grow: 0;
}
/**карточка товара в катологе*/
.similar-container {
  float: left;
  width: 32%;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  overflow: hidden;
  background: #FFF none repeat scroll 0 0;
  margin: 5px;
  border: 1px solid #D1D2D3;
  box-shadow: 0 1px 1px #CCC;
  color: #000;
  padding: 5px;
  min-width: 230px;
  max-width: 260px;
}
.similar-container .similar-brand-logo {
  position: absolute;
  right: 0;
  z-index: 1;
}
.similar-container:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
}
.similar-container a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.similar-container a:hover {
  color: #f6911a;
}
.similar-container .img {
  text-align: center;
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.similar-container .desc {
  width: 100%;
  height: 302px;
  overflow: hidden;
  text-align: left;
}
.similar-container .desc hr {
  color: #eee;
  border: #ececec solid 1px;
}
.similar-container .price {
  white-space: nowrap;
  align-content: center;
  width: 100%;
  font-size: 20px;
  padding: 5px 0 0 0;
  margin-bottom: 5px;
  text-align: center;
  color: #000;
  font-weight: normal;
  height: 36px;
  background: #F7F6F3;
}
.similar-container .price .price-label {
  color: #888;
  font-size: 14px;
  font-weight: normal;
}
.similar-container .similar-container-top {
  padding: 5px;
  position: relative;
}
.similar-container .similar-container-top .storage-holder {
  height: 21px;
  text-align: right;
}
.similar-container .similar-container-top .storage-status {
  height: 21px;
  display: inline-block;
  padding: 2px 0 0 0;
  background-color: #FFF;
  position: static;
}
.similar-container .similar-title {
  height: 65px;
  min-height: 65px;
  overflow: hidden;
  position: absolute;
  background: #fff;
}
.similar-container .similar-title.over :after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #ffffff 10%, rgba(255, 255, 255, 0) 30%);
  pointer-events: none;
  /* so the text is still selectable */
}
.similar-container .similar-title:hover {
  height: auto;
  box-shadow: 0 5px 6px 0 #eee;
}
.similar-container .similar-title:hover :after {
  display: none;
}
.similar-container .brief {
  margin-top: 68px;
}
.similar-container .similar-bottom {
  border: 0 none;
  padding-top: 4px;
  height: auto;
}
.similar-container .similar-bottom > .row {
  margin-left: auto;
}
.similar-container .similar-bottom > .row > .col {
  padding-left: 5px;
}
.similar-container .similar-bottom .col-similar-button {
  flex: 0 0 42px;
  max-width: 42px;
}
.similar-container .similar-bottom .col-similar-button :hover,
.similar-container .similar-bottom .col-similar-button :hover .favorite,
.similar-container .similar-bottom .col-similar-button .active {
  color: #ed1c24;
  cursor: pointer;
  font-weight: 700 !important;
}
.similar-container .similar-bottom .col-similar-button a {
  color: #666;
}
.similar-container .similar-bottom .col-similar-button .favorite {
  font-weight: 500;
}
.similar-container .similar-bottom .btn-bootstrap-button.btn-panel {
  margin-bottom: 5px;
  height: 36px;
}
.similar-container .similar-bottom .col-buttons {
  height: 37px;
}
.similar-container .similar-container-art {
  background: #F7F6F3 url("../images/sh.png") repeat-x scroll center bottom;
  padding: 4px 0 8px;
}
.similar-container .empty {
  margin-bottom: 5px;
  float: left;
}
.similar-container .similar-rating-slot {
  min-height: 24px;
}
.similar-container .similar-container-art {
  color: #676676;
  font-size: 14px;
}
.similar-container .similar-container-art span {
  color: #000;
}
.similar-container .col-proposal {
  font-weight: normal;
}
.base-action {
  padding: 2px 5px 0 5px;
  color: #fff;
  opacity: 0.8;
  border-radius: 5px;
  background: #468847;
  font-size: 12px;
  font-weight: 100;
  margin: 3px 0 0 0;
  display: table;
}
.base-action.empty-storage {
  color: #333;
  background-color: #ffffff;
}
.base-action.discount {
  text-decoration: line-through;
  background-color: #f5890a;
}
.product-card {
  display: block;
  color: inherit;
}
.related-categories .related-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.related-categories .related-categories-list li a {
  display: inline-block;
  padding: 6px 12px;
  background: #f7f6f3;
  border: 1px solid #d1d2d3;
  border-radius: 5px;
  color: #0164C1;
  text-decoration: none;
  font-size: 14px;
}
.related-categories .related-categories-list li a:hover {
  background: #fff;
  color: #f6911a;
}
.main-box:has(.about-company) > h1 {
  display: none;
}
.about-company {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.about-company section {
  margin: 0 0 36px;
}
.about-company h2 {
  font-size: 26px;
  margin: 0 0 16px;
  color: #1a1a1a;
}
.about-company p {
  margin: 0 0 14px;
}
.about-company ul {
  margin: 0 0 14px;
  padding-left: 20px;
}
.about-company ul li {
  margin-bottom: 8px;
}
.about-company img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 4px 0 28px;
  border-radius: 8px;
}
.about-company .about-hero h1 {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 18px;
  color: #1a1a1a;
}
.about-company .about-numbers-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.about-company .about-numbers-list > div {
  background: #f7f6f3;
  border: 1px solid #e3e3e1;
  border-radius: 8px;
  padding: 18px 16px;
  text-align: center;
}
.about-company .about-numbers-list > div strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: #0164C1;
  margin-bottom: 8px;
}
.about-company .about-numbers-list > div span {
  font-size: 14px;
  color: #555;
}
.about-company .about-principles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.about-company .about-principles-list > div {
  background: #fff;
  border: 1px solid #e3e3e1;
  border-radius: 8px;
  padding: 18px 20px;
}
.about-company .about-principles-list > div h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #f6911a;
}
.about-company .about-principles-list > div p {
  margin: 0;
  font-size: 14px;
}
.about-company .about-final {
  background: #f7f6f3;
  border-left: 4px solid #0164C1;
  padding: 18px 20px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .about-company .about-hero h1 {
    font-size: 24px;
  }
  .about-company h2 {
    font-size: 21px;
  }
  .about-company .about-numbers-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-company .about-principles-list {
    grid-template-columns: 1fr;
  }
}
.help-block-error {
  color: #f00;
}
.top10-compare-table {
  font-size: 0.9em;
}
.top10-header {
  font-size: 1.2em;
  color: #0164C1;
}
.commercial-proposal-form {
  border-radius: 5px;
  color: #282828;
  overflow: hidden;
  box-shadow: inset 0 0 8px #CCC;
  background: #f7f6f3;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.commercial-proposal-form table {
  border-collapse: collapse;
  width: 100%;
}
.commercial-proposal-form table td {
  padding: 0 10px 10px 20px;
}
.commercial-proposal-form table td:first-child {
  padding-left: 0;
}
.commercial-proposal-form table td input[type="text"] {
  width: 100%;
}
.commercial-proposal-form table td textarea {
  width: 100%;
  height: 110px;
  padding: 0;
}
.commercial-proposal-form table td textarea.bought_for {
  height: 60px;
}
.commercial-proposal-form table td textarea {
  padding: 4px 9px;
}
.commercial-proposal-form .btn-bootstrap-button.btn-proposal {
  margin-top: 5px;
  background-color: #4db45e;
  color: #fff;
}
.commercial-proposal-form .btn-bootstrap-button.btn-proposal .spinner-border-sm {
  color: #fff;
}
#filterButton {
  position: relative;
}
#filterButton .badge {
  font-size: 0.8em;
  font-weight: bold;
  background-color: #f00;
  color: white;
  top: 4px;
  right: 0;
  position: absolute;
  border-radius: 20px;
  padding: 0 7px 0;
}
.service-table tr td {
  padding: 15px;
}
.services-list div {
  justify-content: center;
  display: flex;
  height: 100px;
  align-items: center;
}
.footer-social-networks {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  width: 250px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer-social-networks img {
  width: 100%;
  height: 30px;
  max-width: 100%;
  padding: 0 5px;
  display: block;
}
.footer-social-networks .rutube_logo {
  border-radius: 10px;
}
.goods-counter {
  width: 51px;
  height: 37px;
  position: relative;
  margin: 0 0 0 auto;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-size: 14px;
  text-align: left;
}
.goods-counter .input-minus {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 18px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #CCC;
  text-align: center;
  color: #666;
}
.goods-counter input {
  width: 38px;
  font-size: 14px;
  color: #000;
  border: 0;
  margin: 0;
  text-align: center;
  height: 35px;
  box-shadow: inset 2px 2px 4px #ccc;
  border-radius: 4px;
}
.goods-counter .input-plus {
  position: absolute;
  right: 0;
  top: 17px;
  display: block;
  width: 16px;
  height: 18px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #CCC;
  text-align: center;
  color: #666;
}
.term {
  display: flex;
  flex-direction: column;
}
.term:has(:is(#description-full, #description-short)) > * {
  order: 1;
}
#description-full,
#description-short {
  order: 6 !important;
}
.term:has(:is(#description-full, #description-short)) > *:nth-child(3) {
  order: 2;
}
.term:has(:is(#description-full, #description-short)) > *:nth-child(4) {
  order: 3;
}
.term:has(:is(#description-full, #description-short)) > *:nth-child(5) {
  order: 4;
}
.term:has(:is(#description-full, #description-short)) > *:nth-child(6) {
  order: 5;
}
.term:has(:is(#description-full, #description-short)) > *:nth-child(7) {
  order: 7;
}
.term:has(:is(#description-full, #description-short)) > *:nth-child(8) {
  order: 8;
}
.term:has(:is(#description-full, #description-short)) > *:nth-child(9) {
  order: 9;
}
.breadcrumb .breadcrumb-has-dropdown {
  position: relative;
  display: inline-block;
}
.breadcrumb .breadcrumb-active {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border: 1px solid #c9ced6;
  border-radius: 6px;
  background: transparent;
  line-height: 1.4;
}
.breadcrumb .breadcrumb-active a {
  border-bottom: 0;
}
.breadcrumb .breadcrumb-chevron {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #444;
  font-size: 0.85em;
  line-height: 1;
}
.breadcrumb .breadcrumb-toggle {
  cursor: pointer;
}
.breadcrumb .breadcrumb-toggle .breadcrumb-chevron-i {
  color: #444;
  font-size: 0.85em;
}
.breadcrumb .breadcrumb-dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  min-width: 240px;
  max-width: 360px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #dde2e6;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.breadcrumb .breadcrumb-dropdown li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #eef0f2;
}
.breadcrumb .breadcrumb-dropdown li:last-child {
  border-bottom: 0;
}
.breadcrumb .breadcrumb-dropdown a {
  display: block;
  padding: 6px 18px;
  line-height: 1.3;
  white-space: nowrap;
  border-bottom: 0;
  color: #0164C1;
}
.breadcrumb .breadcrumb-dropdown a:hover {
  background: #f4f7fb;
}
.breadcrumb .breadcrumb-has-dropdown.open .breadcrumb-dropdown {
  display: block;
}
.breadcrumb .breadcrumb-has-dropdown.open .breadcrumb-chevron i,
.breadcrumb .breadcrumb-has-dropdown.open .breadcrumb-chevron-i {
  transform: rotate(180deg);
}
