@charset "UTF-8";
:root {
  --main-font-family: "Gotham Pro", sans-serif; }

:root {
  --body-bg: #fff; }

.catalog__main {
  margin-top: 24px; }

.catalog__main-top {
  margin-bottom: 44px; }

.catalog__filter-button {
  display: none; }

.catalog__view-buttons {
  display: none; }
  .catalog__view-buttons--item {
    background: transparent;
    width: 36px;
    height: 36px;
    border: 2px solid #eaebee;
    border-radius: 6px;
    margin-right: 15px;
    padding: 0;
    color: #abacaf; }
    .catalog__view-buttons--item:last-child {
      margin-right: 0; }
    .catalog__view-buttons--item.active {
      color: #25262a;
      background: #abacaf;
      border-color: #abacaf; }

.catalog__controls {
  min-height: 56px; }

.catalog__promo {
  color: #25262a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-bottom: 32px; }
  .catalog__promo a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500; }
    .catalog__promo a::before {
      content: '★';
      padding-right: 5px; }

@media (max-width: 575.98px) {
  .catalog__main {
    margin-top: 0; }
  .catalog__main-top {
    margin-bottom: 20px; }
  .catalog__controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px; }
  .catalog__search {
    width: 100%;
    margin-right: 20px; }
    .catalog__search--event {
      margin-right: 0; }
  .catalog__filter-button {
    position: relative;
    display: block;
    flex-shrink: 0; }
    .catalog__filter-button svg {
      width: 36px;
      height: 36px; }
  .catalog__filter-button--in-handlers svg {
    width: 24px;
    height: 24px; }
  .catalog__filter-button--active::after {
    position: absolute;
    content: attr(data-total-count);
    right: -6px;
    top: -6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    padding-top: 1px;
    padding-left: 1px;
    border-radius: 50%;
    color: white;
    background-color: #c39b70;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.01em;
    text-align: center; }
  .catalog__view-buttons {
    display: flex; }
  .catalog__promo {
    margin: 0 -16px 32px;
    padding: 10px 16px;
    height: auto; }
  .catalog__controls--fixed {
    position: fixed;
    z-index: 100;
    top: 48px;
    left: 0;
    width: 100vw;
    padding: 8px 16px;
    margin: 0;
    background-color: white; } }

.smartfilter-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 184px;
  z-index: 2; }

.smartfilter__popup-wrapper {
  position: fixed;
  z-index: 10; }

.smartfilter__lab {
  margin-bottom: 24px; }

.smartfilter-hints {
  position: absolute;
  top: 180px;
  left: calc(100% + 19px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .smartfilter-hints__hint {
    position: relative;
    padding: 9px 25px 9px 15px;
    background: #199bd9;
    border-radius: 4px;
    margin-bottom: 10px; }
    .smartfilter-hints__hint::before {
      content: '';
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNDk5OTk5IDYuMTMzOThDLTAuMTY2NjY4IDYuNTE4ODggLTAuMTY2NjY3IDcuNDgxMTIgMC41IDcuODY2MDNMOS41IDEzLjA2MjJDMTAuMTY2NyAxMy40NDcxIDExIDEyLjk2NiAxMSAxMi4xOTYyTDExIDEuODAzODVDMTEgMS4wMzQwNSAxMC4xNjY3IDAuNTUyOTIzIDkuNSAwLjkzNzgyM0wwLjQ5OTk5OSA2LjEzMzk4WiIgZmlsbD0iIzE5OUJEOSI+PC9wYXRoPgo8L3N2Zz4=");
      background-position: center;
      background-repeat: no-repeat; }
    .smartfilter-hints__hint-close {
      position: absolute;
      top: 5px;
      right: 5px;
      background: transparent;
      border: 0;
      padding: 0;
      line-height: 18px;
      cursor: pointer; }
    .smartfilter-hints__hint-close svg {
      fill: #fff; }
    .smartfilter-hints__hint-text {
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      white-space: nowrap; }

.smartfilter__simplebar {
  max-height: 600px;
  width: 280px;
  margin-bottom: 76px; }
  .smartfilter__simplebar .simplebar-scrollbar {
    opacity: 0; }
    .smartfilter__simplebar .simplebar-scrollbar.simplebar-visible {
      opacity: 1; }

@media (max-width: 575.98px) {
  .smartfilter {
    position: relative;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    transition: transform 0.6s;
    margin-bottom: 0; }
    .smartfilter__lab {
      margin-bottom: 0; }
    .smartfilter__options {
      position: relative;
      margin: 0 -16px;
      padding: 0 16px;
      background: #f8fdff; }
    .smartfilter__simplebar {
      max-height: none;
      width: auto;
      margin-bottom: 0; }
  .additional-filters {
    background: #fffbfa;
    margin: 0 -16px;
    padding: 0 16px; }
  .smartfilter-wrapper {
    display: none;
    width: 100%;
    min-width: 280px;
    background-color: white;
    padding-top: 16px;
    padding-bottom: 20px;
    position: static;
    top: auto; }
  #menuFilter .smartfilter-wrapper {
    display: block; } }

.filter-element {
  position: relative; }
  .filter-element:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(234, 235, 238, 0.7); }
  .filter-element__title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #199bd9;
    border-bottom: 1px solid #199bd9;
    margin-bottom: 13px; }
    .filter-element__title--additional {
      margin-top: 16px;
      color: #ff7e7e;
      border-bottom-color: #ff7e7e; }
  .filter-element .radio-button-group {
    width: 100%; }
  .filter-element .radio-button__input:not(.radio-input__input) {
    display: block;
    position: absolute;
    z-index: -1; }
  .filter-element__collapse-title {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #656668; }
    .filter-element__collapse-title > span::after {
      content: attr(data-active-checkboxes);
      margin-left: 8px; }
    .filter-element__collapse-title:not(.collapsed) .filter-element__collapse-button {
      color: #25262a;
      transform: scale(1, -1); }
  .filter-element__collapse-title--additional {
    padding-bottom: 38px; }
  .filter-element__collapse-button {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background-color: transparent;
    flex-grow: 1;
    text-align: right;
    color: #656668;
    transition: transform 0.2s; }
    .filter-element__collapse-button:hover, .filter-element__collapse-button:focus {
      outline: none;
      border: none; }
  .filter-element__collapse-icon {
    width: 24px;
    height: 24px;
    color: #199bd9; }
  .filter-element__checkbox-tags {
    display: none; }
  .filter-element__submit-tooltip {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    background-color: transparent;
    position: absolute;
    z-index: 10;
    left: calc(100% + 280px);
    padding: 10px 20px;
    font-size: 14px;
    color: #7c7e82;
    background-color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
    white-space: nowrap; }
    .filter-element__submit-tooltip:hover, .filter-element__submit-tooltip:focus {
      outline: none;
      border: none; }
    .filter-element__submit-tooltip::before {
      position: absolute;
      content: "";
      top: 50%;
      left: -5px;
      transform: translateY(-50%) rotate(45deg);
      width: 15px;
      height: 15px;
      background-color: white; }
  .filter-element__submit-tooltip--show {
    opacity: 1;
    pointer-events: all; }

.filter-element--disable {
  position: relative; }
  .filter-element--disable::after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.5; }

.additional-filters .filter-element__collapse-icon {
  color: #ff7e7e; }

@media (max-width: 575.98px) {
  .filter-element__collapse-title {
    padding-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; }
    .filter-element__collapse-title:first-child {
      padding-top: 16px; }
  .filter-element__checkbox-tags {
    position: relative;
    top: -12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .filter-element__submit-tooltip {
    display: none; }
  .filter-element__title {
    margin: 0 -16px;
    padding: 16px 16px 10px;
    background: #f8fdff; }
    .filter-element__title--additional {
      margin-top: 0;
      background: #fffbfa; } }

.filter-dropdown {
  position: relative;
  padding-bottom: 28px;
  /* W3C standard сейчас только для Firefox */
  /* для Chrome/Edge/Safari */ }
  .filter-dropdown * {
    scrollbar-width: thin;
    scrollbar-color: rgba(234, 235, 238, 0.5) transparent; }
  .filter-dropdown *::-webkit-scrollbar {
    height: 12px;
    width: 4px; }
  .filter-dropdown *::-webkit-scrollbar-track {
    background: transparent; }
  .filter-dropdown *::-webkit-scrollbar-thumb {
    background-color: rgba(234, 235, 238, 0.5);
    border-radius: 7px;
    border: 4px solid transparent; }
  .filter-dropdown__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 7px 16px;
    border-radius: 8px;
    border: 1px solid #eaebee; }
  .filter-dropdown__text {
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #7c7e82; }
  .filter-dropdown__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: all 0.2s; }
  .filter-dropdown__options {
    max-height: 300px;
    overflow: auto;
    display: none;
    position: absolute;
    z-index: 100;
    top: calc(100% - 28px);
    left: 0;
    padding: 16px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 4px 40px rgba(174, 174, 174, 0.24);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s; }
  .filter-dropdown--open .filter-dropdown__options {
    opacity: 1;
    pointer-events: all; }
  .filter-dropdown--open .filter-dropdown__icon {
    transform: scale(1, -1); }
  .filter-dropdown .filter-element__submit-tooltip {
    top: 10px;
    right: -100px; }
  .filter-dropdown .checkbox-input[data-country-in]:not(.visible-reg) {
    display: none; }

@media (max-width: 575.98px) {
  .filter-dropdown {
    padding-bottom: 10px; }
    .filter-dropdown__title {
      background: #fff; }
    .filter-dropdown .simplebar-content-wrapper {
      overflow-y: scroll !important; }
    .filter-dropdown .simplebar-offset {
      height: 100%; }
    .filter-dropdown .filter-dropdown__options[data-simplebar] {
      height: 250px; } }

.filter-slider {
  position: relative;
  max-width: calc(280px - 16px * 2);
  margin-bottom: 8px; }
  .filter-slider::before {
    position: absolute;
    content: '';
    top: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 4px 40px rgba(174, 174, 174, 0.24); }
  .filter-slider__inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px; }
    .filter-slider__inputs input {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      min-width: 72px;
      height: 32px;
      padding: 0 8px;
      font-family: Gotham Pro, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      color: #25262a;
      border: 1px solid #eaebee; }
    .filter-slider__inputs input::-ms-input-placeholder {
      color: #7c7e82; }
    .filter-slider__inputs input::placeholder {
      color: #7c7e82; }
  .filter-slider__inputs-separate {
    font-size: 0;
    width: 16px;
    height: 1px;
    margin: 0 8px;
    background-color: #eaebee; }
  .filter-slider__range.noUi-horizontal {
    width: calc(280px - 24px * 2);
    height: 1px;
    margin: auto; }
    .filter-slider__range.noUi-horizontal .noUi-handle {
      width: 16px;
      height: 16px;
      right: -8px;
      top: -8px;
      border-radius: 50%;
      background-color: #25262a;
      box-shadow: none; }
    .filter-slider__range.noUi-horizontal .noUi-handle::before,
    .filter-slider__range.noUi-horizontal .noUi-handle::after {
      display: none; }
  .filter-slider__range.noUi-target {
    border: none;
    box-shadow: none;
    background-color: #eaebee; }
  .filter-slider__range .noUi-connect {
    background-color: #25262a; }

.filter-slider__wrapper .filter-slider {
  width: 100%;
  margin-bottom: 30px; }

@media (max-width: 575.98px) {
  .filter-slider {
    width: 100%; } }

.checkbox-tag {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 4px;
  padding-right: 24px;
  border-radius: 4px;
  color: #656668;
  background-color: #eaebee; }
  .checkbox-tag::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-image: url("/local/js/specialty/assets/images/icon-close.svg");
    background-size: 7px; }

.filter-buttons {
  display: flex;
  flex-direction: column; }
  .filter-buttons .btn {
    box-shadow: none; }
  .filter-buttons .btn:first-child {
    margin-bottom: 16px; }

@media (max-width: 575.98px) {
  .filter-buttons {
    background-color: #fff;
    margin-right: -16px;
    margin-left: -16px;
    padding: 12px 16px;
    margin-bottom: -16px;
    box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.04); }
    .filter-buttons .btn:first-child {
      margin-bottom: 0; }
    .filter-buttons [name="del_filter"] {
      display: none; } }

.filter-sort {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 32px; }
  .filter-sort__mobile {
    display: none; }
  .filter-sort__title {
    margin: 0;
    margin-right: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #656668; }
  .filter-sort__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row; }
  .filter-sort__item {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #656668; }
    .filter-sort__item:not(:last-child) {
      margin-right: 32px; }
  .filter-sort__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #656668; }
  .filter-sort__link-tooltip {
    width: 20px;
    height: 20px;
    margin-left: 10px; }
  .filter-sort__icon {
    width: 24px;
    height: 24px; }
  .filter-sort__icon--down {
    transform: rotate(180deg); }
  .filter-sort__link--active {
    color: #25262a; }
  .filter-sort__adaptive-result {
    display: none; }
  .filter-sort__search > a,
  .filter-sort__search > b {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #656668;
    margin-left: 32px; }
  .filter-sort__search > b {
    color: #25262a; }

@media (max-width: 575.98px) {
  .filter-sort {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    .filter-sort__title {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      display: none;
      line-height: 24px; }
    .filter-sort__adaptive-result {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      min-width: 156px;
      min-height: 32px;
      padding: 4px 4px 3px 8px;
      border-radius: 8px;
      color: #25262a;
      background: #f6f7fa; }
    .filter-sort__adaptive-result--open .filter-element__collapse-icon {
      transform: scale(1, -1); }
    .filter-sort__list {
      position: absolute;
      z-index: 95;
      top: 100%;
      right: 0;
      min-width: 156px;
      opacity: 0;
      pointer-events: none;
      transition: all 0.2s;
      flex-direction: column;
      background-color: white;
      border-radius: 12px;
      box-shadow: 0 2px 24px rgba(32, 32, 32, 0.07); }
    .filter-sort__item {
      padding: 4px 8px; }
      .filter-sort__item:not(:last-child) {
        margin-right: 0; }
    .filter-sort__link {
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 16px;
      display: flex;
      flex-direction: row;
      align-items: center; }
    .filter-sort__link-tooltip {
      display: none; }
    .filter-sort__list--open {
      opacity: 1;
      pointer-events: all; } }

@media (max-width: 575.98px) {
  .filter-sort--common-search .filter-sort__search > a,
  .filter-sort--common-search .filter-sort__search > b, .filter-sort--common-search .filter-sort__title {
    font-size: 14px;
    margin-right: 0; }
  .filter-sort--common-search .filter-sort__search > a,
  .filter-sort--common-search .filter-sort__search > b {
    margin-left: 24px; } }

@media (max-width: 575.98px) {
  .filter-element__mobile-icon {
    width: 24px;
    height: 24px;
    color: #FFFFFF; }
  .filter-sort__icon-filter {
    display: flex; }
  .filter-sort__mobile-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999; }
  .filter-sort__mobile-border {
    border: 1px solid #e0e4e4; }
  .filter-sort__mobile-list {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    overflow: auto;
    height: 100%;
    background: #fff;
    z-index: 99999;
    opacity: 1; }
  .filter-sort__mobile-clear .menu-panel__highlight-item {
    padding-left: 0;
    padding-right: 20px;
    display: flex;
    align-items: center; }
  .filter-sort__mobile-clear .menu-panel__highlight-item span {
    padding: 0 12px 0 5px; }
  .filter-sort__mobile-clear {
    display: flex;
    margin-left: 16px;
    justify-content: flex-start;
    align-items: center;
    background: #f3fbfe;
    margin-bottom: 20px; }
  .filter-sort__mobile-list-head {
    display: flex;
    justify-content: space-between; }
  .filter-sort__mobile-exit {
    font-size: 20px;
    font-weight: 500; }
  .filter-sort__icon-filter svg {
    width: 16px;
    margin-right: 6px; }
  .filter-buttons {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    margin-bottom: 0; }
  .smartfilter__simplebar {
    padding: 16px; }
  .filter-sort__mobile-svg {
    width: 128px;
    height: 32px;
    margin: 16px 16px 0; }
  .filter-sort__mobile-click {
    margin: 16px 16px 0; }
  .filter-sort__mobile-list-head {
    margin-bottom: 20px; }
  .filter-sort__mobile-cheak {
    height: 56px;
    background: #FFFFFF; }
  .filter-sort__mobile {
    display: flex;
    text-decoration: none !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    min-width: 156px;
    min-height: 32px;
    padding: 4px 4px 3px 8px;
    border-radius: 8px;
    color: #FFFFFF;
    margin-right: 2px;
    background: #00db7c; } }

.filter-sort__mobile-fade {
  display: none; }

.filter-advantages {
  padding-bottom: 64px; }
  .filter-advantages__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .filter-advantages__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 18px 24px;
    border-radius: 8px;
    color: #656668;
    background-color: #f6f7fa; }
    .filter-advantages__item:not(:last-child) {
      margin-bottom: 16px; }
  .filter-advantages__item-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-right: 16px; }

.filter-advantages--adaptive {
  display: none; }

@media (max-width: 575.98px) {
  .filter-advantages {
    display: none; }
  .filter-advantages--adaptive {
    display: block; } }

.filter-result {
  margin-bottom: 24px; }
  .filter-result__empty {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .filter-result__empty svg {
      width: 120px;
      height: 148px;
      margin: 48px 0 20px; }
    .filter-result__empty span {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      text-align: center; }

@media (max-width: 575.98px) {
  .filter-result__empty {
    font-size: 16px; }
  .filter-result.grid {
    justify-content: space-between;
    padding: 0 16px; }
    .filter-result.grid .col-sm-4 {
      width: calc((100% - 10px) / 2);
      padding: 0; }
    .filter-result.grid .coffee-card {
      padding: 10px 10px 8px;
      height: 100%;
      min-height: auto;
      display: flex;
      flex-direction: column; }
      .filter-result.grid .coffee-card__info {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        margin: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none; }
      .filter-result.grid .coffee-card__controls {
        margin-top: auto; }
      .filter-result.grid .coffee-card-controls__variants {
        flex-direction: column;
        align-items: flex-start;
        height: auto; }
      .filter-result.grid .coffee-card-controls__weight {
        margin-bottom: 5px;
        margin-right: 0; }
      .filter-result.grid .coffee-card__delivery {
        display: none; }
      .filter-result.grid .coffee-card__image {
        height: 110px; }
      .filter-result.grid .coffee-card__image img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
      .filter-result.grid .coffee-card--active .filter-result.grid .coffee-card__meta,
      .filter-result.grid .coffee-card:hover .filter-result.grid .coffee-card__meta {
        bottom: 0; }
    .filter-result.grid .variants-group--weight .variants-group__item {
      flex: 0 0 44px;
      width: 44px;
      max-width: 44px; }
    .filter-result.grid .product-card-footer {
      border-top: none;
      color: #25262a; }
      .filter-result.grid .product-card-footer__quantity {
        display: none; }
    .filter-result.grid .catalog__promo {
      margin: 0 -32px 32px; } }

.filter-handlers {
  display: none; }

@media (max-width: 575.98px) {
  .filter-handlers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    background-color: #f3fbff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    z-index: 101;
    width: 100%;
    left: 0; }
    .filter-handlers__reset {
      margin: 0;
      padding: 0;
      outline: none;
      border: none;
      background-color: transparent;
      padding: 7px 12px;
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      border-radius: 4px;
      border: 1px solid #25262a; }
      .filter-handlers__reset:hover, .filter-handlers__reset:focus {
        outline: none;
        border: none; }
      .filter-handlers__reset:hover, .filter-handlers__reset:active {
        border: 1px solid #25262a; }
    .filter-handlers__status {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-weight: bold; }
      .filter-handlers__status span {
        margin-left: 4px; }
    .filter-handlers__close-button {
      margin: 0;
      padding: 0;
      outline: none;
      border: none;
      background-color: transparent;
      position: relative;
      padding-right: 16px; }
      .filter-handlers__close-button:hover, .filter-handlers__close-button:focus {
        outline: none;
        border: none; }
      .filter-handlers__close-button::after {
        position: absolute;
        content: '';
        top: calc(50%);
        right: 0;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        background-image: url("/local/js/specialty/assets/images/icon-close.svg");
        background-size: 12px; } }

.catalog-page__lab {
  margin-bottom: 32px; }

.catalog-page__lab-banner {
  background-color: #f6f7fa; }

.catalog-page__lab-slider {
  min-height: 275px; }

@media (max-width: 575.98px) {
  .catalog-page__lab-slider {
    min-height: 0;
    padding: 16px; }
  .catalog-page__lab-banner {
    border-radius: 8px;
    margin-bottom: 32px; } }

.no-lab-banner {
  display: block;
  text-decoration: none;
  position: relative;
  background-color: #f6f7fa;
  background-image: url("/local/js/specialty/assets/images/no-lab-banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: 100% 0%;
  border-radius: 8px;
  padding: 24px 0 24px 24px; }
  .no-lab-banner:hover {
    text-decoration: none; }
  .no-lab-banner__action {
    max-width: 200px; }
  .no-lab-banner__content {
    margin-bottom: 16px;
    max-width: 480px;
    color: #656668;
    font-size: 14px;
    line-height: 150%; }
    .no-lab-banner__content ul {
      padding-left: 16px; }
    .no-lab-banner__content p + ul {
      margin-top: -10px; }
  .no-lab-banner__content-title {
    font-weight: 500; }
  .no-lab-banner__spot {
    right: 332px;
    top: 106px; }
    .no-lab-banner__spot:nth-child(2) {
      right: 240px;
      top: 76px; }
    .no-lab-banner__spot:nth-child(3) {
      right: 132px;
      top: 108px; }
    .no-lab-banner__spot:nth-child(4) {
      right: 24px;
      top: 98px; }
  .no-lab-banner__title {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px; }
  .no-lab-banner__offer {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7c7e82;
    margin-bottom: 18px; }

.no-lab-banner--lk {
  padding: 27px 32px 32px;
  background-image: url("/local/js/specialty/assets/images/no-lab-banner-bg-lk.jpg");
  background-position: 100% 18px; }
  .no-lab-banner--lk .no-lab-banner__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px; }
  .no-lab-banner--lk .no-lab-banner__content {
    color: #25262a;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px; }
  .no-lab-banner--lk .no-lab-banner__content-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; }
  .no-lab-banner--lk .no-lab-banner__action {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    width: 280px;
    height: 56px;
    font-style: normal;
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 150% !important; }
  .no-lab-banner--lk .no-lab-banner__spot {
    right: 460px;
    top: 162px; }
    .no-lab-banner--lk .no-lab-banner__spot:nth-child(2) {
      right: 334px;
      top: 124px; }
    .no-lab-banner--lk .no-lab-banner__spot:nth-child(3) {
      right: 178px;
      top: 164px; }
    .no-lab-banner--lk .no-lab-banner__spot:nth-child(4) {
      right: 32px;
      top: 164px; }

@media (max-width: 575.98px) {
  .no-lab-banner {
    background-image: none;
    padding: 8px 16px 16px; }
    .no-lab-banner__content, .no-lab-banner__action {
      display: none; }
    .no-lab-banner__action {
      max-width: 200px;
      margin: 0 auto; }
    .no-lab-banner__content {
      margin-bottom: 0; }
      .no-lab-banner__content strong {
        font-weight: 500; }
      .no-lab-banner__content p + ul {
        margin-top: -16px; }
      .no-lab-banner__content ul {
        font-size: 12px;
        font-weight: normal;
        line-height: 16px; }
    .no-lab-banner__spots {
      display: block;
      position: relative;
      height: 80px;
      margin: -13px -16px 0;
      background-image: url("/local/js/specialty/assets/images/no-lab-banner-bg-mobile.jpg");
      background-size: contain;
      background-repeat: no-repeat; }
    .no-lab-banner__spot {
      top: 39px !important;
      left: 33px; }
      .no-lab-banner__spot:nth-child(2) {
        left: 107px; }
      .no-lab-banner__spot:nth-child(3) {
        left: 200px; }
      .no-lab-banner__spot:nth-child(4) {
        left: 281px; }
    .no-lab-banner__title {
      position: relative;
      padding-right: 20px;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      z-index: 1; }
    .no-lab-banner__title svg {
      position: absolute;
      right: -8px;
      height: 24px;
      width: 24px; }
  .no-lab-banner--open .no-lab-banner__title svg {
    transform: rotate(180deg); }
  .no-lab-banner--open .no-lab-banner__content, .no-lab-banner--open .no-lab-banner__action {
    display: block; } }

.no-lab-banner-wr__mobile {
  display: none; }

@media (max-width: 575.98px) {
  .no-lab-banner-wr__desktop {
    display: none; }
  .no-lab-banner-wr__mobile {
    display: block; } }

.recommended-list {
  padding: 18px 16px 0;
  background: #ffe3c9;
  margin-bottom: 32px;
  width: 100%; }
  .recommended-list .row {
    margin-right: -8px;
    margin-left: -8px; }
    .recommended-list .row .col-sm-4 {
      padding-right: 8px;
      padding-left: 8px; }
      .recommended-list .row .col-sm-4:nth-child(4) {
        display: none; }
  .recommended-list__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 29px; }

@media (max-width: 575.98px) {
  .recommended-list {
    padding-top: 24px;
    margin: 0 0 32px; }
    .recommended-list .row .col-sm-4:nth-child(4) {
      display: block; }
    .recommended-list__title {
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 13px; }
    .recommended-list.grid {
      margin: 0 -16px 32px;
      width: calc(100% + 32px); }
      .recommended-list.grid .row {
        justify-content: center;
        margin-right: 0;
        margin-left: 0; }
      .recommended-list.grid .col-sm-4 {
        width: 100%;
        padding: 0;
        margin-right: 0; }
      .recommended-list.grid .col-sm-4:nth-child(2n) {
        margin-left: 0;
        margin-right: 0; }
      .recommended-list.grid .coffee-card {
        padding: 10px 10px 8px;
        height: 100%;
        min-height: auto;
        display: flex;
        flex-direction: column; }
        .recommended-list.grid .coffee-card__info {
          display: flex;
          flex-direction: column;
          flex-grow: 1;
          margin: 0;
          padding: 0;
          background-color: transparent;
          box-shadow: none; }
        .recommended-list.grid .coffee-card__controls {
          margin-top: auto; }
        .recommended-list.grid .coffee-card-controls__variants {
          flex-direction: column;
          align-items: flex-start;
          height: auto; }
        .recommended-list.grid .coffee-card-controls__weight {
          margin-bottom: 5px;
          margin-right: 0; }
        .recommended-list.grid .coffee-card__delivery {
          display: none; }
        .recommended-list.grid .coffee-card__image {
          height: 110px; }
        .recommended-list.grid .coffee-card__image img {
          height: 100%;
          width: 100%;
          object-fit: contain; }
        .recommended-list.grid .coffee-card--active .recommended-list.grid .coffee-card__meta,
        .recommended-list.grid .coffee-card:hover .recommended-list.grid .coffee-card__meta {
          bottom: 0; }
      .recommended-list.grid .variants-group--weight .variants-group__item {
        flex: 0 0 44px;
        width: 44px;
        max-width: 44px; }
      .recommended-list.grid .product-card-footer {
        border-top: none;
        color: #25262a; }
        .recommended-list.grid .product-card-footer__quantity {
          display: none; } }

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