* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input,
textarea {
  border-radius: 0px;
}
button {
  cursor: pointer;
  background: none;
  border: none;
  display: block;
}
button:focus {
  outline: none;
}
img {
  display: block;
  border: none;
  max-width: 100%;
}
@font-face {
    font-family: "BrushBoy";
    src: url("/fonts/ofont.ru_Brushboy.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RFKrabuler";
    src: url("/fonts/rfkrabuler_regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "BrushBoy", sans-serif;
}
body, p, span, li, .description, a, div {
    font-family: "RFKrabuler", sans-serif;
    overflow: hidden;
}
/* @font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-Bold.woff2') format('woff2'), url('../fonts/Manrope/Manrope-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-SemiBold.woff2') format('woff2'), url('../fonts/Manrope/Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope/Manrope-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
*:focus {
  outline: none;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.js-focus-visible .focus-visible {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #E92F2F !important;
}
.site-container {
  width: 100%;
  max-width: 1234px;
  margin: 0 auto;
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
}
.site-block-paddings-vertical:not(.site-block-paddings-vertical--without-top) {
  padding-top: 40px;
}
.site-block-paddings-vertical:not(.site-block-paddings-vertical--without-bottom) {
  padding-bottom: 40px;
}
.site-grid {
  display: grid;
  gap: 24px;
}
.site-grid .site-grid {
  gap: 16px;
}
.site-grid--x1 {
  grid-template-columns: repeat(1, 1fr);
}
.site-grid--x2 {
  grid-template-columns: repeat(2, 1fr);
}
.site-grid--x3 {
  grid-template-columns: repeat(3, 1fr);
}
.site-grid--x4 {
  grid-template-columns: repeat(4, 1fr);
}
.site-grid--x5 {
  grid-template-columns: repeat(5, 1fr);
}
.site-grid--x6 {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1350px) {
  .site-grid--x4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1230px) {
  .site-grid--x5,
  .site-grid--x6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .site-grid--x3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .site-grid--x4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .site-grid--x5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .site-grid--x6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .site-grid--x2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-grid--x3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-grid--x4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-grid--x5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-grid--x6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 450px) {
  .site-header__burger-and-logo {
    gap: 2px !important;
  }

    #filter-section .filter-button {
        flex: 1 1 90px;   /* базовая ширина кнопки — 100px */
        min-width: 80px;   /* можно ужать до 80 */
        max-width: 100px;  /* максимум 100px, как вы хотите */
        font-size: 12px;   /* уменьшаем шрифт */
    }
  
  .site-grid--x4 {
    grid-template-columns: repeat(1, 1fr);
  }
  
}
[hidden] {
  display: none;
}
body {
  background-color: #f8e8c4;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: #212121;
  font-weight: normal;
  line-height: 1.4;
}
h1 {
  font-size: 35px;
  font-weight: 600;
}
h1:not([class]) {
  margin-bottom: 32px;
}
h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 24px;
}
h2.section-title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    background: transparent !important;
}
h2:not([class]) {
  margin-top: 40px;
}
h3 {
  font-size: 18px;
  font-weight: 600;
}
h3:not([class]) {
  margin-bottom: 16px;
}
h4 {
  font-size: 14px;
  font-weight: 600;
}
h4:not([class]) {
  margin-bottom: 8px;
}
h5 {
  font-size: 14px;
}
h5:not([class]) {
  margin-top: 32px;
  margin-bottom: 16px;
}
.site-big-note {
  font-weight: 600;
  font-size: 14px;
}
.site-note {
  font-size: 12px;
}
.site-tag {
  font-weight: 600;
  font-size: 12px;
}
.w100 {
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.w100--without-overflow {
  overflow: visible;
}
ul:not(.list-reset),
ol:not(.list-reset) {
  padding-left: 18px;
  margin: 24px 0;
}
ul:not(.list-reset) li + li,
ol:not(.list-reset) li + li {
  margin-top: 12px;
}
.list-reset {
  list-style-type: none;
}
p + p {
  margin-top: 16px;
}
.site-table {
  overflow: auto;
  margin: 32px 0;
  padding-left: 32px;
  width: calc(100% + 64px);
  margin-left: -32px;
  display: flex;
  align-items: flex-start;
}
.site-table::after {
  content: "";
  width: 32px;
  flex-shrink: 0;
  height: 1px;
}
.site-table.site-table--without-gap {
  margin: 0;
}
.site-table table {
  width: 100%;
  min-width: 870px;
  border-collapse: collapse;
  font-size: 14px;
}
.site-table table th,
.site-table table td {
  border: 1px solid rgba(31, 31, 31, 0.08);
}
.site-table table td {
  padding: 14px 16px;
}
.site-table thead th {
  background-color: #F8F9FB;
  text-align: left;
  padding: 16px;
  text-transform: uppercase;
}
.site-tabs__header {
  display: flex;
  justify-content: flex-start;
}
.site-tabs__control {
  font-size: 20px;
  position: relative;
}
.site-tabs__control:not(.site-tabs__control--active) {
  color: rgba(31, 31, 31, 0.56);
}
.site-tabs__control + .site-tabs__control {
  margin-left: 32px;
}
.site-tabs__item:not(.site-tabs__item--active) {
  display: none;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 12px;
  }
  .site-table {
    padding-left: 16px;
    width: calc(100% + 32px);
    margin-left: -16px;
    display: flex;
    align-items: flex-start;
  }
  .site-table::after {
    content: "";
    width: 16px;
    flex-shrink: 0;
    height: 1px;
  }
  .site-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
a {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
}
a:hover {
  color: inherit;
}
a:not([class]) {
  color: #E92F2F;
  text-decoration: none;
}
a:not([class]):hover {
  color: #E92F2F;
}
a:not([class]):active {
  color: #E92F2F;
}
.link-styles-reset {
  color: inherit;
}
.link-styles-reset:active {
  color: inherit;
}
.link-styles-reset:hover {
  color: inherit;
}
.site-link {
  font-weight: 600;
  position: relative;
  color: inherit;
  color: #E92F2F;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.site-link:active {
  color: inherit;
}
.site-link:hover {
  color: inherit;
}
.site-link__icon {
  margin-right: 8px;
}
.site-link:hover {
  color: #E92F2F;
}
.only-icon-link {
  display: inline-flex;
  color: inherit;
  color: rgba(31, 31, 31, 0.48);
}
.only-icon-link:active {
  color: inherit;
}
.only-icon-link:hover {
  color: inherit;
}
.only-icon-link:hover {
  color: #E92F2F;
}
.site-more-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  color: rgba(31, 31, 31, 0.48);
}
.site-more-link:active {
  color: inherit;
}
.site-more-link:hover {
  color: inherit;
}
.site-more-link .site-more-link__text-wrapper {
  overflow: hidden;
}
.site-more-link .site-more-link__text {
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  margin-right: 10px;
}
.site-more-link:hover {
  color: #E92F2F;
}
.site-more-link:hover .site-more-link__text {
  transform: none;
  opacity: 1;
}
button {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.site-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: currentColor;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  height: 58px;
  font-size: 14px;
  font-weight: 600;
}
.site-button:not(.site-button--pseudo) {
  padding: 0 24px;
  color: white;
  background: #E92F2F;
  border-radius: 29px;
  border: 1px solid #E92F2F;
}
.site-button:not(.site-button--pseudo):hover {
  background-color: #FF5151;
  border-color: #FF5151;
  color: white;
}
.site-button:not(.site-button--pseudo):active {
  background-color: transparent;
  color: #FF5151;
}
.site-button__icon {
  width: 24px;
}
.site-button__icon + .site-button__text {
  margin-left: 8px;
}
.site-button:focus {
  outline: none;
}
.site-button:disabled {
  border-color: #888888;
  background-color: rgba(33, 33, 33, 0.16);
  pointer-events: none;
  color: #888888;
}
.site-button--full-width {
  display: flex;
}
.site-button--pseudo {
  border: none;
  padding: 0;
}
.site-button--pseudo:hover {
  color: #E92F2F;
}
.site-button--pseudo:active {
  color: currentColor;
}
.site-button--pseudo-autoheight {
  border: none;
  padding: 0;
  height: auto;
}
.site-button--pseudo-autoheight:hover {
  color: #E92F2F;
}
.site-button--pseudo-autoheight:active {
  color: currentColor;
}
.site-button.site-button--secondary {
  padding: 0 24px;
  color: #E92F2F;
  background-color: transparent;
}
.site-button.site-button--secondary:hover {
  background-color: transparent;
  border-color: #FF5151;
  color: #FF5151;
}
.site-button.site-button--secondary:active {
  border-color: #E92F2F;
  color: #E92F2F;
}
.site-button--size-m {
  height: 48px;
}
.site-button--size-s {
  height: 32px;
}
.site-button--size-m .site-button__icon,
.site-button--size-s .site-button__icon {
  width: 16px;
}
.site-form {
  position: relative;
}
.site-form__label {
  display: block;
}
.site-form__item + .site-form__item {
  margin-top: 16px;
}
.site-form__label-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 19px;
}
.site-form__label-text + .site-form__label-area {
  margin-top: 4px;
}
.site-form__label-error {
  font-size: 10px;
  line-height: 12px;
  color: #E92F2F;
  margin-top: 8px;
}
.site-form__label-area {
  margin-top: 4px;
}
.site-form input,
.site-form textarea {
  display: block;
  height: 48px;
  background: white;
  width: 100%;
  font-size: inherit;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 0 24px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.site-form input:focus,
.site-form textarea:focus {
  outline: none;
  border-color: #E92F2F;
}
.site-form input:disabled,
.site-form textarea:disabled {
  border-color: rgba(0, 0, 0, 0.08);
}
.site-form input::placeholder,
.site-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.16);
}
.site-form textarea {
  max-width: 100%;
  min-height: 108px;
  padding-top: 10px;
}
.site-form .site-form__label-area--secondary {
  border: none;
  background-color: #F3F4F6;
  color: rgba(31, 31, 31, 0.32);
}
.site-form .site-form__label-area--secondary:focus {
  background-color: #EEEFF1;
}
.site-form .site-form__label-area--secondary:disabled {
  opacity: 0.4;
}
.site-form__button {
  margin-top: 24px;
}
.site-form__error-message {
  display: none;
  color: #E92F2F;
  font-size: 12px;
  margin-top: 4px;
}
.site-checkbox {
  display: block;
  position: relative;
}
.site-checkbox input {
  z-index: -1;
  border: none;
  background: none;
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
}
.pd_agreement {
  display: block;
  color: #888888;
  user-select: none;
  font-size: 14px;
}
.site-checkbox__text {
  display: block;
  padding-left: 32px;
  cursor: pointer;
  color: #888888;
  user-select: none;
  font-size: 14px;
}
.site-checkbox__text::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.site-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  background-color: #E92F2F;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.site-checkbox:hover .site-checkbox__text::before {
  border-color: #E92F2F;
}
.site-checkbox input:checked + .site-checkbox__text::before {
  border-color: #E92F2F;
}
.site-checkbox input:checked + .site-checkbox__text::after {
  opacity: 1;
}
.site-checkbox input:disabled + .site-checkbox__text::before {
  border-color: rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
.site-checkbox input:disabled + .site-checkbox__text {
  pointer-events: none;
}
.site-radio {
  display: block;
  position: relative;
}
.site-radio input {
  z-index: -1;
  border: none;
  background: none;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
}
.site-radio__text {
  display: block;
  padding-left: 32px;
  cursor: pointer;
  color: #888888;
  user-select: none;
  font-size: 14px;
}
.site-radio__text::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.site-radio__text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  transform: scale(0.5);
  background-color: #E92F2F;
  opacity: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.site-radio:hover .site-radio__text::before {
  border-color: #E92F2F;
}
.site-radio input:checked + .site-radio__text::before {
  border-color: #E92F2F;
}
.site-radio input:checked + .site-radio__text::after {
  opacity: 1;
}
.site-radio input:disabled + .site-radio__text::before {
  border-color: rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
.site-radio input:disabled + .site-radio__text {
  pointer-events: none;
}
.site-form__radio-group .site-radio + .site-radio {
  margin-top: 16px;
}
.site-combobox {
  display: block;
  position: relative;
  color: #888888;
  min-width: 153px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
}
.site-combobox__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.site-combobox__title + .site-combobox__header {
  margin-top: 4px;
}
.site-combobox__item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: white;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  padding: 0 24px;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.site-combobox__item + .site-combobox__item {
  border-top: none;
}
.site-combobox .site-combobox__item + .site-combobox__item {
  margin-top: -1px;
}
.site-combobox__header {
  border-radius: 6px;
  transition: none;
  display: flex;
}
.site-combobox__value {
  flex-grow: 1;
}
.site-combobox__icon {
  margin-left: 16px;
  flex-shrink: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.site-combobox__body {
  display: none;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -1px;
  width: 100%;
}
.site-combobox__body .site-combobox__item:last-child {
  border-radius: 0 0 6px 6px;
}
.site-combobox__body .site-combobox__item:hover {
  background-color: #f6f6f6;
}
.site-combobox--active {
  z-index: 3;
}
.site-combobox--active .site-combobox__item {
  border-color: #E92F2F;
}
.site-combobox--active .site-combobox__icon {
  transform: rotate(180deg);
}
.site-combobox--active .site-combobox__body {
  display: flex;
}
.site-combobox--active .site-combobox__header.site-combobox__item {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.site-combobox--disabled {
  pointer-events: none;
  color: rgba(32, 32, 32, 0.48);
}
.site-popup {
  display: none;
  text-transform: none;
}
.site-popup.fancybox-content {
  background: #f8e8c4;
  min-width: 280px;
  width: 100%;
  padding: 24px;
  max-width: 768px;
  border-radius: 4px;
  font-family: inherit !important;
}
.site-popup__title {
  margin-bottom: 16px;
}
.site-popup .site-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-popup .site-form__label {
  width: 100%;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}
.fancybox-bg {
  background-color: rgba(0, 0, 0, 0.56) !important;
}
.fancybox-close-small {
  padding: 4px !important;
  right: 14px !important;
  top: 14px !important;
  color: #202020 !important;
}
.fancybox-close-small svg {
  opacity: 1 !important;
  stroke-width: 2 !important;
}
@media (max-width: 767px) {
  .site-popup.fancybox-content {
    padding: 24px 16px;
  }
  .fancybox-close-small {
    top: 6px !important;
    right: 6px !important;
  }
  .fancybox-slide--html {
    padding: 0 !important;
  }
  .site-popup.fancybox-content {
    border-radius: 0px;
  }
}
.slick-dots {
  font-size: 0;
  list-style-type: none;
  margin: 32px 0 0!important;
  padding: 0!important;
  display: inline-flex;
  justify-content: center;
  background-color: #E8E8E8;
  border-radius: 2px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  margin: 0 !important;
  padding: 0 !important;
}
.slick-dots button {
  width: 95px;
  height: 8px;
  border-radius: 2px;
}
.slick-dots button:hover {
  background-color: rgba(233, 47, 47, 0.5);
}
.slick-dots .slick-active button {
  background-color: #eed6b4;
}
* {
  -webkit-locale: auto;
}
.site-header {
  overflow: visible;
  position: sticky;
  z-index: 100;
  height: 92px;
  background-color: #eed6b4;
  top: 0;
}
.site-header__info {
  padding: 16px 0;
}
.site-header__info .site-container {
  display: flex;
  align-items: center;
}
.site-header__logo {
  margin-right: 32px;
}
.site-header__item + .site-header__item {
  margin-left: 24px;
}
.site-header__basket {
  margin-left: auto;
}
.header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-item__phone {
  min-width: 110px;
}
.header-item__main {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}
.header-item__main img,
.header-item__main svg {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.header-item__city-select {
  border: none;
  background: none;
  color: #E92F2F;
  cursor: pointer;
  line-height: 1.4;
  appearance: none;
  -webkit-appearance: none;
}
.header-item__city-select:hover {
  color: #FF5151;
}
.header-item a.header-item__main:hover {
  color: #E92F2F;
}
.header-item__additional {
  color: #888888;
  font-size: 14px;
}
.site-nav .site-container {
  display: flex;
  flex-wrap: wrap;
}
.site-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-size: 16px;
  padding: 5px 5px !important;
    margin: 0 !important;
    border-bottom: 1px solid #c19d6d !important;
    border-top: none !important;
justify-content: flex-start;
}
.site-nav__link:hover {
  color: #E92F2F;
}
.site-nav__link {
  margin-right: 16px;
}
.main-slider {
  margin-top: 40px;
}
.main-slider__item img {
  border-radius: 4px;
}
.product-item {
  border: 1.5px solid #c19d6d;
  border-radius: 16px;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #eed6b4;;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.product-item:hover {
  box-shadow: 0 14px 28px #c19d6d, 0 10px 10px #c19d6d;
}
.product-item__image {
  width: 100%;
  /* aspect-ratio: 1 / 1; */
  object-fit: cover;
}
.product-item__name {
  font-weight: 600;
  margin-top: 24px;
}
.product-item__name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-item__control {
  position: relative;
  z-index: 2;
}
.product-item__description {
  color: #888888; 
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 24px;
}
.product-item__size {
  margin-top: auto;
}
.product-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}
.product-item__footer .site-button {
  flex-grow: 1;
}
.product-item__price {
  font-weight: 600;
  white-space: nowrap;
  margin: 8px 16px 8px 0;
}


.product-item__image-container {
    position: relative;
    display: inline-block;
}

/* Блок "Акция" — левый нижний угол */
.product-item__image-container [class^="product-item__sale-"] {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #E92F2F;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 0 6px 0 0;
}

/* Блок "Количество" — левый верхний угол */
.product-item__image-container [class^="product-item__count-"] {
    position: absolute;
    left: 0;
    top: 0;
    background: #E92F2F;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 0 0 6px 0;
}

/* Скрывать если sale-0 */
.product-item__sale-0, .product-item__sale- {
    display: none !important;
}

/* Скрывать если count-0 */
.product-item__count-0, .product-item__count- {
    display: none !important;
}


.products-list {
  overflow: visible;
}
/* .products-list:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.02);
} */
.site-footer {
  border-top: 1px solid #E8E8E8;
  padding-top: 32px;
  padding-bottom: 16px;
}
.site-footer__policy {
    text-decoration: underline;
    margin-bottom: 8px;
}
.site-footer__policy:hover {
    text-decoration: none;
}
.site-footer__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-variant-numeric: tabular-nums;
}
.site-footer__phone:hover {
  color: #E92F2F;
}
.site-footer__social {
  display: flex;
}
.site-footer__social-link + .site-footer__social-link {
  margin-left: 16px;
}
.site-footer__social-link {
  display: flex;
}
.site-footer__logo {
  align-self: flex-start;
}

.site-header__burger-and-logo {
  gap: 12px;
  display: inline-flex;
}

.site-footer__social-link:hover {
  color: #E92F2F;
}
.site-footer__copy {
  margin-top: 64px;
  max-width: 690px;
  font-size: 12px;
  color: #888888;
}
.basket-fixed {
  position: fixed;
  z-index: 1000;
  right: calc(50% - 70px);
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 29px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.04), 0 10px 10px rgba(0, 0, 0, 0.04);
  background-color: #E92F2F;
  color: white;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.basket-fixed__count {
  position: absolute;
  width: 32px;
  height: 32px;
  right: -8px;
  bottom: -8px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #E92F2F;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.04), 0 10px 10px rgba(0, 0, 0, 0.04);
}
.basket-fixed:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08), 0 10px 10px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1023px) {
  .site-header__basket {
    display: none;
  }
  .site-header__item:first-of-type {
     display: none;
  }
  .site-logo {
    max-width: 160px;
  }
  .header-item__main {
    font-size: 14px;
  }
  #sideMenu {
    width: 100vw !important; /* на ВЕСЬ экран */
    transform: translateX(-100%);
    top: 0 !important;
    height: 100% !important;
  }

  #sideMenu.active {
    transform: translateX(0);
  }

  .delivery-menu-btn {
    display: none !important;
  
  }
    /* кнопка справа */
  .site-burger {
    display: initial !important;
  }
}
/* --- ОСНОВНЫЕ СТИЛИ ДЛЯ ПК --- */

#sideMenu {
    position: fixed;
    top: 92px;
    left: 0;
    width: 250px;
    height: calc(100% - 92px);

    transform: translateX(-100%); /* меню спрятано */
    transition: transform .3s ease;
    background: #f8e8c4;
    overflow: auto;
}

#sideMenu.active {
    transform: translateX(0); /* выехало */
}

/* Верхняя строка меню */
.side-menu__top {
    display: flex;
    justify-content: space-between; /* Заголовок слева, кнопка справа */
    align-items: center;
    padding: 16px;
}

/* Заголовок */
.side-menu__title {
    font-weight: 700;
    font-size: 20px;
}

/* Кнопка крестика — общая область 32x32 с фоном */
.side-menu__close-button {
    padding: 12px; /* чтобы внутренняя область 24x24 */
    border-radius: 20px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity 0.2s;
}

.side-menu__close-button:hover {
    opacity: 0.85;
}

/* Внутренняя область крестика 24x24 */
.side-menu__close-button-inner {
    width: 35px;
    height: 35px;
    position: relative;
}

/* Линии крестика */
.side-menu__close-button-line {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #E92F2F;
    top: 50%;
    left: 0;
    transform-origin: center;
}

.side-menu__close-button-line1 {
    transform: translateY(-50%) rotate(45deg);
}

.side-menu__close-button-line2 {
    transform: translateY(-50%) rotate(-45deg);
}


/* кнопка бургер — слева сверху */
.site-burger {
    z-index: 1;
    display: none;
    transition: transform .3s ease;
    border-radius: 20%;
    padding: 12px;
}


/* вернуть высоту header-top */
.side-menu__top {
    height: 92.5px;
}


.site-burger__in {
  width: 32px;
  height: 24px;
  position: relative;
}
.site-burger__line {
  width: 100%;
  height: 4px;
  background-color: #E92F2F;
  position: absolute;
  left: 0;
}
.site-burger__line1 {
  top: 0;
}
.site-burger__line2 {
  top: calc(50% - 2px);
}
.site-burger__line3 {
  bottom: 0;
}
@media (max-width: 767px) {
  .products-list .site-grid--x4 {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .product-item {
    padding: 8px;
  }
  .product-item .site-button {
    padding: 0;
  }
  .product-item__description {
    font-size: 14px;
  }
  .slick-dots button {
    width: 32px;
    height: 8px;
    background-color: #E8E8E8;
  }
  .slick-dots {
    flex-wrap: wrap;
    background-color: #f8e8c4;
  }
  .slick-dots li {
    margin: 4px !important;
  }
  .site-header__city {
    flex-shrink: 0;
    margin: 0 16px !important;
  }
  .site-block-paddings-vertical:not(.site-block-paddings-vertical--without-bottom) {
    padding-bottom: 25px;
  }
  .site-block-paddings-vertical:not(.site-block-paddings-vertical--without-top) {
    padding-top: 25px;
  }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 100;
    padding: 24px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-nav .site-container {
    flex-direction: column;
  }
  .site-nav__link {
    height: 40px;
  }
  .site-nav__link + .site-nav__link {
    margin-left: 0;
  }
  .site-nav__link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav--active {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .header-item:not(.site-header__city, .site-header__burger, .header-item__phone) {
    display: none;
  }
  .site-header__info .site-container {
    justify-content: space-between;
  }
  .site-header__logo {
    margin-right: 0;
    max-width: 130px;
    place-content: center;
  }
  .site-header__item + .site-header__item {
    margin-left: 0;
  }
}
.products-popup #map {
  width: 100%;
  height: 300px;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 8px;
}
.products-popup .products-popup__empty-message {
  display: none;
}
.products-popup.products-popup--empty .products-popup__content {
  display: none !important;
}
.products-popup.products-popup--empty .products-popup__empty-message {
  display: block;
}
.products-popup__products {
  width: 100%;
  margin: -16px 0;
}
.products-popup__products td + td {
  padding-left: 16px;
}
.products-popup__products td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.products-popup__products tr + tr td {
  border-top: 1px solid #E8E8E8;
}
.products-popup__products td:first-child {
  width: 100px;
}
.products-popup__price {
  color: #888888;
  text-align: center;
  font-weight: 600;
  margin-top: 4px;
  font-size: 14px;
}
.products-popup__total {
  font-weight: 600;
  font-size: 18px;
}
.products-popup__image {
  display: flex;
}
.products-popup__image img {
  width: 100px;
  height: 100px;
  border-radius: 2px;
  object-fit: cover;
}
.products-popup__name {
  width: 100%;
  font-weight: 600;
}
.products-popup__name:hover {
  color: #E92F2F;
}
.products-popup__description {
  color: #888888;
  font-size: 14px;
}
.products-popup__remove svg {
  transform: rotate(180deg);
  width: 32px;
  height: 32px;
}
.products-popup__remove:hover {
  color: #E92F2F;
}
.products-popup__promo {
  margin-top: 24px;
  flex-direction: row !important;
}
.products-popup__promo input {
  margin-right: 8px;
}
.products-popup__hint {
  font-size: 14px;
  color: #888888;
  margin-top: 16px;
}
.products-popup__total-block {
  margin-top: 16px;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  grid-column: 1 / 3;
}
.products-popup__promo-satus {
  font-size: 14px;
}
.products-popup__promo-satus:not(:empty) {
  margin-top: 4px;
}
.products-popup__delivery-sum {
  font-size: 14px;
}
.products-popup__delivery-sum:not(:empty) {
  margin-top: 4px;
}
.products-popup__total-price-wrapper {
  padding-top: 4px;
  margin-top: 4px;
  display: block;
  border-top: 1px solid #E8E8E8;
  text-align: right;
  font-size: 20px;
}
.products-popup__order {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.products-popup__order h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.products-popup__delivery {
  align-self: flex-start;
  justify-self: flex-start;
}
.products-popup__form-button {
  align-self: center;
  justify-self: center;
}
.products-popup__policy .site-checkbox__text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .products-popup__comment {
    grid-column: 2 / 2;
    grid-row: 2 / 4;
    height: 100%;
  }
  .products-popup__delivery-suggest,
  .products-popup__from-email {
    grid-column: 1 / 3;
  }
  .products-popup__policy,
  .products-popup__form-button,
  .products-popup__delivery {
    grid-column: 1 / 3;
  }
}
.products-popup__comment {
  display: grid;
  gap: 2px;
  grid-template-rows: auto 1fr;
}
.products-popup__comment textarea {
  height: auto;
}
.products-popup__payment {
  height: 100%;
  display: grid;
  gap: 4px;
  grid-template-rows: auto 1fr;
  grid-column: 1 / 3;
}
.products-popup__payment .site-radio {
  align-self: flex-start;
}
.site-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row !important;
}
.site-counter__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.site-counter__button:hover {
  color: #E92F2F;
}
.site-counter input {
  width: 64px;
  margin: 0 8px;
  padding: 0;
  text-align: center;
}
.site-counter input::-webkit-outer-spin-button,
.site-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.site-counter input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 767px) {
  .products-popup__order {
    grid-template-columns: 1fr;
  }
  .products-popup__order .site-grid {
    gap: 16px;
    justify-self: flex-start;
  }
  .products-popup__payment {
    gap: 8px;
  }
  .products-popup__total-block {
    grid-column: auto;
    min-width: 0;
  }
  .products-popup__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .products-popup__item td:first-child {
    width: 76px;
    align-self: flex-start;
  }
  .products-popup__item td:first-child img {
    width: 76px;
    height: 76px;
  }
  .products-popup__item td:nth-child(2) {
    flex-grow: 1;
    padding-left: 16px;
    width: calc(100% - 76px);
  }
  .products-popup__item td + td {
    padding-left: 0;
  }
  .products-popup__item {
    border-top: 1px solid #E8E8E8;
  }
  .products-popup__products tr + tr td {
    border: none;
  }
  .site-counter input {
    width: 48px;
  }
  .products-popup__total {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.map-block iframe {
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .map-block iframe {
    height: 280px;
  }
 
  .product-item__name {
       word-break: break-word;   
       font-size: 18px;
       font-weight: bold;
  }
  
  .product-item__footer {
      flex-direction: column;
      align-items: flex-start;
  }
  
  .product-item .site-button {
      width: 100%;
  }
  .products-popup__payment {
      grid-column: auto;
  }
}
.city-popup__button {
  color: #E92F2F;
  font-size: 18px;
  line-height: 2;
}
.city-popup__button:hover {
  color: #FF5151;
}


.news-wrapper {
    margin: 0 auto;
    padding: 20px;
}

/* .product-item {
  background-color: #fbcebb;
} */
/* .product-item:nth-child(3n+1) {
  background-color: #eed6b4;
}

.product-item:nth-child(3n+2) {
  background-color: #cee5b7;
}

.product-item:nth-child(3n+3) {
  background-color: #ff7f50;
} */
/* Заголовок раздела */
.news-wrapper__title {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
    color: #222;
    font-weight: 700;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* Каждая карточка новости */
.news-item {
    background-color: #eed6b4;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

/* При наведении чуть поднимаем карточку */
.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

/* Заголовок новости */
.news-item__title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

/* Описание новости */
.news-item__description {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

@media(max-width: 500px) {
  .site-header__city {
    display: none;
  }
}
@media(max-width: 350px) {
  .header-item__phone {
    display: none;
  }
}

/* Мобильная адаптация */
@media (max-width: 600px) {
    .news-wrapper {
        padding: 10px;
    }

    .news-item {
        padding: 15px;
    }

    .news-item__title {
        font-size: 1.25rem;
    }

    .news-item__description {
        font-size: 0.95rem;
    }
}

#filter-section {
    margin: 0 !important;
    display: flex;
    gap: 6px;
    justify-content: flex-start;
}
#filter-section .section-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;  /* заголовок не переносится */
}
#filter-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}

#filter-section .filter-buttons { 
    display: flex;
    flex-wrap: wrap;       /* разрешаем перенос */
    gap: 5px;
    width: 100%;
    padding: 8px 12px;
}

#filter-section .filter-button {
    flex: 1 0 100px;        /* кнопки растягиваются и могут уменьшаться */
    min-width: 100px;       /* минимальная ширина */
    max-width: 200px;       /* максимальная ширина */
    text-align: center;
    padding: 8px 0;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #c19d6d;
    background-color: #eed6b4;
    color: #333;
    transition: background-color 0.2s, color 0.2s;
    font-size: 14px;
}
/* Активная кнопка */
#filter-section .filter-button.active {
    background-color: #E92F2F;
    color: #fff;
    border-color: #E92F2F;
}

  /* Общий контейнер для левой кнопки и правого контента */
  .page-wrapper {
    display: flex;
    height: calc(100vh - 92px);
    overflow: hidden;
  }

  /* Левая кнопка */
  .delivery-menu-btn {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #eed6b4; /* коричневый цвет */
    color: #212121;
    width: 30px; /* можно менять 20-40px */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    flex-shrink: 0;
    transition: width 0.3s;
    font-size: 24px;
    transform: rotate(180deg);
    font-weight: bold;
  }

  /* Левая панель меню */
  .side-menu-panel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    overflow: auto;
    background: #f4f4f4;
    transition: width 0.3s;
    z-index: 1000;
  }

  /* Правая часть контента */
  .main-content {
    flex: 1;
    overflow: auto;
    transition: margin-left 0.3s;
  }

  /* Когда меню открыто */
  .menu-open .side-menu-panel {
    width: 250px; /* ширина открытого меню, можно менять */
  }

  .menu-open .main-content {
    margin-left: 250px;
  }

  .price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 5px;
}

.price-new {
  color: #e53935; /* яркий цвет для скидки */
  font-weight: bold;
}
.main-slider__item.lazy-hidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Клон кнопки для анимации */
.fly-button {
    position: fixed;
    z-index: 2000;
    pointer-events: none;
    transition:
        transform 0.9s ease,
        opacity 0.9s ease;
}

.basket-fixed.bump {
    animation: bump 0.5s ease;
}

@keyframes bump {
    0%   { transform:scale(1); }
    50%  { transform:scale(1.2); }
    100% { transform:scale(1); }
}
.site-popup__order-result {
    padding: 20px;
    max-width: 600px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
}

.site-popup__title {
    margin: 0 0 15px 0;
    font-size: 22px;
    text-align: center;
}

.site-popup__description {
    font-size: 14px;
}

.site-popup__order {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}

.site-popup__order h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.site-popup__order .modal-item {
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
}

.site-popup__basket .modal-item:last-child {
    border-bottom: none;
}

.site-popup__status-text {
    margin-top: 15px;
    font-weight: bold;
}

/* Стиль для оплаченного заказа */
.payment-success {
    border: 2px solid #28a745;
    background: #eaf8ee;
}

.payment-success .site-popup__title {
    color: #155724;
}

/* Стиль для не оплаченного заказа */
.payment-pending {
    border: 2px solid #ffc107;
    background: #fff8e1;
}

.payment-pending .site-popup__title {
    color: #856404;
}

/* Стиль для ошибок, если понадобится в будущем */
.payment-failed {
    border: 2px solid #dc3545;
    background: #fdecea;
}

.payment-failed .site-popup__title {
    color: #721c24;
}


/* ===== ДЕСКТОП ===== */
.site-button--profile {
  margin-left: 10px;
}

/* ===== МОБИЛЬНЫЙ FLOATING ===== */
@media (max-width: 1024px) {
  .site-button--profile {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;

    width: 56px;
    height: 56px;
    padding: 0;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    /* box-shadow: 0 6px 20px rgba(0,0,0,.25); */
  }

  .site-button--profile .site-button__text {
    display: none;
  }
  .site-button--profile {
    font-size: 0; /* КЛЮЧЕВО */
  }

  .site-button--profile .site-button__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;

    flex-shrink: 0;
    display: block;
  }

  .site-button--profile .site-button__icon {
    width: 24px;
    height: 24px;
  }
}
.site-popup--profile {
  max-width: 420px;
  padding: 24px;
}

.profile-title {
  margin-bottom: 12px;
}

.profile-text {
  margin-bottom: 20px;
  opacity: .8;
}

.profile-auth__input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  margin-bottom: 12px;
}

.profile-auth__button {
  width: 100%;
}

.profile-info p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.edit-name-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.address-tile {
  border: 1px solid #ccc;
  padding: 8px;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 5px;
}

.address-tile.active {
  background: #f0f0f0;
}

.address-input {
  display: none;
  margin-top: 5px;
}

.add-address-btn {
  margin-top: 10px;
  padding: 5px 10px;
  cursor: pointer;
}
.address-tile {
  border: 1px solid #ccc;
  padding: 8px;
  margin: 5px 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.address-tile.active {
  background: #f0f0f0;
}

.address-chip {
  padding: 5px 10px;
  background: #e0f0ff;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.address-inputs {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

.address-inputs input {
  flex: 1;
  padding: 4px 6px;
}

.address-actions {
  margin-left: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}
