.block_new_product .catalog-item-photo.color_block_first h3 {
    margin-right: 20px;
}

.block_new_product .catalog-item-photo.color_block_first p {
    margin-left: 40px;
    margin-right: 20px;
}

@media (max-width: 550px) {
    .cart-remove {
        top: auto !important;
        left: auto !important;
        right: 18px !important;
        bottom: 20px !important;
    }
}

.view-pass {
    position: absolute;
    bottom: 5px;
    right: 10px;
    cursor: pointer;
}

.btn__icon--view {
    height: 28px;
    width: 28px;
}

::-webkit-scrollbar {
    height: 10px;
    width: 7px
}

::-webkit-scrollbar-thumb {
    background: #b7d58f;
    cursor: pointer
}

#checkout-button {
    background: #B7D58F !important;
    border: transparent !important;
    color: #333 !important;
    border-radius: 12px;
    text-align: center;
    outline: 2px solid transparent;
    transition: outline 0.2s ease;
    font-size: 13px !important;
}

#checkout-button:hover {
    color: white;
    outline: 2px solid black;
    background-color: #154339;
}

#content {
    display: flex;
    gap: 16px;
}

@media (max-width: 767px) {
    #content {
        display: block;
        gap: 16px;
    }
}

.subscribe-answer.opensans {
    top: 35px
}

.btn-review {
    background-color: #b7d58f;
    text-align: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    outline: 2px solid transparent;
    transition: outline 0.2s ease;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    text-decoration: none;
    justify-content: center;
    min-height: 43px;
    border-radius: 12px;
    padding: 20px;
}

.btn-review:hover {
    background-color: #154339;
    outline: 2px solid black;
    color: white;
}

.btn-review-position {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
}

.gallery-reviews-images {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.gallery-reviews-images .m-width {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.m-width {
    margin-right: 10px;
}

.buttons .margin_buttons {
    align-items: end;
}

.main-reviews h1 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.reviews-list .content-block .city {
    color: #8f8f8f;
    margin-top: -15px;
    margin-bottom: 5px;
    font-size: 15px;
}

.reviews-list .footer-info {
    font-size: 0.9em;
    text-align: right;
}

.reviews-list .footer-info img {
    margin-top: 2px;
}

.btn-review-margin {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .btn-review {
        margin: 0 0 40px 0;
    }

    .btn-review-position {
        position: inherit;
        bottom: 0;
    }

    .buttons .margin_buttons {
        align-items: start;
    }

    .reviews-list {
        margin-top: 5em;
    }

}

.images-upload {
    margin-top: 20px;
}

.gallery-reviews-images::-webkit-scrollbar-thumb {
    background: #b7d58f;
}

.footer-bottom-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0;
}

.footer-bottom-links__item {
    font-size: 13px;
}

.footer-bottom-links__item:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .footer-bottom-links {
        justify-content: center;
        margin-bottom: 50px;
        padding: 30px;
        text-align: center;
    }

    .footer-bottom-links__item {
        margin: 5px;
    }

}

#cookie_notification {
    display: none;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: #ffffffde;
    z-index: 10;
    color: white;
}

.cookie_accept {
    border-radius: 18px;
    background-color: #B7D58F;
    font-family: 'Playfair Display';
    color: #000000;
    width: 250px;
    margin: 0 auto;
    padding: 11px 12px 9px;
}

.cookie_accept:hover {
    outline: 2px solid #333;
}

#cookie_notification p {
    color: black;
}

#cookie_notification a {
    color: #B7D58F;
}

@media (min-width: 576px) {
    #cookie_notification.show {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575px) {
    #cookie_notification.show {
        display: block;
        text-align: center;
    }

    #cookie_notification {
        bottom: 50px;
    }
}

.green_text {
    color: #B7D58F;
}

.form_text_politics {
    margin: 20px 0;
    font-size: 12px;
}

.telegram-icon,
.vk-icon,
.max-icon {
    transition: all 0.3s ease;
    fill: grey;
    stroke: #f6f7f8;
}

.telegram-bg,
.vk-bg,
.max-bg {
    transition: all 0.3s ease;
    fill: #f6f7f8;
}

svg:hover .telegram-icon,
svg:hover .vk-icon,
svg:hover .max-icon {
    fill: #b7d58f;
}
.header-top-menu__link[href="/reviews/"] {
    font-weight: 700;
    color: #7B1E3A;
}

.header-top-menu__link[href="/reviews/"]::before {
    content: "⭐ ";
}
/* увеличить текст "Отзывы" */
.header-top-menu__link[href="/reviews/"] {
    font-size: 12px;
    font-weight: 700;
}

.header__icon-max img {
    width: 22px;
    height: 22px;
    display: block;
    transition: filter 0.2s ease;
}

.header__icon-max:hover img {
    filter: brightness(0) saturate(100%)
            invert(77%)
            sepia(77%)
            saturate(600%)
            hue-rotate(350deg);
}
.mobile-max .btn__icon--max {
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 8px;
    transition: filter 0.2s ease;
}
.header__icon-phone,
.header__icon-telegram,
.header__icon-max {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    line-height: 1;
}

.header__icon-telegram img,
.header__icon-max img {
    display: block;
    object-fit: contain;
}

.header__icon-telegram img {
    width: 20px;
    height: 20px;
}

.header__icon-max img {
    width: 20px;
    height: 20px;
}
.header__icon-email img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}
.header__icon-email {
    transition: all 0.2s ease;
}
.mobile-email .btn__icon--email {
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 8px;
    transition: filter 0.2s ease;
}
.social-icons {
    display: flex;
    gap: 16px;
}

.social-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.max-svg {
    width: 24px;
    height: 24px;
    display: block;
}

.max-icon {
    fill: grey;
    transition: fill 0.3s ease;
}

.social-link--max:hover .max-icon {
    fill: #b7d58f;
}
@media (max-width: 767px) {
    .social-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .social-icons a {
        display: flex;
    }
}
.catalog-more-item {
  display: flex;
  justify-content: center;
  margin: 30px 0 10px;
}

.catalog-more-item .button-cart,
.catalog-more-item .button-cart:link,
.catalog-more-item .button-cart:visited {
  display: inline-block !important;

  padding: 12px 28px !important;
  border-radius: 999px !important;

  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #dcdcdc !important;

  /* ВОЗВРАЩАЕМ ШРИФТ КАК БЫЛ */
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;

  text-decoration: none !important;

  transform: none !important;
  box-shadow: none !important;
  outline: none !important;

  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.catalog-more-item .button-cart:hover,
.catalog-more-item .button-cart:focus {
  background-color: #154339 !important;
  color: #ffffff !important;
  border-color: #154339 !important;

  transform: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.catalog-main-section__item {
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: none !important;
}

/* убираем внутренние отступы у картинки */
.catalog-section__item-img {
  border-radius: 0 !important;
  overflow: hidden;
}

.catalog-section__item-img img {
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* карточки (каталог разделов) */
.catalog-section__item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none !important;
}

/* картинка внутри */
.catalog-section__item-img {
  border-radius: 0 !important;
  overflow: hidden;
}

.catalog-section__item-img img {
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: none !important;
}
.catalog-main-section__item, 
.catalog-section__item { 
    border-radius: 18px !important; 
    overflow: hidden; 
    box-shadow: none !important; 
    border: 1px solid rgba(0, 0, 0, 0.08); 
    
}
@media (min-width: 1024px) {

    .header__icon-phone {
        width: 26px !important;
        height: 26px !important;
        margin-left: 6px !important;
        background: none !important;
        border-radius: 0 !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .header__icon-phone img {
        width: 26px !important;
        height: 26px !important;
        display: block;
        filter: none !important;
    }
}
@media (min-width: 1024px) {

    .header__icon-email {
        width: 26px !important;
        height: 26px !important;
        min-width: 26px !important;
        max-width: 26px !important;
        min-height: 26px !important;
        max-height: 26px !important;
        flex: 0 0 26px !important;

        border-radius: 50% !important;
        background: #febf0f !important;

        display: inline-flex !important;
        align-items: center;
        justify-content: center;

        padding: 0 !important;
        overflow: hidden;
    }

    .header__icon-email img {
        width: 19px !important;
        height: 19px !important;
        min-width: 19px !important;
        max-width: 19px !important;
        display: block;
        object-fit: contain;
        filter: brightness(0) invert(1) !important;
    }
}
@media (min-width: 1024px) {

    .header__phones {
        display: flex;
        align-items: center; /* это ключ */
    }

    .header__icon-phone {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        vertical-align: middle;
    }

    /* выравниваем саму картинку */
    .header__icon-phone img {
        display: block;
    }

}
@media (min-width: 1024px) {
    .header__icon-phone {
        transition: transform 0.2s ease;
    }
}
@media (min-width: 1024px) {

    .header__icon-phone {
        transition: filter 0.2s ease, opacity 0.2s ease;
    }

    .header__icon-phone:hover {
        filter: brightness(0.92);
    }

}
@media (min-width: 1024px) {

    .header__phones {
        display: flex;
        align-items: center;
        gap: 8px; /* вот это управляет расстоянием */
    }

    .header__icon-phone {
        margin-left: 0 !important;
    }

}
@media (min-width: 1024px) {

    .header__icon-max img {
        transform: translateX(1px);
    }

    .header__icon-telegram img {
        transform: translateX(-1px);
    }

}
@media (min-width: 1024px) {

    .header__icon-email img {
       transform: translate(0.4px, 0.5px);
    }

}