.white-filter {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.black-filter {
  filter: invert(0%) sepia(0%) saturate(16%) hue-rotate(309deg) brightness(93%) contrast(107%);
}

.citrus-filter {
  filter: invert(75%) sepia(56%) saturate(3300%) hue-rotate(29deg) brightness(94%) contrast(92%);
}

.fiji-green-filter {
  filter: invert(29%) sepia(47%) saturate(2232%) hue-rotate(49deg) brightness(93%) contrast(87%);
}

.red-filter {
  filter: invert(24%) sepia(100%) saturate(7493%) hue-rotate(6deg) brightness(96%) contrast(106%);
}

.header {
  position: relative;
  z-index: 11;
}
.header-mobile-actions {
  display: none;
}
.header-top, .header-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.header-top {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.header-top__column {
  margin-right: -10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
}
.header-center {
  position: relative;
}
.header-center__wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.header-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  margin-left: 35px;
}
.header__logo {
  margin-right: 30px;
  flex-shrink: 0;
}
.header .btn_mob-chats {
  display: none;
}
.header-navi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
}
.header-navi__item:last-child {
  margin-right: 0;
}
.header-navi__link {
  font-size: 13px;
  color: #000;
  padding: 4px 12px 5px;
  white-space: nowrap;
}
.header-navi__link span {
  color: #cacaca;
}
.header-navi__link_action {
  padding-left: 10px;
  position: relative;
}
.header-navi__link_action::before {
  content: "";
  position: absolute;
  left: 0;
  background: #FF291C;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -2.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header-navi__link_config {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #000;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.header-navi__link_config:hover {
  color: #fff;
}
.header__quan {
  position: absolute;
  right: -5px;
  top: -3px;
  height: 22px;
  min-width: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  background: #f2530c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header-basket {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  display: -ms-flexbox;
  border: none;
  position: relative;
  background: none;
  white-space: nowrap;
  text-align: left;
  margin-left: 14px;
}
.header-basket__icon {
  width: 30px;
  height: 30px;
  background: url("../../i/container.svg?v=0#icon-10") center no-repeat;
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
}
.header-basket__quan {
  position: absolute;
  right: -5px;
  top: -3px;
  height: 22px;
  min-width: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  background: #f2530c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header-basket__text {
  font-size: 12px;
  font-weight: 500;
  color: #6A6A6A;
  display: block;
}
.header-basket__summ {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  display: block;
}
.header-phones {
  font-size: 13px;
  color: #B3B3B3;
  margin-right: 30px;
}
.header-phones a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
.header-phones span {
  margin: 0 10px;
}
.header__btn-callback {
  display: inline-flex;
  padding: 3px 17px 4px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  background: #F5F5F5;
  white-space: nowrap;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.header-mobile-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}
.header-mobile-nav__inner {
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
  overflow-y: auto;
}
.header-mobile-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.header .visible-short {
  display: none;
}

.main .header-mobile-search {
  display: none;
}

.mobile-place-back {
  display: none;
}

.header-mobile-navbar {
  display: none;
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #dde3e9;
  padding: 10px 15px 12px 15px;
}

.hmn-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hmn-list a, .hmn-list button {
  display: block;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  padding: 27px 2px 2px 2px;
  color: #2e4055;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  min-width: 30px;
  cursor: pointer;
  border: none;
  background: none;
}
.hmn-list a:hover, .hmn-list a:active, .hmn-list a:focus, .hmn-list button:hover, .hmn-list button:active, .hmn-list button:focus {
  color: #2e4055;
  text-decoration: none;
}
.hmn-list a:before, .hmn-list button:before {
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 50%;
  position: absolute;
  margin: 0 0 0 -12px;
}
.hmn-list .active a {
  color: #a2c617;
}
.hmn-list .active a:before {
  filter: invert(62%) sepia(100%) saturate(388%) hue-rotate(28deg) brightness(98%) contrast(89%);
}
.hmn-list .num {
  left: 50%;
  top: -5px;
  position: absolute;
  padding: 2px;
  border-radius: 20px;
  background: #f1430c;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  min-width: 18px;
  text-align: center;
}

.hmn-link--home:before {
  background: url("../../i/dh-1.svg") no-repeat;
}

.hmn-link--catalog:before {
  background: url("../../i/dh-2.svg") no-repeat;
}

.hmn-link--bag:before {
  background: url("../../i/dh-3.svg") no-repeat;
}

.hmn-link--fav:before {
  background: url("../../i/dh-4.svg") no-repeat;
}

.hmn-link--more:before {
  background: url("../../i/dh-5.svg") no-repeat;
}

.catalog-box__navi .nav-link .nav-link__text-info {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  margin: 5px 20px 0 0;
}

.mobile-catalog-filter-bar {
  padding: 10px 20px;
  margin: 0 -20px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 20;
  width: calc(100% + 30px);
}
@media (max-width: 992px) {
  .mobile-catalog-filter-bar {
    padding: 10px 15px;
    margin: 0 -15px;
  }
}
.mobile-catalog-filter-bar.is-pinned {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
}

.show-mobile-filter .header-mobile-search {
  display: none;
}

.body-catalog .header-mobile-search {
  position: relative !important;
  top: auto !important;
}
.body-catalog .mobile-catalog-filter-bar {
  display: none;
}
.body-catalog .mobile-catalog-filter-bar .row {
  margin: 0 -5px;
}
.body-catalog .mobile-catalog-filter-bar .row .col-5, .body-catalog .mobile-catalog-filter-bar .row .col-7 {
  padding: 0 5px;
}
.body-catalog .mobile-catalog-filter-bar .btn {
  width: 100%;
}
.body-catalog .mobile-catalog-filter-bar .select2-container--default .select2-selection--single {
  background: #f5f5f5;
  border-radius: 10px !important;
}
.body-catalog .mobile-catalog-filter-bar .sorting-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-left: 15px;
  margin-right: 28px;
}
.body-catalog .mobile-catalog-filter-bar .sorting-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
}
.body-catalog .mobile-catalog-filter-bar .sorting-box .sorting-box__select + .select2-container--default + .select2-container--default.select2-container.select2-container--open {
  left: auto !important;
  right: 0 !important;
  top: 50px !important;
  width: 100% !important;
}
.body-catalog .mobile-catalog-filter-bar .sorting-box .dropdown-sorting-select {
  min-width: 100% !important;
  overflow: hidden;
  border-radius: 10px;
}
.body-catalog .mobile-catalog-filter-bar .dropdown-sorting-select .select2-results__options {
  padding: 0;
  max-height: 400px;
  overflow: hidden;
}
.body-catalog .mobile-catalog-filter-bar .dropdown-sorting-select .select2-results__options .select2-results__option--highlighted.select2-results__option--selectable {
  background: #f5f8e7;
  color: #a2c617;
}
.body-catalog .mobile-catalog-filter-bar .dropdown-sorting-select .select2-results__options .select2-results__option {
  padding: 10px;
  line-height: 18px;
}

/* media */
@media (max-width: 1440px) {
  .header .visible-short {
    display: block;
  }
  .header .hidden-short {
    display: none;
  }
}
@media (max-width: 1100px) {
  .header-phones {
    margin-right: 10px;
    font-size: 12px;
  }
  .header-phones span {
    margin: 0 5px;
  }
  .header-top {
    margin-left: -12px;
    width: auto;
  }
  .dropdown-box__header {
    padding: 4px 15px 5px !important;
  }
  .dropdown-box__content {
    padding: 55px 15px 1px 15px !important;
  }
}
@media (min-width: 992px) {
  .header-navi__item:hover {
    z-index: 2;
    position: relative;
  }
}
@media (max-width: 992px) {
  .header-navi .dropdown-box__content {
    padding: 5px 15px !important;
  }
  .dropdown-box__header {
    padding: 4px 15px 5px !important;
  }
  .dropdown-box__content {
    padding: 0 15px 8px 15px !important;
    top: -20px;
  }
  .header-navi__item .dropdown-box__list li {
    margin: 0;
  }
  .header-navi__item .dropdown-box__list li + li {
    margin: 12px 0 0 0;
  }
  .header-mobile-nav .dropdown-box {
    margin-right: -5px;
  }
  .header-top {
    margin-left: 0;
  }
  .header-mobile-nav .dropdown-box.open .dropdown-box__content {
    display: block;
  }
  .header__logo {
    width: 160px;
    order: 0;
    margin-right: 0;
  }
  .header .btn_mob-navi {
    order: 1;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 4;
    width: 48px;
    height: 48px;
  }
  .header-basket__icon {
    width: 28px;
    height: 28px;
  }
  .header-basket__column {
    display: none;
  }
  .header-basket__quan {
    top: -9px;
    right: -9px;
  }
  .header-actions {
    margin-left: auto;
  }
  .header-actions .btn {
    margin-left: 14px;
  }
  .header-actions .btn:first-child {
    margin-left: 0;
  }
  .header-top {
    display: none;
  }
  .header-center {
    padding: 20px 0 3px;
    flex-wrap: wrap;
  }
  .header-center__wrap {
    margin-top: 20px;
    order: 2;
  }
  .header-mobile-catalog-wrapper {
    padding: 15px 15px 30px 15px;
  }
  .header .catalog-box {
    display: none;
  }
  .header .catalog-box.catalog-box_opened {
    display: block !important;
  }
  .header .catalog-box__ins {
    max-height: 100%;
    padding: 0;
  }
  .header .catalog-box__btn {
    width: 100%;
    height: 50px;
    border-radius: 26px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    min-width: 50px;
    position: relative;
    text-align: left;
  }
  .header .catalog-box__btn:before {
    left: 0;
    top: 0;
    position: absolute;
    margin: 0;
    width: 50px;
    height: 50px;
    background: url("../../i/container.svg?v=0#icon-11") center no-repeat;
    background-size: 20px auto;
  }
  .header .catalog-box .catalog-box__item-title-link {
    padding: 0 30px 0 0;
    position: relative;
    background: url("../../i/container.svg#icon-16") right center no-repeat;
    background-size: 8px auto;
    display: block;
  }
  .header-mobile-nav .catalog-box {
    display: block;
    margin: 0;
  }
  .header-mobile-nav .catalog-box__dropdown {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
  }
  .header-mobile-nav .catalog-box .tab-pane {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background: #fff;
  }
  .header-mobile-nav .catalog-box .promo-box {
    display: none;
  }
  .header-mobile-nav .catalog-box__navi {
    padding: 0;
    border: none;
  }
  .header-mobile-nav .catalog-box__item {
    padding: 0 15px;
    margin: 0 0 20px 0;
    align-items: center;
    width: 100%;
  }
  .header-mobile-nav .catalog-box__item-column {
    flex-grow: 1;
  }
  .header-mobile-nav .catalog-box__item-title {
    font-weight: 400;
    margin: 0;
  }
  .header-mobile-nav .catalog-box__item-photo {
    flex-shrink: 0;
    width: 35px;
  }
  .header-mobile-nav .catalog-box__item-photo img {
    max-width: 35px;
  }
  .header-mobile-nav .catalog-box__item-list {
    padding: 0 15px 5px 15px;
  }
  .header-mobile-nav .catalog-box__item-list > li {
    margin: 0 0 15px 0;
  }
  .header-mobile-nav .catalog-box__item-more {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 15px;
    background: #F5F5F5;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
  }
  .header-mobile-nav .catalog-box__item-more:before {
    display: none;
  }
  .header-mobile-nav .catalog-box__last-level {
    left: 0;
    top: 0;
    position: fixed;
    background: #fff;
    z-index: 201;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    display: none;
  }
  .header-mobile-nav .catalog-box__item-column.open .catalog-box__last-level {
    display: block;
  }
  .header-mobile-nav .header-basket__icon {
    width: 30px;
    height: 30px;
  }
  .header-mobile-nav .header-basket__quan {
    top: -3px;
  }
  .header-mobile-nav .header-basket__column {
    display: block;
  }
  .header-mobile-nav .btn_comparison {
    display: block;
  }
  .header-mobile-nav .header-actions {
    margin: 20px 15px 15px 15px;
    display: block;
  }
  .header-mobile-nav .header-actions .btn {
    width: auto;
    height: 30px;
    display: block;
    margin: 0 0 20px 0;
    text-align: left;
    padding: 0 0 0 40px;
    background-position: 0 center;
  }
  .header-mobile-nav .header-top {
    display: block;
    padding: 15px 0 5px 0;
  }
  .header-mobile-nav .header-top > .dropdown-box {
    display: none;
  }
  .header-mobile-nav .header-top__column {
    display: block;
    padding: 15px;
    margin: 0;
  }
  .header-mobile-nav .header-phones {
    align-items: flex-start;
    padding: 0 0 8px 0;
    margin: 0;
  }
  .header-mobile-nav .header-phones span {
    display: none;
  }
  .header-mobile-nav .header-phones a {
    display: flex;
    margin: 0 0 12px 0;
  }
  .header-mobile-nav .header-navi {
    display: flex;
    flex-direction: column;
  }
  .header-mobile-nav .header-navi__item {
    padding: 10px 15px;
    min-width: 100%;
  }
  .header-mobile-nav .header__btn-callback {
    display: block;
    width: 100%;
    padding: 9px 12px;
    text-align: center;
  }
  .header-navi__item[data-order="1"], .header-navi__item[data-order="2"], .header-navi__item[data-order="3"] {
    border-top: 1px solid #e3e3e3;
  }
  .header-navi__item[data-order="3"] {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 5px;
  }
  .header-navi__link {
    padding: 0;
  }
  .header-navi__link_action {
    padding-left: 10px;
  }
  .header-navi__link_config {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    border-radius: 18px;
    display: block;
    margin: 10px 0;
  }
  .header .header-top .dropdown-box__header {
    padding: 4px 17px 4px 0;
    cursor: pointer;
  }
  .header .header-top .dropdown-box__header:before {
    display: none !important;
    width: 0;
    height: 0;
  }
  .header .header-top .dropdown-box__header:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../../i/container.svg?v=0#icon-12") center no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .header .header-top .dropdown-box__content {
    position: static;
    left: auto;
    top: auto;
    box-shadow: none;
    border-radius: 0;
  }
  .header .header-top .dropdown-box__list {
    padding-top: 10px;
  }
  .header .header-top .dropdown-box.open .dropdown-box__header:after {
    transform: rotate(180deg);
  }
  .mobile-nav-open {
    overflow: hidden;
    max-height: 100vh;
    height: 100vh;
  }
  .mobile-nav-open .header-center__wrap {
    z-index: 0;
  }
  .mobile-place-back {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0 20px 15px;
    margin: 0 0 15px 0;
  }
  .mobile-place-back__button {
    border: none;
    background: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
    padding: 0 0 0 30px;
    position: relative;
  }
  .mobile-place-back__button:before {
    content: "";
    background: url("../../i/container.svg?v=0#icon-13") no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .catalog-box__navi .nav-link .nav-link__text-info {
    display: block;
  }
  .catalog-box__navi .nav-link .nav-link__text-title {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    display: block;
  }
}
.catalog-box__item-title-link__title {
  display: block;
  font-weight: 500;
  color: #000;
}

.catalog-box__item-title-link__subtitle {
  display: block;
  color: #808080;
}
@media (min-width: 993px) {
  .catalog-box__item-title-link__subtitle {
    display: none;
  }
}

.header .catalog-box .catalog-box__item-title-link--without-arrow {
  background: none !important;
  padding: 0;
}

@media (max-width: 768px) {
  .main .header {
    z-index: 26;
  }
  .main .btn_mob-navi {
    display: none;
  }
  .main .search {
    margin: 0;
  }
  .main .search__input {
    padding-left: 43px;
    background-image: url("../../i/container.svg#icon-34");
    background-repeat: no-repeat;
    background-position: 16px 0;
    background-size: 16px auto;
  }
  .main .header-center {
    display: block;
    padding-bottom: 15px;
  }
  .main .header-center__wrap {
    display: none;
  }
  .main .btn_mob-chats, .main .btn_mob-actions {
    display: block;
    cursor: pointer;
    border: none;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    background-image: url("../../i/ico-chats-black.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
  }
  .main .btn_mob-chats:active, .main .btn_mob-chats:focus, .main .btn_mob-chats:active:focus, .main .btn_mob-actions:active, .main .btn_mob-actions:focus, .main .btn_mob-actions:active:focus {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #fff;
  }
  .main .btn_mob-actions {
    background: url("../../i/ico-bell.svg") center center no-repeat;
    background-color: #f5f5f5;
    background-size: 20px 20px;
  }
  .main .btn_mob-actions .header__btn__active {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f2530c;
    position: absolute;
    left: 26px;
    top: 6px;
  }
  .main .header-actions, .main .header-basket {
    display: none;
  }
  .main .header-center {
    padding: 25px 0 0 0;
    overflow: visible;
  }
  .main .header-mobile-search {
    display: block;
    position: sticky;
    top: 0;
    z-index: 25;
    padding: 20px 15px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
  }
  .main .header .catalog-box .catalog-box__btn, .main .header .header-basket, .main .header .btn_favorite {
    display: none !important;
  }
  .main .header .header-mobile-catalog-wrapper {
    padding: 0 !important;
  }
  .main .header .header-mobile-nav .header-actions {
    margin-bottom: 0 !important;
  }
  .main .header header-top {
    padding-top: 0 !important;
  }
  .header-mobile-navbar {
    display: block;
  }
  /*.body-configurator {
      .header-mobile-search {
          position: relative;
      }
  }*/
  .header-mobile-actions {
    display: flex;
    position: absolute;
    right: 0;
    top: 14px;
    gap: 8px;
  }
  .mobile-nav-open .header-mobile-search, .mobile-nav-open .header-mobile-navbar {
    display: none;
  }
  .mobile-nav-open .main .header-actions {
    display: block;
  }
  .mobile-nav-open .main .header-basket {
    display: flex;
  }
  .mobile-nav-open .header-mobile-nav .header-top {
    padding-bottom: 25px;
  }
  .header-mobile-nav .header__btn-callback {
    display: none;
  }
  .header-mobile-nav .header-top__column .header__btn-callback:last-child {
    display: block;
  }
}
@media (max-width: 380px) {
  .header-actions .btn, .header-basket {
    margin-left: 12px;
  }
  .header__logo {
    width: 140px;
  }
}
.header-mobile-nav.show {
  display: block !important;
}

.header-mobile-nav .header-actions .btn .btn_counter {
  position: absolute;
  left: 13px;
  top: -5px;
  height: 22px;
  min-width: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  background: #f2530c;
  border-radius: 50%;
}

@media (min-width: 1001px) {
  .header.scroll {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  }
  .header.scroll .header-top {
    display: none;
  }
  .page-product .header.scroll, .page-comparsion .header.scroll {
    position: relative;
    top: auto;
    background: none;
  }
  .page-product .header.scroll .header-top, .page-comparsion .header.scroll .header-top {
    display: flex;
  }
}

/*# sourceMappingURL=header.css.map */
