hr {
    border-bottom: solid 1px var(--color-black-10);
    margin: 20px 0;
}

.content {
    min-height: calc(100vh - 321px);
}

.pagination {
    align-items: center;
    justify-content: center;
}

.auth-form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.auth-form__container {
    width: 420px;
}

.auth-form__container._wide {
    width: 600px;
}

.auth-form__send {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.auth-form__error {
    color: var(--color-red-50);
}

.auth-form__section + .auth-form__section {
    border-top: 1px solid var(--color-black-10);
}

.auth-form-section__toggle,
.auth-form-section__toggle label {
    display: flex;
    align-items: center;
}

.auth-form-section__toggle {
    justify-content: space-between;
}

.auth-form-section__content {
    width: 100%;
    display: none;
}

.auth-form-section__icon {
    width: 30px;
}

.auth-form-section__icon img {
    width: 100%;
}

.auth-form-section__toggle._active + .auth-form-section__content {
    display: block;
}

.content {
    display: flex;
    height: 100%;
}

.sidebar__content {
    height: 100%;
    width: 100%;
}

.sidebar__sticky {
  position: sticky;
  top: 140px;

  overflow: hidden;

  margin: 0 -10px;
  padding: 0 10px;

  transition: var(--transition);
}

@media (max-width: 850px) {
    .sidebar__sticky {
        top: 124px;
    }
}

.slider-smart-filter.smartfilter .bx-filter {
    margin-bottom: 0;
}

.content__sidebar-right .sidebar__content {
    padding-left: 20px;
}

.content__sidebar-left .sidebar__content {
    padding-right: 20px;
}

.content__sidebar-right,
.content__sidebar-left {
    display: flex;
}

.content__sidebar-left {
    flex: 0 0 var(--sidebar-left-width);
    width: var(--sidebar-left-width);
    margin-right: 20px;
}

.content__sidebar-right {
    flex: 0 0 var(--sidebar-right-width);
    margin-left: 20px;
    width: var(--sidebar-right-width);
}

.content__sidebar-left:empty,
.content__sidebar-right:empty {
    display: none !important;
}

.content__inner {
    min-height: 100%;
    width: 100%;
}

.content__inner._sidebar-left:not(._sidebar-right) {
    width: calc(100% - var(--sidebar-left-width) - var(--grid-gutter-container));
}

.content__inner._sidebar-right:not(._sidebar-left) {
    width: calc(100% - var(--sidebar-right-width) - var(--grid-gutter-container));
}

.content__inner._sidebar-right._sidebar-left {
    width: calc(
            100% - var(--sidebar-right-width) - var(--sidebar-left-width) -
            (var(--grid-gutter-container) * 2)
    );
}

.header-top-nav
{
	display: flex;
	height: 100%;
}

.header-top-nav__column
{
	display: flex;
	align-items: center;
}

.header-top-nav__row span
{
	color: var(--color-black-55);
}

@media (max-width: 767px) {
    .content__inner._sidebar-left,
    .content__inner._sidebar-right {
        width: 100% !important;
    }
}

.section-content {
    width: 100%;
    display: flex;
}

.section-content__inner {
    width: 100%;
}

.section-content__sidebar-right {
    flex: 0 0 225px;
}

.section-content__sidebar-left {
    flex: 0 0 225px;
}

.popup-content-box.modal {
    border-radius: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
    max-width: 100%;
}

.ui-widget-content.highlight {
    border: none;
    border-radius: var(--border-radius) !important;
    background: #262626;
    color: var(--color-white-100);
    overflow: hidden;
    font-size: var(--font-size-s7);
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.menu-account-content {
    display: none;
}

.menu-account-content__header {
    height: 60px;
    box-shadow: 0px 15px 30px -4px rgb(34 60 80 / 10%);
}

.menu-account-content__avatar {
    height: 36px;
    width: 36px;
}

.menu-account-content__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-account-content__body {
    overflow: scroll;
    display: flex;
    height: calc(100% - 60px);
}

.had {
    display: none;
    position: absolute;
    right: 0;
    z-index: 10;
    top: calc(100% + 5px);
    background: white;
    width: 240px;
    border-radius: var(--border-radius);
    border: 1px solid var(--color-black-10);
}

.had__item {
    padding: 13px 16px;
}

.had-card {
    display: flex;
    align-items: center;
}

.had-card__icon {
    display: flex;
    align-items: center;
}

.had-balance {
    display: flex;
}

.had-balance__col {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.had-balance__col + .had-balance__col {
    padding-left: 8px;
}

.had-balance__col:first-of-type {
    padding-right: 8px;
}

.had-balance__col:first-of-type:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--color-black-10);
}

.had-balance__title {
    color: var(--color-black-25);
}

.had-balance__value {
    font-weight: bold;
}

.had-card__id {
    color: var(--color-black-55);
    font-weight: bold;
}

.auth-blocker {
    padding: 0;
    background: #fff;
}

.auth2 {
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 60px 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.auth2 .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--color-comandor-110);
}

.auth2 label {
    margin-bottom: 8px;
}

.auth2 .step {
    display: none;
}

.auth2 .step.active {
    display: block;
}

.auth2 .input.tel,
.auth2 .input.sms {
    font-size: 20px;
}

.auth2 .input.sms {
    text-align: center;
}

.auth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.auth .header__top {
    padding: 10px 0;
    height: 60px;
}

.auth .header__top .logo {
    float: left;
}

.auth .header__top .close {
    float: right;
    background: var(--color-comandor-110);
}

.auth .login-form,
.auth .reg-form {
    max-width: 370px;
    padding: 80px 0;
    margin: 0 auto;
    text-align: left;
}

#reg-form form input {
    border-color: var(--color-black-5) !important;
}
#reg-form form._validation .input:invalid:not(:placeholder-shown) {
    border-color: var(--color-red-50) !important;
}

#reg-form form .input ~ .input-group__alert {
    transform: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: auto !important;
}
#reg-form form._validation .input:invalid ~ .input-group__alert {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    height: auto !important;
}
#reg-form form .input ~ .input-group__alert {
    opacity: 0 !important;
}
#reg-form form .input ~ .input-group__alert.show {
    opacity: 1 !important;
}

.input:invalid ~ .input-group__alert{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    height: auto;
}

.auth label {
    color: var(--color-black-55);
    margin-bottom: 5px;
    display: block;
    font-size: 80%;
}

.auth .login .btn,
.auth .password .btn {
    width: 100%;
    margin-bottom: 20px;
}

.grid__item.banner-action-slider__left {
    padding: 0;
}

.banner-slider
{
  position: relative;

  width: 100%;
}

.banner-slider .slick-list
{
  overflow: hidden !important;

  width: 100%;
  height: 100%;

  border-radius: var(--border-radius-s2) !important;
}

.banner-slider__slide
{
  position: relative;

  display: flex!important;
  overflow: hidden;

  width: 100%;

  background-repeat: no-repeat;
  background-size: 100%;

  align-items: center;
}

.banner-slider__slide.one {
    background-size: 1308px 415px !important;
}

.slick-dots
{
  font-size: 0;
  line-height: 0;

  position: static;
  bottom: 0;
}

.slick-dots li
{
  width: auto;
  height: auto;
  padding: 0;
}

.slick-dots li button
{
  margin: 0;
  padding: 0;

  transition-duration: .3s;
  transition-property: width, opacity;

  opacity: .1;
  background: #262626;
}

.slick-dots li button:before
{
  content: none;
}

.slick-dots li.slick-active button
{
  opacity: .6;
}

@media (max-width: 1200px) {
    .banner-slider__slide {
        background-size: auto 100%;
    }
}

@media (max-width: 767px) {
    .banner-slider__slide {
        background-position: right;
    }

    .banner-slider__slide.center {
        background-position: center;
    }

    .banner-slider__slide.one {
        background-position: right bottom;
        background-size: 150%;
    }
}

@media (max-width: 600px) {
    .banner-slider__slide.one {
        background-size: 100% !important;
    }

    .banner-slider__slide {
        background-size: 100% !important;
    }
}

.banner-slider__slide .banner__slide-title
{
  font-weight: 700;

  letter-spacing: -.002em;

  color: #000;
}

.banner-slider__slide .banner__slide-text
{
  font-weight: 400;
  line-height: normal;

  letter-spacing: -.015em;

  color: #000;
}

.banner-slider__slide .banner__slide-text.top {
    margin-top: 74px;
}

.banner-slider__slide .banner__slide-text.white {
    color: #fff;
}

.banner-slider__slide .banner__slide-text.none {
    display: none;
}

.banner-slider__slide .banner__slide-title.white {
    color: #fff;
}

.banner-slider__slide .banner__slide-img {
    position: absolute;
    bottom: 0;
    right: 50px;
}

.banner-slider__slide .banner__slide-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 1280px) {
    .banner-slider__slide .banner__slide-img {
        width: 500px;
    }
}

@media (max-width: 1050px) {
    .banner-slider__slide .banner__slide-img {
        width: 400px;
    }
}

@media (max-width: 550px) {
    .banner-slider__slide .banner__slide-img {
        width: 276px;
        right: 24px;
    }
}

.banner-slider__arrow {
    color: var(--color-black-55);
}

.banner-slider .slick-track {
    height: 100%;
}

.banner-slider .slick-arrow
{
  position: absolute;
  z-index: var(--z-index-low);
  top: 50%;

  display: flex!important;

  padding: 0;

  transform: translate(0, -50%);

  opacity: 0;
  color: #fff;
  border: none;
  background: rgba(0, 0, 0, .15);

  align-items: center;
  justify-content: center;
}

@media (max-width: 767px)
{
  .banner-slider .slick-arrow
  {
    display: none!important;
  }
}

.banner-slider:hover .slick-arrow
{
  opacity: 1;
}

.banner__slide-left
{
  position: relative;
  z-index: 1;
}

.banner-slider__img
{
  position: absolute;

  display: block;

  inset: 0;
}

.banner-slider__img img
{
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

@media (max-width: 650px)
{
  .banner-slider__img img
  {
    object-position: right bottom;
  }
}

.banner-action-slider {
    border-radius: var(--border-radius-s2) !important;
}

.banner-action-slider > .grid,
.banner-action-slider > .grid > .grid__item {
    height: 100%;
}

.banner-action-slider__picture {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 428px;
    background-size: cover;
    background-position: center center;
}

.banner-action-slider__picture.mobile {
    display: none;
}

.banner-action-slider__text {
    position: absolute;
    left: 80px;
    bottom: 100px;
    z-index: var(--z-index-low);
    width: 350px;
    flex-direction: column;
}

.banner-action-slider__text.without-button {
    bottom: 40px;
}

.banner-action-slider__text h2 {
    font-size: 320%;
    line-height: 110%;
}

.banner-action-slider__text h3 {
    letter-spacing: 5px;
}

.banner-action-slider__text p {
    margin-top: 20px;
    font-size: 140%;
    line-height: 1.2;
}

.banner-action-slider__text article {
    margin-top: 20px;
    font-size: 14px;
}

.banner-action-slider__text summary {
    font-size: 170%;
}

@media screen and (max-width: 767px) {
    .banner-action-slider__picture.mobile {
        display: flex;
    }

    .banner-action-slider__picture.desktop {
        display: none;
    }
}

.banner-slider__slide .btn {
    z-index: var(--z-index-low);
}

.banner-action-slider__title {
    font-size: var(--font-size-s2);
}

.banner-action-slider__description {
    color: #000;
    font-size: 2vh;
    #background: rgba(0, 0, 0, 0.3);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    background: #ffd975;
    padding: 5px 10px;
}

.banner-action-slider__right {
    height: auto !important;
}

.banner-action-slider__sub {
    width: 100%;
    background: var(--color-black-5) no-repeat center center;
    background-size: cover;
    border-radius: var(--border-radius);
    min-height: 145px;
    height: 100%;
    display: block;
}

@media screen and (max-width: 767px) {
    .banner-slider__slide
    {
      padding: 24px;

      align-items: flex-start;
    }
}

.section-news-item {
    display: flex;
}

.section-news-item__photo {
    height: 100%;
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    border-radius: var(--border-radius);
    overflow: hidden;
    margin-right: 20px;
}

.section-news-item__photo img {
    width: 100%;
    object-fit: contain;
}

.section-news-item__text {
    color: var(--color-black-55);
    line-height: var(--line-height-s4);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 100%;
    overflow: hidden;
    max-height: 84px;
}

.section-news-item__content {
    display: flex;
    flex-direction: column;
    height: auto;
}

.section-news-item__title {
    font-weight: bold;
    font-size: var(--font-size-s5);
    flex: 0 0 auto;
    color: var(--color-black-85);
}

.section-news-item__bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.section-news-item__date {
    display: flex;
    align-items: center;
}

.section-news-item__date span {
    display: flex;
    align-items: center;
}

.section-news-item__date span:last-of-type {
    color: var(--color-black-55);
}

.news-detail-text {
    color: var(--color-black-55);
}

.news-detail-text img {
    max-width: 100%;
    height: auto;
}

.detail_picture {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 50%;
    height: auto;
}

.news-list a {
    font-size: var(--font-size-s5);
    font-weight: bold;
    color: var(--color-black-85);
}

.news-list p {
    color: var(--color-black-55);
    margin: 12px 0 12px 0;
}

@media (max-width: 768px) {
    .section-news-item {
        display: flex;
        flex-wrap: wrap;
    }

    .section-news-item__photo {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
        margin-right: 0;
        height: 200px;
    }

    .detail_picture {
        float: none;
        margin: 0 0 20px 0;
    }
}

.banner-action-row {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-s2);
    height: 200px;
    width: 100%;
}

.banner-action-row__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.banner-action-row__body {
    z-index: 2;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: var(--card-pad-y) var(--card-pad-x);
}

.banner-action-row__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-action-row__bottom {
    color: #000;
}

.banner-action-row__date {
    border-radius: var(--border-radius);
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 10px;
    font-size: var(--font-size-s7);
}

.banner-action-row__top {
    display: flex;
    flex-direction: column;
    color: #000;
}

.banner-action-row__title {
    width: 100%;
}

.banner-action-row__subtitle {
    width: 100%;
}

.banner-action-row__highlight {
    font-size: var(--font-size-s4);
}

.banner-action-row__highlight-top {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    background: #ffd975;
    padding: 5px 10px;
    display: inline-block;
}

.banner-action-row__highlight-bottom {
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    background: #ffd975;
    display: inline-block;
    padding: 5px 10px;
}

.footer-links-social,
.footer-mobile-store {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-links-social .footer__text {
    color: var(--color-black-55);
    font-size: 14px;
    font-weight: 700;
}

.store-labels__description {
    font-weight: 700;
    color: var(--color-black-55);
}

.store-labels__description b {
    color: var(--color-black-55);
}

@media screen and (max-width: 1023px) {
    .banner-action-row__highlight {
        font-size: var(--font-size-s4);
    }

    .banner-action-slider__sub {
        min-height: 20vw;
    }
}

@media (max-width: 1080px) {
    .footer-links-social .footer__text {
        display: none;
    }

    .store-labels__images,
    .store-labels__description,
    .footer-links-social,
    .footer-mobile-store {
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .grid__item.footer-links {
        width: 100% !important;
    }

    .footer-links-social {
        width: 50%;
        float: left;
        text-align: left;
    }

    .footer-mobile-store {
        width: 50%;
        float: right;
    }

    .notfound {
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .banner-action-row__highlight {
        font-size: var(--font-size-s5);
    }

    .notfound {
        width: 100%;
    }

    .store-labels__images,
    .store-labels__description,
    .footer-links-social,
    .footer-mobile-store {
        justify-content: flex-start;
    }

    .banner-action-slider__sub {
        min-height: 40vw;
    }
}

.fms-btn {
    padding: 8px 16px;
}

.fms-btn__text {
    font-size: var(--font-size-s7);
    color: var(--color-black-55);
    display: flex;
    flex-direction: column;
    align-items: start;
}

.fms-btn__text strong {
    color: var(--color-black-85);
}

.fms-btn__text span {
    font-weight: 700;
    line-height: 1.3;
}

.block-info {
    width: 100%;
    border-radius: var(--border-radius);
    display: flex;
    height: 100%;
    color: var(--color-black-55);
}

@media screen and (max-width: 428px) {
    .block-info {
        border-radius: 0;
    }
}

.jq-toast-wrap {
    width: 350px;
}

.jq-toast-single {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    padding: 20px;
}

.close-jq-toast-single {
    font-size: 24px;
    color: var(--color-black-10);
    top: 10px;
    right: 10px;
}

.jq-toast-single h2 {
    font-size: 16px;
}

.jq-has-icon {
    padding-left: 80px;
}

.jq-icon-success {
    background-image: url(images/check.png);
    background-size: 40px;
    background-position: 20px 20px;
}

/* Новые стили */
.section-header-tabs {
    padding: 2px;
    border: 1px solid var(--color-black-10);
    margin-right: 40px;
    border-radius: 10px;
}

@media (max-width: 950px) {
    .section-header-tabs {
        margin-right: 20px;
    }
}

.section-header-tabs ul {
    display: flex;
    align-items: center;
    padding-inline-start: 0;
    list-style: none;
}

.section-header-tabs ul li {
    margin-top: 0;
}

.section-header-tabs ul li .btn {
    border: none;
    padding: 7px 16px;
}

.section-slider-tabs__ctrl.ui-tabs-active .btn {
    background: var(--color-comandor-100);
    color: var(--color-white-100);
}

.section-slider-tabs__ctrl .btn svg {
    stroke: var(--color-comandor-100);
}

.section-slider-tabs__ctrl.ui-tabs-active .btn svg {
    stroke: #fff;
}

@media (max-width: 650px) {
    .section-header-tabs ul li {
        width: 100%;
    }

    .section-header-tabs ul li .btn {
        border: none;
        padding: 7px 16px;
        width: 100%;
        justify-content: center;
    }

    .section-header-tabs {
        margin-right: 0;
        width: 100%;
    }
}

.product-tag-trigger-bonus {
    width: 56px !important;
    overflow: hidden;
    /* height: 24px; */
}

.product-tag-wrapper-bonus {
    position: relative;
}

.product-tag-wrapper-bonus.bottom {
    margin-bottom: -3px;
}

.product-tag-wrapper-bonus span {
    position: absolute;
    top: 4px;
    right: 2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.product-tag-trigger-sale {
    width: 59px !important;
    overflow: hidden;
}

.product-tag-wrapper-sale {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background: var(--color-red-100);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--color-white-100);
    height: 24px;
}

.product-card__bottom-price-column .price__new {
    color: #7CB342;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    margin-bottom: 2px;
}

.product-card__bottom-price-column .price__old {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #737373;

}

/* Карточка товара */
.grid__item.small {
    max-width: 530px;
}

.product-price__economy.line {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: line-through;
}

.product-detail-info__text b {
    color: var(--color-black-85);
}

.indicator-line._70:before {
    background: var(--color-comandor-100);
}

/* Главная */
.section-catalog__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    grid-auto-flow: dense;
}

.section-catalog__list .section-catalog__item {
    background: var(--color-black-5);
    border-radius: 16px;
    width: 100%;
    position: relative;
    padding: 16px;
    overflow: hidden;
    height: 256px;
}

.section-catalog__list .section-catalog__item.sand {
    background: #ffefcf;
}

.section-catalog__list .section-catalog__item.orange {
    background: #ed9a5d;
}

.section-catalog__list .section-catalog__item.yellow {
    background: #ffca5f;
}

.section-catalog__list .wide {
    grid-column: span 2;
    background: #e1e1e1;
}

.section-catalog__list .section-catalog__item .catalog__item-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-catalog__list .section-catalog__item .catalog__item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
}

.section-catalog__list .section-catalog__item .catalog__item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 136%;
    text-decoration: none;
    color: #4d4f52;
}

.app__kopilka {
    display: flex;
    align-items: center;
    gap: 80px;
    height: 219px;
    padding-left: 64px;
    background: #ffefcf;
    border-radius: 16px;
    position: relative;
    margin-top: 88px;
}

.app__kopilka .app__kopilka-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    color: var(--color-black-85);
    position: relative;
    z-index: 2;
}

.app__kopilka .app__kopilka-img {
    background: var(--color-white-100);
    border-radius: 16px;
    padding: 16px;
    position: relative;
    z-index: 2;
    max-width: 144px;
}

.app__kopilka .app__kopilka-img img {
    width: 100%;
    height: auto;
}

.app__kopilka .app__kopilka-bg {
    position: absolute;
    top: 0;
    right: 74px;
}

.app__kopilka .app__kopilka-bg.mobile {
    display: none;
}

.app__kopilka-img__tel {
    position: absolute;
    bottom: -4px;
    right: 215px;
    z-index: 2;
}

.kopilka__feedback {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: space-between;
    height: 224px;
    position: relative;
    padding-left: 64px;
    padding-right: 57px;
    background: #ffefcf;
    border-radius: 16px;
    overflow: hidden;
}

.kopilka__feedback .kopilka__feedback-bg {
    position: absolute;
    top: 0;
    right: 75px;
}

.kopilka__feedback .kopilka__feedback-title {
    font-size: 22px;
    line-height: 32px;
    color: var(--color-black-85);
    position: relative;
    z-index: 3;
}

.kopilka__feedback .kopilka__feedback-img {
    z-index: 2;
    width: 520px;
    position: absolute;
    bottom: -4px;
    right: 52px;
}

.kopilka__feedback .kopilka__feedback-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.kopilka__feedback .kopilka__feedback-title span {
    font-weight: 700;
}

@media (max-width: 1280px) {
    .section-catalog__list {
        grid-template-columns: repeat(5, 1fr);
    }

    .app__kopilka {
        gap: 30px;
    }

    .app__kopilka .app__kopilka-bg {
        right: 0px;
    }

    .app__kopilka-img__tel {
        right: 141px;
    }
}

@media (max-width: 1050px) {
    .section-catalog__list {
        grid-template-columns: repeat(4, 1fr);
    }

    .app__kopilka .app__kopilka-img {
        display: none;
    }

    .kopilka__feedback .kopilka__feedback-img {
        width: 280px;
    }
}

@media (max-width: 850px) {
    .section-catalog__list .section-catalog__item .catalog__item-img {
        width: 150px;
    }

    .section-catalog__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-catalog__list .wide {
        grid-column: span 1;
        background: var(--color-black-5);
    }

    .app__kopilka {
        height: 289px;
        padding-left: 24px;
        padding-top: 24px;
        align-items: flex-start;
    }

    .app__kopilka .app__kopilka-title {
        font-size: 18px;
    }

    .app__kopilka .app__kopilka-bg.desctop {
        display: none;
    }

    .app__kopilka .app__kopilka-bg.mobile {
        display: block;
        position: absolute;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
        width: 270px;
        height: 195px;
        margin-top: 94px;
    }

    .app__kopilka-img__tel {
        right: 50%;
        transform: translateX(50%);
    }

    .app__kopilka-img__tel img {
        width: 156px;
        height: auto;
        object-fit: cover;
    }

    .kopilka__feedback {
        padding: 24px;
        align-items: flex-start;
        height: 254px;
    }

    .kopilka__feedback .kopilka__feedback-title br {
        display: none;
    }

    .kopilka__feedback .kopilka__feedback-img {
        right: 50%;
        transform: translateX(50%);
    }
}

@media (max-width: 650px) {
    .app__kopilka {
        margin-top: 40px;
    }

    .section-catalog__list .section-catalog__item .catalog__item-img {
        width: 130px;
    }

    .section-catalog__list .section-catalog__item.wide .catalog__item-img {
        width: 220px;
    }

    .section-catalog__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .section-catalog__list .section-catalog__item {
        height: 184px;
    }

    .section-catalog__list .section-catalog__item .catalog__item-title {
        font-size: 12px;
    }

    .kopilka__feedback .kopilka__feedback-title {
        font-size: 18px;
        line-height: 140%;
    }
}

/* ================== Возврат товара ==================== */
.container.refund {
    max-width: 1192px;
}

.refund__block .row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.refund__block .row .row__item {
    width: calc(100% / 2);
}

.refund__info > *:not(:last-child) {
    margin-bottom: 25px;
}

.refund__info-list > *:not(:last-child) {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--color-black-10);
}

.refund__info-list > *:not(:first-child) {
    padding-top: 14px;
}

.refund__info-type {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 4px;
}

.refund__info-type span {
    font-weight: 700;
}

.refund__info-type .refund__info-date {
    font-weight: 600;
    color: var(--color-black-55);
    position: relative;
}

.refund__info-type .refund__info-date::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    height: 20px;
    width: 1px;
    background: var(--color-black-10);
}

.refund__info-type .refund__info-time {
    font-weight: 600;
    color: var(--color-black-55);
}

.refund__info-item .refund__info-adress {
    margin-bottom: 4px;
}

.refund__info-item .refund__info-number {
    color: var(--color-comandor-100);
    font-weight: 600;
    line-height: 20px;
}

.refund__info-item .refund__info-name {
    font-weight: 600;
    line-height: 24px;
}

.refund__info-item .refund__info-tel {
    line-height: 24px;
    color: var(--color-black-55);
}

.refund__info-item .refund__info-mail {
    line-height: 24px;
    color: var(--color-black-55);
}

.refund__info-item .refund__info-kopilka {
    line-height: 20px;
    color: var(--color-black-55);
    margin-bottom: 8px;
}

.refund__info-item .refund__info-summ {
    font-size: 18px;
    font-weight: 600;
}

.refund__wrapper > *:not(:last-child) {
    border-bottom: 1px solid var(--color-black-10);
}

.refund__wrapper .refund__block-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.refund__wrapper .refund__block-text {
    line-height: 20px;
    color: var(--color-black-55);
}

.refund__wrapper .refund__block-text a {
    color: var(--color-comandor-100);
    font-weight: 600;
}

.refund__wrapper .refund__block-card {
    border-radius: 8px;
    background: var(--color-comandor-15);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.refund__wrapper .refund__card-number {
    font-weight: 700;
    color: #4d4f52;
}

.refund__wrapper .refund__block-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.refund__wrapper .refund__item-purchased {
    color: var(--color-black-55);
    line-height: 20px;
}

.refund__wrapper .refund__item-purchased span {
    color: var(--color-black-85);
    font-weight: 600;
}

.refund__wrapper .refund__item-text {
    max-width: 302px;
    line-height: 20px;
}

.refund__block .product-item-quantity-controller {
    align-items: stretch;
    display: flex;
}

.refund__block .product-item-quantity-controller__input {
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 72px;
}

.refund__block .product-item-quantity-controller__input input {
    width: 100%;
    height: 100%;
    background: var(--color-black-10);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.refund__block .refund__block-radio {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.refund__block .refund__block-radio input {
    display: none;
}

.refund__block .refund__block-radio label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: var(--color-black-55);
}

.refund__block .refund__block-radio label::before {
    content: "";
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--color-black-25);
}

.refund__block .refund__block-radio input:checked + label::before {
    border-color: var(--color-comandor-100);
}

.refund__block .refund__block-radio input:checked + label::after {
    content: "";
    width: 10px;
    min-width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: 5px;
    border-radius: 50%;
    background: var(--color-comandor-100);
}

.refund__block .refund__block-textarea textarea {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    background: var(--color-black-5);
    padding: 10px 12px;
    resize: none;
}

.refund__block .refund__block-list {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.refund__block .refund__block-list .refund__block-foto {
    position: relative;
}

.refund__block .refund__block-list .refund__block-foto .refund__foto-delete {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.refund__block .refund__block-file {
    display: flex;
    align-items: center;
    gap: 16px;
}

.refund__block .refund__block-file input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}

.refund__block .refund__block-file label {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    padding: 0 16px;
    border: 1px solid var(--color-black-10);
    cursor: pointer;
}

.refund__block .refund__block-file .refund__file-quantity {
    color: var(--color-black-55);
    position: relative;
}

.refund__block .refund__block-file .refund__file-quantity::after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    right: -8px;
    top: 0;
    background: var(--color-black-10);
}

.refund__block .refund__block-file .refund__file-size {
    color: var(--color-black-55);
    font-weight: 600;
}

@media (max-width: 1100px) {
    .refund__block .row {
        flex-direction: column;
    }

    .refund__block .row .row__item {
        width: 100%;
    }

    .content__sidebar-right {
        width: 280px;
        flex: 0 0 280px;
    }

    .container.refund {
        padding: 0;
    }

    .content__inner._sidebar-right:not(._sidebar-left) {
        width: 100%;
    }
}

/* ===================== Фильтры у избранного ================== */
.favourites__row {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
}

.favourites__row .btn {
    gap: 8px;
}

.favourites__recipe-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.favourites__recipe-row .favourites__recipe-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.favourites__recipe-row .favourites__recipe-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.favourites__recipe-row .favourites__recipe-right .favourites__recipe-quantity {
    color: var(--color-black-55);
}

.favourites__recipe-row .favourites__recipe-right .btn.clear {
    gap: 8px;
}

.favourites__recipe-row .favourites__recipe-right .favourites__recipe-arrows {
    padding-left: 16px;
    position: relative;
}

.favourites__recipe-row
.favourites__recipe-right
.favourites__recipe-arrows::before {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-black-10);
}

.favourites__recipe-row
.favourites__recipe-right
.favourites__recipe-arrows
.btn {
    padding: 9px 9px;
}

.favourites__row-mobile__filter {
    display: none;
}

@media (max-width: 1050px) {
    .favourites__recipe-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .favourites__recipe-row .favourites__recipe-right {
        justify-content: flex-end;
        width: 100%;
        gap: 12px;
    }

    .favourites__recipe-row .favourites__recipe-right .btn.clear {
        padding: 9px 9px;
    }

    .favourites__recipe-row .favourites__recipe-right .btn.clear .text {
        display: none;
    }

    .favourites__recipe-row .favourites__recipe-right .favourites__recipe-arrows {
        padding-left: 12px;
    }
}

@media (max-width: 550px) {
    .favourites__recipe-row {
        flex-direction: row;
        align-items: center;
    }

    .favourites__row {
        gap: 12px;
    }

    .favourites__row .btn .text {
        display: none;
    }

    .favourites__row .btn {
        padding: 9px 9px;
    }

    .favourites__row-mobile__filter {
        display: block;
    }

    .favourites__row-mobile__filter .btn {
        padding: 9px 9px;
    }

    .favourites__recipe-right .favourites__recipe-quantity {
        display: none;
    }

    .favourites__recipe-right label {
        display: none;
    }

    .favourites__row label {
        display: none;
    }
}

.product-card-review .product-card__inner .product-card__desc {
    /*height: 35px !important;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 650px) {
    .product-card-review .product-card__inner .product-card__desc {
        position: relative;
    }
}

.notification-card-row {
    transition: all 0.3s ease-in-out;
}

.notification-card-row:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #fff;
}

.notification-card-row .notification-card-row__text a {
    font-weight: 600;
}

.notification-card-row .notification-card-row__text {
    max-width: 450px;
}

.notification-card-row .notification-card-row__ctrl {
    cursor: pointer;
    position: relative;
}

.notification-card-row .notification-card-row__ctrl svg {
    fill: var(--color-black-25);
    margin-bottom: -2px;
}

.notification-card-row .notification-card-row__ctrl.active svg {
    fill: var(--color-comandor-125);
}

.notification-card-row .notification-card-menu {
    position: absolute;
    top: 28px;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 240px;
    border-radius: 8px;
    border: 1px solid var(--color-black-10);
    background: white;
    display: none;
    z-index: 20;
}

.notification-card-row .notification-card-menu.active {
    display: flex;
}

.notification-card-row .notification-card-menu a {
    padding: 16px;
    color: var(--color-black-85);
    display: inline-flex;
    align-items: center;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.notification-card-row .notification-card-menu a:hover {
    background: var(--color-black-5);
}

@media (max-width: 1023px) {
    .notification-card-row .notification-card-mobile {
        padding-left: 65px;
    }
}

.m-checkbox__arrow {
    top: 8px !important;
    left: 8px !important;
}

/* Модалки избранное */
.modal-new-list,
.modal-edit-list,
.modal-new-product,
.modal-info-all,
.modal-bonus-basket,
.modal-age {
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 380px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 10px #000;
    text-align: left;
    overflow: hidden;
    padding: 20px;
}

.modal-new-list .close,
.modal-edit-list .close,
.modal-new-product .close,
.modal-info-all .close,
.modal-bonus-basket .close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.modal-list-title,
.modal-info-all-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
}

.modal-list-name {
    font-size: 12px;
    line-height: 24px;
    color: var(--color-black-55);
}

@media (max-width: 400px) {
    .modal-list-name {
        line-height: 16px;
    }
}

.modal-list-btn-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal-list-btn-row > * {
    width: 100%;
    justify-content: center;
}

.modal-new-product .ui-select-unit {
    width: 100%;
}

.modal-list-name-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-bonus-basket .modal-bonus-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.modal-bonus-basket .modal-bonus-row .text {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.modal-bonus-basket .modal-bonus-row span {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: var(--color-comandor-100);
}

.auth__password-block {
    position: relative;
}

.auth__password-block input {
    padding-right: 30px;
}

.password-show-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.password-show-icon.none {
    display: none;
}

.password-hidden-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.password-hidden-icon.none {
    display: none;
}

.faq__accordion-block {
    max-width: 630px;
}

.faq__accordion-block > * {
    border-bottom: 1px solid var(--color-black-10);
}

.faq__accordion-block .faq__accordion-item:first-child {
    border-top: 1px solid var(--color-black-10);
}

.faq__accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

.faq__accordion-title svg {
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}

.faq__accordion-title + .faq__accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.faq__accordion-title.active + .faq__accordion-body {
    max-height: 400px;
    padding-bottom: 21px;
}

.faq__accordion-title.active svg {
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}

.faq__accordion-title.active {
    padding-bottom: 15px !important;
}

.faq__accordion-body ul {
    margin-bottom: 12px;
}

.faq__accordion-body li {
    color: var(--color-black-55);
}

.faq__accordion-body a {
    font-weight: 600;
}

.faq__accordion-body .text {
    color: var(--color-black-55);
}

@media (max-width: 767px) {
    .faq__accordion-block {
        max-width: 100%;
    }

    .faq__accordion-title {
        font-size: 14px;
        padding: 16px 0 !important;
    }

    .faq__accordion-title.active + .faq__accordion-body {
        padding-bottom: 16px !important;
    }

    .faq__accordion-body li {
        font-size: 12px;
    }

    .faq__accordion-body a {
        font-size: 12px;
    }

    .faq__accordion-body .text {
        font-size: 12px;
    }
}

.faq__question {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.faq__question-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 40px;
}

.faq__question-list {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.faq__question-list > * {
    padding: 20px 0;
    border-bottom: 1px solid var(--color-black-10);
    color: var(--color-black-85);
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.faq__question-list .faq__question-item:first-child {
    border-top: 1px solid var(--color-black-10);
}

.faq__question-btn {
    display: none;
}

@media (max-width: 1050px) {
    .faq__question {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .faq__question-item {
        display: none;
    }

    .faq__question-list .faq__question-item:nth-child(-n + 5) {
        display: block;
    }

    .faq__question-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: none;
    }

    .faq__question-btn.none {
        display: none;
    }

    .faq__question-list.active .faq__question-item {
        display: block;
    }

    .faq__question-list.active {
        margin-bottom: 30px;
    }
}

.empty-select {
    border: 1px solid red; /* Добавляем красную рамку */
}

@media (max-width: 768px) {
    .container.refund .content {
        flex-direction: column;
    }

    .container.refund .content .content__sidebar-right {
        width: auto;
        margin-left: 0;
        margin-top: 20px;
    }

    .container.refund .content .content__sidebar-right .sidebar__content {
        border-left: none;
        border-top: 1px solid var(--color-black-10);
        padding-left: 0;
    }

    .product-return-item {
        padding: 20px 0;
        border-bottom: 1px solid var(--color-black-10);
        border-radius: 0;
    }

    .product-return-item:last-child {
        border-bottom: none;
        padding-bottom: 10px;
    }

    .refund__block .refund__block-list {
        justify-content: center;
    }
}

.btn.yellow_price {
    background: #ffefcf !important;
    color: black !important;
    border: none;
}

article h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32.16px;
    text-align: left;
    margin-bottom: 25px;
}

article h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24.12px;
    text-align: left;
    margin-bottom: 25px;
}

article p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.28px;
    text-align: left;
    margin-bottom: 20px;
}

article ul {
    margin-bottom: 20px;
}

article li {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.28px;
    text-align: left;
}

article ul li::marker {
    color: #0097a1;
}

article table tr td {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

article table tr td {
    color: #262626;
    border-width: 1px, 1px, 1px, 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

article table tr td:nth-child(1) {
    color: #262626;
    border-width: 1px, 1px, 1px, 1px;
    border-style: solid;
    border-color: #0097a129;
    border-top: 1px solid #0097a129;
    border-left: 1px solid #0097a129;
    background: rgba(0, 151, 161, 0.16);
}

.section-slider-tabs__contents.no-stars
.product-card-review__col
.user-rating-row__rating {
    display: none !important;
}

.section-slider-tabs__contents.no-stars
.product-card-review__col
.review-card__text {
    max-height: 162px;
    overflow-y: auto;
}

.section-slider-tabs__contents.no-stars
.product-card-review__col
.review-card__button
.btn {
    background: var(--color-comandor-100);
    color: var(--color-white-100);
}

.section-slider-tabs__contents.no-stars .product-card-review {
    height: 414px !important;
    gap: 3px;
}

.section-slider-tabs__contents.no-stars .product-card-review .product-card__controls {
    width: 118px;
    position: absolute;
    right: 0;
    bottom: 4px;
}

.section-slider-tabs__contents.no-stars .product-card-review .product-card__controls-inner {
    column-gap: 8px;
}

.section-slider-tabs__contents.no-stars .product-card-review .product-card__controls-item {
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.section-slider-tabs__contents.no-stars .product-card-review input.product-card__controls-item {
    width: 41px;
    padding: 0 8px;
}

@media (max-width: 650px) {
    .section-slider-tabs__contents.no-stars .product-card-review .product-card__controls {
        width: 100%;
        position: relative;
        right: 0;
        bottom: 4px;
    }

    .section-slider-tabs__contents.no-stars .product-card-review input.product-card__controls-item {
        width: 100%;
        padding: 0 8px;
    }

    .section-slider-tabs__contents.no-stars .product-card-review {
        height: 380px !important;
        padding: 8px;
        border-radius: 8px;
        border: 1px solid #F2F2F2;
    }


    .section-slider-tabs__contents.no-stars .product-card-review__col .review-card__text {
        max-height: 46px;
        overflow-y: auto;
        padding-right: 10px;
        padding-bottom: 16px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 769px) {
    .m-shops-list__item:last-child {
        padding-bottom: 70px !important;
    }
}

.product-card__bottom-price-column {
    height: 42px;
}

@media screen and (max-width: 650px) {
    .product-card__bottom-price-column.none {
        display: none !important;
    }

    .catalog__items-bottom {
        margin-bottom: 8px !important;
        padding: 0 4px !important;
    }
    .product-card__bottom .btn  {
        width: 32px;
        height: 32px;
        min-width: 32px;
        padding-left: 5px;
    }
}

.favorites__none {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    margin-top: 56px;
}

.favorites__none .text {
    font-size: 18px;
    line-height: 28px;
}

.modal-new-product .list {
    max-height: 140px;
    overflow-y: auto;
    padding-right: 16px;
}

.modal-new-product .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    cursor: pointer;
}

.modal-new-product .list .item .delete {
    display: none;
}

.modal-new-product .list .item .add svg {
    stroke: #BFBFBF;
}

.modal-new-product .list .item:hover .add svg {
    stroke: #008891;
}

.modal-new-product .list .item .add svg {
    stroke: #0097A1;
}

.modal-new-product .list .item:hover {
    border-radius: 4px;
    background: var(--color-black-5);
}

.modal-new-product .list .item.active .delete {
    display: block;
}

.modal-new-product .list .item.active .delete svg {
    fill: #BFBFBF;
}

.modal-new-product .list .item.active .delete:hover svg {
    fill: #FA4545;
}

.modal-new-product .list .item.active .add {
    display: none;
}


.loyalty__page .loyalty__block {
    margin: 187px auto 350px;
    text-align: center;
}

.loyalty__page .loyalty__block .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    color: var(--color-black-85);
    margin-bottom: 12px;
}

.loyalty__page .loyalty__block .title.nowork {
    margin-bottom: 40px;
    margin-top: 16px;
}

.loyalty__page .loyalty__block .text {
    margin-bottom: 24px;
    color: var(--color-black-55);
}

.loyalty__page .loyalty__block .btn {
    padding: 9px 32px;
    gap: 8px;
}

.loyalty__page .loyalty__block .btn.loyalty__nowork {
    width: 340px;
    justify-content: center;
}

@media (max-width: 650px) {
    .loyalty__page .loyalty__block {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media (max-width: 400px) {
    .loyalty__page .loyalty__block .btn.loyalty__nowork {
        width: 100%;
    }
}


.loyalty__modal {
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 380px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
}

.loyalty__modal .img {
    margin-bottom: 16px;
}

.loyalty__modal .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 16px;
}

.loyalty__modal ul {
    padding-inline-start: 0;
    margin-bottom: 24px;
}

.loyalty__modal ul > *:not(:last-child) {
    margin-bottom: 4px;
}

.loyalty__modal ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    line-height: 20px;
    color: var(--color-black-55);
}

.loyalty__modal ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    background: var(--color-black-55);
    transform: translateY(-50%);
    border-radius: 50%;
}

.loyalty__modal ul li + li {
    margin-top: 0;
}

.loyalty__modal .btn {
    width: 100%;
    justify-content: center;
}


.loyalty__none-info {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.loyalty__none-info .loyalty__none-info-text {
    position: absolute;
    top: -78px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 600;
    line-height: 132%;
    color: var(--color-black-55);
    width: 200px;
    height: 48px;
    background: #FFF;
    border-radius: 8px;
    padding: 10px 16px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    text-align: start;
    opacity: 0;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}

.loyalty__none-info .loyalty__none-info-text::after {
    height: 8px;
    width: 16px;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8' fill='none'%3e%3cpath d='M8 8L6.99382e-07 3.1747e-08L16 1.43051e-06L8 8Z' fill='white'/%3e%3c/svg%3e");
}

.loyalty__none-info:hover .loyalty__none-info-text {
    opacity: 1;
    z-index: 1;
    top: -58px;
}

._buy-list._active {
    color: var(--color-comandor-125);
}

.section-slider-tabs__wrapper {
    max-height: 500px;
    /*overflow-y: hidden;*/
}

@media (max-width: 650px) {
    .section-slider-tabs__wrapper {
        max-height: 100%;
    }

}

.section-slider-tabs__contents.no-stars {
    overflow-y: hidden;
    max-height: 450px;
    padding-top: 10px;
    margin-top: -10px;
}

@media (max-width: 650px) {
    .section-slider-tabs__contents.no-stars.feedback_slider {
        max-height: 100%;
    }

    .section-slider-tabs__contents.no-stars {
        /*max-height: 416px;*/
    }

    .section-slider-tabs__contents.no-stars.feedback_slider {
        max-height: 100%;
    }

    .right_tabs_wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.footer__bottom-item-logo img {
    max-height: 50px;
}

.store-labels__images img {
    width: 40px;
}

@media (max-width: 600px) {
    .auth2 {
        padding: 30px 10px;
    }
}

@media (max-width: 650px) {
    .banner-action-slider .banner-slider .banner-slider__slide.slick-slide {
        background-size: 100% auto !important;
        background-position: right bottom !important;
    }
}

@media (max-width: 400px) {
    .banner-action-slider .banner-slider .banner-slider__slide.slick-slide {
        background-size: 100% 100% !important;
    }
}

@media (max-width: 400px) {
    .banner-slider__slide {
        height: 100% !important;
    }
}

@media (max-width: 767px) {
    .sidebar__sticky {
        position: relative;;
    }

    .catalog-mega-menu-slider__group {
        padding-bottom: 100px;
    }
}

.reg-form .step.active .input-group {
    margin-top: 12px;
}

.footer-links {
    align-items: stretch;
}

.footer-shop-img {
    margin-bottom: auto;
    padding-bottom: 8px;
}

.modal-bottom__info {
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    padding: 16px;
    width: 593px;
    background-color: #fff;
    box-shadow: 0px 8px 56px 0px rgba(0, 53, 57, 0.16);
    border-radius: 8px;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.modal-bottom__info.active {
    display: flex;

}

.modal-bottom__info-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 146%;
    color: #262626;
    max-width: 411px;
}

.modal-bottom__info-text br {
    display: none;
}

.modal-bottom__info-text a {
    text-decoration: underline;
}

.modal-bottom__info-text a:hover {
    text-decoration: none;
}

.modal-bottom__info button {
    min-width: 110px;
    justify-content: center;
}

@media (max-width: 600px) {
    .modal-bottom__info {
        gap: 24px;
        width: calc(100% - 16px);
        align-items: flex-start;
    }

}

@media (max-width: 450px) {
    .modal-bottom__info-text br {
        display: block;
    }
}

.basket-delay-container {
    display: none !important;
}

.bx-session-message {
    display: none !important;
}

#modef{
    display: none !important;
}

@media (max-width: 600px) {
    .auth2 {
        padding: 30px 10px;
    }
}

@media (max-width: 650px) {
    .banner-action-slider .banner-slider .banner-slider__slide.slick-slide {
        background-size: 100% auto !important;
        background-position: right bottom !important;
    }
}

@media (max-width: 400px) {
    .banner-action-slider .banner-slider .banner-slider__slide.slick-slide {
        background-size: 100% 100% !important;
    }
}

@media (max-width: 400px) {
    .banner-slider__slide {
        height: 100% !important;
    }
}

@media (max-width: 767px) {
    .sidebar__sticky {
        position: relative;;
    }
    .catalog-mega-menu-slider__group {
        padding-bottom: 100px;
    }
}

.reg-form .step.active .input-group {
    margin-top: 12px;
}

.footer-links {
    align-items: stretch;
}

.footer-shop-img {
    margin-bottom: auto;
    padding-bottom: 8px;
}

/* banner-slider */
.banner-slider {
  opacity: 0;
}

.banner-slider.slick-initialized {
  opacity: 1;
}

.banner-slider__slide .banner__slide-btn {
  display: none;
  margin-top: 22px;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1340px) {
  .banner-slider .slick-list {
    height: 300px;
  }

  .banner-slider .slick-list {
    border-radius: 16px;
  }

  .banner-slider__slide {
    height: 300px;
  }

  .banner-slider__slide {
    padding: 0 75px;
  }

  .banner-slider__slide {
    border-radius: 16px;
  }

  .banner-slider__slide .banner__slide-title {
    font-size: 48px;
  }

  .banner-slider__slide .banner__slide-title {
    line-height: 55px;
  }

  .banner-slider__slide .banner__slide-text {
    max-width: 400px;
    font-size: 20px;
  }

  .banner-slider__slide .banner__slide-text {
    line-height: 26px;
  }

  .banner-slider__slide .banner__slide-text {
    margin-top: 15px;
  }

  .banner-slider .slick-arrow {
    width: 44px;
  }

  .banner-slider .slick-arrow {
    height: 44px;
  }

  .banner-slider__arrow._top {
    right: 16px;
  }

  .banner-slider__arrow._bottom {
    left: 16px;
  }

  .banner-slider .slick-arrow div {
    height: 24px;
  }

  .banner-slider .slick-arrow div {
    font-size: 24px;
  }

  .banner-slider .slick-arrow div {
    line-height: 24px;
  }

  .banner-slider .slick-arrow div:before {
    height: 24px;
  }

  .banner-slider .slick-arrow div:before {
    font-size: 24px;
  }

  .banner-slider .slick-arrow div:before {
    line-height: 24px;
  }

  .slick-dots {
    margin-top: 12px;
  }

  .slick-dots li {
    margin: 0 2px;
  }

  .slick-dots li button {
    width: 6px;
  }

  .slick-dots li button {
    height: 6px;
  }

  .slick-dots li button {
    border-radius: 6px;
  }

  .slick-dots li.slick-active button {
    width: 24px;
  }
}
@media (min-width: 768px) {
    .banner-slider__slide .banner__slide-btn.desktop_on {
        display: inline-block;
    }
}
@media (max-width: 767px) {
  .banner-slider__slide .banner__slide-btn.mobile_on {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .banner-slider .slick-list {
    height: 100vw;
  }

  .banner-slider .slick-list {
    border-radius: 4.44444vw;
  }

  .banner-slider__slide .banner-slider__slide {
    height: 100vw;
  }

  .banner-slider__slide .banner-slider__slide {
    padding: 6.66667vw;
  }

  .banner-slider__slide {
    border-radius: 4.44444vw;
  }

  .banner-slider__slide .banner__slide-title {
    font-size: 7.77778vw;
  }

  .banner-slider__slide .banner__slide-title {
    line-height: 10vw;
  }

  .banner-slider__slide .banner__slide-text {
    font-size: 5.55556vw;
  }

  .banner-slider__slide .banner__slide-text {
    line-height: 7.22222vw;
  }

  .banner-slider__slide .banner__slide-text {
    margin-top: 3.33333vw;
  }

  .banner-slider .slick-arrow {
    width: 12.22222vw;
  }

  .banner-slider .slick-arrow {
    height: 12.22222vw;
  }

  .banner-slider__arrow._top {
    right: 4.44444vw;
  }

  .banner-slider__arrow._bottom {
    left: 4.44444vw;
  }

  .banner-slider .slick-arrow div {
    height: 6.66667vw;
  }

  .banner-slider .slick-arrow div {
    font-size: 6.66667vw;
  }

  .banner-slider .slick-arrow div {
    line-height: 6.66667vw;
  }

  .banner-slider .slick-arrow div:before {
    height: 6.66667vw;
  }

  .banner-slider .slick-arrow div:before {
    font-size: 6.66667vw;
  }

  .banner-slider .slick-arrow div:before {
    line-height: 6.66667vw;
  }

  .slick-dots {
    margin-top: 3.33333vw;
  }

  .slick-dots li {
    margin: 0 0.55556vw;
  }

  .slick-dots li button {
    width: 1.66667vw;
  }

  .slick-dots li button {
    height: 1.66667vw;
  }

  .slick-dots li button {
    border-radius: 1.66667vw;
  }

  .slick-dots li.slick-active button {
    width: 6.66667vw;
  }
}

@media (min-width: 768px) and (max-width: 1339px) {
  .banner-slider .slick-list {
    height: 22.38806vw;
  }

  .banner-slider .slick-list {
    border-radius: 1.19403vw;
  }

  .banner-slider__slide {
    height: 22.38806vw;
  }

  .banner-slider__slide {
    padding: 0 5.59701vw;
  }

  .banner-slider__slide {
    border-radius: 1.19403vw;
  }

  .banner-slider__slide .banner__slide-title {
    font-size: 3.13433vw;
  }

  .banner-slider__slide .banner__slide-title {
    line-height: 3.73134vw;
  }

  .banner-slider__slide .banner__slide-text {
    font-size: 1.49254vw;
  }

  .banner-slider__slide .banner__slide-text {
    line-height: 1.9403vw;
  }

  .banner-slider__slide .banner__slide-text {
    margin-top: 0.89552vw;
  }

  .banner-slider .slick-arrow {
    width: 3.28358vw;
  }

  .banner-slider .slick-arrow {
    height: 3.28358vw;
  }

  .banner-slider__arrow._top {
    right: 1.19403vw;
  }

  .banner-slider__arrow._bottom {
    left: 1.19403vw;
  }

  .banner-slider .slick-arrow div {
    height: 1.79104vw;
  }

  .banner-slider .slick-arrow div {
    font-size: 1.79104vw;
  }

  .banner-slider .slick-arrow div {
    line-height: 1.79104vw;
  }

  .banner-slider .slick-arrow div:before {
    height: 1.79104vw;
  }

  .banner-slider .slick-arrow div:before {
    font-size: 1.79104vw;
  }

  .banner-slider .slick-arrow div:before {
    line-height: 1.79104vw;
  }

  .slick-dots {
    margin-top: 0.89552vw;
  }

  .slick-dots li {
    margin: 0 0.14925vw;
  }

  .slick-dots li button {
    width: 0.44776vw;
  }

  .slick-dots li button {
    height: 0.44776vw;
  }

  .slick-dots li button {
    border-radius: 0.44776vw;
  }

  .slick-dots li.slick-active button {
    width: 1.79104vw;
  }
}

@media (max-width: 419px) {
    .banner-slider__slide .banner__slide-title
    {}
    .banner-slider__slide .banner__slide-text
    {
        font-size: 5vw;
    }
    .banner-slider__slide .banner__slide-btn {
        margin-top: 12px;
    }
}

/* modal first-payment */
.first-payment
{
  position: relative;

  display: none;

  width: 500px;
  padding: 44px 48px 48px;

  text-align: center;
  vertical-align: middle;

  border-radius: 16px;
  background: var(--color-white-100);
}

.first-payment__count
{
  font-size: 22px;
  font-weight: 600;
  line-height: 1;

  display: flex;

  width: 64px;
  height: 64px;
  margin: 0 auto;

  color: var(--color-black-55);
  border-radius: 50%;
  background: var(--color-black-5);

  align-items: center;
  justify-content: center;
}

.first-payment__title
{
  font-size: 24px;
  font-weight: 600;
  line-height: 1;

  margin: 37px 0 0;

  color: var(--color-black-85);
}

.first-payment__text
{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

  margin: 16px 0 0;

  color: var(--color-black-55);
}

.first-payment__nav
{
  display: flex;

  margin: 48px 0 0;

  justify-content: center ;
  gap: 8px;
}

.first-payment__btn
{
  min-width: 166px;

  justify-content: center;
}

.first-payment__close
{
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;

  position: absolute;
  top: 12px;
  right: 20px;

  display: none;
}

@media(max-width: 767px)
{
  .first-payment
  {
    width: calc(100% + 40px);
    margin: 0 -20px -20px;
    padding: 32px 20px;

    text-align: left;
    vertical-align: bottom;

    border-radius: 24px 24px 0 0;
  }

  .first-payment__count
  {
    font-size: 18px;

    width: 56px;
    height: 56px;
    margin: 0;
  }

  .first-payment__title
  {
    font-size: 20px;
    line-height: 24px;

    margin: 21px 0 0;
  }

  .first-payment__text
  {
    font-size: 14px;
    line-height: 18px;

    margin: 7px 0 0;
  }

  .first-payment__nav
  {
    margin: 32px 0 0;
  }

  .first-payment__btn
  {
    min-width: 136px;
  }
  .first-payment__close
  {
    display: inline-block;
  }
}



.catalog__fixed-bottom-tabbar {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.catalog__nav-filter {
    display: flex;
    width: 100%;
    background: var(--color-comandor-15);
    padding: 16px;
}

.catalog__nav-basket {
    display: flex;
    z-index: 10;
    width: 100%;
    background: var(--color-white-100);
    padding: 16px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    margin-top: -1px;
}
.catalog__nav-basket .btn {
    display: block;
    text-align: center;
}
@media (min-width: 420px) and (max-width: 767px) {
    .catalog__nav-basket .btn {
        min-width: 387px;
    }
}
@media (max-width: 419px) {
    .catalog__nav-basket .btn {
        width: 100%;
        min-width: 220px;
    }
}

/* modal is_exicable */
.modal_is_exicable
{
  position: relative;

  display: none;

  width: 500px;
  padding: 44px 48px 48px;

  text-align: center;
  vertical-align: middle;

  border-radius: 16px;
  background: var(--color-white-100);
}

.is_exicable__count {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    line-height: 1;

    display: flex;

    width: 64px;
    height: 64px;
    margin: 0 auto;

    border-radius: 50%;
    background: var(--color-red-100);

    align-items: center;
    justify-content: center;
}

.is_exicable__title
{
  font-size: 24px;
  font-weight: 600;
  line-height: 1;

  margin: 37px 0 0;

  color: var(--color-black-85);
}

.is_exicable__text
{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

  margin: 16px 0 0;

  color: var(--color-black-55);
}

.is_exicable__nav
{
  display: flex;

  margin: 48px 0 0;

  justify-content: center ;
  gap: 8px;
}

.is_exicable__btn
{
  min-width: 166px;

  justify-content: center;
}

.is_exicable__close
{
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;

  position: absolute;
  top: 12px;
  right: 20px;

  display: none;
}
.is_exicable__close{
    display: none;
}

@media (max-width: 767px) {
    .modal_is_exicable {
        width: calc(100% + 40px);
        margin: 0 -20px -20px;
        padding: 32px 20px;

        text-align: left;
        vertical-align: bottom;

        border-radius: 24px 24px 0 0;
    }

    .is_exicable__close {
        display: flex;
        height: 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .is_exicable__close a{
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #0097A1;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 153.846% */
    }

    .is_exicable__count {
        font-size: 18px;

        width: 56px;
        height: 56px;
        margin: 0;
    }

    .is_exicable__title {
        font-size: 20px;
        line-height: 24px;

        margin: 21px 0 0;
    }

    .is_exicable__text {
        font-size: 14px;
        line-height: 18px;

        margin: 7px 0 0;
    }

    .is_exicable__nav {
        margin: 32px 0 0;
    }

    .is_exicable__btn {
        min-width: 136px;
    }

    .is_exicablet__close {
        display: inline-block;
    }
}


/* modal alcohol */
.modal_alcohol {
    position: relative;

    display: none;

    width: 500px;
    padding: 44px 48px 48px;

    text-align: center;
    vertical-align: middle;

    border-radius: 16px;
    background: var(--color-white-100);
}

.alcohol__count {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    line-height: 1;

    display: flex;

    width: 64px;
    height: 64px;
    margin: 0 auto;

    border-radius: 50%;
    background: var(--color-red-100);

    align-items: center;
    justify-content: center;
}

.alcohol__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 37px 0 0;
    color: var(--color-black-85);
}

.alcohol__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0 0;
    color: var(--color-black-55);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.alcohol__nav {
    display: flex;

    margin: 48px 0 0;

    justify-content: center;
    gap: 8px;
}

.alcohol__btn {
    min-width: 166px;

    justify-content: center;
}

.alcohol__close {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;

    position: absolute;
    top: 12px;
    right: 20px;

    display: none;
}

.alcohol__close {
    display: none;
}

@media (max-width: 767px) {
    .modal_alcohol {
        width: calc(100% + 40px);
        margin: 0 -20px -20px;
        padding: 32px 20px;

        text-align: left;
        vertical-align: bottom;

        border-radius: 24px 24px 0 0;
    }

    .alcohol__close {
        display: flex;
        height: 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .alcohol__close a{
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #0097A1;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 153.846% */
    }

    .alcohol__count {
        font-size: 18px;

        width: 56px;
        height: 56px;
        margin: 0;
    }

    .alcohol__title {
        font-size: 20px;
        line-height: 24px;

        margin: 21px 0 0;
    }

    .alcohol__text {
        font-size: 14px;
        line-height: 18px;

        margin: 7px 0 0;
    }

    .alcohol__nav {
        margin: 32px 0 0;
    }

    .alcohol__btn {
        min-width: 136px;
    }

    .alcohol__close {
        display: inline-block;
    }
}
