/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.main-svg-sprite {
  display: none;
}
.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  font-size: 0;
}
.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}
* {
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  min-width: 320px;
  font-family: "PT Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}
svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
blockquote {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #e21205;
  background-color: rgba(226,18,5,0.03);
}
img {
  max-width: 100%;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1 {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 35px;
}
.theme-color {
  color: ;
}
.container-pelican {
  width: 100%;
  max-width: 1970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
a {
  color: #e21205;
}
a:hover {
  text-decoration: none;
}
.ozon-widget {
  min-height: 620px;
  min-width: 400px;
}

/**
 * The CSS class screen-reader-text
 *
 * @link https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 */
.overflow-hidden {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.visuallyhidden,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  -webkit-overflow-scrolling: touch;
}
.visuallyhidden:active,
.screen-reader-text:active,
.visuallyhidden:focus,
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000 /* Above WP toolbar. */;
}
hr {
  border: 0;
  border-top: 1px solid #000;
}
.app-footer {
  background: url("/bitrix/templates/pelican-2021/img/footer-bg.jpg") center bottom no-repeat;
  -ms-flex: none;
      flex: none;
}
.app-footer__content {
  padding-top: 45px;
  padding-bottom: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app-footer__info {
  margin-right: 84px;
}
.app-footer__logo {
  width: 100%;
  max-width: 239px;
  margin-bottom: 38px;
}
.app-footer__logo a img {
  display: block;
}
.app-footer__logo a img:first-child {
  width: 187px;
  margin-left: 26px;
  margin-bottom: 12px;
}
.app-footer__contacts {
  font-size: 24px;
  line-height: 31px;
  font-weight: bold;
}
.app-footer__contacts a {
  color: #000;
  text-decoration: none;
}
.app-footer__row {
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
}
.app-footer__social-liks a svg {
  max-width: value;
}
.app-footer__menu {
  width: 39%;
  max-width: 475px;
}
.app-footer__menu--categories {
  margin: 0;
  width: 33%;
  max-width: 430px;
  padding-right: 30px;
}
.app-footer__menu--categories ul {
  max-width: 310px;
}
.app-footer__menu-title {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 45px;
  font-weight: bold;
  text-transform: uppercase;
}
.app-footer__menu ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.app-footer__menu ul li {
  margin-bottom: 20px;
}
.app-footer__menu ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.app-footer__menu ul li a:hover {
  text-decoration: underline;
}
.app-footer__row {
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app-footer__container {
  margin-left: auto;
  -ms-flex: 0 0 299px;
      flex: 0 0 299px;
}
.app-footer__social-links {
  margin-bottom: 18px;
  padding: 20px;
  background: #eaeaeb;
  display: -ms-flexbox;
  display: flex;
}
.app-footer__social-links a {
  width: 50%;
  height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: background 0.3s ease;
}
.app-footer__social-links a.vk {
  background: #366baa;
}
.app-footer__social-links a.vk:hover {
  background: #2b5688;
}
.app-footer__social-links a.insta {
  background: #3f5d87;
}
.app-footer__social-links a.insta img {
  height: 52px;
}
.app-footer__social-links a.insta:hover {
  background: #284e6d;
}
.app-footer__social-links a.telega {
  background: #3f5d87;
}
.app-footer__social-links a.telega:hover {
  background: #284e6d;
}
.app-footer button {
  cursor: pointer;
}
.app-footer__text-container {
  padding-top: 40px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 862px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.app-footer__text-container--mobile {
  display: none;
}
.app-footer__work {
  font-size: 14px;
  line-height: 18px;
  color: #666;
  max-width: 349px;
  font-weight: bold;
}
.app-footer__copyright--mobile {
  display: none;
}
.app-header {
  -ms-flex: none;
      flex: none;
}
.app-header__content {
  background: url("/bitrix/templates/pelican-2021/img/header-bg.jpg") center top repeat-x;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 23px;
}
.app-header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.app-header__burger {
  display: none;
  cursor: pointer;
}
.app-header__burger .svg-icon {
  display: block;
}
.app-header__logo {
  margin-right: 44px;
}
.app-header__logo a {
  display: block;
  text-decoration: none;
}
.app-header__logo a img {
  width: 137px;
  display: block;
}
.app-header__logo a img:first-child {
  width: 106px;
  margin-left: 15px;
  margin-bottom: 7px;
}
.app-header__row {
  position: relative;
  margin-left: auto;
  width: 100%;
  max-width: 1454px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 30px;
}
.app-header__col {
  -ms-flex: 1 1;
      flex: 1 1;
  margin-right: 34px;
  width: 100%;
  max-width: 44.523%;
  padding-top: 4px;
}
.app-header__col--items {
  margin-left: 66px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.app-header .menu-top {
  margin-bottom: 26px;
}
.app-header .menu-top ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.app-header .menu-top ul li:hover > a {
  color: #e21205;
}
.app-header .menu-top ul li:hover > ul {
  display: block;
}
.app-header .menu-top ul li a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}
.app-header .menu-top ul li a .tgl {
  display: none;
}
.app-header .menu-top ul li ul {
  display: none;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.app-header__links {
  margin-bottom: 14px;
  display: -ms-flexbox;
  display: flex;
}
.app-header__links a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  color: #337ab7;
  text-decoration: none;
  margin-right: 22px;
}
.app-header__links a:hover {
  text-decoration: underline;
}
.app-header__links a:last-child {
  margin-right: 0;
}
.app-header__links a .svg-icon {
  margin-right: 16px;
  fill: #666;
}
.app-header__links a .svg-icon--grids {
  width: 22px;
  height: 22px;
}
.app-header__links a .svg-icon--grids img {
  width: 100%;
  display: block;
}
.app-header__links a .svg-icon--blank {
  width: 23px;
  height: 23px;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.app__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.app__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0,0,0,0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.app__overlay.active {
  opacity: 1;
  visibility: visible;
}
.app__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding-bottom: 100px;
}
.app__main {
  -ms-flex: 1 1;
      flex: 1 1;
}
.app__aside--left {
  -ms-flex-order: -1;
      order: -1;
  -ms-flex: 0 0 255px;
      flex: 0 0 255px;
  max-width: 255px;
  width: 255px;
  padding-left: 32px;
  margin-right: 30px;
}
.app__aside--right {
  -ms-flex: 0 0 310px;
      flex: 0 0 310px;
  margin-left: 22px;
  position: relative;
  display: none;
}
.bx-sidebar-block {
  margin-bottom: 40px;
}
.bx-block-title {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 9px;
  font-weight: 600;
}
.bx-socialsidebar {
  margin: 10px 0;
}
.bx-socialsidebar .bx-block-title {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #343434;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 9px;
  font-weight: 600;
}
.bx-socialsidebar-group ul {
  padding: 0;
  margin: 0;
  display: block;
}
.bx-socialsidebar-group ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
.bx-socialsidebar-group ul li a {
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("/bitrix/templates/pelican-2021/img/sprite.png");
  background-repeat: no-repeat;
/*opacity: .8;*/
  border-bottom: none;
}
.bx-socialsidebar-group ul li a.fb {
  background-position: 0 0;
}
.bx-socialsidebar-group ul li a.gp {
  background-position: -44px 0;
}
.bx-socialsidebar-group ul li a.tw {
  background-position: -88px 0;
}
.bx-socialsidebar-group ul li a.vk {
  background-position: -132px 0;
}
.bx-socialsidebar-group ul li a.in {
  background-position: -176px 0;
}
.bx-socialsidebar-group ul li a:hover {
  opacity: 0.9;
}
.fa-check:before {
  content: "\f00c";
}
.bx-wt-block {
  color: #fff;
  padding: 5px 15px;
  background: url("/bitrix/templates/pelican-2021/img/wt.png") no-repeat center top;
  background-size: cover;
  border-radius: 3px;
}
.bx-wt .bx-block-title {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #fff;
}
.bx-wt-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.bx-wt-block ul li {
  padding-bottom: 7px;
}
.bx-wt-others-block {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 4px;
}
.bx-s-info {
  margin: 10px 0;
  padding-top: 5px;
}
.bx-s-info-block {
  display: block;
  margin-bottom: 25px;
  text-decoration: none;
}
.bx-s-info-title {
  display: block;
  min-height: 29px;
  padding-left: 36px;
  margin-bottom: 5px;
  position: relative;
}
.bx-s-info-titleicon {
  display: block;
  background: #e22b2b;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.bx-s-info-titleicon i {
  line-height: 30px;
  vertical-align: middle;
  font-style: normal;
}
.bx-s-info-titletext {
  display: block;
  padding: 6px 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #343434;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.bx-s-info-content {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #3e454c;
  padding-left: 36px;
}
.brand-item {
  width: 20%;
  padding-left: 30px;
  margin-bottom: 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.brand-item__in {
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
  padding: 21px 33px 32px;
  text-decoration: none;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: box-shadow 0.3s ease;
}
.brand-item__in:hover {
  box-shadow: 0px 4px 20px rgba(0,0,0,0.4);
}
.brand-item__image,
.brand-item__name,
.brand-item__description {
  display: block;
}
.brand-item__image {
  margin: 0 -9px 40px;
  text-align: center;
}
.brand-item__image:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.brand-item__image img {
  vertical-align: middle;
}
.brand-item__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.brand-item__description {
  font-size: 13px;
}
.brands-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: 40px;
  padding-top: 30px;
}
.categories-left {
  padding-top: 34px;
  margin-bottom: 39px;
}
.categories-left ul li {
  margin-bottom: 7px;
}
.categories-left ul li:last-child {
  margin-bottom: 0;
}
.categories-left ul li.active {
  position: relative;
}
.categories-left ul li.active:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.categories-left ul li.active > a {
  font-weight: bold;
}
.categories-left ul li.active > a:hover {
  color: #000;
}
.categories-left ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.categories-left ul li a:hover {
  color: #e21205;
}
.categories-left ul li ul {
  border-left: 1px solid #d1d1d1;
  padding-left: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.categories-left ul li ul li {
  margin-bottom: 6px;
}
.categories-left ul li ul li:last-child {
  margin-bottom: 0;
}
.categories-left ul li ul li a {
  font-size: 13px;
}
.categories-left ul li ul ul li.active > a {
  color: #e21205;
}
.categories-left ul li ul ul li.active > a:hover {
  color: #e21205;
}
.categories-left--brands {
  padding-top: 23px;
}
.categories-left--brands ul li ul {
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.categories-left--brands ul li ul li {
  margin-bottom: 14.5px;
}
.categories-left--brands ul li ul li a {
  font-size: 20px;
  line-height: 20px;
}
.filter__row {
  border-bottom: 1px solid #808080;
}
.filter__row.opened .filter__row-body {
  display: block;
}
.filter__row-title {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 11px;
  padding-top: 11px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.filter__row-title.active .svg-icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter__row-title .svg-icon {
  position: absolute;
  width: 8px;
  height: 11px;
  left: -14px;
  top: 16px;
  fill: #000;
}
.filter__row-title .circle {
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 1px solid #000;
  margin-right: 6px;
  margin-bottom: 2px;
}
.filter__row input[type="text"] {
  height: 34px;
  background: #f8fafc;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 15px;
  outline: none;
}
.filter__row-body {
  display: none;
}
.filter__items-list {
  padding-bottom: 19px;
  padding-top: 8px;
}
.filter__item-field {
  margin-bottom: 13px;
  position: relative;
  text-transform: uppercase;
}
.filter__item-field:last-child {
  margin-bottom: 0;
}
.filter__item-field label {
  cursor: pointer;
  display: inline-block;
}
.filter__item-field label.checkbox {
  padding-left: 33px;
}
.filter__item-field input[type="checkbox"],
.filter__item-field .tgl {
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 1px;
}
.filter__item-field input[type="checkbox"] {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.filter__item-field .tgl {
  border: 1px solid #d1d1d1;
}
.filter__item-field input[type="checkbox"]:checked + span {
  background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L0 3L1 2.33333L4 5.66667L8.66667 0L9.66667 1L4 8Z' fill='%23E21205'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 9px 8px;
}
.filter__item-field input[type="checkbox"]:checked + span + span {
  color: #e21205;
}
.filter__button {
  margin-top: 27px;
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
.filter__reset {
  text-align: center;
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
}
.filter__reset:hover {
  color: #e21205;
}
.h-icon {
  width: 34px;
  height: 34px;
  border-radius: 500px;
  background: #e21205;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 19px;
}
.h-icon .svg-icon {
  fill: #fff;
}
.h-container {
  border: 1px solid #d1d1d1;
  padding: 12px 14px 11px 14px;
  -ms-flex: 1 1;
      flex: 1 1;
  background: #f8fafc;
}
.h-cabinet {
  width: 100%;
  max-width: 190px;
  margin-left: 10px;
  margin-right: 10px;
}
.h-cabinet__icon .svg-icon {
  width: 13px;
  height: 16px;
}
.h-cabinet__content {
  text-align: center;
  min-height: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.h-cabinet__content a {
  color: #337ab7;
  text-decoration: none;
}
.h-cabinet__content a:hover {
  text-decoration: underline;
}
.h-cart {
  width: 100%;
  max-width: 190px;
  margin-right: 10px;
  margin-left: 10px;
}
.h-cart__icon .svg-icon {
  width: 19px;
  height: 19px;
}
.h-cart__content {
  padding-left: 34px;
}
.h-cart__content a {
  color: #337ab7;
  text-decoration: none;
}
.h-cart__content a:hover {
  text-decoration: underline;
}
.h-cart__title {
  width: 64px;
  display: inline-block;
  margin-right: 5px;
}
.h-cart__price {
  font-weight: 700;
}
.h-categories.fixed .h-categories__in {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
.h-categories.opened .h-categories__content {
  opacity: 1;
  visibility: visible;
}
.h-categories__in {
  background: #000;
}
.h-categories__in1 {
  padding-left: 5px;
}
.h-categories__mobile-title {
  display: none;
}
.h-categories ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 11px;
}
.h-categories ul li {
  margin-right: 2.3%;
}
.h-categories ul li:last-child {
  margin-right: 0;
}
.h-categories ul li:hover > a {
  background: #fff;
  color: #e21205;
  z-index: 1;
}
.h-categories ul li a {
  display: block;
  padding: 13px 14px 12px 14px;
  color: #fff;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}
.h-categories ul li a .svg-icon {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -4px;
  width: 9px;
  height: 7px;
}
.h-categories ul ul {
  display: none;
}
.mobile-fixed-close,
.mobile-fixed-title {
  display: none;
}
.h-contacts {
  margin-left: 23px;
}
.h-contacts__icon .svg-icon {
  width: 16px;
  height: 16px;
}
.h-contacts__content {
  text-align: center;
  font-size: 16px;
  line-height: 21px;
}
.h-contacts__content a {
  color: #000;
  text-decoration: none;
}
.h-socials {
  margin-top: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.h-socials__item {
  margin-right: 8px;
  border-radius: 50px;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.h-socials__item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.h-socials__item:last-child {
  margin-right: 0;
}
.h-socials__item img {
  max-width: 32px;
  display: block;
}
.menu-top .has-child {
  position: relative;
}
.menu-top .has-child ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  display: none;
  background: #fff;
}
.mobile-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.mobile-sidebar__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.mobile-sidebar__close .svg-icon {
  display: block;
  width: 32px;
  height: 32px;
  fill: #808080;
}
.mobile-sidebar__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.mobile-sidebar__content:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.mobile-sidebar.opened {
  opacity: 1;
  visibility: visible;
}
.mobile-sidebar.opened .mobile-sidebar__close {
  display: block;
}
.mobile-sidebar .menu-top {
  max-width: 576px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.mobile-sidebar .menu-top > ul > li {
  text-align: center;
  margin-bottom: 12px;
}
.mobile-sidebar .menu-top > ul > li:last-child {
  margin-bottom: 0;
}
.mobile-sidebar .menu-top > ul > li a {
  display: block;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  position: relative;
  color: #000;
  font-size: 17px;
  font-weight: bold;
}
.mobile-sidebar .menu-top > ul > li a:hover {
  color: #e21205;
}
.mobile-sidebar .menu-top > ul > li.opened a .tgl svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-sidebar .menu-top > ul > li.opened ul {
  display: block;
}
.mobile-sidebar .menu-top > ul > li ul {
  width: 100%;
  padding: 10px 20px 12px 25px;
  position: static;
  display: none;
  border-top: 1px solid #e2e2e2;
}
.mobile-sidebar .menu-top > ul > li ul li {
  margin-bottom: 6px;
}
.mobile-sidebar .menu-top > ul > li ul li:last-child {
  margin-bottom: 0;
}
.mobile-sidebar .menu-top > ul > li ul li a {
  padding: 4px;
  display: inline;
}
.page-scroller {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  z-index: 1050;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: rgba(226,18,5,0.1);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: opacity 0.16s linear;
  pointer-events: none;
}
.page-scroller__ctrl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  fill: #666;
  width: 24px;
  height: 24px;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.page-scroller:hover,
.page-scroller:focus {
  background-color: rgba(226,18,5,0.12);
}
.page-scroller:active {
  background-color: rgba(226,18,5,0.14);
}
.page-scroller--memorized .page-scroller__ctrl {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-scroller--memorized,
.page-scroller--visible {
  opacity: 1;
  pointer-events: auto;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 384px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 32px;
}
.pagination__item {
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #e5e5e5;
  color: #000;
  font-size: 16px;
}
.pagination__item.active {
  text-decoration: none;
  color: #e21205;
}
.show-more.button {
  max-width: 384px;
  margin: 0 auto 30px;
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: normal;
}
.path {
  font-size: 13px;
  color: #555;
  margin-bottom: 39px;
  margin-top: 39px;
  -ms-flex: none;
      flex: none;
}
.path a {
  color: #555;
  text-decoration: none;
  line-height: 16px;
  margin: 0 4px;
}
.path a:first-child {
  margin-left: 0;
}
.path a:hover {
  text-decoration: underline;
}
.path span {
  margin-left: 4px;
}
.product-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 110px;
}
.product-card__stiker .svg-icon {
  fill: auto;
}
.product-card__images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 42.683%;
      flex: 0 0 42.683%;
  min-width: 512px;
}
.product-card__thumbnails {
  -ms-flex: 0 0 80px;
      flex: 0 0 80px;
  margin-right: 15px;
  position: relative;
}
.product-card__thumbnails-items > div {
  margin-top: 24px;
  border: 1px solid #d1d1d1;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  height: 120px;
  cursor: pointer;
}
.product-card__thumbnails-items > div img {
  vertical-align: middle;
}
.product-card__thumbnails-items > div a {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.product-card__thumbnails-items > div:first-child {
  margin-top: 0;
}
.product-card__thumbnails-items > div:hover {
  border-color: #e21205;
}
.product-card__thumbnails-items > div.active {
  border-color: #e21205;
  box-shadow: 0 0 0 1px #e21205;
}
.product-card__thumbnails .tns-ovh {
  max-height: 554px;
  margin: -1px -1px 0;
  padding: 1px 1px 0;
}
.product-card__thumbnails .tns-outer {
  height: 100%;
}
.product-card__image {
  position: relative;
  border: 1px solid #d1d1d1;
  -ms-flex: 1 1;
      flex: 1 1;
  text-align: center;
  font-size: 0;
  min-height: 633px;
  max-height: 633px;
}
.product-card__image img {
  vertical-align: middle;
  max-height: 100%;
}
.product-card__image:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.product-card__image-zoom {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.product-card__image-zoom .svg-icon {
  width: 30px;
  height: 30px;
  fill: #808080;
}
.product-card__container {
  padding-left: 30px;
  -ms-flex: 0 0 400px;
      flex: 0 0 400px;
}
.product-card__name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 12px;
  text-align: center;
}
.product-card .button {
  width: 100%;
}
.product-card__description {
  padding-left: 39px;
  -ms-flex: 1 1;
      flex: 1 1;
  max-width: 430px;
  font-size: 13px;
}
.product-card__description-title {
  color: #6a6a6a;
  padding-top: 12px;
  padding-bottom: 3px;
}
.product-card__brand-logo {
  margin-bottom: 3px;
  display: inline-block;
}
.product-card__links {
  margin-bottom: 30px;
}
.product-card__links a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  color: #337ab7;
  text-decoration: none;
}
.product-card__links a:hover {
  text-decoration: underline;
}
.product-card__links a .svg-icon {
  margin-right: 16px;
}
.product-card .tns-outer {
  position: relative;
}
.product-card button[data-controls="prev"] {
  display: none;
}
.product-card button[data-controls="next"] {
  background: none;
  border: 0;
  text-align: center;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
  outline: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  width: 100%;
}
.product-card button[data-controls="next"]:hover svg path {
  fill: #e21205;
}
.product-card button[data-controls="next"] svg {
  width: 16px;
  height: 9px;
}
.prices {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 14px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 17px;
}
.prices__price-old {
  margin-bottom: 2px;
  font-size: 14px;
  color: #808080;
}
.prices__price-old span {
  position: relative;
}
.prices__price-old span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  background: #808080;
}
.prices__price {
  font-weight: bold;
  color: #e21205;
  font-size: 20px;
  /*line-height: 22px;*/
  display: flex;
  flex-direction: column;
}
.prices__price b {
  order: 1;
}
.prices__price s {
  order: 2;
  font-weight: 400;
  display: block;
  color: #808080;
  font-size: 16px;
  /*line-height: 22px;*/
}
.prices__price s:empty {
  display: none;
}
.prices__price span {
  display: block;
  color: #808080;
  font-size: 10px;
  text-transform: uppercase;
  display: none;
}
.prices__price--srp {
  font-weight: normal;
  color: #808080;
}

.p-discount {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #e21205;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.p-discount--box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: 20px;
  position: absolute;
  left: 20px;
  top: 20px;
  /* z-index: 2; */
}

.p-discount--box.p-discount--box_off{
  display: none;
}

.p-discount-percent {
  background: #e21205;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.p-discount-percent::after{
  content: '%';
}
.p-discount-percent::before{
  content: '-';
}

.p-discount-inform {
  background: #e21205;
  color: #fff;
  border-radius: 7px;
  font-size: 17px;
  font-weight: 400;
  margin-top: 6px;
  padding: 0.2em 0.5em;
  line-height: 1;
}
.p-discount-inform_static{
  margin-top: auto !important;
  align-self: flex-start;
}
.p-discount-inform:empty{
  display: none;
}

.p-stikers {
  position: absolute;
  top: 23px;
  right: 15px;
}
.p-stikers__item {
  margin-bottom: 22px;
  font-size: 10px;
  text-align: center;
  color: #666;
}
.p-stikers__item--preorder svg {
  margin-left: -9px;
}
.p-stikers__item span {
  display: block;
}
.p-stikers__item:last-child {
  margin-bottom: 0;
}

.p-stikers__item_favorite{
  cursor: pointer;
}
.product-card__thumbnails .p-stikers__item_favorite{
  position: absolute;
  top: 20px;
  right: 20px;
}
.p-stikers__item_favorite #added_favorite{
  opacity: 0;
}

.p-stikers__item_favorite_added #added_favorite{
  opacity: 1;
}

.button {
  cursor: pointer;
  outline: none;
  background: #e21205;
  border: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 15px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.button:hover {
  transition: background 0.3s ease, box-shadow 0.3s ease;
  background: #fa291c;
}
.button:active {
  transition: background 0s ease;
  background: #d71105;
  box-shadow: inset 1px 2px 3px rgba(0,0,0,0.5);
}
.params {
  background: #f2f2f2;
  border: 1px solid #d1d1d1;
  margin-bottom: 19px;
  padding: 8px 8px 14px;
  font-size: 13px;
  color: #6a6a6a;
}
.params__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
  color: #000;
}
.params__status {
  margin-bottom: 13px;
}
.params__region {
  margin-bottom: 4px;
}
.params .p-field {
  background: #fffdfd;
  border: 1px solid #d1d1d1;
  padding: 1px 15px;
  text-align: center;
  color: #000;
  position: relative;
}
.params select {
  background: #fffdfd;
  border: 1px solid #d1d1d1;
  padding: 1px 15px;
  text-align: center;
  color: #000;
  position: relative;
  width: 100%;
}
.params .p-field.active {
  background: #e21205;
  border-color: #e21205;
  color: #fff;
}
.params .p-field.checkbox:hover {
  border-color: #e21205;
}
.params .p-field.checkbox input,
.params .p-field.checkbox .trg {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  cursor: pointer;
}
.params .p-field.checkbox input {
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.params .p-field.checkbox input:checked ~ .trg {
  background: #e21205;
  color: #fff;
}
.params .p-field.checkbox input:checked ~ .txt {
  position: relative;
  color: #fff;
}
.params__text {
  margin-bottom: 6px;
  text-align: center;
}
.params__items {
  margin-bottom: 23px;
}
.params__items--list {
  margin-bottom: 0;
}
.params__items-titles {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.params__items-titles .params__title {
  color: #6a6a6a;
  width: 20.33%;
  text-align: center;
  margin-bottom: 0;
}
.params__items-titles .params__title:nth-child(1) {
  width: 31%;
}
.params__items-titles .params__title:nth-child(3) {
  width: 15%;
}
.params__items-titles .params__title:nth-child(4) {
  width: 25%;
  margin-left: auto;
}
.params__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 14px;
}
.params__row .p-field {
  width: 47%;
}
.params__item {
  padding: 4px 0;
  border-bottom: 1px solid #d1d1d1;
  display: -ms-flexbox;
  display: flex;
}
.params__item:last-child {
  border: 0;
}
.params__item-title
{
  width: 30%;
  text-align: center;
  margin: 0px 4px;
}
.params__item-price {
  display: flex;
  flex-direction: column;
  width: 18%;
}
.params__item-price span {
  order: 1;
  display: block;
  color: #e21205;
}
.params__item-price s {
  order: 2;
  display: block;
}

.params__item-max
{
  width: 15%;
  text-align: center;
  margin-right: 10px;
}
.params__item-amount
{
  width: 25%;
}
/*
.params__item-title:nth-child(1),
.params__item-price:nth-child(1),
.params__item-amount:nth-child(1) {
  width: 26%;
}
*/
.params__item-title:nth-child(4),
.params__item-price:nth-child(4),
.params__item-amount:nth-child(4) {
  margin-left: auto;
}
.params__item-amount input {
  width: 100%;
  outline: none;
}
.params__item-amount input:focus {
  border-color: #000;
}
.product-item {
  position: relative;
  width: 25%;
  margin-bottom: 30px;
  padding: 0 0 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.product-item__in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 20px 27px;
  border: 1px solid #d1d1d1;
  position: relative;
  transition: box-shadow 0.3s ease;
  height: 100%;
}

/*+ 22.03.2021 S.K*/
.product-item__in .card-basket-div {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  padding: 0 20px 20px;
  border: 1px solid #d1d1d1;
  border-top: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.product-item__in .card-basket-div .card-basket-sklad-list {
  width: 100%;
  min-width: 0;
  height: 35px;
  padding: 0 10px;
  position: relative;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
  appearance: none;
  background: url("data:image/svg+xml,%0A%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45152 6L9.09668 1.35484L7.74184 0L4.45152 3.29032L1.35474 0L-9.44138e-05 1.35484L4.45152 6Z' fill='%23000000'/%3E%3C/svg%3E%0A") 96% 53% no-repeat;
}



.product-item__in .card-basket-div:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  right: 0;
  height: 10px;
  background: #fff;
}

.product-item__in:hover .card-basket-div {
  opacity: 1;
  visibility: visible;
}


.product-item__in .card-basket-tsvet-buttons {
  margin-bottom: 2px;
}


.product-item__in .basket-btn-row button {
  width: 100%;
}
.product-item__in .pelican-input-btn {
  width: 30px;
  min-width: 30px;
  height: 30px;
  font-size: 0;
  background: #eff0f1;
  vertical-align: middle;
}
.product-item__in .pelican-input-btn:hover {
  background: #dadada;
}

.product-item__in .pelican-input-btn:before,
.product-item__in .pelican-input-btn:after {
  content: "";
  position: absolute;
  background: #000;
}

.product-item__in .pelican-input-btn.minus:before {
  left: 50%;
  top: 50%;
  height: 2px;
  margin-left: -5px;
  width: 10px;
  margin-top: -1px;
}

.product-item__in .pelican-input-btn.minus:after {
  display: none;
}

.product-item__in .pelican-input-btn:before {
  left: 50%;
  top: 50%;
  height: 2px;
  margin-left: -5px;
  width: 10px;
  margin-top: -1px;
}

.product-item__in .pelican-input-btn:after {
  left: 50%;
  top: 50%;
  height: 10px;
  margin-left: -1px;
  width: 2px;
  margin-top: -5px;
}

.product-item__in .card-sku-basket-quantity {
  margin: 0 7px;
  height: 30px;
  vertical-align: middle;
}

.basket__card__tsvet,
.basket__card__razmer {
  cursor: pointer;
}

.pelican-rests {
  display: block;
  margin-top: 4px;
  margin-right: auto;
}


.card-basket-qnty-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-item__in .card-basket-qnty-row {
    padding-top: 2px;
    padding-bottom: 14px;
}
.product-item__in .card-basket {
    position: relative;
    margin-top: -18px;
}

/*- 22.03.2021 S.K*/

.product-item__image > a:first-child {
  width: 100%;
}

.product-item__in:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  z-index: 1;
}
.product-item__in:hover .product-item__quick-view {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}
.product-item__image {
  position: relative;
  margin-bottom: 27px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  align-items: center;
}
.product-item__zoom {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.product-item__zoom .svg-icon {
  fill: #808080;
  width: 20px;
  height: 19px;
}
.product-item__name,
.product-item__brand {
  font-weight: bold;
  font-size: 12px;
}
.product-item__name a,
.product-item__brand a {
  color: #000;
  text-decoration: none;
}
.product-item__name a:hover,
.product-item__brand a:hover {
  color: #e21205;
}
.product-item__name {
  margin-bottom: 4px;
}
.product-item__article {
  margin-bottom: 4px;
  font-size: 13px;
  color: #000;
}
.product-item__brand {
  margin-bottom: 4px;
}
.product-item .p-discount {
  width: 45px;
  height: 45px;
  font-size: 13px;
  left: 0;
  top: 0;
}

.product-item .p-discount--box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  /* z-index: 2; */
}

.product-item .p-discount--box.p-discount--box_off {
  display: none;
}

.product-item .p-discount-percent {
  font-size: 13px;
  width: 45px;
  height: 45px;
}

.product-item .p-discount-percent::after{
  content: '%';
}
.product-item .p-discount-percent::before{
  content: '-';
}

.product-item .p-discount-inform {
  font-size: 10px;
  margin-top: 2.5px;
  padding: 0.2em 0.5em;
}

.product-item .p-discount-inform:empty{
  display: none;
}

.product-item .p-stikers {
  right: -5px;
  top: -2px;
}
.product-item .prices {
  margin: 0;
  max-width: 180px;
}
.product-item__quick-view {
  position: absolute;
  left: 50%;
  top: 26.5%;
  margin: -17px 0 0 -95px;
  background: #fff;
  border: 1px solid #666;
  color: #000;
  text-decoration: none;
  width: 190px;
  text-align: center;
  padding: 8px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.product-item__quick-view:hover {
  background: #e21205;
  color: #fff;
  border-color: #e21205;
}
.product-item__link {
  display: none;
}
.product-list {
  display: -ms-flexbox;
  display: flex;
/*  -ms-flex-pack: justify;
      justify-content: space-between;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: 42px;
}
.quick-view-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  text-align: center;
  overflow-y: auto;
  padding: 0 28px;
  z-index: 10;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
}
.quick-view-popup.opened {
  opacity: 1;
  visibility: visible;
}
.quick-view-popup:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.quick-view-popup__in {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 1516px;
  background: #fff;
  padding: 96px 59px 44px 59px;
  border: 1px solid #dedede;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
  margin: 28px 0;
}
.quick-view-popup__close {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}
.quick-view-popup__close .svg-icon {
  width: 51px;
  height: 51px;
  fill: #808080;
}
.quick-view-popup .product-card {
  margin-bottom: 0;
}
.quick-view-popup .product-card__description {
  text-align: left;
}
.search-form__row {
  display: -ms-flexbox;
  display: flex;
}
.search-form__row input {
  -ms-flex: 1 1;
      flex: 1 1;
  background: #f8fafc;
  border: 0.5px solid #d1d1d1;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.3s ease;
}
.search-form__row input:focus {
  border-color: #000;
}
.search-form__row button {
  width: 34px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #e21205;
  border: 0;
  outline: none;
  margin-left: 1px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}
.search-form__row button:hover {
  background: #fa3125;
}
.search-form__row button .svg-icon {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.search-form__items {
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  margin-top: 12px;
}
.search-form__items label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 34px;
  cursor: pointer;
}
.search-form__items label:last-child {
  margin-right: 0;
}
.search-form__items input {
  margin-right: 5px;
}
.settings-buttons-mobile {
  display: none;
}
.settings-buttons-mobile__item {
  padding: 7px 75px 7px 15px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  width: 49.368%;
  position: relative;
  text-align: center;
}
.settings-buttons-mobile__item .svg-icon {
  width: 23px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.settings-buttons-mobile__item--sorting,
.settings-buttons-mobile__item--brands {
  background: #e21205;
}
.settings-buttons-mobile__item--sorting:active,
.settings-buttons-mobile__item--brands:active {
  background: #bc0f04;
}
.settings-buttons-mobile__item--filter {
  background: #808080;
}
.settings-buttons-mobile__item--brands {
  width: 100%;
  padding-right: 100px;
}
.settings {
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-bottom: 35px;
}
.settings__item {
  display: -ms-flexbox;
  display: flex;
  margin-right: 5.2%;
  -ms-flex-align: start;
      align-items: flex-start;
}
.settings__item:last-child {
  margin-right: 0;
}
.settings__item--sorting {
  -ms-flex: 0 0 522px;
      flex: 0 0 522px;
}
.settings__item--sorting .settings__item-list a.selected {
  font-weight: bold;
}
.settings__item--filter {
  margin-right: 0;
}
.settings__item--filter .settings__item-title {
  margin-right: 15px;
}
.settings__item--show-by {
  margin-left: auto;
  -ms-flex: 0 0 196px;
      flex: 0 0 196px;
  padding-top: 5px;
}
.settings__item--show-by .settings__item-title {
  font-weight: normal;
  color: #808080;
  margin-right: 5px;
  padding-top: 0;
}
.settings__item--show-by .settings__item-list a {
  padding: 0;
  margin-right: 5px;
  text-decoration: underline;
  margin-bottom: 0;
}
.settings__item--show-by .settings__item-list a:hover {
  text-decoration: none;
}
.settings__item--show-by .settings__item-list a:last-child {
  margin-right: 0;
}
.settings__item--show-by .settings__item-list a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding-right: 0;
  background: none;
}
.settings__item-title {
  color: #000;
  font-weight: bold;
  margin-right: 28px;
  padding-top: 5px;
  -ms-flex: none;
      flex: none;
}
.settings__item-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.settings__item-list > a,
.settings__item-list > span {
  padding: 6px 12px;
  text-decoration: none;
  color: #808080;
  position: relative;
  margin-right: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 14px;
}
.settings__item-list > a:last-child,
.settings__item-list > span:last-child {
  margin-right: 0;
}
.settings__item-list > a .svg-icon,
.settings__item-list > span .svg-icon {
  display: block;
}
.settings__item-list > a .svg-icon--sort-arr,
.settings__item-list > span .svg-icon--sort-arr {
  width: 7px;
  height: 9px;
  margin-left: 12px;
}
.settings__item-list > a .svg-icon--remove,
.settings__item-list > span .svg-icon--remove {
  width: 6px;
  height: 7px;
}
.settings__item-list > a.selected,
.settings__item-list > span.selected {
  background: #f2f2f2;
  padding-right: 10px;
}
.settings__item-list > a.up .svg-icon--sort-arr svg,
.settings__item-list > span.up .svg-icon--sort-arr svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.settings__item-list .js-remove {
  padding: 4px 3px 3px;
  display: block;
  color: #808080;
  margin-left: 8px;
  margin-right: -3px;
}
.settings__item-list .js-remove:hover {
  color: #e21205;
}
.sorting {
  display: none;
}
.sorting__content {
  background: #f2f2f2;
  font-size: 0;
  text-align: center;
}
.sorting__content:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.sorting__items {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.sorting__items a {
  display: block;
  text-decoration: none;
  color: #000;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  padding: 11px 20px 10px;
}
.sorting__items a:last-child {
  border: 0;
}
.sorting__items a.active {
  color: #e21205;
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (min-width: 941px) {
  .ozon-widget {
    min-height: 600px;
    min-width: 600px;
  }
  .h-categories {
    position: relative;
    z-index: 10;
  }
  .h-categories li {
    position: relative;
  }
  .h-categories li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .h-categories li > ul {
    pointer-events: none;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    width: 440px;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .h-categories li > ul::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .h-categories li > ul::-webkit-scrollbar-thumb {
    background-color: #000;
  }
  .h-categories li > ul.left {
    left: auto;
    right: 0;
  }
  .h-categories li > ul li {
    padding-right: 10px;
    margin-right: 0;
    width: 50%;
  }
  .h-categories li > ul li:hover a {
    background: #e21205;
    color: #fff;
  }
  .h-categories li > ul li a {
    color: #000;
    padding: 7px 15px;
    text-transform: none;
    line-height: 17px;
    font-size: 14px;
    font-weight: normal;
  }
  .h-categories li.has-child > a {
    padding-right: 23px;
  }
  .h-categories ul li ul li a .item-trigger {
    display: none;
  }
  .h-categories ul li ul li ul {
    display: none !important;
  }
}

@media (min-width: 1260px) {
  .h-categories li > ul {
    width: 670px;
  }
  .h-categories li > ul li {
    width: 33.33%;
  }
}
@media (max-width: 1600px) {
  .app-footer__row {
    padding-right: 0;
  }
  .app-footer__text-container {
    width: 100%;
    max-width: 349px;
    display: block;
    padding-top: 60px;
  }
  .app-footer__text-container--mobile {
    display: none;
  }
  .app-footer__work {
    margin-bottom: 24px;
  }
  .app-footer__menu {
    width: 56%;
    max-width: none;
  }
  .app-footer__menu--categories {
    width: 40%;
  }
  .app-footer__container {
    -ms-flex-order: 4;
        order: 4;
    padding-top: 45px;
  }
}
@media (max-width: 1440px) {
  .app-header__logo {
    margin-right: 24px;
  }
  .app-header__row {
    padding-right: 0;
  }
  .app-header__col {
    margin-right: 34px;
  }
  .h-cabinet {
    margin-left: 0;
  }
  .h-cart {
    margin-right: 0;
  }

  .card-basket-qnty-row {
    display: block;
  }
  .pelican-rests {
    margin-right: 0;
    margin-bottom: 10px;
  }

}
@media (max-width: 1400px) {
  .app-footer {
    background-size: cover;
  }
  .app__aside--right {
    margin-left: 0;
    margin-top: 40px;
  }
  .product-card-page .app__content {
    display: block;
  }
  .brand-item {
    padding-left: 12px;
    margin-bottom: 27px;
    width: 25%;
  }
  .brands-list {
    margin-left: -12px;
  }
  .product-card__container {
    -ms-flex: 0 0 315px;
        flex: 0 0 315px;
    padding-left: 25px;
  }
  .product-card__images {
    -ms-flex: 0 0 49.26%;
        flex: 0 0 49.26%;
  }
  .product-card__description {
    padding-left: 37px;
    padding-right: 45px;
    max-width: 320px;
  }
  .product-item {
    padding-left: 10px;
    margin-bottom: 10px;
    width: 33.33%;
  }
  .product-list {
    margin-left: -10px;
  }
  .quick-view-popup .product-card__description {
    padding-right: 0;
  }
  .settings__item--sorting {
    margin-right: 3%;
  }
  .settings__item-list > a,
  .settings__item-list > span {
    margin-right: 20px;
  }

  .card-basket-qnty-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pelican-rests {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .app-header__col {
    margin-right: 24px;
  }
  .app-header .menu-top ul li a {
    font-size: 13px;
  }
  .h-cabinet {
    max-width: 173px;
  }
  .h-cart {
    max-width: 173px;
  }
  .h-cart__content {
    padding-left: 16px;
  }
  .h-categories ul > li {
    margin-right: 1%;
  }
  .settings {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .settings__item--filter {
    -ms-flex: 1 1;
        flex: 1 1;
    min-width: 324px;
  }
  .settings__item--show-by {
    -ms-flex: none;
        flex: none;
    width: 100%;
    margin-left: 0;
  }
  .settings__item-list .js-remove {
    margin-left: 5px;
  }
}
@media (max-width: 1360px) {
  .app-footer {
    background: none;
    position: relative;
  }
  .app-footer:before,
  .app-footer:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .app-footer:before {
    top: 0;
    background: url("/bitrix/templates/pelican-2021/img/footer-bg-mobile-top.jpg") right top no-repeat;
    height: 348px;
  }
  .app-footer:after {
    bottom: 0;
    background: url("/bitrix/templates/pelican-2021/img/footer-bg-mobile-bot.jpg") left bottom no-repeat;
    height: 286px;
  }
  .app-footer__info {
    margin-right: 95px;
  }
  .app-footer__row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .app-footer__menu {
    width: auto;
    margin-bottom: 25px;
    max-width: 622px;
  }
  .app-footer__menu--categories {
    padding-right: 0;
  }
  .app-footer__menu-title {
    margin-bottom: 40px;
  }
  .app-footer__text-container {
    display: none;
    padding-top: 38px;
  }
  .app-footer__text-container--mobile {
    display: block;
  }
  .app-footer__container {
    max-width: 300px;
    margin-left: 0;
    padding-top: 0;
    -ms-flex: none;
        flex: none;
    align-items: flex-start;
    margin-top: auto;
  }
  .app-header__content {
    background: none;
  }
/*  .app-header__row {
    width: 100%;
    max-width: 1000px;
  }*/
  .app-header__logo {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 30px;
  }
  .app-header__logo a img:first-child {
    margin-left: 11px;
  }
  .app-header__col {
    -ms-flex: none;
        flex: none;
    width: 100%;
    max-width: 49%;
  }
  .h-cabinet {
    max-width: 20%;
    margin-right: 0;
  }
  .h-cart {
    -ms-flex-order: 4;
        order: 4;
    max-width: 340px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 0;
  }
  .h-cart__icon {
    margin: 0 11px 0 0;
  }
  .h-cart__content {
    display: -ms-flexbox;
    display: flex;
  }
  .h-cart__title {
    width: auto;
  }
  .h-cart__item {
    width: 45%;
  }
  .h-cart__item:first-child {
    width: 55%;
  }
  .h-categories ul > li {
    margin-right: 5px;
  }
  .h-categories ul > li a {
    font-size: 12px;
  }
  .h-contacts__content {
    font-size: 14px;
  }
  .product-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 45px;
  }
  .product-card__images {
    -ms-flex: 1 1;
        flex: 1 1;
    min-width: 0;
    margin-bottom: 30px;
  }
  .product-card__description {
    padding-top: 33px;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    -ms-flex: none;
        flex: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-card__description-container.second {
    margin-left: auto;
    -ms-flex: 0 0 340px;
        flex: 0 0 340px;
    padding-left: 50px;
  }
  .product-card__description-container.third {
    padding-right: 310px;
  }
  .product-card__container {
    padding-left: 50px;
    -ms-flex: 0 0 340px;
        flex: 0 0 340px;
  }
  .quick-view-popup__in {
    padding: 96px 30px 20px 30px;
  }
  .quick-view-popup .product-card {
    padding-right: 0;
  }
}
@media (max-width: 1100px) {
  .product-item {
    width: 50%;
  }
}
@media (max-width: 1020px) {
  .app-header__col {
    margin-right: 16px;
    max-width: 55%;
  }
  .app-header__logo {
    width: 104px;
  }
  .app-header__logo a img {
    width: 104px;
  }
  .app-header__logo a img:first-child {
    margin-left: 11px;
    max-width: 79px;
  }
  .brand-item {
    width: 33.333%;
  }
  .h-cabinet {
    max-width: 16.59%;
  }
  .h-contacts {
    margin-left: 14px;
  }
  .mobile-sidebar {
    display: block;
  }
}
@media (max-width: 991px) {
  .app-header__col {
    max-width: 53%;
  }
}
@media (max-width: 940px) {
  .brands-list.custom-list{
    padding-top: 30px;
  }

  h1 {
    margin-bottom: 30px;
  }
  .container-pelican {
    padding-left: 69px;
    padding-right: 69px;
  }
  .app-footer__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .app-footer__menu--categories {
    display: none;
  }
  .app-footer__menu-title {
    margin-bottom: 18px;
  }
  .app-footer__menu ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .app-footer__info {
    margin-right: 67px;
  }
  .app-header__content {
    padding-top: 54px;
    padding-bottom: 42px;
  }
  .app-header__container {
    display: block;
  }
  .app-header__row {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .app-header__col {
    max-width: 100%;
    -ms-flex-order: 4;
        order: 4;
  }
  .app-header__logo {
    width: auto;
    margin-bottom: 5px;
  }
  .app-header__logo a img {
    display: inline-block;
    vertical-align: middle;
    width: 157px;
  }
  .app-header__logo a img:first-child {
    width: 84px;
    margin-left: 0;
    margin-right: 9px;
    margin-bottom: 0;
  }
  .app-header__links {
    display: none;
  }
  .app-header .menu-top {
    display: none;
  }
  .app-header__burger {
    display: block;
    position: absolute;
    right: 0;
    top: -67px;
  }
  .app-header__burger .svg-icon {
    fill: #e21205;
    width: 43px;
    height: 36px;
  }
  .app__content {
    padding-bottom: 40px;
  }
  .product-list-page .app__content {
    display: block;
  }
  .brands-list {
    padding-top: 0;
  }
  .categories-left {
    display: none;
  }
  .categories-left--brands {
    display: block;
    padding-top: 0;
  }
  .categories-left--brands > ul > li:first-child > a {
    display: none;
  }
  .categories-left--brands ul li a {
    text-align: center;
  }
  .categories-left--brands ul li ul {
    margin: 0;
    padding: 0;
  }
  .categories-left--brands ul li ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .categories-left--brands ul li ul li a {
    display: block;
    text-align: center;
    padding: 18px 10px 20px;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
  }
  .filter {
    text-align: center;
    font-size: 24px;
  }
  .filter input[type="text"] {
    display: none;
  }
  .filter__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .filter__container {
    -ms-flex: none;
        flex: none;
  }
  .filter__row {
    border-color: #e5e5e5;
  }
  .filter__row-title {
    display: block;
    background: #f2f2f2;
    font-size: 24px;
  }
  .filter__row-title .circle {
    display: none;
  }
  .filter__row-title .svg-icon {
    left: auto;
    right: 61px;
    width: 22px;
    height: 15px;
    fill: #808080;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .filter__items-list {
    padding: 0;
  }
  .filter__item-field {
    margin-bottom: 0;
    text-transform: none;
    border-top: 1px solid #e5e5e5;
    padding: 11px 10px 10px;
  }
  .filter__item-field label.checkbox {
    padding-left: 0;
  }
  .filter__item-field label.checkbox .tgl {
    display: none;
  }
  .filter__button {
    margin-top: 0;
    padding: 15px 10px 16px;
    font-size: 24px;
    text-transform: none;
    margin-bottom: 0;
  }
  .filter__reset {
    color: #808080;
    padding: 11px 10px 11px;
  }
  .filter__footer {
    margin-top: auto;
  }
  .h-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }
  .h-cabinet {
    position: absolute;
    max-width: none;
/*    top: 18px;*/
    top: 0px;
    right: 0;
    width: auto;
  }
  .h-cabinet__icon .svg-icon {
    width: 16px;
    height: 22px;
  }
  .h-cabinet__content {
    width: 170px;
    /*display: block;*/
  }
  .h-cart {
    -ms-flex-order: inherit;
        order: inherit;
    position: absolute;
/*    top: 105px;*/
    top: 69px;
    right: 0;
    max-width: none;
    width: auto;
  }
  .h-cart__icon {
    margin-right: 0;
  }
  .h-cart__icon .svg-icon {
    width: 26px;
    height: 24px;
  }
  .h-cart__content {
    width: 170px;
    display: block;
  }
  .h-cart__item {
    width: auto;
  }
  .h-cart__item:first-child {
    width: auto;
  }
  .h-cart__title {
    width: 62px;
  }
  .h-categories__mobile-title {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 0;
    padding-right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .h-categories__mobile-title .tlt {
    -ms-flex: 1 1;
        flex: 1 1;
    text-align: center;
    padding-right: 10px;
    padding-left: 56px;
  }
  .h-categories__mobile-title .svg-icon {
    width: 46px;
    height: 40px;
  }
  .h-categories ul {
    display: block;
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 104px;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 60px;
  }
  .h-categories ul li {
    border-top: 1px solid #e5e5e5;
    margin: 0;
  }
  .h-categories ul li a {
    color: #000;
    background: #f2f2f2;
    text-align: center;
    padding-left: 100px;
    padding-top: 18px;
    padding-right: 100px;
    padding-bottom: 18px;
    font-size: 24px;
    line-height: 22px;
    text-transform: none;
    position: relative;
  }
  .h-categories ul li a:hover {
    background: #f2f2f2;
    color: #000;
  }
  .h-categories ul li a .svg-icon {
    right: 60px;
    fill: #808080;
  }
  .h-categories ul li a .item-trigger {
    position: absolute;
    top: 0;
    margin-top: 0;
    bottom: 0;
    right: 49px;
    width: 42px;
    height: auto;
  }
  .h-categories ul li a .item-trigger.revert svg {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  .h-categories ul li a .item-trigger svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 22px;
    height: 15px;
  }
  .h-categories ul li a ul {
    display: block;
  }
  .h-categories ul li ul {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    overflow-y: visible;
  }
  .h-categories ul li ul li a {
    background: #fff;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
  }
  .h-categories ul li ul li a:hover {
    background: #fff;
    color: #e21205;
  }
  .mobile-fixed-wrapper.opened .mobile-fixed-content {
    opacity: 1;
    visibility: visible;
  }
  .mobile-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 10;
  }
  .mobile-fixed.opened {
    opacity: 1;
    visibility: visible;
  }
  .mobile-fixed-title {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #808080;
    padding: 25px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
  }
  .mobile-fixed-close {
    position: absolute;
    top: 29px;
    right: 47px;
    cursor: pointer;
    display: none;
    z-index: 2;
    display: block;
  }
  .mobile-fixed-close .svg-icon {
    display: block;
    width: 45px;
    height: 45px;
    fill: #808080;
  }
  .mobile-fixed-content {
    position: absolute;
    left: 0;
    top: 105px;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .h-contacts {
    width: 100%;
    margin-left: 0;
    margin-bottom: 42px;
  }
  .h-contacts__icon {
    display: none;
  }
  .h-contacts__content {
    font-size: 24px;
    line-height: 31px;
  }
  .h-socials {
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 17%;
    margin-top: 13px;
  }
  .h-socials__item {
    margin-right: 0;
  }
  .h-socials__item img {
    max-width: 48px;
  }
  .pagination {
    display: none;
  }
  .path {
    white-space: nowrap;
    overflow-y: auto;
    padding-bottom: 15px;
    margin-bottom: 19px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .path a,
  .path span {
    display: inline-block;
  }
  .product-card {
    display: block;
    padding-right: 0;
    margin-bottom: 100px;
  }
  /*-----*/

  .product-card__thumbnails {
    display: block;
    margin-right: 0;
    border: 1px solid #d1d1d1;
  }
  .product-card__images {
    display: block
  }
  .product-card__image {
    display: none
  }

  .product-card__thumbnails-items > div {
    margin-top: 0;
    height: auto;
    text-align: center;
    border: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;

  }

  .product-card__thumbnails-items > div.active {
    box-shadow: none;

  }

  .product-card button[data-controls="prev"] {
    display: block

  }

  .product-card button[data-controls="prev"],
  .product-card button[data-controls="next"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    border: 0;
    position: static;
    margin: 0;
    bottom: 0;
    outline: none;
    background: rgba(255,255,255,0.5)
  }

  .product-card button[data-controls="prev"] svg,
  .product-card button[data-controls="next"] svg {
    transform: rotate(-90deg);
    width: 14px;
    height: 20px;

  }

  .product-card button[disabled],
  .product-card button[disabled] {
    opacity: 0.3;
  }

  .product-card button[data-controls="prev"] svg path,
  .product-card button[data-controls="next"] svg path {
    fill: #000;
  }

  .product-card button[data-controls="prev"]:hover svg path,
  .product-card button[data-controls="next"]:hover svg path {
    fill: #000;
  }

  .product-card .tns-controls {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
  }


  /*-----*/
  .product-card__image {
    min-height: 0;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .product-card__image img {
    max-height: 602px;
  }
  .product-card__container {
    padding-left: 0;
  }
  .product-card__description {
    display: block;
  }
  .product-card__description-container.first {
    text-align: center;
  }
  .product-card__description-container.second {
    padding-left: 0;
  }
  .product-card__description-container.third {
    padding-right: 0;
  }
  .product-item__quick-view {
    display: none;
  }
  .quick-view-popup {
    display: none;
  }
  .search-form input,
  .search-form button {
    height: 48px;
  }
  .search-form button {
    width: 48px;
  }
  .search-form button .svg-icon {
    width: 21px;
    height: 21px;
  }
  .search-form__items {
    display: none;
  }
  .settings-buttons-mobile {
    margin-bottom: 58px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .settings-buttons-mobile__item--brands {
    margin-top: 20px;
  }
  .settings {
    display: none;
  }
  .sorting {
    display: block;
  }
}
@media screen and (max-width: 940px) {
  .h-block.active .h-container {
    opacity: 1;
    visibility: visible;
  }
  .h-container {
    right: 62px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .h-container:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -6px;
    background: #f8fafc;
    width: 12px;
    height: 12px;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .product-card__thumbnails .product-card__image-zoom {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .product-card__thumbnails .product-card__image-zoom .svg-icon {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 20px !important;
  }
  .brands-list .brand-item {
    margin-bottom: 0px;
  }
  .brands-list .brand-item__name {
    margin-bottom: 0px;
  }
  .brands-list .brand-item .brand-item__image {
    display: none;
  }
  .brands-list .brand-item .brand-item__image img {
    display: none;
  }
  .brands-list .brand-item .brand-item__in {
    padding: 4px;
    box-shadow: none;
    border: none;
  }
  .brands-list .brand-item .brand-item__description {
    display: block;
  }


  .product-item {
    width: auto;
    padding-left: 0;
    margin-bottom: 24px;
  }
  .product-item__in {
    border: 0;
    padding: 0;
  }
  .product-item__in:hover {
    box-shadow: none;
  }
  .product-item__in .card-basket-div {
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    position: relative;
    padding: 0;
    border: 0;
  }
  .product-item__in .card-basket-qnty-row {
    font-size: 14px;
  }

  .card-basket-qnty-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pelican-rests {
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: auto;
  }

  .product-item__in .card-basket-div:before {
    display: none;
  }

  .product-item__image {
    border: 1px solid #d1d1d1;
    padding: 10px 0;
    margin-bottom: 14px;
    position: relative;
  }

  .product-item .p-discount--box {
    left: 15px;
    top: 15px;
    bottom: 15px;
  }

  .product-item .p-discount {
    left: 15px;
    top: 15px;
  }
  .product-item .p-stikers {
    right: 34px;
    top: 23px;
    z-index: 8;
  }
  .product-item__zoom {
    display: none;
  }
  .product-item__name {
    text-align: center;
  }
/*  .product-item__article,
  .product-item__brand {
    display: none;
  }*/
  .product-item .prices {
    margin: 14px auto;
    max-width: 370px;
    width: 100%;
  }
  .product-item__link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .product-list {
    display: block;
    margin-left: 0;
  }
  .settings-buttons-mobile__item {
    width: 47.62%;
  }
  .settings-buttons-mobile__item--brands {
    width: 100%;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  blockquote,
  .home-intro-blockquote {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .app-footer__content {
    display: block;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .app-footer__logo {
    margin: 0 auto 38px;
  }
  .app-footer__row {
    display: block;
  }
  .app-footer__text-container {
    margin: 0 auto 35px;
  }
  .app-footer__work {
    margin-bottom: 0;
  }
  .app-footer__info {
    margin-right: 0;
  }
  .app-footer__menu {
    max-width: none;
  }
  .app-footer__menu ul li {
    margin-bottom: 17px;
  }
  .app-footer__menu ul li:last-child {
    margin-bottom: 0;
  }
  .app-footer__container {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    margin-bottom: 22px;
  }
  .app-footer__copyright {
    display: none;
  }
  .app-footer__copyright--mobile {
    display: block;
  }
}
@media (max-width: 640px) {
  .container-pelican {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 576px) {
  .app-header__content {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .app-header__logo {
    margin-bottom: 10px;
  }
  .app-header__logo a {
    display: inline-block;
  }
  .app-header__burger {
    top: -69px;
  }
  .brand-item {
    width: 100%;
  }
  .brand-item__image {
    margin-bottom: 14px;
  }
  .brands-list {
    display: block;
  }
  .filter__row-title .svg-icon {
    right: 28px;
  }
  .h-cabinet {
/*    top: 13px;*/
  top: 0px;
  }
  .h-cart {
/*    top: 102px;*/
  top: 69px;
  }
  .h-categories__mobile-title .svg-icon {
    width: 43px;
  }
  .h-categories__close {
    right: 16px;
  }
  .h-categories ul li a {
    padding-right: 64px;
    padding-left: 64px;
  }
  .h-categories ul li a .item-trigger {
    right: 15px;
  }
  .mobile-fixed-close {
    right: 17px;
  }
  .h-contacts {
    margin-bottom: 32px;
  }
  .h-contacts__content {
    font-size: 20px;
    line-height: 26px;
  }
  .h-socials {
    margin-top: 24px;
  }
}
@media (max-width: 440px) {
  .app-header__content {
    padding-bottom: 24px;
  }
  .app-header__burger {
    top: -64px;
    padding-right: 2px;
  }
  .app-header__burger .svg-icon {
    width: 34px;
  }
  .app-header__logo {
    margin-bottom: 12px;
  }
  .app-header__logo a img:first-child {
    width: 64px;
    margin-right: 2px;
  }
  .filter__row-title .svg-icon {
    width: 18px;
    height: 12px;
    right: 26px;
  }
  .h-icon {
    width: 40px;
    height: 40px;
  }
  .h-cabinet {
/*    top: 15px;*/
  top: 0px;
  }
  .h-cart {
/*    top: 92px;*/

  top: 60px;
  }
  .h-categories__mobile-title {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .h-categories__mobile-title .svg-icon {
    width: 34px;
  }
  .h-categories ul {
    top: 70px;
  }
  .mobile-fixed-title {
    padding: 8px 25px;
  }
  .mobile-fixed-close {
    top: 17px;
  }
  .mobile-fixed-close .svg-icon {
    width: 36px;
    height: 36px;
  }
  .mobile-fixed-content {
    top: 70px;
  }
  .h-contacts {
    margin-bottom: 28px;
  }
  .h-contacts__content {
    font-size: 16px;
    line-height: 23px;
  }
  .h-socials {
    margin-top: 23px;
  }
  .h-socials__item img {
    max-width: 40px;
  }
  .p-discount {
    width: 50px;
    height: 50px;
    left: 10px;
    top: 10px;
    font-size: 18px;
  }
  .p-stikers {
    right: 10px;
    top: 25px;
  }
  .product-item .p-stikers {
    right: 10px;
  }
  .search-form input,
  .search-form button {
    height: 40px;
  }
  .search-form button {
    width: 40px;
  }
  .settings-buttons-mobile {
    display: block;
  }
  .settings-buttons-mobile__item {
    display: block;
    width: auto;
    font-size: 20px;
  }
  .settings-buttons-mobile__item--sorting {
    margin-bottom: 20px;
  }
  .settings-buttons-mobile__item--sorting,
  .settings-buttons-mobile__item--filter {
    text-align: center;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 440px) {
  .h-container {
    right: 55px;
  }
}
@media (max-width: 380px) {
  .app-footer__contacts {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (max-width: 370px) {
  .h-contacts__content {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .app__aside--right {
    display:block;
  }
}

.h-categories ul li:hover {
  z-index: 1;
}

.h-categories ul li strong a {
  font-weight: bolder;
}

#pelican-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  background-color:rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 1010;
}

.pelican-dialog-content{
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding:10px;
  background: #e21205;
  border: 1px solid #FFF;
  z-index: 2000;
  padding: 30px;
}
.validation-error {
  background: #FFBBBB !important;
}


@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
  .bx-footer {
    text-align: center;
  }
  .bx-up {
    text-align: center;
  }
  .pelican-advantages .col-xs-6{
    min-height: 180px;
  }
}
@media (min-width: 768px) {
  .bx-logo {
    display: block;
  }
  .bx-breadcrumb {
    padding: 10px 30px 10px 30px;
  }

  #header-top-row {
    padding-top:10px;
    min-height: 110px;
  }
  .company-logo {
    width: 100px;
  }
  .bx-logo .bx-logo-block img {
    /*	  height: 200px;*/
  }

}

/**/

.btn,
.btn:hover,
.btn:active,
.btn:focus{
  text-shadow: none !important;
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none !important;
  box-shadow:none !important;
  outline:none !important;
}

.btn-primary {
  background-color: #1485ce;
  border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  background-color: #53a4d8;
  border-color: #53a4d8;
}

.btn-link {
  color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
  color: #53a4d8;
  text-decoration: none;
}
/*404*/

.bx-404-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bx-404-block {
  margin-top: 100px;
  margin-bottom: 66px;
}

@media (max-width: 768px) {
  .bx-404-block {
    margin-top: 50px;
    margin-bottom: 33px;
  }
}

.bx-404-text-block {
  font-size: 20px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}

.bx-maps-title {
  color: #8f8f8f;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #e9eaea;
}

.map-columns {
  padding-top: 20px;
}

.bx-map-title {
  font-weight: bold;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: relative;
  min-height: 20px;
  padding-left: 25px;
  margin-bottom: 20px;
}

.bx-map-title .fa {
  color: #0083d1;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
}

.map-columns ul {
  list-style: none;
  margin-bottom: 5px;
}

.map-level-0 {
  margin-left: 0;
  padding-left: 25px;
  margin-bottom: 20px;
}

.map-level-0 li {
  margin-left: 0;
  padding-left: 0;
}

.map-level-0 ul {
  padding-left: 15px;
}

ul.map-level-1 {
  margin-bottom: 30px;
}
/*ABOUT*/

.bxd-block {
  width: 100%;
  border: 1px solid #e3e6e7;
  display: block;
  background: #fff;
  padding: 15px;
  min-height: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a.bxd-block:hover {}

.bxd-icon {
  display: block;
  border-radius: 50%;
  height: 68px;
  width: 68px;
  margin: 0 auto;
  -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {}

.bxd-icon .fa {
  margin-left: -1px;
  position: relative;
  font-size: 35px;
  height: 68px;
  width: 68px;
  text-align: center;
  line-height: 68px;
  vertical-align: middle;
  -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {}

.bxd-title {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
}

.bxd-desc {
  display: block;
  text-align: center;
  color: #737373;
  font-size: 12px;
}


.bx-up-button {
  border-radius: 2px;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  vertical-align: middle;
  padding: 9px 18px 7px 38px;
  -webkit-transition: background-color .3s ease, opacity .3s ease;
  -moz-transition: background-color .3s ease, opacity .3s ease;
  -ms-transition: background-color .3s ease, opacity .3s ease;
  -o-transition: background-color .3s ease, opacity .3s ease;
  transition: background-color .3s ease, opacity .3s ease;
  background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}
.bx-up-button:hover{
  background-color: #9fa0a3;
}

.pelican-brands .col-xs-6 {
  padding-bottom: 20px;
}
.pelican-brands .item {
  box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
  width: 90%;
  height: 120px;
}
.pelican-brands .brand {
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.pelican-brands .description {
  font-size: 10px;
  padding: 6px 6px 20px 6px;
  height: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

/* /mobile styles */


@media (min-width: 992px) {
  #header-top-row {
    min-height: 120px;
  }
}

@media (min-width: 1200px) {
  #header-top-row {
    min-height: 120px;
  }
  .pelican-brands .description {
    font-size: 14px;
    height: 220px;
  }
  .pelican-brands .brand {
    padding: 10px;
    font-size: 18px;
  }

}
.d-flex {
  display:flex;
}
.d-flex>div {
  float: none;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.pelican-top-links a {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: underline;
  color: #0071bc;
}
.pelican-top-links a img {
  width: 20px;
  margin-right:10px;
}
@media (min-width: 767px) {
  #navbarTogglerPelican .nav {
    display: table;
    width: 100%;
  }
  #navbarTogglerPelican .nav li {
    display: table-cell;
    float: none;
  }
  .center-h2 {
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.pelican-advantages {
  text-align: center;
}
.pelican-advantages img {
  width: 130px;
}
.pelican-advantages .description {
  text-align: center;
  text-transform: uppercase;
}
.pelican-slider .item {
  max-height:400px;
}
@media (max-width: 320px)  {
  .pelican-brands .description {
    display: none;
  }
  .pelican-brands .brand{
    display: none;
  }
  .pelican-brands .item {
    height: 60px;
  }
}
.warning-register-top {
  font-size: 18px;
  color: #FF0000;
  font-weight: bold;
  text-align: center;
}
.warning-register-top a {
  font-size: 18px;
  color: #FF0000;
  font-weight: bold;
  text-decoration: underline;
}
.item-brand-img {
  max-width: 100%;
  max-height: 120px;
}

/***********/

.basket-coupon-block-total-price-difference, .basket-item-price-difference{
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 940px) {
  .x.product-card__thumbnails .p-stikers__item_favorite{
    display: none;
  }
}

.paymentLogo{
  padding: 10px 0px;
}

.brands-list.custom-list{
   justify-content: space-around
}