.styles-root-vghj9 {
    display: inherit;
    width: inherit;
    position: relative;
}

.styles-suggest-C5jbD {
    width: inherit;
    position: relative;
    --search-heigth: 40px;
    cursor: text;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, .7);
    box-sizing: border-box;
    height: var(--search-heigth);
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 10px;
}

.styles-suggest-C5jbD.styles-suggest_focused-gFixY {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 3px var(--theme-palette-blue300);
}

.styles-suggest__violet-jctFh.styles-suggest_focused-gFixY {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 3px var(--theme-palette-violet300);
}

.styles-suggest__select-VVmFD {
    background-color: rgba(255, 255, 255, 1);
    height: 44px;
    border-radius: var(--theme-size-m-borderRadius);
}

.styles-suggest-C5jbD:hover {
    background-color: rgba(255, 255, 255, 1);
}

.styles-suggest-C5jbD:active {
    background-color: rgba(255, 255, 255, .45);
    outline: none;
}

.styles-input-AhLPs {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 22px;
    background-color: transparent;
    padding: 8px 0 10px;
    margin-right: 20px;
}

.styles-input-AhLPs::-moz-placeholder {
    color: rgba(0, 0, 0, .54);
}

.styles-input-AhLPs::placeholder {
    color: rgba(0, 0, 0, .54);
}

.styles-reset-button-QVLvM {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: none;
    background: url(/static/reviews-page-fe/assets/../assets/27ae4c662b8afe78.svg) no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
}

.styles-reset-button_disabled-AT_65 {
    cursor: not-allowed;
    background: url(/static/reviews-page-fe/assets/../assets/54df38f8411729ac.svg) no-repeat;
}

.styles-suggest_disabled-AavWT {
    border: 1px solid rgba(0, 0, 0, .16);
}

.styles-suggest-C5jbD.styles-suggest_disabled-AavWT,
.styles-suggest_disabled-AavWT,
.styles-suggest_disabled-AavWT .styles-input-AhLPs {
    cursor: not-allowed;
    background: transparent;
    color: rgba(0, 0, 0, .28);
}

.styles-dropdown-UWqmt {
    position: absolute;
    top: var(--search-heigth);
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 3;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%), 0 4px 24px rgb(0 0 0 / 12%);
    border-radius: 6px;
    padding: 16px 0 24px;
    margin: 0;
}

.styles-suggest__select-VVmFD .styles-dropdown-UWqmt {
    top: 48px;
    border-radius: 24px;
}

.styles-offer-x0PkQ {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: auto;
    padding: 8px 16px 10px;
}

.styles-offer_hover-krFOA {
    background: #f7f7f5;
}

.highlighted-text-highlighted-suggest-zfauQ {
    display: -webkit-box;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
    max-height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.styles-module-root-Tl_iS {
  display: inline-block;
  color: var(--module-spinner-color);
  line-height: 0;
}

/* ------------------ preset modifier ------------------ */
.styles-module-root_preset_default-T6iks {
  --module-spinner-color: var(--theme-palette-black);
}

.styles-module-root_preset_inverted-t3rk7 {
  --module-spinner-color: var(--theme-palette-white);
}

.styles-module-root_preset_primary-mw6ee {
  --module-spinner-color: var(--theme-palette-blue600);
}

.option-disabled-option-_BRNB {
    color: var(--theme-palette-gray36);
    background-color: white;
}

[data-highlighted='true'] .option-disabled-option-_BRNB {
    background-color: var(--theme-palette-gray4);
}

.styles-root_vertical-filters-vdHOW {
    min-width: 300px;
}

.styles-suggest-jOc1T {
    font-weight: normal;
    z-index: auto;
}

.styles-suggest-jOc1T > input {
    min-width: 1px;
}

.styles-dropdown-wrapper-LbqWa [data-highlighted],
.styles-dropdown-wrapper-LbqWa[data-highlighted] span {
    height: 100%;
    width: 100%;
    padding: 0;
    display: block;
}

.styles-dropdown-wrapper-LbqWa [data-highlighted] span span {
    height: 100%;
    width: 100%;
    padding: 4px 16px;
    display: block;
}

.styles-dropdown-wrapper-item-HFC4F {
    pointer-events: none;
}

.styles-dropdown-wrapper-item-HFC4F:hover {
    background-color: white;
}

.styles-module-root-M_VR5 {
  --module-select-backgroundColor: var(--theme-palette-warmGray4);
  --module-select-hoverBackgroundColor: var(--theme-palette-warmGray8);
  --module-select-focusBoxShadow: var(--theme-focusBoxShadow-default);
  --module-select-tag-backgroundColor: var(--theme-palette-white);
  --module-select-cursor: pointer;
  --module-select-cursor-icon: pointer;

  isolation: isolate;
  position: relative;
  font-family: inherit;
  align-items: center;
  box-sizing: border-box;
  color: var(--theme-palette-black);
  background-color: var(--module-select-backgroundColor);
  border: 1px solid var(--module-select-backgroundColor);
  cursor: var(--module-select-cursor);
  width: 100%;
  display: flex;
  outline: none;
  font-size: var(--module-select-fontSize);
  line-height: 1;
}

.styles-module-root_preset_overlay-R8_A9 {
  --module-select-backgroundColor: var(--theme-palette-white);
  --module-select-hoverBackgroundColor: var(--theme-palette-white);
  --module-select-focusBoxShadow: var(--theme-focusBoxShadow-overlayPreset);
  --module-select-tag-backgroundColor: var(--theme-palette-warmGray4);
}

.styles-module-root_focus_default-dNn16,
.styles-module-root-M_VR5:focus-within {
  box-shadow: var(--module-select-focusBoxShadow);
}

.styles-module-root_focus_invalid-XKEQT {
  box-shadow: var(--theme-focusBoxShadow-invalid);
}

.styles-module-root_disabled-OPYvV {
  color: var(--theme-palette-gray28);
  --module-select-cursor: default;
  --module-select-cursor-icon: default;
}

.styles-module-root_size-xs-FQMl0 {
  --module-select-fontSize: var(--theme-font-size-s);
  --module-select-lineHeight: var(--theme-font-height-s-dense);
  --module-select-paddings: 0px 8px 3px 6px;
  --module-select-controlIcon-paddings: 6px 8px 6px 4px;
  --module-select-paddingLeft-withIcon: 1px;
  --module-select-marginLeft-withIcon: 13px;
  --module-select-lineHeight: var(--theme-font-height-s-dense);
  border-radius: var(--theme-size-xs-borderRadius);
}

.styles-module-root_size-s-vi_09 {
  --module-select-fontSize: var(--theme-font-size-s);
  --module-select-lineHeight: var(--theme-font-height-s-dense);
  --module-select-paddings: 4px 10px 6px 9px;
  --module-select-controlIcon-paddings: 9px 9px 9px 8px;
  --module-select-paddingLeft-withIcon: 2px;
  --module-select-marginLeft-withIcon: 13px;
  --module-select-lineHeight: var(--theme-font-height-s-dense);
  border-radius: var(--theme-size-s-borderRadius);
}

.styles-module-root_size-m-prt7f {
  --module-select-fontSize: var(--theme-font-size-m);
  --module-select-lineHeight: var(--theme-font-height-m-dense);
  --module-select-paddings: 6px 12px 8px 11px;
  --module-select-controlIcon-paddings: 11px 11px 11px 12px;
  --module-select-paddingLeft-withIcon: 3px;
  --module-select-marginLeft-withIcon: 15px;
  --module-select-lineHeight: var(--theme-font-height-m-dense);
  border-radius: var(--theme-size-m-borderRadius);
}

.styles-module-root_size-l-Sm019 {
  --module-select-fontSize: var(--theme-font-size-m);
  --module-select-lineHeight: var(--theme-font-height-m-dense);
  --module-select-paddings: 10px 16px 12px 13px;
  --module-select-controlIcon-paddings: 15px 15px 15px 10px;
  --module-select-paddingLeft-withIcon: 5px;
  --module-select-marginLeft-withIcon: 15px;
  --module-select-lineHeight: var(--theme-font-height-m-dense);
  border-radius: var(--theme-size-l-borderRadius);
}

.styles-module-root_size-xl-PNyP9 {
  --module-select-fontSize: var(--theme-font-size-l);
  --module-select-lineHeight: var(--theme-font-height-l-dense);
  --module-select-paddings: 15px 20px 17px 19px;
  --module-select-controlIcon-paddings: 20px 20px 20px 10px;
  --module-select-paddingLeft-withIcon: 7px;
  --module-select-marginLeft-withIcon: 18px;
  --module-select-lineHeight: var(--theme-font-height-l-dense);
  border-radius: var(--theme-size-xl-borderRadius);
}

.styles-module-root_withIcon-KC77O {
  padding-left: var(--module-select-marginLeft-withIcon);
}

.styles-module-controlIcon-JhlBx {
  align-self: start;
  flex-shrink: 0;
  font-size: 0;
  padding: var(--module-select-controlIcon-paddings);
}

.styles-module-root-M_VR5:not(.styles-module-root_disabled-OPYvV):hover {
  background-color: var(--module-select-hoverBackgroundColor);
  border-color: var(--module-select-hoverBackgroundColor);
}

.styles-module-root_invalid-L5yZZ:not(.styles-module-root_disabled-OPYvV),
.styles-module-root_invalid-L5yZZ:not(.styles-module-root_disabled-OPYvV):hover {
  border-color: var(--theme-font-color-invalid);
}

.styles-module-root_hasSearch-tu_Bv {
  --module-select-cursor: text;
  --module-select-cursor-icon: pointer;
}

.styles-module-innerSelect-jt0Eb {
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  cursor: inherit;
  display: none;
}

.styles-module-selectWrapper-YzMiJ {
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  align-items: center;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 2px 4px;
  position: relative;
}

.styles-module-selectWrapper_reverse-N8eqa {
  flex-direction: row-reverse;
}

.styles-module-selectSpan-uWsFo {
  font-weight: normal;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
  overflow: hidden;
  display: inline-block;
  line-height: var(--module-select-lineHeight);
}

.styles-module-selectSpan-uWsFo:empty {
  display: none;
}

.styles-module-selectSpan_hidden-Bmm8P {
  display: none;
}

/* hasSearch === false */

.styles-module-selectSpan_noIcon-VuHq2 {
  padding: var(--module-select-paddings);
}

.styles-module-selectSpan_withIcon-ldgv7 {
  padding-left: var(--module-select-paddingLeft-withIcon);
}

.styles-module-selectSpan_unselected-C3qF5 {
  color: var(--theme-palette-gray54);
}

.styles-module-selectSpan_disabled-hem_G {
  color: var(--theme-font-color-disabled);
}

/* BEGIN: hasSearch === true */

.styles-module-searchWrapper-UXFj6 {
  /* иначе длинный текст в инпуте/searchMirror приводит к появлению горизонтального скрола на странице */
  position: relative;
  flex-grow: 1;
  margin-right: -4px;
}

.styles-module-searchWrapper_withSpan-nAWH7 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.styles-module-searchInput-p_YEV {
  display: inline;
  border: none;
  background: none;
  outline: none;
  width: 100%;
  font-family: inherit;
  /* Need to show cursor in empty state */
  min-width: 1px;
  box-sizing: border-box;
  padding: var(--module-select-paddings);
  padding-right: 0;
  font-size: var(--module-select-fontSize);
  line-height: var(--module-select-lineHeight);
}

.styles-module-selectSpan_withInput-Dc0p8 {
  flex-basis: 100%;
}

.styles-module-searchInput_withIcon-p8tlo {
  padding: 0;
  padding-left: var(--module-select-paddingLeft-withIcon);
}

.styles-module-searchMirror-tKNTw {
  position: absolute;
  top: 0;
  white-space: pre;
  visibility: hidden;
}

.styles-module-searchInput_disabled-GQM_J::-moz-placeholder {
  color: var(--theme-font-color-disabled);
  /* safari fix */
  -webkit-text-fill-color: var(--theme-font-color-disabled);
  /* iOs fix */
  opacity: 1;
}

.styles-module-searchInput_disabled-GQM_J,
.styles-module-searchInput_disabled-GQM_J::placeholder {
  color: var(--theme-font-color-disabled);
  /* safari fix */
  -webkit-text-fill-color: var(--theme-font-color-disabled);
  /* iOs fix */
  opacity: 1;
}

/* END: hasSearch === true */

.styles-module-iconWrapper-TDi1Y {
  font-size: var(--module-select-fontSize);
  flex-shrink: 0;
  align-self: center;
}

.styles-module-iconWrapper_inactive-QTNTx {
  color: var(--theme-component-input-iconColorWithoutContent);
}

.styles-module-tagsMirror-rOj_G {
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

.styles-module-remainder-FzYfc {
  margin-left: 8px;
  color: var(--theme-font-color-noAccent);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.styles-module-remainder_size-xs-QdKc_ {
  padding: 5px 6px 5px 0;
}

.styles-module-remainder_size-s-KChzI {
  padding: 7px 8px 8px 0;
}

.styles-module-remainder_size-m-L3mVq {
  padding: 11px 8px 11px 0;
}

.styles-module-remainder_size-l-uIeeQ {
  padding: 15px 8px 15px 0;
}

.styles-module-remainder_size-xl-snu2T {
  padding: 15px 8px 15px 0;
}

.styles-module-root-uIX8I {
  color: var(--theme-palette-gray36);
}

.styles-module-item-Ud1xY {
  display: flex;
  font-family: var(--theme-font-family);
  background-color: transparent;
  padding-left: calc(var(--module-dropdown-default-padding) + var(--lvl-padding-step)*var(--module-dropdownitem-level));
}

/* Common */

.styles-module-item_size-xs-kyfOG {
  padding-top: var(--theme-component-dropdown-item-size-xs-paddingTop);
  padding-bottom: var(--theme-component-dropdown-item-size-xs-paddingBottom);
}

.styles-module-item_size-s-N8eZD {
  padding-top: var(--theme-component-dropdown-item-size-s-paddingTop);
  padding-bottom: var(--theme-component-dropdown-item-size-s-paddingBottom);
}

.styles-module-item_size-m-QjmqJ {
  padding-top: var(--theme-component-dropdown-item-size-m-paddingTop);
  padding-bottom: var(--theme-component-dropdown-item-size-m-paddingBottom);
}

.styles-module-item_size-l-XTJxf {
  padding-top: var(--theme-component-dropdown-item-size-l-paddingTop);
  padding-bottom: var(--theme-component-dropdown-item-size-l-paddingBottom);
}

.styles-module-item_size-xl-mP2Uf {
  padding-top: var(--theme-component-dropdown-item-size-xl-paddingTop);
  padding-bottom: var(--theme-component-dropdown-item-size-xl-paddingBottom);
}

/* Dropdown items for <Select />  */
.styles-module-item_narrow_size-xs-saAhS {
  --module-dropdown-default-padding: var(--theme-component-dropdown-narrowItem-size-xs-defaultPaddingLeft);
  --lvl-padding-step: var(--theme-component-dropdown-narrowItem-size-xs-paddingStep);
  padding-right: var(--theme-component-dropdown-narrowItem-size-xs-paddingRight);
}

.styles-module-item_narrow_size-s-d2aZ4 {
  --module-dropdown-default-padding: var(--theme-component-dropdown-narrowItem-size-s-defaultPaddingLeft);
  --lvl-padding-step: var(--theme-component-dropdown-narrowItem-size-s-paddingStep);
  padding-right: var(--theme-component-dropdown-narrowItem-size-s-paddingRight);
}

.styles-module-item_narrow_size-m-GOIdy {
  --module-dropdown-default-padding: var(--theme-component-dropdown-narrowItem-size-m-defaultPaddingLeft);
  --lvl-padding-step: var(--theme-component-dropdown-narrowItem-size-m-paddingStep);
  padding-right: var(--theme-component-dropdown-narrowItem-size-m-paddingRight);
}

.styles-module-item_narrow_size-l-vVFAn {
  --module-dropdown-default-padding: var(--theme-component-dropdown-narrowItem-size-l-defaultPaddingLeft);
  --lvl-padding-step: var(--theme-component-dropdown-narrowItem-size-l-paddingStep);
  padding-right: var(--theme-component-dropdown-narrowItem-size-l-paddingRight);
}

.styles-module-item_narrow_size-xl-5YLDq {
  --module-dropdown-default-padding: var(--theme-component-dropdown-narrowItem-size-xl-defaultPaddingLeft);
  --lvl-padding-step: var(--theme-component-dropdown-narrowItem-size-xl-paddingStep);
  padding-right: var(--theme-component-dropdown-narrowItem-size-xl-paddingRight);
}

/* Default dropdown items */

.styles-module-item_default_size-xs-Gx9_V {
  padding-left: var(--theme-component-dropdown-item-size-xs-paddingLeft);
  padding-right: var(--theme-component-dropdown-item-size-xs-paddingRight);
}

.styles-module-item_default_size-s-j4AIQ {
  padding-left: var(--theme-component-dropdown-item-size-s-paddingLeft);
  padding-right: var(--theme-component-dropdown-item-size-s-paddingRight);
}

.styles-module-item_default_size-m-PWRiH {
  padding-left: var(--theme-component-dropdown-item-size-m-paddingLeft);
  padding-right: var(--theme-component-dropdown-item-size-m-paddingRight);
}

.styles-module-item_default_size-l-Esd78 {
  padding-left: var(--theme-component-dropdown-item-size-l-paddingLeft);
  padding-right: var(--theme-component-dropdown-item-size-l-paddingRight);
}

.styles-module-item_default_size-xl-xZy7F {
  padding-left: var(--theme-component-dropdown-item-size-xl-paddingLeft);
  padding-right: var(--theme-component-dropdown-item-size-xl-paddingRight);
}

.styles-module-textWrapper-bDEdR {
  flex-grow: 1;
}

.styles-module-textWrapper_size-xs-sliu0 {
  font-size: var(--theme-component-dropdown-item-size-xs-fontSize);
  line-height: var(--theme-component-dropdown-item-size-xs-lineHeight);
}

.styles-module-textWrapper_size-s-IgLKv {
  font-size: var(--theme-component-dropdown-item-size-s-fontSize);
  line-height: var(--theme-component-dropdown-item-size-s-lineHeight);
}

.styles-module-textWrapper_size-m-JK2G6 {
  font-size: var(--theme-component-dropdown-item-size-m-fontSize);
  line-height: var(--theme-component-dropdown-item-size-m-lineHeight);
}

.styles-module-textWrapper_size-l-yvZM2 {
  font-size: var(--theme-component-dropdown-item-size-l-fontSize);
  line-height: var(--theme-component-dropdown-item-size-l-lineHeight);
}

.styles-module-textWrapper_size-xl-NVdNq {
  font-size: var(--theme-component-dropdown-item-size-xl-fontSize);
  line-height: var(--theme-component-dropdown-item-size-xl-lineHeight);
}

.styles-module-item_withoutPaddings-OxDbO {
  padding: 0;
}

.styles-module-root-irrKf {
  outline: none;
}

.styles-module-virtualList-xiDMm {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

@keyframes styles-module-pop-enter-ZdYOo {
  0% {
    transform: scale(0);
  }
}

@keyframes styles-module-pop-exit-gvQOZ {
  100% {
    transform: scale(0);
  }
}

@keyframes styles-module-zoomSemi-enter-Jy1CU {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes styles-module-zoomSemi-exit-aRDeD {
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes styles-module-slideIn-enter-Nb04N {
  0% {
    transform: translateX(100%);
  }
}

@keyframes styles-module-slideIn-exit-nw5bc {
  100% {
    transform: translateX(100%);
  }
}

.styles-module-pop-entering-dXmRD {
  animation: styles-module-pop-enter-ZdYOo 300ms cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.styles-module-pop-exiting-gOrmJ {
  animation: styles-module-pop-exit-gvQOZ 300ms cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: forwards;
}

.styles-module-zoomSemi-entering-WOmHO {
  animation: styles-module-zoomSemi-enter-Jy1CU 100ms ease-out;
}

.styles-module-zoomSemi-exiting-W1XVq {
  animation: styles-module-zoomSemi-exit-aRDeD 100ms ease-in-out;
  animation-fill-mode: forwards;
}

.styles-module-slideIn-entering-CdQ0i {
  animation: styles-module-slideIn-enter-Nb04N 300ms ease-out;
}

.styles-module-slideIn-exiting-feCNT {
  animation: styles-module-slideIn-exit-nw5bc 250ms ease-in-out;
  animation-fill-mode: forwards;
}

.styles-module-animation-origin-top-tBJjJ {
  transform-origin: center bottom;
}

.styles-module-animation-origin-right-yLr62 {
  transform-origin: left center;
}

.styles-module-animation-origin-bottom-HmO8q {
  transform-origin: center top;
}

.styles-module-animation-origin-left-KBcZH {
  transform-origin: right center;
}

.styles-module-positioner-root-GQvTe {
  width: -moz-max-content;
  width: max-content;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 5;
  margin: 0;
}

.styles-module-dropdown-_tN1y {
  background-color: var(--theme-palette-white);
  box-shadow: var(--theme-component-dropdown-wrapper-boxShadow);
  box-sizing: border-box;
  overflow: hidden;

  /* border-radius vars */
  --module-dropdown-radius-xs-small: var(--theme-component-dropdown-wrapper-size-xs-borderRadius);
  --module-dropdown-radius-xs-big: var(--theme-component-dropdown-wrapper-size-xs-borderRadiusLarge);

  --module-dropdown-radius-s-small: var(--theme-component-dropdown-wrapper-size-s-borderRadius);
  --module-dropdown-radius-s-big: var(--theme-component-dropdown-wrapper-size-s-borderRadiusLarge);

  --module-dropdown-radius-m-small: var(--theme-component-dropdown-wrapper-size-m-borderRadius);
  --module-dropdown-radius-m-big: var(--theme-component-dropdown-wrapper-size-m-borderRadiusLarge);

  --module-dropdown-radius-l-small: var(--theme-component-dropdown-wrapper-size-l-borderRadius);
  --module-dropdown-radius-l-big: var(--theme-component-dropdown-wrapper-size-l-borderRadiusLarge);

  --module-dropdown-radius-xl-small: var(--theme-component-dropdown-wrapper-size-xl-borderRadius);
  --module-dropdown-radius-xl-big: var(--theme-component-dropdown-wrapper-size-xl-borderRadiusLarge);
}

/** Default size **/

.styles-module-dropdown_size-xs-v3T7r {
  padding-top: var(--theme-component-dropdown-wrapper-size-xs-paddingTop);
  padding-bottom: var(--theme-component-dropdown-wrapper-size-xs-paddingBottom);
}

.styles-module-dropdown_size-s-DawU_ {
  padding-top: var(--theme-component-dropdown-wrapper-size-s-paddingTop);
  padding-bottom: var(--theme-component-dropdown-wrapper-size-s-paddingBottom);
}

.styles-module-dropdown_size-m-lJA5u {
  padding-top: var(--theme-component-dropdown-wrapper-size-m-paddingTop);
  padding-bottom: var(--theme-component-dropdown-wrapper-size-m-paddingBottom);
}

.styles-module-dropdown_size-l-mzS4G {
  padding-top: var(--theme-component-dropdown-wrapper-size-l-paddingTop);
  padding-bottom: var(--theme-component-dropdown-wrapper-size-l-paddingBottom);
}

.styles-module-dropdown_size-xl-U2E6I {
  padding-top: var(--theme-component-dropdown-wrapper-size-xl-paddingTop);
  padding-bottom: var(--theme-component-dropdown-wrapper-size-xl-paddingBottom);
}

/** Narrow size **/

.styles-module-dropdown_narrow_size-xs-qiixo {
  padding-top: var(--theme-component-dropdown-narrowWrapper-size-xs-paddingTop);
  padding-bottom: var(--theme-component-dropdown-narrowWrapper-size-xs-paddingBottom);
}

.styles-module-dropdown_narrow_size-s-f3pnQ {
  padding-top: var(--theme-component-dropdown-narrowWrapper-size-s-paddingTop);
  padding-bottom: var(--theme-component-dropdown-narrowWrapper-size-s-paddingBottom);
}

.styles-module-dropdown_narrow_size-m-Mnlwl {
  padding-top: var(--theme-component-dropdown-narrowWrapper-size-m-paddingTop);
  padding-bottom: var(--theme-component-dropdown-narrowWrapper-size-m-paddingBottom);
}

.styles-module-dropdown_narrow_size-l-Uev53 {
  padding-top: var(--theme-component-dropdown-narrowWrapper-size-l-paddingTop);
  padding-bottom: var(--theme-component-dropdown-narrowWrapper-size-l-paddingBottom);
}

.styles-module-dropdown_narrow_size-xl-KjuZZ {
  padding-top: var(--theme-component-dropdown-narrowWrapper-size-xl-paddingTop);
  padding-bottom: var(--theme-component-dropdown-narrowWrapper-size-xl-paddingBottom);
}

/** Default side-top **/

.styles-module-dropdown_size-xs_side-top-fQRsm {
  border-radius: var(--module-dropdown-radius-xs-big) var(--module-dropdown-radius-xs-big)
    var(--module-dropdown-radius-xs-small) var(--module-dropdown-radius-xs-small);
  padding-top: var(--theme-component-dropdown-wrapper-size-xs-paddingBottom);
  padding-bottom: var(--theme-component-dropdown-wrapper-size-xs-paddingTop);
}

.styles-module-dropdown_size-s_side-top-lTW29 {
  border-radius: var(--module-dropdown-radius-s-big) var(--module-dropdown-radius-s-big)
    var(--module-dropdown-radius-s-small) var(--module-dropdown-radius-s-small);
  /* У дальней стороны должен быть больший паддинг */
  padding-top: var(--theme-component-dropdown-wrapper-size-s-paddingBottom);
  padding-bottom: var(--theme-component-dropdown-wrapper-size-s-paddingTop);
}

.styles-module-dropdown_size-m_side-top-LLGok {
  border-radius: var(--module-dropdown-radius-m-big) var(--module-dropdown-radius-m-big)
    var(--module-dropdown-radius-m-small) var(--module-dropdown-radius-m-small);
  padding-top: var(--theme-component-dropdown-wrapper-size-m-paddingBottom);
  padding-bottom: var(--theme-component-dropdown-wrapper-size-m-paddingTop);
}

.styles-module-dropdown_size-l_side-top-lqXyl {
  border-radius: var(--module-dropdown-radius-l-big) var(--module-dropdown-radius-l-big)
    var(--module-dropdown-radius-l-small) var(--module-dropdown-radius-l-small);
  padding-top: var(--theme-component-dropdown-wrapper-size-l-paddingBottom);
  padding-bottom: var(--theme-component-dropdown-wrapper-size-l-paddingTop);
}

.styles-module-dropdown_size-xl_side-top-LkXSR {
  border-radius: var(--module-dropdown-radius-xl-big) var(--module-dropdown-radius-xl-big)
    var(--module-dropdown-radius-xl-small) var(--module-dropdown-radius-xl-small);
  padding-top: var(--theme-component-dropdown-wrapper-size-xl-paddingBottom);
  padding-bottom: var(--theme-component-dropdown-wrapper-size-xl-paddingTop);
}

/** Default side-right **/

.styles-module-dropdown_size-xs_side-right-BhbsS {
  border-radius: var(--module-dropdown-radius-xs-small) var(--module-dropdown-radius-xs-big)
    var(--module-dropdown-radius-xs-big) var(--module-dropdown-radius-xs-small);
}

.styles-module-dropdown_size-s_side-right-IHEXX {
  border-radius: var(--module-dropdown-radius-s-small) var(--module-dropdown-radius-s-big)
    var(--module-dropdown-radius-s-big) var(--module-dropdown-radius-s-small);
}

.styles-module-dropdown_size-m_side-right-g2Ha5 {
  border-radius: var(--module-dropdown-radius-m-small) var(--module-dropdown-radius-m-big)
    var(--module-dropdown-radius-m-big) var(--module-dropdown-radius-m-small);
}

.styles-module-dropdown_size-l_side-right-Py9Hk {
  border-radius: var(--module-dropdown-radius-l-small) var(--module-dropdown-radius-l-big)
    var(--module-dropdown-radius-l-big) var(--module-dropdown-radius-l-small);
}

.styles-module-dropdown_size-xl_side-right-kkoGy {
  border-radius: var(--module-dropdown-radius-xl-small) var(--module-dropdown-radius-xl-big)
    var(--module-dropdown-radius-xl-big) var(--module-dropdown-radius-xl-small);
}

/** Default side-bottom **/

.styles-module-dropdown_size-xs_side-bottom-JdvMu {
  border-radius: var(--module-dropdown-radius-xs-small) var(--module-dropdown-radius-xs-small)
    var(--module-dropdown-radius-xs-big) var(--module-dropdown-radius-xs-big);
}

.styles-module-dropdown_size-s_side-bottom-lvIPa {
  border-radius: var(--module-dropdown-radius-s-small) var(--module-dropdown-radius-s-small)
    var(--module-dropdown-radius-s-big) var(--module-dropdown-radius-s-big);
}

.styles-module-dropdown_size-m_side-bottom-jZw1b {
  border-radius: var(--module-dropdown-radius-m-small) var(--module-dropdown-radius-m-small)
    var(--module-dropdown-radius-m-big) var(--module-dropdown-radius-m-big);
}

.styles-module-dropdown_size-l_side-bottom-YsAOo {
  border-radius: var(--module-dropdown-radius-l-small) var(--module-dropdown-radius-l-small)
    var(--module-dropdown-radius-l-big) var(--module-dropdown-radius-l-big);
}

.styles-module-dropdown_size-xl_side-bottom-u9kUw {
  border-radius: var(--module-dropdown-radius-xl-small) var(--module-dropdown-radius-xl-small)
    var(--module-dropdown-radius-xl-big) var(--module-dropdown-radius-xl-big);
}

/** Default side-left **/

.styles-module-dropdown_size-xs_side-left-Mf3fB {
  border-radius: var(--module-dropdown-radius-xs-big) var(--module-dropdown-radius-xs-small)
    var(--module-dropdown-radius-xs-small) var(--module-dropdown-radius-xs-big);
}

.styles-module-dropdown_size-s_side-left-iFqPw {
  border-radius: var(--module-dropdown-radius-s-big) var(--module-dropdown-radius-s-small)
    var(--module-dropdown-radius-s-small) var(--module-dropdown-radius-s-big);
}

.styles-module-dropdown_size-m_side-left-NMShX {
  border-radius: var(--module-dropdown-radius-m-big) var(--module-dropdown-radius-m-small)
    var(--module-dropdown-radius-m-small) var(--module-dropdown-radius-m-big);
}

.styles-module-dropdown_size-l_side-left-ZS6ez {
  border-radius: var(--module-dropdown-radius-l-big) var(--module-dropdown-radius-l-small)
    var(--module-dropdown-radius-l-small) var(--module-dropdown-radius-l-big);
}

.styles-module-dropdown_size-xl_side-left-IH7P8 {
  border-radius: var(--module-dropdown-radius-xl-big) var(--module-dropdown-radius-xl-small)
    var(--module-dropdown-radius-xl-small) var(--module-dropdown-radius-xl-big);
}

/** Default Uniform **/

.styles-module-dropdown_size-xs_uniform-border-radius-AzdhX {
  border-radius: var(--module-dropdown-radius-xs-big);
}

.styles-module-dropdown_size-s_uniform-border-radius-g4FXH {
  border-radius: var(--module-dropdown-radius-s-big);
}

.styles-module-dropdown_size-m_uniform-border-radius-isS5q {
  border-radius: var(--module-dropdown-radius-m-big);
}

.styles-module-dropdown_size-l_uniform-border-radius-Py7O8 {
  border-radius: var(--module-dropdown-radius-l-big);
}

.styles-module-dropdown_size-xl_uniform-border-radius-Vkms2 {
  border-radius: var(--module-dropdown-radius-xl-big);
}

/** Narrow side-top **/
.styles-module-dropdown_narrow_size-xs_side-top-_7J6r {
  border-radius: var(--module-dropdown-radius-xs-big) var(--module-dropdown-radius-xs-big)
    var(--module-dropdown-radius-xs-small) var(--module-dropdown-radius-xs-small);
  padding-top: var(--theme-component-dropdown-narrowWrapper-size-xs-paddingBottom);
  padding-bottom: var(--theme-component-dropdown-narrowWrapper-size-xs-paddingTop);
}

.styles-module-dropdown_narrow_size-s_side-top-O7jmW {
  border-radius: var(--module-dropdown-radius-s-big) var(--module-dropdown-radius-s-big)
    var(--module-dropdown-radius-s-small) var(--module-dropdown-radius-s-small);
  padding-top: var(--theme-component-dropdown-narrowWrapper-size-s-paddingBottom);
  padding-bottom: var(--theme-component-dropdown-narrowWrapper-size-s-paddingTop);
}

.styles-module-dropdown_narrow_size-m_side-top-iRZDm {
  border-radius: var(--module-dropdown-radius-m-big) var(--module-dropdown-radius-m-big)
    var(--module-dropdown-radius-m-small) var(--module-dropdown-radius-m-small);
  padding-top: var(--theme-component-dropdown-narrowWrapper-size-m-paddingBottom);
  padding-bottom: var(--theme-component-dropdown-narrowWrapper-size-m-paddingTop);
}

.styles-module-dropdown_narrow_size-l_side-top-_eye2 {
  border-radius: var(--module-dropdown-radius-l-big) var(--module-dropdown-radius-l-big)
    var(--module-dropdown-radius-l-small) var(--module-dropdown-radius-l-small);
  padding-top: var(--theme-component-dropdown-narrowWrapper-size-l-paddingBottom);
  padding-bottom: var(--theme-component-dropdown-narrowWrapper-size-l-paddingTop);
}

.styles-module-dropdown_narrow_size-xl_side-top-dKaYb {
  border-radius: var(--module-dropdown-radius-xl-big) var(--module-dropdown-radius-xl-big)
    var(--module-dropdown-radius-xl-small) var(--module-dropdown-radius-xl-small);
  padding-top: var(--theme-component-dropdown-narrowWrapper-size-xl-paddingBottom);
  padding-bottom: var(--theme-component-dropdown-narrowWrapper-size-xl-paddingTop);
}

/** Narrow side-right **/
.styles-module-dropdown_narrow_size-xs_side-right-gmxru {
  border-radius: var(--module-dropdown-radius-xs-small) var(--module-dropdown-radius-xs-big)
    var(--module-dropdown-radius-xs-big) var(--module-dropdown-radius-xs-small);
}

.styles-module-dropdown_narrow_size-s_side-right-cXkhm {
  border-radius: var(--module-dropdown-radius-s-small) var(--module-dropdown-radius-s-big)
    var(--module-dropdown-radius-s-big) var(--module-dropdown-radius-s-small);
}

.styles-module-dropdown_narrow_size-m_side-right-nkuE6 {
  border-radius: var(--module-dropdown-radius-m-small) var(--module-dropdown-radius-m-big)
    var(--module-dropdown-radius-m-big) var(--module-dropdown-radius-m-small);
}

.styles-module-dropdown_narrow_size-l_side-right-l6nnt {
  border-radius: var(--module-dropdown-radius-l-small) var(--module-dropdown-radius-l-big)
    var(--module-dropdown-radius-l-big) var(--module-dropdown-radius-l-small);
}

.styles-module-dropdown_narrow_size-xl_side-right-obKhE {
  border-radius: var(--module-dropdown-radius-xl-small) var(--module-dropdown-radius-xl-big)
    var(--module-dropdown-radius-xl-big) var(--module-dropdown-radius-xl-small);
}

/** Narrow side-bottom **/

.styles-module-dropdown_narrow_size-xs_side-bottom-TdDHG {
  border-radius: var(--module-dropdown-radius-xs-small) var(--module-dropdown-radius-xs-small)
    var(--module-dropdown-radius-xs-big) var(--module-dropdown-radius-xs-big);
}

.styles-module-dropdown_narrow_size-s_side-bottom-ZjNVI {
  border-radius: var(--module-dropdown-radius-s-small) var(--module-dropdown-radius-s-small)
    var(--module-dropdown-radius-s-big) var(--module-dropdown-radius-s-big);
}

.styles-module-dropdown_narrow_size-m_side-bottom-vdKkd {
  border-radius: var(--module-dropdown-radius-m-small) var(--module-dropdown-radius-m-small)
    var(--module-dropdown-radius-m-big) var(--module-dropdown-radius-m-big);
}

.styles-module-dropdown_narrow_size-l_side-bottom-EFagW {
  border-radius: var(--module-dropdown-radius-l-small) var(--module-dropdown-radius-l-small)
    var(--module-dropdown-radius-l-big) var(--module-dropdown-radius-l-big);
}

.styles-module-dropdown_narrow_size-xl_side-bottom-S1GTC {
  border-radius: var(--module-dropdown-radius-xl-small) var(--module-dropdown-radius-xl-small)
    var(--module-dropdown-radius-xl-big) var(--module-dropdown-radius-xl-big);
}

/** Narrow side-left **/

.styles-module-dropdown_narrow_size-xs_side-left-GjGxz {
  border-radius: var(--module-dropdown-radius-xs-big) var(--module-dropdown-radius-xs-small)
    var(--module-dropdown-radius-xs-small) var(--module-dropdown-radius-xs-big);
}

.styles-module-dropdown_narrow_size-s_side-left-BicLt {
  border-radius: var(--module-dropdown-radius-s-big) var(--module-dropdown-radius-s-small)
    var(--module-dropdown-radius-s-small) var(--module-dropdown-radius-s-big);
}

.styles-module-dropdown_narrow_size-m_side-left-DVuri {
  border-radius: var(--module-dropdown-radius-m-big) var(--module-dropdown-radius-m-small)
    var(--module-dropdown-radius-m-small) var(--module-dropdown-radius-m-big);
}

.styles-module-dropdown_narrow_size-l_side-left-rzixb {
  border-radius: var(--module-dropdown-radius-l-big) var(--module-dropdown-radius-l-small)
    var(--module-dropdown-radius-l-small) var(--module-dropdown-radius-l-big);
}

.styles-module-dropdown_narrow_size-xl_side-left-VKrCz {
  border-radius: var(--module-dropdown-radius-xl-big) var(--module-dropdown-radius-xl-small)
    var(--module-dropdown-radius-xl-small) var(--module-dropdown-radius-xl-big);
}

.styles-module-dropdown_withoutPaddings-UvhIH {
  padding: 0;
}

.styles-module-dropdownScrollWrapper-D9EYv {
  overflow: hidden auto;
  overscroll-behavior: contain;
}

.styles-module-item_firstItemAfterGroup-OHZxX {
  margin-top: var(--theme-gap-12);
}

.styles-module-item-C4XRp {
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.styles-module-item_active-YY9Kv:hover,
.styles-module-item_active-YY9Kv:focus {
  background-color: var(--theme-component-dropdown-item-hoverBackgroundColor);
}

.styles-module-item_disabled-_srAw,
.styles-module-item_active-YY9Kv:focus {
  outline: none;
}

.styles-module-item_single-Rsk5P.styles-module-item_selected-CHIyP {
  background-color: var(--theme-component-dropdown-item-selectedBackgroundColor);
}

.styles-module-item_disabled-_srAw,
.styles-module-item_disabled-_srAw:hover {
  cursor: default;
  background-color: unset;
}

.styles-module-checkboxContainer-tvv44 {
  position: relative;
  font-size: 0;
}

.styles-module-checkboxContainer_size-xs-uIon_ {
  margin-top: var(--theme-component-dropdown-item-size-xs-checkboxContainerMarginTop);
  margin-bottom: var(--theme-component-dropdown-item-size-xs-checkboxContainerMarginBottom);
  margin-right: var(--theme-component-dropdown-item-size-xs-checkboxContainerMarginRight);
  left: var(--theme-component-dropdown-item-size-xs-checkboxContainerLeft);
  top: var(--theme-component-dropdown-item-size-xs-checkboxContainerTop);
}

.styles-module-checkboxContainer_size-s-ejHPM {
  margin-top: var(--theme-component-dropdown-item-size-s-checkboxContainerMarginTop);
  margin-bottom: var(--theme-component-dropdown-item-size-s-checkboxContainerMarginBottom);
  margin-right: var(--theme-component-dropdown-item-size-s-checkboxContainerMarginRight);
  left: var(--theme-component-dropdown-item-size-s-checkboxContainerLeft);
  top: var(--theme-component-dropdown-item-size-s-checkboxContainerTop);
}

.styles-module-checkboxContainer_size-m-nX0q9 {
  margin-top: var(--theme-component-dropdown-item-size-m-checkboxContainerMarginTop);
  margin-bottom: var(--theme-component-dropdown-item-size-m-checkboxContainerMarginBottom);
  margin-right: var(--theme-component-dropdown-item-size-m-checkboxContainerMarginRight);
  left: var(--theme-component-dropdown-item-size-m-checkboxContainerLeft);
  top: var(--theme-component-dropdown-item-size-m-checkboxContainerTop);
}

.styles-module-checkboxContainer_size-l-sQHQS {
  margin-top: var(--theme-component-dropdown-item-size-l-checkboxContainerMarginTop);
  margin-bottom: var(--theme-component-dropdown-item-size-l-checkboxContainerMarginBottom);
  margin-right: var(--theme-component-dropdown-item-size-l-checkboxContainerMarginRight);
  left: var(--theme-component-dropdown-item-size-l-checkboxContainerLeft);
  top: var(--theme-component-dropdown-item-size-l-checkboxContainerTop);
}

.styles-module-checkboxContainer_size-xl-_ceKS {
  margin-top: var(--theme-component-dropdown-item-size-xl-checkboxContainerMarginTop);
  margin-bottom: var(--theme-component-dropdown-item-size-xl-checkboxContainerMarginBottom);
  margin-right: var(--theme-component-dropdown-item-size-xl-checkboxContainerMarginRight);
  left: var(--theme-component-dropdown-item-size-xl-checkboxContainerLeft);
  top: var(--theme-component-dropdown-item-size-xl-checkboxContainerTop);
}

.styles-module-itemLabel-U9Z7E:not(.styles-module-itemLabel_disabled-HVkqM) {
  color: var(--theme-palette-black);
}

.styles-module-itemLabel_disabled-HVkqM {
  color: var(--theme-palette-gray36);
}

.styles-module-itemDescription-VHBu4:not(.styles-module-itemDescription_disabled-zZgCR) {
  color: var(--theme-palette-gray54);
  margin-top: var(--theme-component-dropdown-item-size-s-descriptionMarginTop);
}

.styles-module-itemDescription_disabled-zZgCR {
  color: var(--theme-palette-gray36);
}

.styles-module-itemDescription_size-xs-Dk8qv {
  font-size: var(--theme-component-dropdown-item-size-xs-descriptionFontSize);
  line-height: var(--theme-component-dropdown-item-size-xs-descriptionLineHeight);
}

.styles-module-itemDescription_size-s-iIGEI {
  font-size: var(--theme-component-dropdown-item-size-s-descriptionFontSize);
  line-height: var(--theme-component-dropdown-item-size-s-descriptionLineHeight);
}

.styles-module-itemDescription_size-m-OOI1x {
  font-size: var(--theme-component-dropdown-item-size-m-descriptionFontSize);
  line-height: var(--theme-component-dropdown-item-size-m-descriptionLineHeight);
}

.styles-module-itemDescription_size-l-PUYi8 {
  font-size: var(--theme-component-dropdown-item-size-l-descriptionFontSize);
  line-height: var(--theme-component-dropdown-item-size-l-descriptionLineHeight);
}

.styles-module-itemDescription_size-xl-nPuPX {
  font-size: var(--theme-component-dropdown-item-size-xl-descriptionFontSize);
  line-height: var(--theme-component-dropdown-item-size-xl-descriptionLineHeight);
}

.styles-module-iconBeforeWrapper-SH0Gi {
  position: relative;
}

.styles-module-iconBeforeWrapper_size-xs-ugQtP {
  font-size: var(--theme-component-dropdown-item-size-xs-fontSize);
  margin-right: var(--theme-component-dropdown-item-size-xs-iconBeforeWrapperMarginRight);
  top: var(--theme-component-dropdown-item-size-xs-iconBeforeWrapperTop);
}

.styles-module-iconBeforeWrapper_size-s-lPrEF {
  font-size: var(--theme-component-dropdown-item-size-s-fontSize);
  margin-right: var(--theme-component-dropdown-item-size-s-iconBeforeWrapperMarginRight);
  top: var(--theme-component-dropdown-item-size-s-iconBeforeWrapperTop);
}

.styles-module-iconBeforeWrapper_size-m-oGcZd {
  font-size: var(--theme-component-dropdown-item-size-m-fontSize);
  margin-right: var(--theme-component-dropdown-item-size-m-iconBeforeWrapperMarginRight);
  top: var(--theme-component-dropdown-item-size-m-iconBeforeWrapperTop);
}

.styles-module-iconBeforeWrapper_size-l-U6OtS {
  font-size: var(--theme-component-dropdown-item-size-l-fontSize);
  margin-right: var(--theme-component-dropdown-item-size-l-iconBeforeWrapperMarginRight);
  top: var(--theme-component-dropdown-item-size-l-iconBeforeWrapperTop);
}

.styles-module-iconBeforeWrapper_size-xl-lLJn2 {
  font-size: var(--theme-component-dropdown-item-size-xl-fontSize);
  margin-right: var(--theme-component-dropdown-item-size-xl-iconBeforeWrapperMarginRight);
  top: var(--theme-component-dropdown-item-size-xl-iconBeforeWrapperTop);
}

.styles-module-checkmarkContainer-AdJ8e {
  position: relative;
  font-size: 0;
}

.styles-module-checkmarkContainer_size-xs-Uoy6r {
  top: var(--theme-component-dropdown-item-size-xs-checkmarkContainerTop);

  margin-left: var(--theme-component-dropdown-item-size-xs-checkmarkContainerMarginLeft);
  margin-top: var(--theme-component-dropdown-item-size-xs-checkmarkContainerMarginTop);
  margin-bottom: var(--theme-component-dropdown-item-size-xs-checkmarkContainerMarginBottom);
}

.styles-module-checkmarkContainer_size-s-fHanQ {
  top: var(--theme-component-dropdown-item-size-s-checkmarkContainerTop);

  margin-left: var(--theme-component-dropdown-item-size-s-checkmarkContainerMarginLeft);
  margin-top: var(--theme-component-dropdown-item-size-s-checkmarkContainerMarginTop);
  margin-bottom: var(--theme-component-dropdown-item-size-s-checkmarkContainerMarginBottom);
}

.styles-module-checkmarkContainer_size-m-utnsN {
  top: var(--theme-component-dropdown-item-size-m-checkmarkContainerTop);

  margin-left: var(--theme-component-dropdown-item-size-m-checkmarkContainerMarginLeft);
  margin-top: var(--theme-component-dropdown-item-size-m-checkmarkContainerMarginTop);
  margin-bottom: var(--theme-component-dropdown-item-size-m-checkmarkContainerMarginBottom);
}

.styles-module-checkmarkContainer_size-l-t5G2C {
  top: var(--theme-component-dropdown-item-size-l-checkmarkContainerTop);

  margin-left: var(--theme-component-dropdown-item-size-l-checkmarkContainerMarginLeft);
  margin-top: var(--theme-component-dropdown-item-size-l-checkmarkContainerMarginTop);
  margin-bottom: var(--theme-component-dropdown-item-size-l-checkmarkContainerMarginBottom);
}

.styles-module-checkmarkContainer_size-xl-ZFqRT {
  top: var(--theme-component-dropdown-item-size-xl-checkmarkContainerTop);

  margin-left: var(--theme-component-dropdown-item-size-xl-checkmarkContainerMarginLeft);
  margin-top: var(--theme-component-dropdown-item-size-xl-checkmarkContainerMarginTop);
  margin-bottom: var(--theme-component-dropdown-item-size-xl-checkmarkContainerMarginBottom);
}

.styles-module-iconAfterWrapper-jkXBc {
  position: relative;
  font-size: 0;
}

.styles-module-iconAfterWrapper_size-xs-x9nRX {
  font-size: var(--theme-component-dropdown-item-size-xs-fontSize);
  top: var(--theme-component-dropdown-item-size-xs-iconAfterWrapperTop);
  margin-left: var(--theme-component-dropdown-item-size-xs-iconAfterWrapperMarginLeft);
}

.styles-module-iconAfterWrapper_size-s-mAcKE {
  font-size: var(--theme-component-dropdown-item-size-s-fontSize);
  top: var(--theme-component-dropdown-item-size-s-iconAfterWrapperTop);
  margin-left: var(--theme-component-dropdown-item-size-s-iconAfterWrapperMarginLeft);
}

.styles-module-iconAfterWrapper_size-m-_rypS {
  font-size: var(--theme-component-dropdown-item-size-m-fontSize);
  top: var(--theme-component-dropdown-item-size-m-iconAfterWrapperTop);
  margin-left: var(--theme-component-dropdown-item-size-m-iconAfterWrapperMarginLeft);
}

.styles-module-iconAfterWrapper_size-l-tBUtP {
  font-size: var(--theme-component-dropdown-item-size-l-fontSize);
  top: var(--theme-component-dropdown-item-size-l-iconAfterWrapperTop);
  margin-left: var(--theme-component-dropdown-item-size-l-iconAfterWrapperMarginLeft);
}

.styles-module-iconAfterWrapper_size-xl-pMN3j {
  font-size: var(--theme-component-dropdown-item-size-xl-fontSize);
  top: var(--theme-component-dropdown-item-size-xl-iconAfterWrapperTop);
  margin-left: var(--theme-component-dropdown-item-size-xl-iconAfterWrapperMarginLeft);
}

.Check-module-mask-Fvy4n {
  --module-icon-mask-url: url(/static/reviews-page-fe/assets/../assets/341c031c071983ae.svg);
}

.styles-module-item_title-sig0I {
  font-weight: var(--theme-font-weight-bold);
  margin-top: var(--theme-gap-12);
}

.styles-module-item_title-sig0I:first-child {
  margin-top: 0;
}

.styles-module-spinner-dVfex {
  animation: styles-module-spinner-dVfex 500ms linear 0s infinite;
  transform-origin: center center;
  outline: none;
}

@keyframes styles-module-spinner-dVfex {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.styles-module-blank-XAf4_ {
  display: inline-block;
}

.styles-module-blank_size_xs-xEgSW,
.styles-module-blank_size_s-HuLz8 {
  width: 16px;
  height: 16px;
}

.styles-module-blank_size_m-NEZfJ,
.styles-module-blank_size_l-W79Ki {
  width: 20px;
  height: 20px;
}

.styles-module-blank_size_xl-wAduw {
  width: 22px;
  height: 22px;
}

.styles-module-crossIcon__size_xs-nXLvp,
.styles-module-crossIcon__size_s-vgp5A {
  --module-crossButton-size: 16px;
  --module-crossButton-iconSize: 9px;
}

.styles-module-crossIcon__size_m-gJ75_ {
  --module-crossButton-size: 20px;
  --module-crossButton-iconSize: 12px;
}

.styles-module-crossIcon__size_l-xtTnu {
  --module-crossButton-size: 20px;
  --module-crossButton-iconSize: 12px;
}

.styles-module-crossIcon__size_xl-pDqm8 {
  --module-crossButton-size: 22px;
  --module-crossButton-iconSize: 13px;
}

.styles-module-root_rotated-ga5OH {
  transform: rotate(180deg);
}

.styles-module-root-lGhg4 {
  position: relative;
  isolation: isolate;
}

.styles-module-nativeSelect-C_IqZ {
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  cursor: inherit;
  display: none;
}

.styles-module-bottomSheet__closeButton-aSrdA {
  --module-crossButton-size: 18px;
  --module-crossButton-iconSize: 16px;
}

.styles-module-bottomSheet__title-M_VIZ {
  margin: 0;
}

.styles-module-bottomSheet__clearButton-nOAql {
  border: unset;
  font-family: inherit;
  background: unset;
  color: var(--theme-palette-gray54);
  font-size: var(--theme-font-size-m);
  line-height: var(--theme-font-lineHeight-m2);
}

.styles-module-bottomSheet__clearButton-nOAql:disabled {
  color: var(--theme-palette-gray36);
}

.styles-module-bottomSheet__compensation-fBwCh {
  height: 16px;
}

.styles-module-bottomSheet__applyButton-G4SlG {
  margin: 12px 10px 0;
}

.styles-module-bottomSheet__content-djxuw {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.styles-module-root-XeLuC {
  --module-select-backgroundColor: var(--theme-palette-warmGray4);
  --module-select-hoverBackgroundColor: var(--theme-palette-warmGray8);
  --module-select-focusBoxShadow: var(--theme-focusBoxShadow-default);
  --module-select-tag-backgroundColor: var(--theme-palette-white);
  --module-select-cursor: pointer;
  --module-select-cursor-icon: pointer;

  isolation: isolate;
  position: relative;
  font-family: inherit;
  align-items: center;
  box-sizing: border-box;
  color: var(--theme-palette-black);
  background-color: var(--module-select-backgroundColor);
  border: 1px solid var(--module-select-backgroundColor);
  cursor: var(--module-select-cursor);
  width: 100%;
  display: flex;
  gap: var(--theme-component-select-toggle-gap);
  outline: none;
}

.styles-module-root_focus_default-ckjAV,
.styles-module-root-XeLuC:focus-within {
  box-shadow: var(--module-select-focusBoxShadow);
}

.styles-module-root_size-xs-naVWZ {
  min-height: var(--theme-size-xs-height);
  border-radius: var(--theme-size-xs-borderRadius);
  font-size: var(--theme-font-size-s);
  line-height: var(--theme-font-height-s-dense);
  padding: var(--theme-component-select-toggle-size-xs-padding);
}

.styles-module-root_size-s-h7WXK {
  min-height: var(--theme-size-s-height);
  border-radius: var(--theme-size-s-borderRadius);
  font-size: var(--theme-font-size-s);
  line-height: var(--theme-font-height-s-dense);
  padding: var(--theme-component-select-toggle-size-s-padding);
}

.styles-module-root_size-m-C1Lms {
  min-height: var(--theme-size-m-height);
  border-radius: var(--theme-size-m-borderRadius);
  font-size: var(--theme-font-size-m);
  line-height: var(--theme-font-height-m-dense);
  padding: var(--theme-component-select-toggle-size-m-padding);
}

.styles-module-root_size-l-dQN_i {
  min-height: var(--theme-size-l-height);
  border-radius: var(--theme-size-l-borderRadius);
  font-size: var(--theme-font-size-m);
  line-height: var(--theme-font-height-m-dense);
  padding: var(--theme-component-select-toggle-size-l-padding);
}

.styles-module-root_size-xl-_uYtz {
  min-height: var(--theme-size-xl-height);
  border-radius: var(--theme-size-xl-borderRadius);
  font-size: var(--theme-font-size-l);
  line-height: var(--theme-font-height-l-dense);
  padding: var(--theme-component-select-toggle-size-xl-padding);
}

.styles-module-root_withTags-EG2za {
  padding-top: 2px;
  padding-left: 4px;
  padding-bottom: 2px;
}

.styles-module-root_disabled-YM49L {
  color: var(--theme-palette-gray28);
  --module-select-cursor: default;
  --module-select-cursor-icon: default;
}

.styles-module-root-XeLuC:not(.styles-module-root_disabled-YM49L):hover {
  background-color: var(--module-select-hoverBackgroundColor);
  border-color: var(--module-select-hoverBackgroundColor);
}

.styles-module-root_invalid-wtApZ:not(.styles-module-root_disabled-YM49L),
.styles-module-root_invalid-wtApZ:not(.styles-module-root_disabled-YM49L):hover {
  border-color: var(--theme-font-color-invalid);
}

.styles-module-root_invalid-wtApZ:not(.styles-module-root_disabled-YM49L),
.styles-module-root_invalid-wtApZ:not(.styles-module-root_disabled-YM49L):hover {
  border-color: var(--theme-font-color-invalid);
}

.styles-module-root_preset_overlay-sJAEW {
  --module-select-backgroundColor: var(--theme-palette-white);
  --module-select-hoverBackgroundColor: var(--theme-palette-white);
  --module-select-focusBoxShadow: var(--theme-focusBoxShadow-overlayPreset);
  --module-select-tag-backgroundColor: var(--theme-palette-warmGray4);
}

.styles-module-controlIcon-vdWve {
  flex-shrink: 0;
  font-size: 0;
}

.styles-module-content-GL6Xv {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.styles-module-content_unselected-IVFSN {
  color: var(--theme-palette-gray54);
}

.styles-module-content_disabled-_UKNF {
  color: var(--theme-font-color-disabled);
}

.styles-module-icon-sgr75 {
  flex-shrink: 0;
}

.styles-module-icon__inactive-iec2V {
  color: var(--theme-component-input-iconColorWithoutContent);
}

.styles-module-remainder-ftAAp {
  line-height: 1;
  align-self: center;
  margin-left: 8px;
  color: var(--theme-font-color-noAccent);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.styles-module-remainder_size-xs-WPrhp {
  padding: 5px 6px 5px 0;
}

.styles-module-content_withTags-XBMfB {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.styles-module-remainder_size-s-svFYc {
  padding: 7px 8px 8px 0;
}

.styles-module-remainder_size-m-zMwjO {
  padding: 11px 8px 11px 0;
}

.styles-module-remainder_size-l-tgPmK {
  padding: 15px 8px 15px 0;
}

.styles-module-remainder_size-xl-dnTgB {
  padding: 15px 8px 15px 0;
}

.styles-module-root-Dmbz6 {
  display: inline-block;
}

.styles-module-root_size_xs-bECIp,
.styles-module-root_size_s-Dsqxh {
  width: 16px;
  height: 16px;
}

.styles-module-root_size_m-baVCb,
.styles-module-root_size_l-wDNFo {
  width: 20px;
  height: 20px;
}

.styles-module-root_size_xl-TSQSS {
  width: 22px;
  height: 22px;
}

.styles-module-chevronRoot-ThqaD {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.styles-module-crossIcon__size_xs-l8dZA,
.styles-module-crossIcon__size_s-Jn9iX {
  --module-crossButton-size: 16px;
  --module-crossButton-iconSize: 9px;
}

.styles-module-crossIcon__size_m-YPFSh {
  --module-crossButton-size: 20px;
  --module-crossButton-iconSize: 12px;
}

.styles-module-crossIcon__size_l-XviLD {
  --module-crossButton-size: 20px;
  --module-crossButton-iconSize: 12px;
}

.styles-module-crossIcon__size_xl-j1pPR {
  --module-crossButton-size: 22px;
  --module-crossButton-iconSize: 13px;
}

.ArrowUpIos-module-mask_light-lNTmr {
  --module-icon-mask-url: url(/static/reviews-page-fe/assets/../assets/34d9273998a86f65.svg);
}

.ArrowUpIos-module-mask_normal-Jn7VB {
  --module-icon-mask-url: url(/static/reviews-page-fe/assets/../assets/e433c686c50def1a.svg);
}

.ArrowUpIos-module-mask_bold-ZxC7H {
  --module-icon-mask-url: url(/static/reviews-page-fe/assets/../assets/2cd64ff02d9600bb.svg);
}

.ArrowUpIos-module-aspectRatio_light-i0Y36 {
  --aspect-ratio: 0.625;
}

.ArrowUpIos-module-aspectRatio_normal-PgIPV {
  --aspect-ratio: 0.6;
}

.ArrowUpIos-module-aspectRatio_bold-L19gJ {
  --aspect-ratio: 0.7;
}

.styles-module-root-uXAaz {
  width: 100%;
  position: relative;
}

.styles-module-list-Da7gD {
  margin: 0;
  padding: 0;
  flex-grow: 1;
}

.styles-module-virtualList-z78Mc {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.styles-module-root-dG7oC {
  display: flex;
  align-items: baseline;
  box-sizing: border-box;
  list-style-type: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  --kitty-listItem-level: 0;
  --kitty-listItem-paddingLeft: 0;
  --kitty-listItem-paddingRight: 0;
  padding-left: var(--kitty-listItem-paddingLeft);
  padding-right: var(--kitty-listItem-paddingRight);
}

.styles-module-root_size-xs-BFdnM {
  --kitty-listItem-paddingLeft: calc(var(--theme-component-listItem-size-xs-paddingLeft) + var(--kitty-listItem-level)*var(--theme-component-listItem-size-xs-levelStep));
  --kitty-listItem-paddingRight: var(--theme-component-listItem-size-xs-paddingRight);
  padding-top: var(--theme-component-listItem-size-xs-paddingTop);
  padding-bottom: var(--theme-component-listItem-size-xs-paddingBottom);
  font-size: var(--theme-component-listItem-size-xs-fontSize);
  line-height: var(--theme-component-listItem-size-xs-lineHeight);
}

.styles-module-root_size-s-qDnO4 {
  --kitty-listItem-paddingLeft: calc(var(--theme-component-listItem-size-s-paddingLeft) + var(--kitty-listItem-level)*var(--theme-component-listItem-size-s-levelStep));
  --kitty-listItem-paddingRight: var(--theme-component-listItem-size-s-paddingRight);
  padding-top: var(--theme-component-listItem-size-s-paddingTop);
  padding-bottom: var(--theme-component-listItem-size-s-paddingBottom);
  font-size: var(--theme-component-listItem-size-s-fontSize);
  line-height: var(--theme-component-listItem-size-s-lineHeight);
}

.styles-module-root_size-m-HQhdW {
  --kitty-listItem-paddingLeft: calc(var(--theme-component-listItem-size-m-paddingLeft) + var(--kitty-listItem-level)*var(--theme-component-listItem-size-m-levelStep));
  --kitty-listItem-paddingRight: var(--theme-component-listItem-size-m-paddingRight);
  padding-top: var(--theme-component-listItem-size-m-paddingTop);
  padding-bottom: var(--theme-component-listItem-size-m-paddingBottom);
  font-size: var(--theme-component-listItem-size-m-fontSize);
  line-height: var(--theme-component-listItem-size-m-lineHeight);
}

.styles-module-root_size-l-q0SqG {
  --kitty-listItem-paddingLeft: calc(var(--theme-component-listItem-size-l-paddingLeft) + var(--kitty-listItem-level)*var(--theme-component-listItem-size-l-levelStep));
  --kitty-listItem-paddingRight: var(--theme-component-listItem-size-l-paddingRight);
  padding-top: var(--theme-component-listItem-size-l-paddingTop);
  padding-bottom: var(--theme-component-listItem-size-l-paddingBottom);
  font-size: var(--theme-component-listItem-size-l-fontSize);
  line-height: var(--theme-component-listItem-size-l-lineHeight);
}

.styles-module-root_size-xl-C9Mor {
  --kitty-listItem-paddingLeft: calc(var(--theme-component-listItem-size-xl-paddingLeft) + var(--kitty-listItem-level)*var(--theme-component-listItem-size-xl-levelStep));
  --kitty-listItem-paddingRight: var(--theme-component-listItem-size-xl-paddingRight);
  padding-top: var(--theme-component-listItem-size-xl-paddingTop);
  padding-bottom: var(--theme-component-listItem-size-xl-paddingBottom);
  font-size: var(--theme-component-listItem-size-xl-fontSize);
  line-height: var(--theme-component-listItem-size-xl-lineHeight);
}

.styles-module-button-hU6OR {
  flex-grow: 1;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  border: unset;
  background-color: unset;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  margin-left: calc(var(--kitty-listItem-paddingLeft)*-1);
  margin-right: calc(var(--kitty-listItem-paddingRight)*-1);
  padding-left: calc(var(--kitty-listItem-paddingLeft));
  padding-right: calc(var(--kitty-listItem-paddingRight));
}

.styles-module-button_size-xs-tec9C {
  margin-top: calc(var(--theme-component-listItem-size-xs-paddingTop)*-1);
  margin-bottom: calc(var(--theme-component-listItem-size-xs-paddingBottom)*-1);
  padding-top: var(--theme-component-listItem-size-xs-paddingTop);
  padding-bottom: var(--theme-component-listItem-size-xs-paddingBottom);
}

.styles-module-button_size-s-x73SR {
  margin-top: calc(var(--theme-component-listItem-size-s-paddingTop)*-1);
  margin-bottom: calc(var(--theme-component-listItem-size-s-paddingBottom)*-1);
  padding-top: var(--theme-component-listItem-size-s-paddingTop);
  padding-bottom: var(--theme-component-listItem-size-s-paddingBottom);
}

.styles-module-button_size-m-bzCAT {
  margin-top: calc(var(--theme-component-listItem-size-m-paddingTop)*-1);
  margin-bottom: calc(var(--theme-component-listItem-size-m-paddingBottom)*-1);
  padding-top: var(--theme-component-listItem-size-m-paddingTop);
  padding-bottom: var(--theme-component-listItem-size-m-paddingBottom);
}

.styles-module-button_size-l-qCw5Q {
  margin-top: calc(var(--theme-component-listItem-size-l-paddingTop)*-1);
  margin-bottom: calc(var(--theme-component-listItem-size-l-paddingBottom)*-1);
  padding-top: var(--theme-component-listItem-size-l-paddingTop);
  padding-bottom: var(--theme-component-listItem-size-l-paddingBottom);
}

.styles-module-button_size-xl-kMd7Z {
  margin-top: calc(var(--theme-component-listItem-size-xl-paddingTop)*-1);
  margin-bottom: calc(var(--theme-component-listItem-size-xl-paddingBottom)*-1);
  padding-top: var(--theme-component-listItem-size-xl-paddingTop);
  padding-bottom: var(--theme-component-listItem-size-xl-paddingBottom);
}

.styles-module-button_active-jtnoS:hover {
  background-color: var(--theme-component-listItem-hoverBackgroundColor);
}

.styles-module-button_disabled-OSBN3,
.styles-module-button_active-jtnoS:focus {
  outline: none;
}

.styles-module-button_disabled-OSBN3,
.styles-module-button_disabled-OSBN3:hover {
  cursor: default;
  background-color: unset;
}

.styles-module-root_withoutPaddings-IfaDU {
  padding: 0;
}

.styles-module-root_withoutHorizontalPaddings-Lxezv {
  padding-left: 0;
  padding-right: 0;
}

.styles-module-label-w4e3I:not(.styles-module-label_disabled-BpQnV) {
  color: var(--theme-palette-black);
}

.styles-module-label_disabled-BpQnV {
  color: var(--theme-palette-gray36);
}

.styles-module-description-IfIR9:not(.styles-module-description_disabled-MiF1J) {
  color: var(--theme-palette-gray54);
  margin-top: var(--theme-component-listItem-size-s-descriptionMarginTop);
}

.styles-module-description_disabled-MiF1J {
  color: var(--theme-palette-gray36);
}

.styles-module-description_size-xs-mWqAW {
  font-size: var(--theme-component-listItem-size-xs-descriptionFontSize);
  line-height: var(--theme-component-listItem-size-xs-descriptionLineHeight);
}

.styles-module-description_size-s-GB4YF {
  font-size: var(--theme-component-listItem-size-s-descriptionFontSize);
  line-height: var(--theme-component-listItem-size-s-descriptionLineHeight);
}

.styles-module-description_size-m-FuaZi {
  font-size: var(--theme-component-listItem-size-m-descriptionFontSize);
  line-height: var(--theme-component-listItem-size-m-descriptionLineHeight);
}

.styles-module-description_size-l-KfHz3 {
  font-size: var(--theme-component-listItem-size-l-descriptionFontSize);
  line-height: var(--theme-component-listItem-size-l-descriptionLineHeight);
}

.styles-module-description_size-xl-IjW2k {
  font-size: var(--theme-component-listItem-size-xl-descriptionFontSize);
  line-height: var(--theme-component-listItem-size-xl-descriptionLineHeight);
}

.styles-module-iconBefore-IaruG {
  position: relative;
}

.styles-module-iconBefore_size-xs-gUzNY {
  font-size: var(--theme-component-listItem-size-xs-fontSize);
  margin-right: var(--theme-component-listItem-size-xs-iconBeforeMarginRight);
  top: var(--theme-component-listItem-size-xs-iconBeforeTop);
}

.styles-module-iconBefore_size-s-_xR8k {
  font-size: var(--theme-component-listItem-size-s-fontSize);
  margin-right: var(--theme-component-listItem-size-s-iconBeforeMarginRight);
  top: var(--theme-component-listItem-size-s-iconBeforeTop);
}

.styles-module-iconBefore_size-m-vQQyV {
  font-size: var(--theme-component-listItem-size-m-fontSize);
  margin-right: var(--theme-component-listItem-size-m-iconBeforeMarginRight);
  top: var(--theme-component-listItem-size-m-iconBeforeTop);
}

.styles-module-iconBefore_size-l-C28Up {
  font-size: var(--theme-component-listItem-size-l-fontSize);
  margin-right: var(--theme-component-listItem-size-l-iconBeforeMarginRight);
  top: var(--theme-component-listItem-size-l-iconBeforeTop);
}

.styles-module-iconBefore_size-xl-Ixt_4 {
  font-size: var(--theme-component-listItem-size-xl-fontSize);
  margin-right: var(--theme-component-listItem-size-xl-iconBeforeMarginRight);
  top: var(--theme-component-listItem-size-xl-iconBeforeTop);
}

.styles-module-checkmark-jL3iw {
  position: relative;
  font-size: 0;
}

.styles-module-checkmark_size-xs-I3ayG {
  top: var(--theme-component-listItem-size-xs-checkmarkTop);

  margin-left: var(--theme-component-listItem-size-xs-checkmarkMarginLeft);
  margin-top: var(--theme-component-listItem-size-xs-checkmarkMarginTop);
  margin-bottom: var(--theme-component-listItem-size-xs-checkmarkMarginBottom);
}

.styles-module-checkmark_size-s-JCLny {
  top: var(--theme-component-listItem-size-s-checkmarkTop);

  margin-left: var(--theme-component-listItem-size-s-checkmarkMarginLeft);
  margin-top: var(--theme-component-listItem-size-s-checkmarkMarginTop);
  margin-bottom: var(--theme-component-listItem-size-s-checkmarkMarginBottom);
}

.styles-module-checkmark_size-m-ihq_V {
  top: var(--theme-component-listItem-size-m-checkmarkTop);

  margin-left: var(--theme-component-listItem-size-m-checkmarkMarginLeft);
  margin-top: var(--theme-component-listItem-size-m-checkmarkMarginTop);
  margin-bottom: var(--theme-component-listItem-size-m-checkmarkMarginBottom);
}

.styles-module-checkmark_size-l-nBbKb {
  top: var(--theme-component-listItem-size-l-checkmarkTop);

  margin-left: var(--theme-component-listItem-size-l-checkmarkMarginLeft);
  margin-top: var(--theme-component-listItem-size-l-checkmarkMarginTop);
  margin-bottom: var(--theme-component-listItem-size-l-checkmarkMarginBottom);
}

.styles-module-checkmark_size-xl-X8HbK {
  top: var(--theme-component-listItem-size-xl-checkmarkTop);

  margin-left: var(--theme-component-listItem-size-xl-checkmarkMarginLeft);
  margin-top: var(--theme-component-listItem-size-xl-checkmarkMarginTop);
  margin-bottom: var(--theme-component-listItem-size-xl-checkmarkMarginBottom);
}

.styles-module-iconAfter-t2sW0 {
  position: relative;
  font-size: 0;
}

.styles-module-iconAfter_size-xs-Ismx4 {
  font-size: var(--theme-component-listItem-size-xs-fontSize);
  top: var(--theme-component-listItem-size-xs-iconAfterTop);
  margin-left: var(--theme-component-listItem-size-xs-iconAfterMarginLeft);
}

.styles-module-iconAfter_size-s-mtNSQ {
  font-size: var(--theme-component-listItem-size-s-fontSize);
  top: var(--theme-component-listItem-size-s-iconAfterTop);
  margin-left: var(--theme-component-listItem-size-s-iconAfterMarginLeft);
}

.styles-module-iconAfter_size-m-Y4JVz {
  font-size: var(--theme-component-listItem-size-m-fontSize);
  top: var(--theme-component-listItem-size-m-iconAfterTop);
  margin-left: var(--theme-component-listItem-size-m-iconAfterMarginLeft);
}

.styles-module-iconAfter_size-l-sLgpF {
  font-size: var(--theme-component-listItem-size-l-fontSize);
  top: var(--theme-component-listItem-size-l-iconAfterTop);
  margin-left: var(--theme-component-listItem-size-l-iconAfterMarginLeft);
}

.styles-module-iconAfter_size-xl-PzTzE {
  font-size: var(--theme-component-listItem-size-xl-fontSize);
  top: var(--theme-component-listItem-size-xl-iconAfterTop);
  margin-left: var(--theme-component-listItem-size-xl-iconAfterMarginLeft);
}

.styles-module-text-_1Sj9 {
  flex-grow: 1;
  align-self: center;
}

.styles-module-root_variant_title-AXYqi {
  font-weight: 600;
}

.styles-module-checkbox-JNTJ8 {
  position: relative;
  margin-right: 12px;
  margin-left: 1px;
}

.styles-name-v34uC {
    height: 100%;
    position: absolute;
    align-items: center;
    display: inline-flex;
    overflow: hidden;
    box-sizing: border-box;
    width: calc(100% - 42px);
    text-overflow: ellipsis;
}

.styles-selected-dfc0d {
    background: var(--theme-palette-beige200);
}

.styles-hovered-pIEfz:not(.styles-selected-dfc0d) {
    background: var(--theme-palette-warmGray4);
}

.multi-select-root_side-filters-QQaAS {
    width: 300px;
}

.multi-select-multi-select-list-pq90Y {
    margin: 0 0 -6px;
    padding: 0;
    font-weight: normal;
    list-style: none;
    -moz-column-gap: 8px;
         column-gap: 8px;
}

.multi-select-multi-select-addon-xxgx2 > .multi-select-multi-select-list-pq90Y:first-child {
    margin-bottom: 0;
}

.multi-select-list_colon-2-Tbmco {
    -moz-column-count: 2;
         column-count: 2;
}

.multi-select-list_colon-3-FRsEs {
    -moz-column-count: 3;
         column-count: 3;
}

.multi-select-list_colon-4-vq57W {
    -moz-column-count: 4;
         column-count: 4;
}

.multi-select-list_colon-5-jlQL6 {
    -moz-column-count: 5;
         column-count: 5;
}

.multi-select-list_colon-6-mheLC {
    -moz-column-count: 6;
         column-count: 6;
}

.multi-select-checkbox-color-addon-LjZ1W {
    cursor: pointer;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    border-radius: 50%;
    position: absolute;
    right: 0;
}

.multi-select-checkbox-color-list-item-aQh5N {
    padding-right: 35px;
}

.multi-select-checkbox-list-item-pRJsk {
    white-space: nowrap;
    position: relative;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    padding: 4px 16px;
}

.multi-select-checkbox-list-item_multilines-leQZx {
    white-space: normal;
}

/*
* Чтобы outline у чекбокса не выходила за рамки блока
* Смещаем блок  влево
* margin-left: -4px;
*/
.multi-select-scroll-ONy_R {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: -4px;
    padding-left: 4px;
}

.multi-select-scroll-ONy_R::-webkit-scrollbar {
    width: 7px;
}

.multi-select-scroll-ONy_R::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .2);
}

.multi-select-scroll-shadow-YDjUZ {
    position: relative;
}

.multi-select-scroll-shadow-top-VlkVo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 20px;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: url(/static/reviews-page-fe/assets/../assets/35ec1a84b616f056.png) no-repeat top;
    transform: rotate(180deg);
}

.multi-select-scroll-shadow-bottom-lb86X.multi-select-scroll-shadow-YDjUZ::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    height: 20px;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: url(/static/reviews-page-fe/assets/../assets/35ec1a84b616f056.png) no-repeat top;
}

.multi-select-expand-LmhwT {
    background: none;
    border: none;
    color: #0091d9;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    margin-top: 12px;
    outline: none;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.multi-select-expand-LmhwT:hover {
    color: var(--theme-palette-red500);
}

.multi-select-addOnWrapper-pa_y1 {
    margin-top: 16px;
}

.multi-select-search-search-block-jzXGc {
    padding-top: 6px;
    padding-bottom: 6px;
}

.multi-select-search-values-block-Q6iO9 {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 90px;
}

.multi-select-search-value-DeZul {
    background: #f2efe9;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
    padding: 3px 8px;
    margin-right: 6px;
    margin-top: 6px;
    flex-shrink: 0;
}

.multi-select-search-close-nyGrG {
    color: #000;
    font-weight: bold;
    padding-left: 11px;
    padding-bottom: 1px;
}

.multi-select-search-expand-WQYp6 {
    background: none;
    border: none;
    color: #0091d9;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    margin-top: 8px;
    margin-bottom: 6px;
    outline: none;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.multi-select-search-expand-WQYp6:hover {
    color: var(--theme-palette-red500);
}

.styles-tooltipIcon-mt_BS {
    position: relative;
    top: 2px;
    left: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background-image: url(/static/reviews-page-fe/assets/../assets/baee2d078e2cad48.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5;
    cursor: pointer;
}

.styles-tooltipIcon-mt_BS:hover {
    opacity: 1;
}

/* TODO Временный костыль, пока не откажемся везде от avito/ui */
.styles-tooltipContentWrapper-uggzY {
    font-family: var(--theme-font-family) !important; /* stylelint-disable-line declaration-no-important */
    color: #fff !important; /* stylelint-disable-line declaration-no-important */
}

.multi-select-radio-root-N0csX {
    width: 300px;
}

.multi-select-color-row-list-ROs1T {
    display: flex;
    flex-flow: row wrap;
    font-weight: normal;
    list-style: none;
    margin: 0 -5px -5px;
    padding: 0;
    width: 310px;
}

.multi-select-color-row-item-B0jHu {
    align-items: center;
    display: flex;
    flex: 0 0 11.111%;
    justify-content: center;
    margin: 6px 0 4px;
}

.color-marker-marker-umxLG {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 27px;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
}

.color-marker-marker__disabled-b2CRR {
    cursor: default;
}

.color-marker-marker-umxLG:focus-visible {
    box-shadow: 0 0 0 3px #80d4ff, 0 0 0 3px #80d4ff;
}

.color-marker-tooltip-content-nLNp3 {
    cursor: default;
    line-height: 20px;
}

.color-marker-check-jZFA6 {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}

.color-marker-disabled-UnALs {
    display: block;
    position: absolute;
    top: 0;
}

.color-circle-icon-GEj7e {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
}

.color-circle-icon__disabled-q__xv {
    opacity: 20%;
}

.color-circle-icon_selected-pdUpZ {
    box-shadow: 0 0 0 3px var(--theme-palette-white), 0 0 0 4px var(--theme-palette-gray28);
}

.multi-select-root_side-filters-pHM3T {
    min-width: 300px;
}

.multi-select-multi-select-list-MfIvf {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style: none;
}

.multi-select-multi-select-list-grid_1-hE_Uz {
    grid-template-columns: repeat(1, 1fr);
}

.multi-select-multi-select-list-grid_2-EA5U3 {
    grid-template-columns: repeat(2, 1fr);
}

.multi-select-multi-select-list-grid_3-fGfPf {
    grid-template-columns: repeat(3, 1fr);
}

.multi-select-multi-select-list-grid_4-M9PuE {
    grid-template-columns: repeat(4, 1fr);
}

.multi-select-list_colon-2-PeRqy,
.multi-select-list_colon-3-jsnNJ,
.multi-select-list_colon-4-v4SC9,
.multi-select-list_colon-5-SJ_5S,
.multi-select-list_colon-6-EWdez {
    -moz-column-gap: 20px;
         column-gap: 20px;
}

.multi-select-list_colon-2-PeRqy {
    -moz-column-count: 2;
         column-count: 2;
}

.multi-select-list_colon-3-jsnNJ {
    -moz-column-count: 3;
         column-count: 3;
}

.multi-select-list_colon-4-v4SC9 {
    -moz-column-count: 4;
         column-count: 4;
}

.multi-select-list_colon-5-SJ_5S {
    -moz-column-count: 5;
         column-count: 5;
}

.multi-select-list_colon-6-EWdez {
    -moz-column-count: 6;
         column-count: 6;
}

.multi-select-multi-select-list_redesign-CLYh4 {
    -moz-column-gap: 8px;
         column-gap: 8px;
    margin-bottom: -6px;
}

.multi-select-checkbox-color-addon-JqXLO {
    cursor: pointer;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    border-radius: 50%;
    position: absolute;
    right: 0;
}

.multi-select-checkbox-color-list-item-HmYBX {
    padding-right: 35px;
}

.multi-select-checkbox-list-item-sIH6G {
    line-height: 0;
    position: relative;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    padding: 5px 16px;
}

.multi-select-checkbox-list-item_redesign-fIojD {
    padding-top: 4px;
    padding-bottom: 4px;
}

.multi-select-multi-select-list-images-NZbLU {
    display: grid;
    justify-items: center;
}

.multi-select-multi-select-list-images-NZbLU label.multi-select-checkboxLegacyClass-SCXV4 {
    text-align: center;
}

/*
* Убираем отспуты слева и элемент checkbox
*/
.multi-select-multi-select-list-images-NZbLU label.multi-select-checkboxLegacyClass-SCXV4 > span {
    padding: 0;
}

.multi-select-multi-select-list-images-NZbLU label.multi-select-checkboxLegacyClass-SCXV4 > span::before {
    display: none;
}

/*
* перезапись стиля avito/ui для лучшего контроля отступов и переноса строки
*/
.multi-select-checkbox-list-item-sIH6G label.multi-select-checkboxLegacyClass-SCXV4 {
    min-height: auto;
}

/*
* Чтобы outline у чекбокса не выходила за рамки блока
* Смещаем блок  влево
* margin-left: -4px;
*/
.multi-select-scroll-C4hrW {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: -4px;
    padding-left: 4px;
}

.collapsible-container-multi-select-list-NrmNJ {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style: none;
}

.collapsible-container-list_colon-2-irRp3,
.collapsible-container-list_colon-3-WC4wu {
    -moz-column-gap: 20px;
         column-gap: 20px;
}

.collapsible-container-list_colon-2-irRp3 {
    -moz-column-count: 2;
         column-count: 2;
}

.collapsible-container-list_colon-3-WC4wu {
    -moz-column-count: 3;
         column-count: 3;
}

/*
* Чтобы outline у чекбокса не выходила за рамки блока
* Смещаем блок  влево
* margin-left: -4px;
*/
.collapsible-container-scroll-zDCzy {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: -4px;
    padding-left: 4px;
}

.collapsible-container-scroll-shadow-bVJ5Y {
    position: relative;
}

.collapsible-container-scroll-shadow-top-HQrcy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 20px;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: url(/static/reviews-page-fe/assets/../assets/35ec1a84b616f056.png) no-repeat top;
    transform: rotate(180deg);
}

.collapsible-container-scroll-shadow-bottom-lGev1.collapsible-container-scroll-shadow-bVJ5Y::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    height: 20px;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: url(/static/reviews-page-fe/assets/../assets/35ec1a84b616f056.png) no-repeat top;
}

.collapsible-container-expand-IVb1O {
    background: none;
    border: none;
    color: #0091d9;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
    outline: none;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.collapsible-container-expand-IVb1O:hover {
    color: var(--theme-palette-red500);
}

.checkbox-image-checkboxImage-cqyHE {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.checkbox-image-checkboxImage-icon-H2veu {
    display: inline-block;
    margin-bottom: 6px;
}

.checkbox-image-checkboxImage-label-_dsUn {
    font-size: 14px;
}

.multi-select-search-search-block-sFOfR {
    padding-top: 3px;
    padding-bottom: 6px;
}

.multi-select-search-values-block-zhBbd {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2px;
}

.multi-select-search-value-h0krq {
    background: #ebebeb;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
    padding: 1px 4px 1px 6px;
    margin-right: 6px;
    margin-top: 8px;
    flex-shrink: 0;
}

.multi-select-search-cross-VprKg {
    width: 16px;
    height: 16px;
    padding-bottom: 1px;
}

.styles-container-GGjE2 {
    display: inline-block;
}

.styles-icon-a7b1S {
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
}

.styles-icon-question-FqjAX {
    top: 2px;
    left: 5px;
    background-image: url(/static/reviews-page-fe/assets/../assets/c567403caf7e2f01.svg);
    opacity: .48;
}

.styles-icon-question-FqjAX:hover {
    opacity: 1;
}

.styles-content-QrpCe {
    padding: 16px 24px;
}

.styles-heading-CDXjH {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    line-height: 24px;
    font-size: 16px;
}

.styles-text-YUbMI {
    display: block;
    line-height: 20px;
    font-size: 14px;
    width: 100%;
}

/* TODO Временный костыль, пока не откажемся везде от avito/ui */
.styles-tooltipContentWrapper-lVF6l {
    font-family: var(--theme-font-family) !important; /* stylelint-disable-line declaration-no-important */
    color: #fff !important; /* stylelint-disable-line declaration-no-important */
}

.styles-module-root-IHueU {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: var(--module-tooltip-padding);
  border-radius: var(--module-tooltip-borderRadius);
  isolation: isolate;
}

.styles-module-root_size_s-zoDQk {
  --module-tooltip-padding: var(--theme-component-tooltip-size-s-padding);
  --module-tooltip-borderRadius: var(--theme-component-tooltip-size-s-borderRadius);

  --module-tooltip-closeButton-position-top: var(--theme-component-tooltip-size-s-closeButtonPosition-top);
  --module-tooltip-closeButton-position-right: var(--theme-component-tooltip-size-s-closeButtonPosition-right);

  --module-crossButton-size: var(--theme-component-tooltip-size-s-closeButtonSize);
  --module-crossButton-iconSize: var(--theme-component-tooltip-size-s-closeIconSize);
}

.styles-module-root_withCloseButton-DRijN.styles-module-root_size_s-zoDQk {
  padding-right: var(--theme-component-tooltip-size-s-paddingWithCloseButton);
}

.styles-module-root_withActions-UwbLt.styles-module-root_size_s-zoDQk {
  padding-bottom: var(--theme-component-tooltip-size-s-paddingWithActions);
}

.styles-module-root_size_m-mgtjp {
  --module-tooltip-padding: var(--theme-component-tooltip-size-m-padding);
  --module-tooltip-borderRadius: var(--theme-component-tooltip-size-m-borderRadius);

  --module-tooltip-closeButton-position-top: var(--theme-component-tooltip-size-m-closeButtonPosition-top);
  --module-tooltip-closeButton-position-right: var(--theme-component-tooltip-size-m-closeButtonPosition-right);

  --module-crossButton-size: var(--theme-component-tooltip-size-m-closeButtonSize);
  --module-crossButton-iconSize: var(--theme-component-tooltip-size-m-closeIconSize);
}

.styles-module-root_withCloseButton-DRijN.styles-module-root_size_m-mgtjp {
  padding-right: var(--theme-component-tooltip-size-m-paddingWithCloseButton);
}

.styles-module-root_withActions-UwbLt.styles-module-root_size_m-mgtjp {
  padding-bottom: var(--theme-component-tooltip-size-m-paddingWithActions);
}

.styles-module-root_preset_default-Yxhtc {
  --module-crossButton-iconColor: var(--theme-palette-white);
  --module-crossButton-hoverColor: var(--theme-component-tooltip-closeButtonDefaultHover);
  --module-crossButton-activeColor: var(--theme-component-tooltip-closeButtonDefaultActive);

  color: var(--theme-palette-white);
  background-color: var(--theme-component-tooltip-preset-default-backgroundColor);
}

.styles-module-root_preset_inverse-naQaa {
  --module-crossButton-hoverColor: var(--theme-palette-warmGray4);
  --module-crossButton-activeColor: var(--theme-palette-warmGray8);

  color: var(--theme-palette-black);
  background-color: var(--theme-component-tooltip-preset-inverse-backgroundColor);
  box-shadow: var(--theme-boxShadow-default);
}

.styles-module-actions-eYTBv {
  display: flex;
  flex-direction: row;
  margin-top: 12px;
}

.styles-module-actions-eYTBv > :not(:first-child) {
  margin-left: 6px;
}

.styles-module-closeButton-_oalS {
  position: absolute;
  top: var(--module-tooltip-closeButton-position-top);
  right: var(--module-tooltip-closeButton-position-right);
  /* Fixes https://jr.avito.ru/browse/FA-3123 */
  z-index: 5;
}

.styles-module-point-PA0hd {
  position: absolute;

  width: var(--module-tooltip-pointSize);
  height: var(--module-tooltip-pointSize);
  border-radius: 100%;
  background-color: var(--theme-palette-black);
}

.styles-module-point_size_s-rmUd1 {
  --module-tooltip-pointSize: 7px;
}

.styles-module-point_size_m-B0XB6 {
  --module-tooltip-pointSize: 9px;
}

.styles-module-point_preset_white-hwqfd {
  border: 2px solid var(--theme-palette-white);
}

.styles-module-root-gHVAy {
  position: absolute;
  width: 24px;
  height: 24px;
}

.styles-module-arrow-Zi121 {
  position: absolute;
  top: -9px;
}

.styles-module-arrow_preset_default-Oztxo {
  color: var(--theme-component-tooltip-preset-default-backgroundColor);
}

.styles-module-arrow_preset_inverse-VXFTD {
  color: var(--theme-component-tooltip-preset-inverse-backgroundColor);
}

.multi-select-car-body-list-SzWXd {
    display: flex;
    flex-flow: row wrap;
    font-weight: normal;
    list-style: none;
    margin: 0 -10px -10px;
    padding: 0;
    width: 320px;
}

.multi-select-car-body-item-tnUUI {
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 33.333%;
}

div.multi-select-car-body-car-body-type-item-xBsqu {
    margin: 0;
}

.multi-select-car-body-expand-AioZ3 {
    background: none;
    border: none;
    color: #0091d9;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    margin: -5px 0 10px;
    outline: none;
    padding: 0 0 0 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.multi-select-car-body-expand-AioZ3:hover {
    color: var(--theme-palette-red500);
}

.car-body-type-item-item-ksSmE {
    display: inline-block;
    cursor: pointer;
    min-width: 76px;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 20px;
}

.car-body-type-item-item-ksSmE.car-body-type-item-item_minibus-zBMUh {
    margin-left: -7px;
}

.car-body-type-item-item_readonly-XqrCp {
    pointer-events: none;
}

.car-body-type-item-icon-uwjDV {
    display: block;
    width: 76px;
    height: 32px;
    margin: 0 auto;
    overflow: hidden;
}

.car-body-type-item-icon-uwjDV::before {
    content: '';
    display: block;
    height: 100%;
    background: url(/static/reviews-page-fe/assets/../assets/d993210bdf6b7773.svg) no-repeat;
    background-position-x: -8px;
}

.car-body-type-item-sedan-XyosU::before {
    background-position-y: -109px;
}

.car-body-type-item-hatchback-5-Yx61U::before,
.car-body-type-item-hatchback-eQQwp::before {
    background-position-y: -5px;
}

.car-body-type-item-hatchback-3-qDLX6::before {
    background-position-y: -385px;
}

.car-body-type-item-liftback-aEGBS::before {
    background-position-y: -37px;
}

.car-body-type-item-station-wagon-bu_8H::before {
    background-position-y: -142px;
}

.car-body-type-item-suv-5-hgwVp::before,
.car-body-type-item-suv-ToQHO::before {
    background-position-y: -75px;
}

.car-body-type-item-suv-3-IuwLU::before {
    background-position-y: -425px;
}

.car-body-type-item-cabriolet-eCfdd::before {
    background-position-y: -173px;
}

.car-body-type-item-coupe-P9w1b::before {
    background-position-y: -205px;
}

.car-body-type-item-minivan-O8WHh::before {
    background-position-y: -278px;
}

.car-body-type-item-pickup-HX4zf::before {
    background-position-y: -314px;
}

.car-body-type-item-van-XoIpp::before {
    background-position-y: -241px;
}

.car-body-type-item-minibus-G5jUa::before {
    background-position-y: -352px;
}

.car-body-type-item-item-ksSmE:hover .car-body-type-item-icon-uwjDV::before {
    background-position-x: -92px;
}

.car-body-type-item-item-ksSmE.car-body-type-item-item_selected-vP7B0 .car-body-type-item-icon-uwjDV::before {
    background-position-x: -176px;
}

.styles-root-bewqS {
    padding: 0;
    font-weight: normal;
}

.styles-item-OomN2 {
    display: inline-block;
    margin-right: 20px;
}

.styles-item-OomN2 label {
    vertical-align: baseline;
}

.styles-item-OomN2:last-child {
    margin-right: 0;
}

.multi-select-tags-list-pl22N {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style: none;
}

.multi-select-tags-item-d72IF {
    background-color: var(--theme-palette-gray12);
    display: inline-block;
    padding: 5px 8px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.multi-select-tags-itemContent-EmKjS {
    display: flex;
}

.multi-select-tags-item-d72IF:last-of-type {
    margin-bottom: auto;
}

.multi-select-tags-itemName-jSJDD {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.2em;
    white-space: nowrap;
    display: inline-block;
    max-width: 258px;
}

.multi-select-tags-closeIcon-OYBbU {
    margin-left: 5px;
    display: inline-block;
}

.multi-select-tags-closeIcon-OYBbU > * { /* stylelint-disable-line selector-max-universal */
    pointer-events: none;
}

.Close-module-mask_light-nZ2fT {
  --module-icon-mask-url: url(/static/reviews-page-fe/assets/../assets/5f88841c4e3d9a8b.svg);
}

.Close-module-mask_normal-JkkKi {
  --module-icon-mask-url: url(/static/reviews-page-fe/assets/../assets/807d59ae81e3103d.svg);
}

.Close-module-mask_bold-HeeVh {
  --module-icon-mask-url: url(/static/reviews-page-fe/assets/../assets/b063b4e6cc204813.svg);
}

.Close-module-aspectRatio_light-po7mm {
  --aspect-ratio: 0.625;
}

.Close-module-aspectRatio_normal-pzQM9 {
  --aspect-ratio: 0.7;
}

.Close-module-aspectRatio_bold-nXpib {
  --aspect-ratio: 0.7;
}

.multi-select-dropdown-container-KSnxB {
    position: relative;
}

.multi-select-dropdown-focused-moGfA {
    box-shadow: 0 0 1px 3px rgba(0, 170, 255, .3);
}

.multi-select-dropdown-container-KSnxB input {
    text-overflow: ellipsis;
}

.multi-select-dropdown-options-ZTlF1 {
    position: absolute;
    top: 30px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #9b9b9b;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 1010;
    max-height: 300px;
}

.multi-select-dropdown-label-JPy2Y {
    position: relative;
    padding: 4px 16px 4px 46px;
}

.multi-select-dropdown-label-JPy2Y::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 12px;
    height: 10px;
    margin: auto 0;
    background: none;
    background-size: cover;
}

.multi-select-dropdown-label-JPy2Y.multi-select-dropdown-activeLabel-mbAcX::before {
    background: url(/static/reviews-page-fe/assets/../assets/01ffeecd8ea7fc28.svg) center center no-repeat;
}

.multi-select-dropdown-label-JPy2Y:hover {
    background-color: #ccecff;
}

.multi-select-dropdown-groupLabel-Fltsm {
    padding-left: 36px;
}

.multi-select-dropdown-customCheckbox-Mshqv {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.multi-select-dropdown-inputText-f3Biz {
    color: #c2c2c2;
}

.error-root-N32ZR {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.error-text-UKd6U {
    padding-bottom: 1em;
}

.tree-root-TGzYv,
.tree-treeContainer-m6rmH {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.tree-tree-zqd6l {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 2px;
    overflow-y: auto;
}

.tree-treeWithShadow-PWHJ7::after {
    z-index: 5;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 25px);
    height: 90px;
    pointer-events: none;
    background-image: url(/static/reviews-page-fe/assets/../assets/35ec1a84b616f056.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.tree-filter-J_9QS {
    padding-bottom: 12px;
}

.tree-disclaimer-M36wM {
    margin-bottom: 10px;
}

.tree-root-TGzYv.tree-activationPage-zblJZ {
    padding-bottom: 26px;
}

.filter-root-P8FPT {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.filter-buttons-bRAlW {
    flex: 0 0 auto;
}

.filter-arrow-KbSD1 {
    width: 30px;
    height: 30px;
    background-image: url(/static/reviews-page-fe/assets/../assets/e2da275bf0138675.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center center;
}

.filter-arrowUp-Xuqzl {
    transform: rotate(180deg);
}

.filter-buttons-bRAlW > .filter-arrow-KbSD1 {
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
}

.filter-buttons-bRAlW > .filter-arrow-KbSD1:first-child {
    border-right: unset;
}

.filter-counter-QCGI0 {
    flex: 0 0 auto;
    padding: 0 14px;
}

.filter-input-pEh6j {
    flex: 1 1 auto;
}

.filter-input-pEh6j.filter-activation-cZQAN input::-moz-placeholder {
    /*
        хак для того, чтобы на странице активации
        не переопределялись стили placeholder-а в input-е
        (там заданы глобальные стили для ::placeholder)
     */
    /* stylelint-disable */
    color: #999 !important;
    /* stylelint-enable */
}

.filter-input-pEh6j.filter-activation-cZQAN input::placeholder {
    /*
        хак для того, чтобы на странице активации
        не переопределялись стили placeholder-а в input-е
        (там заданы глобальные стили для ::placeholder)
     */
    /* stylelint-disable */
    color: #999 !important;
    /* stylelint-enable */
}

.row-row-EzZpi {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}

.row-rowHidden-Rx7G0 {
    position: absolute;
    left: -30000px;
    visibility: hidden;
    opacity: 0;
}

.title-root-pTp6W {
    max-width: 232px;
    margin-left: 2px;
    word-wrap: break-word;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.title-root-pTp6W.title-disabled-O6kep {
    cursor: auto;
}

.title-highlight-Fbk9d {
    background-color: #def3ff;
}

.footer-root-VBnw9 {
    padding-top: 16px;
}

.footer-reset-QMK7v {
    padding: 0 24px;
}

.index-wrap-gIC_j label[role='checkbox'] {
    padding-top: 4px;
    padding-bottom: 4px;
}

.index-ul-Kht3U {
    -moz-column-count: 3;
         column-count: 3;
    list-style-type: none;
}

.index-li-V7oPL {
    margin-bottom: 24px;
}

.index-filterWrap-Tuc2O {
    display: inline-block;
}

.index-listItem-iXlxz {
    margin-top: -24px;
}

.index-expand-QWV46 {
    background: none;
    border: none;
    color: #0091d9;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-top: 8px;
    outline: none;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.index-expand-QWV46:hover {
    color: var(--theme-palette-red500);
}

.index-bottom-LmAlx {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    height: 114px;
    position: absolute;
    bottom: 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 4px 24px rgba(0, 0, 0, .12);
    width: 100%;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0 0 20px 20px;
    padding-top: 26px;
    box-sizing: border-box;
}

.index-wrap-nO0Qs {
    position: relative;
    padding-bottom: 36px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    display: block;
    height: calc(100% - 114px);
}

.index-bottom-LmAlx button:first-child {
    margin-right: 12px;
}

.index-content-h5BBW {
    height: 100%;
    padding-top: 39px;
    box-sizing: border-box;
}

.index-bottom-LmAlx .index-button-SiHU1 {
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 16px;
    line-height: 22px;
    color: #0091d9;
}

.index-bottom-LmAlx .index-buttonDisabled-p0_zj {
    color: #8f8f8f;
    cursor: default;
}

.multi-select-has-suggest-checkbox-list-item-Ip6zA {
    line-height: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
}

/*
* перезапись стиля avito/ui для лучшего контроля отступов и переноса строки
*/
.multi-select-has-suggest-checkbox-list-item-Ip6zA label.multi-select-has-suggest-checkboxLegacyClass-L3TKP {
    min-height: auto;
}

.multi-select-has-suggest-load-sP7SH {
    padding-top: 10px;
    box-sizing: border-box;
}

.multi-select-has-suggest-load-sP7SH svg {
    margin: 0 auto;
    display: block;
}

.multi-select-has-suggest-empty-zdHqm {
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #a3a3a3;
}

.multi-select-has-suggest-sectionTitle-Trl4I {
    padding-top: 6px;
    font-size: 14px;
    line-height: 20px;
    color: var(--theme-palette-gray44);
}

.virtualized-list-root-dNNJO {
    overflow-y: scroll;
    margin-left: -4px;
    padding-left: 4px;
}

.virtualized-list-content-PXyvi {
    position: relative;
}

.virtualized-list-loader-TJSF1 {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    padding-top: 8px;
    padding-bottom: 16px;
}

.virtualized-list-loader-icon-QZdl8 {
    display: flex;
    justify-content: center;
}

.virtualized-list-error-BvbGM {
    position: absolute;
    padding-bottom: 12px;
}

.multi-select-radio-root-RjCvA {
    min-width: 300px;
}

.multi-select-radio-root-RjCvA .multi-select-radio-item-BZL13 {
    padding-left: 0;
    padding-right: 0;
}

.multi-select-radio-disabled-fZWTp {
    opacity: 1;
    border: 1px solid var(--theme-palette-gray20);
}

.multi-select-radio-disabled-fZWTp span {
    color: var(--theme-palette-gray28);
}

.multi-select-keywords-addIcon-cZnoM {
    cursor: pointer;
    color: var(--theme-palette-black);
}

.multi-select-keywords-addIcon-cZnoM:hover {
    color: var(--theme-palette-gray76);
}

.multi-select-keywords-addIcon-cZnoM:active {
    color: var(--theme-palette-gray64);
}

.tags-list-RxPY9 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    list-style: none;
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
}

.tags-item-tqPn5 {
    background-color: var(--theme-palette-gray8);
    display: inline-block;
    padding: 1px 4px 1px 6px;
    border-radius: 4px;
    margin-right: 6px;
    margin-top: 8px;
}

.tags-itemContent-iDf77 {
    display: flex;
    cursor: default;
}

.tags-item-tqPn5:last-of-type {
    margin-right: 0;
    margin-bottom: auto;
}

.tags-closeIcon-qYmHk {
    cursor: pointer;
    color: var(--theme-palette-gray36);
    margin-left: 3px;
}

.tags-closeIcon-qYmHk:hover {
    color: var(--theme-palette-black);
}

@keyframes styles-autofill-search-FkmQs {
    100% {
        background: transparent;
        color: inherit;
    }
}

.styles-outline-SnKAj {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    min-width: 5px;
}

.styles-outLineClearable-KujOt {
    padding-right: 30px;
    box-sizing: border-box;
}

.styles-search-kCuyw {
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    pointer-events: none;
    opacity: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
    -webkit-text-fill-color: currentColor;
    -webkit-tap-highlight-color: var(--theme-palette-gray28);
    overflow: hidden;
    cursor: text;
}

.styles-search-kCuyw::-moz-placeholder {
    color: var(--theme-palette-gray28);
}

.styles-search-kCuyw::placeholder {
    color: var(--theme-palette-gray28);
}

.styles-searchRedesign-tYvEs {
    -webkit-tap-highlight-color: var(--theme-palette-gray54);
}

.styles-searchRedesign-tYvEs::-moz-placeholder {
    color: var(--theme-palette-gray54);
}

.styles-searchRedesign-tYvEs::placeholder {
    color: var(--theme-palette-gray54);
}

.styles-search-kCuyw:-webkit-autofill,
.styles-search-kCuyw:-webkit-autofill:hover,
.styles-search-kCuyw:-webkit-autofill:focus,
.styles-search-kCuyw:-webkit-autofill:active {
    animation: styles-autofill-search-FkmQs 0s forwards;
}

.styles-search-kCuyw::-ms-clear,
.styles-search-kCuyw::-ms-reveal {
    display: none;
}

.styles-searchVisible-RD_aw {
    opacity: 1;
    pointer-events: auto;
}

.styles-searchHidden-Jhmdx {
    opacity: 0;
    pointer-events: none;
}

.styles-title-cLT0R {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
}

.styles-titleVisible-sWFGC {
    opacity: 1;
    pointer-events: auto;
}

.styles-titleDisabled-CRsuF {
    cursor: default;
    pointer-events: none;
}

.styles-titleCount-FVDMc {
    margin-left: auto;
}

.styles-container-nPLQN {
    display: block;
    position: relative;
}

.styles-container-nPLQN > label {
    cursor: pointer;
}

.styles-containerOpened-afQf3 > label {
    cursor: text;
}

.styles-containerDisabled-XZpuu > label {
    cursor: default;
}

.styles-tooltipContainer-_gg9c {
    display: flex;
}

.styles-container-Gw7Of {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    background-color: var(--theme-palette-white);
    box-shadow: 0 1px 3px 0 #9b9b9b;
    border-radius: var(--theme-borderRadius-s);
}

.styles-containerRedesign-P1u17 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 4px 24px rgba(0, 0, 0, .12);
    border-radius: var(--theme-borderRadius-m);
}

.styles-dropdown-V38TF {
    min-width: 80px;
    display: flex;
    flex-flow: column;
    position: relative;
    background-color: var(--theme-palette-white);
    box-sizing: border-box;
    overflow: auto;
    overflow-x: hidden;
    flex-shrink: 5;
}

.styles-emptyMessage-zcZ1q {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding-bottom: 4px;
}

.styles-tags-wq3OJ {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 100%;
    background-color: var(--theme-palette-white);
    z-index: 10;
    clip-path: inset(0 0 -24px 0);
    flex-shrink: 0;
}

.styles-tagsShadow-bYxLf {
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: -1;
    border-radius: 70%;
    background-color: rgb(0 0 0 / 15%);
    transform: translateY(-8px) scale(.95);
    box-shadow: 0 5px 17px rgb(0 0 0 / 15%);
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.styles-tagsShadowVisible-UbbSK {
    opacity: 1;
}

.styles-content-HZEhG {
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 12px 16px 24px;
    box-sizing: border-box;
}

.styles-contentNoTopSpace-rZvZC {
    padding-top: 0;
}

.styles-contentEmpty-bFWBi {
    padding: 0;
}

.styles-contentIsLoading-BnaMi {
    align-items: center;
    padding-top: 20px;
}

.styles-group-xKerT,
.styles-list-jPg8f {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

.styles-group-xKerT {
    position: relative;
}

.styles-group-xKerT + .styles-group-xKerT {
    margin-top: 4px;
}

.styles-groupExpanded-QGbHG + .styles-group-xKerT {
    margin-top: 12px;
}

.styles-groupWithImages-COQ9F + .styles-group-xKerT {
    margin-top: 4px;
}

.styles-group-xKerT + .styles-groupWithOnlySubtitle-emWoC {
    margin-top: 0;
}

.styles-groupWithCheckableTitle-jAfit + .styles-groupWithCheckableTitle-jAfit {
    margin-top: 0;
}

.styles-listContainer-Fxwxg {
    display: flex;
    width: 100%;
}

.styles-listContainerWithImages-XG7T8 {
    margin-top: 6px;
}

.styles-listWithImages-SrNUF {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.styles-title-cIZE6,
.styles-subtitle-wRZRi {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 30px;
}

.styles-titleCheckable-wtxgw {
    display: block;
    height: auto;
    width: 100%;
}

.styles-titleCollapsible-N_cCn {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    border: none;
    background-color: transparent;
    text-decoration: none;
    font-weight: 700;
    font-family: inherit;
    color: var(--theme-palette-black);
    outline: none;
    padding: 2px 8px 2px 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.styles-titleCollapsible-N_cCn:hover,
.styles-titleCollapsible-N_cCn:focus-visible {
    color: var(--theme-palette-red500);
    outline: none;
}

.styles-moreIcon-aTcR1 {
    display: flex;
    width: 8px;
    height: 5px;
    transform: rotate(180deg) translateX(-4px);
    transform-origin: center center;
}

.styles-moreIconCollapsed-Jb3lI {
    transform: translateX(4px);
}

.styles-skeleton-i5RWP {
    background-image: url(/static/reviews-page-fe/assets/../assets/037e7012568cc456.svg);
    background-repeat: repeat-y;
    background-size: 159px 90px;
}

.styles-skeletonSizeM-JYkRE {
    background-image: url(/static/reviews-page-fe/assets/../assets/4408932f6e8e5488.svg);
    background-repeat: repeat-y;
    background-size: 159px 108px;
}

.styles-skeletonSizeL-mazP4 {
    background-image: url(/static/reviews-page-fe/assets/../assets/fee7e0e9f182040b.svg);
    background-repeat: repeat-y;
    background-size: 159px 132px;
}

.styles-skeletonWithImages-zU3bs {
    background-image: url(/static/reviews-page-fe/assets/../assets/f0261e8063755432.svg);
    background-repeat: repeat;
    background-size: 280px 261px;
}

.styles-checkbox-Rdu1N {
    display: flex;
    flex-flow: row nowrap;
    width: auto;
    height: 30px;
    align-items: center;
    justify-content: flex-start;
    margin-left: -16px;
    margin-right: -16px;
    box-sizing: content-box;
    cursor: pointer;
    background-color: var(--theme-palette-white);
}

.styles-checkboxSize_s-t7V15 {
    height: 30px;
}

.styles-checkboxSize_m-yvy9l {
    height: 36px;
}

.styles-checkboxSize_l-ijmRk {
    height: 44px;
}

.styles-checkboxWithImage-SERKc {
    width: 270px;
    height: 261px;
    margin-left: 0;
    margin-right: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: var(--theme-palette-white);
}

.styles-checkboxWithImage-SERKc:nth-child(3n) {
    margin-right: 0;
}

.styles-label-c1c_Y {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    outline: none;
}

.styles-label-c1c_Y:hover {
    background-color: var(--theme-palette-blue100);
}

.styles-label-c1c_Y:focus-visible {
    outline: none;
}

.styles-label-c1c_Y:has(input:focus-visible) {
    background-color: var(--theme-palette-blue100);
}

.styles-labelRadio-GxSlk.styles-labelChecked-lRMuS {
    background-color: var(--theme-palette-blue500);
}

.styles-labelRedesign-qNvdg:hover {
    background-color: #f2f1f0;
}

.styles-labelRedesign-qNvdg:has(input:focus-visible) {
    background-color: #f2f1f0;
}

.styles-labelRedesign-qNvdg.styles-labelRadio-GxSlk.styles-labelChecked-lRMuS {
    background-color: #e5dfd3;
}

.styles-radioCheckedIcon-Xl5S7 {
    width: 12px;
    height: 9px;
    background-image: url(/static/reviews-page-fe/assets/../assets/841e768db113b2bf.svg);
    background-size: 12px 9px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.styles-labelWithImage-QRINW {
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}

.styles-labelWithImage-QRINW:hover {
    background-color: transparent;
}

.styles-labelWithImage-QRINW:has(input:focus-visible) {
    background-color: transparent;
}

.styles-labelDisabled-g4EZk,
.styles-labelDisabled-g4EZk:hover,
.styles-labelDisabled-g4EZk:has(input:focus-visible),
.styles-labelDisabled-g4EZk.styles-labelRadio-GxSlk.styles-labelChecked-lRMuS {
    cursor: default;
    background-color: transparent;
}

.styles-labelIndented-JjsZv {
    padding-left: 38px;
}

.styles-image-BK2Fq {
    width: 100%;
    height: auto;
    max-width: 270px;
    max-height: 201px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 270 / 201;
    background-color: var(--theme-palette-gray8);
}

.styles-imageTitle-JYo6m {
    display: flex;
    flex-flow: column nowrap;
    padding-top: 8px;
}

.styles-checkbox-JiMiL {
    display: inline-flex;
    margin-right: 6px;
}

.styles-labelWithImage-QRINW .styles-checkbox-JiMiL {
    position: absolute;
    top: 172px;
    left: 8px;
}

.styles-image-Xdz42 {
    display: inline-flex;
}

.styles-imageHidden-oknYM {
    opacity: 0;
}

.styles-tooltip-V11bc {
    display: none;
    position: absolute;
    max-width: 100%;
    z-index: 10;
    cursor: pointer;
}

[data-popper-placement^='bottom'] .styles-tooltip-V11bc {
    top: 100%;
    display: inline-flex;
}

[data-popper-placement^='top'] .styles-tooltip-V11bc {
    bottom: 100%;
    display: inline-flex;
}

.styles-arrow-l0d6T {
    display: none;
    position: absolute;
    width: 24px;
    height: 9px;
    left: 50%;
    fill: var(--theme-palette-gray84);
}

[data-popper-placement^='bottom'] .styles-arrow-l0d6T {
    display: block;
    bottom: 100%;
    transform: translateX(-50%);
}

[data-popper-placement^='top'] .styles-arrow-l0d6T {
    display: block;
    top: 100%;
    transform: translateX(-50%) rotate(180deg);
}

.styles-alignLeft-n7z9x .styles-arrow-l0d6T {
    left: 32px;
}

.styles-content-WrHQi {
    display: none;
    position: absolute;
    top: 0;
    min-width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: var(--theme-palette-gray84);
    color: var(--theme-palette-white);
    padding: 16px 20px 20px;
}

[data-popper-placement^='bottom'] .styles-content-WrHQi {
    display: block;
    transform: translateY(11px);
}

[data-popper-placement^='top'] .styles-content-WrHQi {
    display: block;
    transform: translateY(-100%) translateY(-11px);
}

.styles-tags-sWtrW {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    max-height: 100%;
    padding: 6px 16px 9px;
    background-color: var(--theme-palette-white);
    box-sizing: border-box;
}

.styles-overflowContainer-F85TQ {
    display: flex;
    width: 100%;
    max-height: 55px;
    padding-bottom: 3px;
    box-sizing: content-box;
    overflow: hidden;
}

.styles-tagsRedesign-DiICK .styles-overflowContainer-F85TQ {
    max-height: 63px;
}

.styles-overflowContainerExpanded-wQmxs,
.styles-tagsRedesign-DiICK .styles-overflowContainerExpanded-wQmxs {
    max-height: none;
    overflow: auto;
    overflow-x: hidden;
    margin: -6px -16px 0;
    padding: 6px 16px 3px;
    box-sizing: content-box;
}

.styles-gapContainer-s1Msb {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    box-sizing: content-box;
}

.styles-collapseContainer-Ysi2C {
    display: flex;
    margin-top: 2px;
}

.styles-overflowContainerExpanded-wQmxs + .styles-collapseContainer-Ysi2C {
    margin-top: 5px;
}

.styles-collapseButton-_b0w_ {
    border: none;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: var(--theme-palette-blue600);
    outline: none;
    padding: 0;
    padding-right: 8px;
    margin: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    flex-shrink: 0;
    cursor: pointer;
}

.styles-collapseButton-_b0w_:hover,
.styles-collapseButton-_b0w_:focus-visible {
    color: var(--theme-palette-red500);
}

.styles-moreIcon-NjCLg {
    display: flex;
    width: 8px;
    height: 5px;
    transform: translate(4px, 2px);
    transform-origin: center center;
}

.styles-moreIconExpanded-vE74n {
    transform: rotate(180deg) translate(-4px, -1px);
}

.styles-tag-m3sSI {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px;
    height: 20px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: var(--theme-palette-gray8);
    position: relative;
    max-width: 250px;
    margin-right: 6px;
    margin-top: 6px;
    cursor: default;
}

.styles-tagRedesign-OU8pC {
    background-color: #f2efe9;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 2px;
    height: 24px;
}

.styles-tagRedesign-OU8pC:has(.styles-closeButton-fZgs_) {
    padding-right: 0;
}

.styles-closeButton-fZgs_ {
    width: 16px;
    height: 16px;
    border: none;
    background-color: transparent;
    text-decoration: none;
    color: var(--theme-palette-gray36);
    outline: none;
    padding: 0;
    margin: 0;
    margin-left: 2px;
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    flex-shrink: 0;
    border-radius: 0;
    cursor: pointer;
}

.styles-closeButton-fZgs_:hover {
    color: var(--theme-palette-black);
}

.styles-tagRedesign-OU8pC .styles-closeButton-fZgs_ {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    color: var(--theme-palette-black);
}

.styles-closeButton-fZgs_:focus-visible {
    border-radius: 2px;
    box-shadow: 0 0 0 3px #80d4ff;
}

.styles-tagRedesign-OU8pC .styles-closeButton-fZgs_:hover {
    background-color: #e5dfd3;
}

.styles-tagRedesign-OU8pC .styles-closeButton-fZgs_:active {
    background-color: #dbd3c1;
}

.styles-root-a6ZWP {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    vertical-align: middle;
}

.styles-root-NDcv6 {
    display: flex;
    justify-content: space-between;
    font-weight: normal;
}

.styles-container-wgVob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px;
}

.styles-numeric-range-content-wrapper-Rx5a9 {
    margin: 14px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-content: unset;
}

.styles-numeric-range-content-wrapper-single-item-kAdn1 {
    display: block;
}

.styles-numeric-range-content-item-VMIx8 {
    margin: 0;
    padding: 0;
    line-height: 1;
    box-sizing: border-box;
    width: auto;
}

.styles-currency-u16d3 {
    margin-left: 5px;
}

.styles-dimensions-qbjYL {
    min-width: 100px;
    margin-left: 5px;
}

.styles-root-PVGCq {
    font-weight: normal;
}

.styles-slider-filter-checkbox-t5pcS {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.styles-slider-filter-checkbox_left-mMsxI {
    justify-content: flex-start;
}

.styles-slider-filter-content-wrapper-nw9K2 {
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.styles-slider-filter-content-item-czXtF {
    margin: 0;
    padding: 0;
    width: 140px;
    box-sizing: border-box;
}

.styles-slider-container-toEYg {
    width: 206px;
    padding: 4px 16px;
}

.styles-slider-full-width-uPo2j {
    min-width: 300px;
}

.styles-module-root_size_s-WH2q7 {
  /* title */
  --module-datepicker-title-lineHeight: var(--theme-component-datepicker-size-s-title-lineHeight);
  --module-datepicker-title-month-fontSize: var(--theme-component-datepicker-size-s-title-monthFontSize);
  --module-datepicker-title-year-fontSize: var(--theme-component-datepicker-size-s-title-yearFontSize);
  --module-datepicker-title-year-color: var(--theme-component-datepicker-size-s-title-yearColor);
  --module-datepicker-padding-title: 6px 0 8px;
  /* day of week */
  --module-datepicker-dayOfWeek-width: var(--theme-component-datepicker-size-s-dayOfWeek-width);
  --module-datepicker-dayOfWeek-height: var(--theme-component-datepicker-size-s-dayOfWeek-height);
  --module-datepicker-dayOfWeek-fontSize: var(--theme-component-datepicker-size-s-dayOfWeek-fontSize);
  --module-datepicker-dayOfWeek-lineHeight: var(--theme-component-datepicker-size-s-dayOfWeek-lineHeight);
  /* day */
  --module-datepicker-day-width: var(--theme-component-datepicker-size-s-day-width);
  --module-datepicker-day-height: var(--theme-component-datepicker-size-s-day-height);
  --module-datepicker-day-fontSize: var(--theme-component-datepicker-size-s-day-fontSize);
  --module-datepicker-day-lineHeight: var(--theme-component-datepicker-size-s-day-lineHeight);
  --module-datepicker-outlineOffset: var(--theme-component-datepicker-size-s-day-outlineOffset);

  --module-datepicker-cellSize: 32px;
  --module-datepicker-iconSize: 16px;
  --module-datepicker-iconPositionHorizontal: 16px;
  --module-datepicker-iconPositionVertical: 6px;
  --module-datepicker-outlineBorderRadius: 9px;
}

.styles-module-root_size_m-ohTpH {
  /* title */
  --module-datepicker-title-lineHeight: var(--theme-component-datepicker-size-m-title-lineHeight);
  --module-datepicker-title-month-fontSize: var(--theme-component-datepicker-size-m-title-monthFontSize);
  --module-datepicker-title-year-fontSize: var(--theme-component-datepicker-size-m-title-yearFontSize);
  --module-datepicker-title-year-color: var(--theme-component-datepicker-size-m-title-yearColor);
  --module-datepicker-padding-title: 8px 0 10px;
  /* day of week */
  --module-datepicker-dayOfWeek-width: var(--theme-component-datepicker-size-m-dayOfWeek-width);
  --module-datepicker-dayOfWeek-height: var(--theme-component-datepicker-size-m-dayOfWeek-height);
  --module-datepicker-dayOfWeek-fontSize: var(--theme-component-datepicker-size-m-dayOfWeek-fontSize);
  --module-datepicker-dayOfWeek-lineHeight: var(--theme-component-datepicker-size-m-dayOfWeek-lineHeight);
  /* day */
  --module-datepicker-day-width: var(--theme-component-datepicker-size-m-day-width);
  --module-datepicker-day-height: var(--theme-component-datepicker-size-m-day-height);
  --module-datepicker-day-fontSize: var(--theme-component-datepicker-size-m-day-fontSize);
  --module-datepicker-day-lineHeight: var(--theme-component-datepicker-size-m-day-lineHeight);
  --module-datepicker-outlineOffset: var(--theme-component-datepicker-size-m-day-outlineOffset);

  --module-datepicker-cellSize: 40px;
  --module-datepicker-iconSize: 20px;
  --module-datepicker-iconPositionHorizontal: 18px;
  --module-datepicker-iconPositionVertical: 8px;
  --module-datepicker-outlineBorderRadius: 9px;
}

.styles-module-root_size_l-mU3u5 {
  /* title */
  --module-datepicker-title-lineHeight: var(--theme-component-datepicker-size-l-title-lineHeight);
  --module-datepicker-title-month-fontSize: var(--theme-component-datepicker-size-l-title-monthFontSize);
  --module-datepicker-title-year-fontSize: var(--theme-component-datepicker-size-l-title-yearFontSize);
  --module-datepicker-title-year-color: var(--theme-component-datepicker-size-l-title-yearColor);
  --module-datepicker-padding-title: 10px 0 12px;
  /* day of week */
  --module-datepicker-dayOfWeek-width: var(--theme-component-datepicker-size-l-dayOfWeek-width);
  --module-datepicker-dayOfWeek-height: var(--theme-component-datepicker-size-l-dayOfWeek-height);
  --module-datepicker-dayOfWeek-fontSize: var(--theme-component-datepicker-size-l-dayOfWeek-fontSize);
  --module-datepicker-dayOfWeek-lineHeight: var(--theme-component-datepicker-size-l-dayOfWeek-lineHeight);
  /* day */
  --module-datepicker-day-width: var(--theme-component-datepicker-size-l-day-width);
  --module-datepicker-day-height: var(--theme-component-datepicker-size-l-day-height);
  --module-datepicker-day-fontSize: var(--theme-component-datepicker-size-l-day-fontSize);
  --module-datepicker-day-lineHeight: var(--theme-component-datepicker-size-l-day-lineHeight);
  --module-datepicker-outlineOffset: var(--theme-component-datepicker-size-l-day-outlineOffset);

  --module-datepicker-cellSize: 48px;
  --module-datepicker-iconSize: 28px;
  --module-datepicker-iconPositionHorizontal: 18px;
  --module-datepicker-iconPositionVertical: 8px;
  --module-datepicker-outlineBorderRadius: 9px;
}

.styles-module-root-vZSAE {
  display: inline-block;
  position: relative;
  margin: 0 -15px;
}

.styles-module-calendar-R8Fx3 {
  display: inline-block;
  padding: 0 10px 10px;
}

.styles-module-controlButton-hYFbN {
  position: absolute;
  top: var(--module-datepicker-iconPositionVertical);

  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.styles-module-controlButton_next-N4ddf {
  --module-datepicker-controlButton-rotate: 90deg;
  right: var(--module-datepicker-iconPositionHorizontal);
}

.styles-module-controlButton_prev-Bfr7Q {
  --module-datepicker-controlButton-rotate: -90deg;
  left: var(--module-datepicker-iconPositionHorizontal);
}

.styles-module-controlButton-hYFbN svg {
  rotate: var(--module-datepicker-controlButton-rotate);
  display: block;
  height: var(--module-datepicker-iconSize);
}

.styles-module-title-y1upH {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: var(--module-datepicker-padding-title);
  line-height: var(--module-datepicker-title-lineHeight);
  font-weight: var(--theme-component-datepicker-titleWeight);
}

.styles-module-title_month-rYOVp {
  font-size: var(--module-datepicker-title-month-fontSize);
}

.styles-module-title_year-ZtVa0 {
  font-size: var(--module-datepicker-title-year-fontSize);
  color: var(--module-datepicker-title-year-color);
}

.styles-module-table-SJHkB {
  border-spacing: 0;
}

.styles-module-dayOfWeek-SNUBz {
  width: var(--module-datepicker-dayOfWeek-width);
  height: var(--module-datepicker-dayOfWeek-height);
  padding-bottom: 2px;
  text-align: center;
  font-size: var(--module-datepicker-dayOfWeek-fontSize);
  line-height: var(--module-datepicker-dayOfWeek-lineHeight);
  color: var(--theme-component-datepicker-dayOfWeekColor-default);
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.styles-module-dayOfWeek_weekend-U6bNq {
  color: var(--theme-component-datepicker-dayOfWeekColor-weekend);
}

.styles-module-dayWrapper-okD8T {
  position: relative;
  width: var(--module-datepicker-day-width);
  height: var(--module-datepicker-day-height);
  margin-top: 2px;
}

.styles-module-day-PDNZx {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;

  font-size: var(--module-datepicker-day-fontSize);
  line-height: var(--module-datepicker-day-lineHeight);

  -webkit-user-select: none;

     -moz-user-select: none;

          user-select: none;
}

.styles-module-day_now-medbT {
  font-weight: bold;
  border-radius: var(--module-datepicker-outlineBorderRadius);
  outline: 1px solid var(--theme-component-datepicker-outlineColor);
  outline-offset: var(--module-datepicker-outlineOffset);
}

.styles-module-day_weekend-beqs1 {
  color: var(--theme-palette-gray54);
}

.styles-module-day_sibling-nMyld {
  color: var(--theme-component-datepicker-disabledColor);
}

.styles-module-day_disabled-aGNZN {
  color: var(--theme-component-datepicker-disabledColor);
  cursor: default;
}

.styles-module-day_hoverable-oiXXy:hover {
  background-color: var(--theme-palette-warmGray4);
  border-radius: var(--theme-borderRadius-m);
  cursor: pointer;
}

.styles-module-day_nowHoverable-SvNGN:hover {
  outline: var(--theme-palette-warmGray4);
}

.styles-module-day_selected-vZsz6 {
  color: var(--theme-component-datepicker-daySelectedColor);
  background-color: var(--theme-component-datepicker-daySelectedBgColor);
  border-radius: var(--theme-borderRadius-m);
}

.styles-module-day_selectedNow-ospFj {
  outline: none;
}

.styles-module-day_selectedWeekend-DG9cz {
  color: var(--theme-component-datepicker-daySelectedColor);
}

/* selected single day */

.styles-module-day_singleSelected-mu86L {
  border-radius: var(--theme-borderRadius-m);
}

.styles-module-day_singleSelected-mu86L:hover {
  background-color: var(--theme-component-datepicker-daySelectedBgColor);
}

/* --- */

/* selecting range */
.styles-module-day_selecting-JYFaT {
  background-color: var(--theme-palette-warmGray4);
}

.styles-module-day_selectingStart-puSM9.styles-module-day_selectingEnd-v17JN:hover {
  color: var(--theme-component-datepicker-daySelectedColor);
  background-color: var(--theme-component-datepicker-daySelectedBgColor);
  outline: none;
}

.styles-module-day_selectingStart-puSM9,
.styles-module-day_selectingEnd-v17JN {
  position: absolute;
  color: var(--theme-component-datepicker-daySelectedColor);
  background-color: var(--theme-component-datepicker-daySelectedBgColor);
  border-radius: var(--theme-borderRadius-m);
  outline: none;
}

.styles-module-day_selectingStart-puSM9:hover,
.styles-module-day_selectingEnd-v17JN:hover {
  color: var(--theme-palette-black);
  background-color: transparent;
}

.styles-module-day_selectingStart-puSM9:hover.styles-module-day_disabled-aGNZN:not(.styles-module-day_selectingEnd-v17JN),
.styles-module-day_selectingEnd-v17JN:hover.styles-module-day_disabled-aGNZN:not(.styles-module-day_selectingStart-puSM9) {
  color: var(--theme-component-datepicker-disabledColor);
}

.styles-module-day_first-Z7HMh.styles-module-day_selectingWithinRange-t9gsm {
  border-top-left-radius: var(--theme-borderRadius-m);
  border-bottom-left-radius: var(--theme-borderRadius-m);
}

.styles-module-day_last-g3Jxp.styles-module-day_selectingWithinRange-t9gsm {
  border-top-right-radius: var(--theme-borderRadius-m);
  border-bottom-right-radius: var(--theme-borderRadius-m);
}

.styles-module-day_selectingWithinRange-t9gsm:hover {
  border-radius: 0;
}

.styles-module-day_selectingWithinRange-t9gsm::after,
.styles-module-day_selectingWithinRange-t9gsm::before {
  position: absolute;
  left: 0;

  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--theme-palette-white);
}

.styles-module-day_selectingWithinRange-t9gsm::after {
  top: 0;
}

.styles-module-day_selectingWithinRange-t9gsm::before {
  bottom: 0;
}

.styles-module-dayBackground_selectingStart-d5K7p {
  position: absolute;
  top: 1px;
  right: 0;
  background-color: var(--theme-palette-warmGray4);
  width: 100%;
  height: calc(100% - 2px);

  border-bottom-left-radius: var(--theme-borderRadius-m);
  border-top-left-radius: var(--theme-borderRadius-m);
}

.styles-module-dayBackground_selectingEnd-n6JQ8 {
  position: absolute;
  top: 1px;
  left: 0;
  background-color: var(--theme-palette-warmGray4);
  width: 100%;
  height: calc(100% - 2px);

  border-bottom-right-radius: var(--theme-borderRadius-m);
  border-top-right-radius: var(--theme-borderRadius-m);
}

.styles-module-dayBackground_selectingStart-d5K7p.styles-module-dayBackground_selectingEnd-n6JQ8 {
  background-color: transparent;
}

/* --- */

/* selected range */
.styles-module-day_startSelected-woW2x,
.styles-module-day_endSelected-x24OC {
  position: absolute;
}

.styles-module-day_startSelected-woW2x:hover,
.styles-module-day_endSelected-x24OC:hover {
  background-color: var(--theme-component-datepicker-daySelectedBgColor);
}

.styles-module-day_selectedWithinRange-wg9rd {
  position: relative;
  background-color: var(--theme-palette-warmGray4);
  border-radius: 0;
  color: var(--theme-palette-black);
}

.styles-module-day_first-Z7HMh.styles-module-day_selectedWithinRange-wg9rd {
  border-top-left-radius: var(--theme-borderRadius-m);
  border-bottom-left-radius: var(--theme-borderRadius-m);
}

.styles-module-day_last-g3Jxp.styles-module-day_selectedWithinRange-wg9rd {
  border-top-right-radius: var(--theme-borderRadius-m);
  border-bottom-right-radius: var(--theme-borderRadius-m);
}

.styles-module-day_selectedWithinRange-wg9rd:hover {
  border-radius: 0;
}

.styles-module-day_selectedWithinRange-wg9rd::after,
.styles-module-day_selectedWithinRange-wg9rd::before {
  position: absolute;
  left: 0;

  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--theme-palette-white);
}

.styles-module-day_selectedWithinRange-wg9rd::after {
  top: 0;
}

.styles-module-day_selectedWithinRange-wg9rd::before {
  bottom: 0;
}

.styles-module-dayBackground_startSelected-zmg3u {
  position: absolute;
  top: 1px;
  right: 0;
  background-color: var(--theme-palette-warmGray4);
  width: 50%;
  height: calc(100% - 2px);
}

.styles-module-dayBackground_endSelected-zJTqZ {
  position: absolute;
  top: 1px;
  left: 0;
  background-color: var(--theme-palette-warmGray4);
  width: 50%;
  height: calc(100% - 2px);
}

.styles-module-dayBackground_startSelected-zmg3u.styles-module-dayBackground_endSelected-zJTqZ {
  background-color: transparent;
}

.styles-root-orDcP {
    font-weight: normal;
    width: 100%;
    position: relative;
}

.styles-root-orDcP .styles-datepicker-NO_tL {
    width: 100%;
    margin: 0;
}

.styles-root-orDcP .styles-datepicker-NO_tL > div[data-marker] {
    width: 100%;
    padding: 0;
}

.styles-root-orDcP .styles-datepicker-NO_tL table {
    width: 100%;
}

.styles-root-orDcP .styles-reset-ZvVa6 {
    position: absolute;
    right: 0;
    top: -25px;
    color: var(--theme-palette-blue600);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.styles-root-rT86k {
    width: 300px;
    font-weight: normal;
    position: relative;
}

.styles-root-rT86k.styles-reduced-knzU_ label {
    padding-left: 6px;
    padding-right: 6px;
}

.styles-root-rT86k label.styles-option-XZl1T {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    border-radius: 0;
}

.styles-root-rT86k .styles-option-XZl1T:first-child {
    margin-top: 4px;
}

.styles-root-rT86k .styles-option-XZl1T:last-child {
    margin-bottom: 4px;
}

.styles-root-AjlT5 {
    width: 300px;
    font-weight: normal;
}

.styles-reduced-G_6Kd label {
    padding-left: 6px !important; /* stylelint-disable-line declaration-no-important */
    padding-right: 6px !important; /* stylelint-disable-line declaration-no-important */
}

.styles-reduced-G_6Kd label span {
    font-size: 12px !important; /* stylelint-disable-line declaration-no-important */
}

.styles-container-dbKy4 {
    flex-basis: 50%;
}

.styles-badgeContainer-UcEnJ {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -2px;
}

.tooltip-content-root-MHIhN {
    width: 210px;
}

.tooltip-content-row-zUmof {
    margin-bottom: 10px;
}

.tooltip-content-list-rtldQ {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: normal;
}

.tooltip-content-listItem-pobHP {
    padding-left: 1.3em;
}

.tooltip-content-listItem-pobHP::before {
    content: '—';
    display: inline-block;
    width: 1.3em;
    margin-left: -1.3em;
}

.discount-icon-root-pemyY {
    display: inline-block;
    padding: 0 4px;
    border-radius: 2px;
    background-color: #cbe792;
    font-size: 11px;
    line-height: 1.5;
}

.QuestionFilled-module-mask_light-pXHEB {
  --module-icon-mask-url: url(/static/reviews-page-fe/assets/../assets/a8a85afd2d84bf98.svg);
}

.QuestionFilled-module-mask_normal-rFJ8f {
  --module-icon-mask-url: url(/static/reviews-page-fe/assets/../assets/c1c28a4cacaec93a.svg);
}

.QuestionFilled-module-mask_bold-IU49O {
  --module-icon-mask-url: url(/static/reviews-page-fe/assets/../assets/c06bc150184267db.svg);
}

.QuestionFilled-module-aspectRatio_light-y2Uqm {
  --aspect-ratio: 0.875;
}

.QuestionFilled-module-aspectRatio_normal-gkTcP {
  --aspect-ratio: 0.8;
}

.QuestionFilled-module-aspectRatio_bold-SoGhJ {
  --aspect-ratio: 0.9;
}

.styles-module-root-ctkbY {
  --animate-pulse: 'none';
  --square-border-radius: var(--theme-component-badge-size-m-squareBorderRadius);

  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  border-radius: 50%;
  white-space: nowrap;
  background-color: var(--module-badge-backgroundColor);
  color: var(--module-badge-color);
  box-shadow: var(--module-badge-shadow);
  flex-shrink: 0;
}

.styles-module-children-root-DDqq8 {
  position: relative;
  display: inline-flex;
  min-width: 0;
}

.styles-module-children-root_grow-zYvSx {
  flex-grow: 1;
}

.styles-module-content-wrapper-nRjF5 {
  /* This variables are sets by javascript */
  --module-badge-height: unset;
  --module-badge-translate-x: unset;
  --module-badge-translate-y: unset;
  --module-badge-offset-x: unset;
  --module-badge-offset-y: unset;

  display: flex;
  position: absolute;
  top: var(--module-badge-offset-y, 0);
  right: var(--module-badge-offset-x, 0);
  transform: translate(var(--module-badge-translate-x), var(--module-badge-translate-y));
}

.styles-module-horizontal_start-e4Zdu {
  left: var(--module-badge-offset-x, 0);
  right: unset;
}

.styles-module-horizontal_end-StZ1G {
  left: unset;
  right: var(--module-badge-offset-x, 0);
}

.styles-module-horizontal_center-F4aQS {
  left: 50%;
  right: unset;
  transform: translate(-50%, -50%);
}

/* safari fix */
.styles-module-children-root-DDqq8 > * {
  margin: 0;
}

@keyframes styles-module-appear-f6oKc {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  75% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes styles-module-pulse-KK2Th {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.1;
  }
  4% {
    transform: scale(3.1);
    opacity: 0.31;
  }
  8% {
    transform: scale(2.25);
    opacity: 0.225;
  }
  12% {
    transform: scale(2.6);
    opacity: 0.26;
  }
  16% {
    transform: scale(2.45);
    opacity: 0.245;
  }
  20% {
    transform: scale(2.52);
    opacity: 0.252;
  }
  24%,
  88% {
    transform: scale(2.5);
    opacity: 0.25;
  }
}

.styles-module-zoom-appear-hflM7 {
  animation: 0.32s ease-in-out 0s 1 normal styles-module-appear-f6oKc;
}

.styles-module-animate-pulse-KLy9D {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: var(--animate-pulse);
  background-color: inherit;
  border-radius: inherit;
  z-index: 2;
  animation: styles-module-pulse-KK2Th 4s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

/* ------------------ preset modifier ------------------ */
.styles-module-root_preset_primary-nCXze {
  --module-badge-backgroundColor: var(--theme-palette-red700);
  --module-badge-color: var(--theme-palette-white);
}

.styles-module-root_preset_primary_shadow-UmWi0 {
  --module-badge-shadow: 0px 5px 6px 0px rgba(245, 25, 69, 0.6);
}

.styles-module-root_preset_secondary-J4vRp {
  --module-badge-backgroundColor: var(--theme-palette-black);
  --module-badge-color: var(--theme-palette-white);
}

.styles-module-root_preset_secondary_shadow-Vpvpy {
  --module-badge-shadow: 0px 2px 3px var(--theme-palette-black4), 0px 5px 8px 0px var(--theme-palette-black20);
}

/* ------------------ size modifier ------------------ */
.styles-module-root_size_xs-lvrN9 {
  height: var(--theme-component-badge-size-xs-height);
  min-width: var(--theme-component-badge-size-xs-height);
  font-size: var(--theme-component-badge-size-xs-fontSize);
  padding: var(--theme-component-badge-size-xs-padding);
  border-radius: var(--theme-component-badge-size-xs-height);
  --square-border-radius: var(--theme-component-badge-size-xs-squareBorderRadius);
}

.styles-module-root_size_s-CmEZn {
  height: var(--theme-component-badge-size-s-height);
  min-width: var(--theme-component-badge-size-s-height);
  font-size: var(--theme-component-badge-size-s-fontSize);
  padding: var(--theme-component-badge-size-s-padding);
  border-radius: var(--theme-component-badge-size-s-height);
  --square-border-radius: var(--theme-component-badge-size-s-squareBorderRadius);
}

.styles-module-root_size_m-DfJrj {
  height: var(--theme-component-badge-size-m-height);
  min-width: var(--theme-component-badge-size-m-height);
  font-size: var(--theme-component-badge-size-m-fontSize);
  padding: var(--theme-component-badge-size-m-padding);
  border-radius: var(--theme-component-badge-size-m-height);
  --square-border-radius: var(--theme-component-badge-size-m-squareBorderRadius);
}

.styles-module-root_size_l-Fpdy5 {
  height: var(--theme-component-badge-size-l-height);
  min-width: var(--theme-component-badge-size-l-height);
  font-size: var(--theme-component-badge-size-l-fontSize);
  padding: var(--theme-component-badge-size-l-padding);
  border-radius: var(--theme-component-badge-size-l-height);
  --square-border-radius: var(--theme-component-badge-size-l-squareBorderRadius);
  line-height: 20px;
}

.styles-module-square-amrBm {
  border-radius: var(--square-border-radius);
}

.styles-module-root_size_point_s-pQGek {
  height: var(--theme-component-badge-size-s-pointHeight);
  width: var(--theme-component-badge-size-s-pointHeight);
}

.styles-module-root_size_point_m-bvTJ6 {
  height: var(--theme-component-badge-size-m-pointHeight);
  width: var(--theme-component-badge-size-m-pointHeight);
}

.styles-module-root_size_point_l-MPPxI {
  height: var(--theme-component-badge-size-l-pointHeight);
  width: var(--theme-component-badge-size-l-pointHeight);
}

.index-item-xDAgO {
    display: flex;
    align-items: center;
}

.index-itemRating-Dktie {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.index-itemRatingCount-lw4tS {
    color: var(--theme-palette-gray54);
    font-size: 14px;
    line-height: 1;
    margin-left: 8px;
}

.styles-root_on-map-CU0jj {
    overflow: hidden;
    width: auto;
    padding: 0 0 20px;
}

.styles-root_padding-EVMBd {
    padding-top: 30px;
}

.b-shop .styles-root_padding-EVMBd {
    padding-top: 7px;
}

.styles-root_margin-wGvqm {
    margin-top: -27px;
}

.styles-filters-Gk0xv {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 300px;
    padding-bottom: 10px;
}

.styles-root_on-map-CU0jj .styles-filters-Gk0xv {
    padding-bottom: 0;
    padding-left: 30px;
}

.styles-main-filters-S3K4l {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.styles-main-filter-control-H7k8Y {
    margin: 0 5px 5px 0;
    flex-shrink: 0;
    width: 186px;
}

.styles-main-filter-control-H7k8Y:nth-child(5n) {
    margin-right: 0;
}

.b-shop .styles-main-filter-control-H7k8Y {
    width: 183px;
}

#profile .styles-main-filter-control-H7k8Y {
    width: 137px;
}

.styles-top-filters_vertical-VQNvA {
    margin-bottom: 10px;
}

.styles-top-filter-control-LJxcn {
    display: inline-block;
    margin-right: 50px;
}

.styles-top-filter-control-LJxcn:last-child {
    margin-right: 0;
}

.styles-column-yt8oJ {
    max-width: 100%;
}

.styles-filters-Gk0xv .styles-hidden-CK1v2 {
    display: none;
}

.styles-urls-tf9Wv {
    display: none;
}

.styles-reset-yj1FU {
    padding-left: 7px;
    color: #8f8f8f;
    cursor: pointer;
}

.styles-reset-yj1FU:hover {
    color: #0099f7;
}

.styles-root-zECVU {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.styles-content-MpDym {
    width: 0;
    height: 0;
    color: rgba(255, 255, 255, 0);
    font-size: 0;
}

.styles-infm-debug-link-wrapper-r4Sp4 {
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    transition: border-color .2s;
    min-height: 14px;
}

.styles-infm-debug-link-MVmeq {
    position: absolute;
    right: 10px;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    opacity: 0;
    font-size: .75rem;
    font-family: monospace;
    color: #0af;
    transition: opacity .2s;
}

.styles-infm-debug-link-MVmeq img {
    height: .75rem;
    margin-right: 5px;
}

.styles-infm-debug-link-wrapper-r4Sp4:hover {
    border: 1px solid #0af;
}

.styles-infm-debug-link-wrapper-r4Sp4:hover>.styles-infm-debug-link-MVmeq {
    opacity: 1;
}

.styles-infm-debug-version-pi2Ep {
    font-size: 14px;
    font-family: monospace;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px
}

.styles-infm-debug-disable-Z1hYk {
    border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}

.styles-infm-debug-disable-Z1hYk svg {
    vertical-align: bottom;
    cursor: pointer;
}

.styles-infm-debug-disable-Z1hYk svg:hover {
    fill: red;
}
