body div.information-block {
    border: 2px solid #9d65a9;
    margin: 7rem auto 0;
    padding: 2.5rem;
    border-radius: 10px;
}




body div.information-block-fon {
  background-size: cover;
  background-position: center;
  position: relative;
  border: 0px;
}

body div.information-block-salon {
    background-image: url('/wp-content/themes/init/img/information-block-salon.jpeg');
    color: #ffffff;
}

body div.information-block-price {
    background-image: url('/wp-content/themes/init/img/information-block-price.jpeg');
    color: #000000;
}


.information-block-fon__text {
  max-width: 800px;
  font-size: 18px;
  line-height: 1.4;
}

.information-block-fon .h1.large {
    font-size: 46px;
    line-height: 1.3;
}

@media (max-width: 768px) {
    body div.information-block-salon {
      background-image: url('/wp-content/themes/init/img/information-block-salon-768.jpeg');
    }
    body div.information-block-price {
        background-image: url('/wp-content/themes/init/img/information-block-price-768.jpeg');
    }
}


@media (max-width: 480px) {
    body div.information-block-salon {
      background-image: url('/wp-content/themes/init/img/information-block-salon-365.jpeg');
    }
    body div.information-block-price {
        background-image: url('/wp-content/themes/init/img/information-block-price-365.jpeg');
    }
    .information-block-fon__text {
        font-size: 14px;
    }
    .information-block-fon .h1.large {
        font-size: 26px;
    }
}



.middle-header .btn {
    padding: 0 10px;
}

.mobile-menu-body .open-popup.btn {
    width: 100%;
    max-width: 336px;
    justify-content: center;
}

.neighboring-cities a {
    margin-right: 10px;
    color: #888;
    transition: .2s;
    white-space: nowrap;
}

.neighboring-cities a:hover,
.neighboring-cities a:visited:hover {
    color: #f7b9ab;
}

.neighboring-cities a:visited {
    color: #888;
}

.neighboring-cities-metro a:nth-child(n+20), 
.neighboring-cities-moscow a:nth-child(n+20) {
    display: none;
}

.main-banner-promo {
    background-image: url(/wp-content/themes/init/img/promo.webp);
    width: 195px;
    height: 64px;
    display: flex;
    color: #ff4465 !important;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-top: 15px;
    white-space: nowrap;
}

section.single .wrapper .single-body .single-image div.product-image-wrapper {
    flex-direction: row;
}

.plashka_premium {
    background: url('/wp-content/themes/init/img/plashka/plash_premium.webp') no-repeat;
    background-size: cover;
    border-radius: 15px;
    font-weight: bold;
    font-size: 20px;
    padding: 45px; 
    color: #fff;
    position: relative;
}

#menu-primary .kristall > a {
    width: 120%;
}

.kristall > a {
    position: relative;
}

.kristall > a::before {
    content: '';
    display: block;
    background: url('/wp-content/themes/init/img/plashka/kristall.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -10px;
    top: 10px;
}

.plashka_premium img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 1024px) {
    section.single .wrapper .single-body .single-image .product-image-wrapper div.product-thumbnails {
        display: none;
    }
    .kristall > a::before {
        left: 30px;
        top: auto;
        bottom: auto;
    }
}

@media (max-width: 550px) {
    .kristall > a::before {
        left: 5px;
        top: auto;
        bottom: auto;
    }
}

section.single .wrapper .single-body .single-image .product-image-wrapper div.product-thumbnails {
    flex-direction: column;
    margin-right: 15px;
}

@media (max-width: 1024px) {
    section.single .wrapper .single-body .single-image .product-image-wrapper .slick-arrow {
        opacity: 1 !important;
    }
}

section.single .wrapper .single-body .single-image .product-image-wrapper .slick-arrow {
    /*opacity: 1 !important;*/
    border: 1px solid #f7b9ab !important;
    background: rgba(255, 255, 255, 0.7) !important;
}

section.single .wrapper .single-body .single-image .product-image-wrapper .slick-arrow>.icon {
    color: #f7b9ab;
}

.product-main-slider img {
    object-fit: cover;
}

section.single .wrapper .single-body {
    border: none;
}

section.single .wrapper .single-body .single-image .product-image-wrapper .product-thumbnails .image {
    height: 7rem !important;
    width: 7rem !important;
    margin: 0.5rem 0 !important;
}

section.single .wrapper .single-body .single-image .product-image-wrapper .product-thumbnails .image.active {
    box-shadow: 0 0 0 1px #ed5ec7 !important;
}

body .simple-accord .accord-item .accord-header .title {
    font-size: 1.5rem;
}

.new-badge {
    background: #f7b9ab;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 5px;
}

#menu-primary>.menu-third.menu-item-has-children {
    position: initial !important;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu {
    position: absolute;
    left: 50%;
    width: var(--container);
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 10px;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: -1;
    grid-column-end: -2;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product {
    margin: 0 1em 1em 0;
    border-radius: 0.7rem;
    border: none;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product:hover .actions {
    display: none;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product .image-wrapper .image {
    height: 15rem;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product .image-wrapper .image:hover {
    background-color: transparent;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product .title {
    font-size: var(--fz-smaller);
    padding: 0;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product .title:hover {
    background-color: transparent;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product .product-meta {
    display: none;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product .content-wrapper {
    padding: 0 3rem 1.5rem 3rem;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product .actions a {
    color: #fff;
    font-weight: 500;
    display: flex;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product .actions a:hover {
    background: var(--light);
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product .description {
    display: none;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li.random .product .badges-wrapper a:hover {
    background: transparent;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>li {
    /*width: 25%;*/
}

#menu-primary>.menu-third.menu-item-has-children.current-menu-item>a:before {
    content: none;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>.menu-item-has-children>a {
    font-weight: bold;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>.menu-item-has-children>a:hover {
    background: none;
    cursor: default;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>.menu-item-has-children a::after {
    content: none;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>.menu-item-has-children .sub-menu {
    position: initial !important;
    transform: none;
    box-shadow: none;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu>.menu-item-has-children .sub-menu>li>a {
    padding-top: 3px;
    padding-bottom: 3px;
}

.additional-products-title {
    margin-bottom: 15px !important;
    font-weight: 500;
    color: var(--text-grey);
    line-height: 1;
}

.additional-products {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.additional-products>.product {
    width: calc(25% - 1rem);

    border-radius: var(--rad);
    border: 1px solid var(--border);
}

.additional-products>.product:hover {
    cursor: pointer;
    border-color: var(--theme);
    box-shadow: 0 0 0 1px var(--theme) inset;
}

.additional-products>.product .image-wrapper {
    margin: 0 !important;
    padding: 1rem 1rem 0 1rem;
}

.additional-products>.product .image-wrapper img {
    height: 100px;
    width: auto;
    object-fit: cover;
}

.additional-products>.product .content-wrapper {
    padding: 0 1rem 1rem 1rem;
}

.additional-products>.product .content-wrapper .title {
    font-size: var(--fz);
}

.additional-products>.product .price-block {
    justify-content: center;
}

.additional-products>.product .current-price {
    font-weight: 500;
    color: var(--text-grey);
    line-height: 1;
    font-size: 1rem !important;
}

.badges-wrapper {
    position: absolute;
    left: 10px;
    z-index: 8;
    top: 1em;
}

.badges-wrapper .badge:first-child {
    margin-bottom: 10px;
}

.btn.badge {
    height: 2rem;
}

.btn.badge a {
    color: #fff !important;
    padding: 0 10px;
}

body .product:hover {
    z-index: 10;
}

/* header menu */
header.site-header {
    z-index: 12 !important;
}

header.site-header .bottom-header .wrapper nav>ul>li.highlight>a {
    background: #f7b9ab;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

header.site-header .bottom-header .wrapper nav>ul>li.highlight:hover>a,
header.site-header .bottom-header .wrapper nav>ul>li.highlight>a:hover {
    color: #fff;
    background: #ED5EC7;
}

/*header.site-header .bottom-header .wrapper nav > ul > li:first-child ul {*/
/*    left: 0 !important;*/
/*    transform: translateX(0) !important;*/
/*    right: unset !important;*/
/*}*/

header.site-header .bottom-header .wrapper nav>ul>li:last-child ul {
    /*left: 0 !important;*/
    /*transform: translateX(0) !important;*/
    /*right: 0 !important;*/
}

/* header menu */

/* home categories */
a.category .new-badge {
    max-width: 100px;
    margin-right: auto;
    margin-left: auto;
}

body .categories-grid a.category {
    border-radius: 0.7rem;
    border: none;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
    width: calc((100% / var(--categories)) - 2em);
    max-width: calc((100% / var(--categories)) - 2em);
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 2.5rem;
    margin-left: 1em;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
}

body .swiper-slider-catalog a.category {
    border-radius: 0.7rem;
    border: none;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.3);
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
}

body .categories-grid a.category .image,
body .swiper-slider-catalog a.category .image {
    margin-bottom: 1.8rem;
}

body .swiper-slider-catalog a.category .image {
    height: 18rem;
}


body .categories-grid a.category .image img,
body .swiper-slider-catalog a.category .image img {
    object-fit: cover;
    border-radius: 0.7rem 0.7rem 0 0;
}

body .swiper-slider-catalog a.category .image img {
    width: 100%;
    height: 100%;
}

body .categories-grid a.category .category-content-wrapper,
body .swiper-slider-catalog a.category .category-content-wrapper {
    margin-top: auto;
    margin-bottom: auto;
}

body .categories-grid a.category:hover,
body .swiper-slider-catalog a.category:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

body .swiper-slider-catalog .category .title {
    text-align: center;
    font-weight: 400;
    color: var(--text);
}

body .swiper-slider-catalog .category .quantity {
    font-weight: 500;
    color: var(--text-grey);
    font-size: var(--fz-smaller);
    justify-content: center;
}

body .swiper-slider-catalog .category .image .icon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8rem;
    color: var(--text-grey);
}

body .swiper-slider-catalog .arrow.prev {
    left: 35px;
    transform: translateY(-50%) translateX(-50%);
}

body .swiper-slider-catalog .arrow.next {
    right: 35px;
    transform: translateY(-50%) translateX(50%);
}

body .swiper-slider-catalog .arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
}

@media (min-width: 1025px) {
    body .categories-grid a.category {
/*    body .swiper-slider-catalog a.category {*/
        margin: 1em;
        width: calc((100% / 5) - 2em);
        max-width: calc((100% / 5) - 2em);
    }
}

/*@media (max-width: 479px) {
    body .swiper-slider-catalog a.category {
        width: 100% !important;
    }
}*/

/* home categories */


/* category banner */
.page-header.category-banner {
    padding-bottom: 0;
    padding-top: calc(var(--padding-bg) * 3);
    margin-bottom: var(--padding-bg);
    background-size: cover;
    background-position: center;
}

.page-header.category-banner .article-sm {
    background-color: #fff;
    padding: 3rem 3rem 1.5rem 3rem;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.page-header.category-banner .article-sm:before,
.page-header.category-banner .article-sm:after {
    content: '';
    display: block;
    position: absolute;
}

.page-header.category-banner .article-sm:before {
    height: 20px;
    width: 20px;
    border-bottom-right-radius: 20px 20px;
    border-bottom: 9px solid #fff;
    border-right: solid 9px #fff;
    bottom: -8px;
    left: -12px;
    z-index: 9;
}

.page-header.category-banner .article-sm:after {
    height: 20px;
    width: 20px;
    border-bottom-left-radius: 20px 20px;
    border-bottom: 9px solid #fff;
    border-left: solid 9px #fff;
    bottom: -9px;
    right: -11px;
    z-index: 9;
}

@media (max-width: 768px) {
    .page-header.category-banner .container {
        margin: 0;
        width: calc(100% - 2rem)
    }

    .page-header.category-banner .article-sm {
        border-top-left-radius: 0;
        padding: 1.5rem 1.5rem 0 1.5rem;
    }
    .plashka_premium br {
        display: none;
    }
    .plashka_premium {
        background: url('/wp-content/themes/init/img/plashka/plash_premium768.webp') no-repeat;
        background-size: cover;
        font-size: 18px;
        padding: 15px 40px 15px 15px;
    }
}

/* category banner */

.tabs-top-wrapper {
    display: flex;

}

.tabs-top-tab {
    cursor: pointer;
    /*border: 1px solid;*/
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 10px;
    /*display: none;*/
}

.tabs-top-tab.active {
    background: #f7b9ab;
    color: #fff;
    border-radius: 15px;
}

.tabs-bottom-wrapper .accord {
    display: none;
}

.tabs-bottom-wrapper .accord.active {
    display: block;
}






/* filter */
.filter-catalog {
    display: flex;
}

.filter {

    min-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.children-cont {
    display: flex;
    flex-direction: column;
}

.children-cont li {
    padding-left: 15px;
}

.rotate-icon {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.filter svg {
    position: relative;
    top: 8px;
    font-size: 15px;
}

.has-children {
    font-size: var(--h5);
    color: black !important;
    justify-content: space-between;
    display: flex;
    max-width: 200px;

}

.slider-tooltip {
    position: absolute;
    z-index: 1000000;
    bottom: 100%;
    transform: translateY(-2px);
    background: white;
    border: 1px solid lightgrey;
    padding: 5px;
}

.ui-widget-header {
    background-color: var(--theme);
}

#priceFilter>input[type=submit] {
    height: var(--field);
    font-size: var(--fz);
    align-items: center;
    text-align: center;
    padding: 0px 10px;
    margin: 20px 0px;
    border-radius: var(--rad-sm);
    border: 1px solid transparent;
    background: var(--theme);
    color: #fff;
    font-weight: 500;
    --btn-border: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    width: 90%;
    --loading-color-1: rgba(255, 255, 255, 0.2);
    --loading-color-2: #fff;
}

.price-filter {
    font-size: var(--h5);
    color: black !important;
    justify-content: space-between;
    display: flex;
    max-width: 200px;
}

@media (max-width: 1000px) {
    .filter-catalog {
        flex-direction: column;
    }

    .filter {
        margin-bottom: 40px;
    }
}

#priceFilter {
    border-radius: 15px;
    border: 1px solid #d3d3d380;
    width: 90%;
    padding: 20px;
    background-color: white;
}

.filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    top: 0;
    padding-top: 10px;
    bottom: 0;
    overflow-y: auto;
    /* для скролла, если контент не влезает в высоту */
    transition: left 0.3s ease;
}

@media (max-width: 400px) {
    .filter {
        max-width: 300px !important;
        min-width: 300px !important;
    }
}

/* Общий стиль кнопки */
.toggle-filter-btn {

    transition: left 0.3s ease;

    background-color: transparent;
    border: none;
    z-index: 1000;
    cursor: pointer;
}


.attribute-parent>label {
    font-size: var(--h5);
    color: black !important;
    justify-content: space-between;
    display: flex;
    max-width: 200px;

}

.arrow2::before {
    transform: rotate(45deg);
}

.arrow2::after {
    top: 12px;
    transform: rotate(-45deg);
}

/* Анимация пульсации */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


/* Скрываем стандартный чекбокс */
#attributes input[type="checkbox"] {
    display: none;
}

/* Стиль для псевдо-чекбокса */
#attributes input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

#attributes input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #fff;
}

#attributes input[type="checkbox"]:checked+label::before {
    content: "";
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #f7b9ab;
}

/* Стиль для галочки */
#attributes input[type="checkbox"]:checked+label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.slider-tooltip {
    display: none;
}

.inputs-price {
    display: flex;
    justify-content: space-between;
}

.inputs-price input {
    width: 100px;
    padding: 10px 5px;

    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-bottom: 10px;
}

#priceFilter>a {
    display: none;
}

.toggle-children {
    max-width: unset !important;
}

#toggleFilter {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    cursor: pointer;
}

.filter {
    display: none;

}

#priceFilter {
    z-index: 9;
}

@media (min-width: 1300px) {
    #priceFilter {
        z-index: 9;
    }

    .filter {
        z-index: 9;
        display: flex;
    }

    #priceFilter>a {
        display: inline-block;
        padding: 5px;
    }

    #priceFilter {
        border: 0;
    }

    .attribute-parent {
        padding-right: 25px;
        padding-left: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 4px;
        border: 1px solid lightgrey;
    }

    .attribute-children {
        margin-top: 10px;
        position: absolute;
        background-color: white;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid lightgrey;
    }

    .price-filter {
        font-size: 16px;
    }

    .attribute-parent>label {
        width: 120px;
        cursor: pointer;
        font-size: 16px;
    }

    .filter {
        height: unset;
    }

    #priceFilter>input[type=submit] {
        width: 130px;
        height: 37.2px;
    }

    .attribute-parent>label {
        ma-width: 110px;
    }

    .filter svg {
        left: 20px;
    }

    #attributes {
        display: flex;
        width: calc(100% - 300px);
        justify-content: space-around;
    }

    #priceFilter {
        width: 100%;
        display: flex;

        align-items: center;
    }

    #priceFilter>div:nth-child(1) {
        width: 220px;
    }

    .filter-catalog {
        flex-direction: column;
    }

    .filter {
        position: unset;
        max-width: unset;
    }

    #toggleFilter {
        margin-bottom: 5px;
        visibility: hidden;
        display: none;
    }
}

.arrow2 {
    width: 24px;
}

.arrow2 svg {
    width: 40px;
}

/* filter */

.card-highlight {
    box-shadow: 0px 10px 15px 0px rgb(237, 94, 199) !important;
    border: 1px solid rgb(237, 94, 199) !important;
}

section.about .wrapper .row .image {
    border-radius: 15px;
}

section.about .wrapper .row .image img {
    object-fit: cover;
}

.random-products {
    border: 2px solid var(--theme);
    color: var(--text);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    width: 100%;
    border-radius: var(--rad-sm);
    padding: calc(var(--field) / 2);
    text-align: center;
}

.random-products a {
    color: var(--text);
    font-weight: 600;
    border-bottom: 1px solid;
}

/* section.about .wrapper .row>.full {
    width: 100%;
} */

.tabs-flowers {
    width: 100%;
}

.tabs-header-flowers {
    display: flex;
    width: 100%;
}

.tab-header-flowers {
    transition: 0.5s;
    padding: 16px 20px;
    color: #000;
    font-family: Mulish;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    border: 1px solid #ECECEC;
    border-right: 0px;
    text-align: center;
    flex-grow: 1;
}

.tab-header-flowers:last-child {
    border-right: 1px solid #ECECEC;
}

.tab-header-flowers:hover {
    cursor: pointer;
}

.tab-header-flowers_show {
    color: #f7b9ab;
    border-top: 2px solid #f7b9ab;
}

.tabs-content-flowers {
    display: flex;
    padding-top: 15px;
}

.tab-content-flowers {
    display: none;
    padding: 15px;
    padding-top: 45px;
}

.tab-content-flowers_show {
    display: block;
    width: 100%;
}

/* рейтинг  */

.tab-rating {
/*    width: var(--single-sidebar);*/
}

.tab-rating .single-sidebar-content {
    padding-bottom: 3.5rem;
}

.tab-rating .rating-wrapper {
    display: flex;
    align-items: center;
    line-height: 1;
    width: var(--single-sidebar);
}

.tab-rating .rating-wrapper .left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2.5rem;
}

.tab-rating .rating-wrapper .left .rating {
    font-size: 9rem;
    font-weight: 600;
}

.tab-rating .rating-wrapper .left .reviews {
    color: var(--text-grey);
    font-weight: 500;
}

.tab-rating .rating-wrapper .right {
    width: 0;
    flex-grow: 1;
}

.tab-rating .rating-wrapper .right .line-wrapper {
    display: flex;
    align-items: center;
}

.tab-rating .rating-wrapper .right .line-wrapper .number {
    width: 1rem;
    font-weight: 500;
    color: var(--text-grey);
    margin-right: 0.6rem;
    text-align: center;
}

.tab-rating .rating-wrapper .right .line-wrapper .line {
    flex-grow: 1;
    background: var(--border);
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
}

.tab-rating .rating-wrapper .right .line-wrapper .line .progress {
    height: 100%;
    background: var(--theme);
}

.tab-rating .rating-wrapper .right .line-wrapper:not(:last-child) {
    margin-bottom: 0.6rem;
}

.rating-tabs-flex {
    display: flex;
}

.rating-tabs-flex > div {
    width: 50%;
}

.rating-tabs-flex > div:nth-child(2) {
    padding-left: 20%;
}

.mt-2 {
    margin-top: 2rem;
}

.mb-2 {
    margin-bottom: 2rem;
}


.neighboring-bth {
  color: #f7b9ab;
}

.neighboring-bth:hover {
    cursor: pointer;
}


/* рейтинг конец */


@media (max-width: 1024px) {

    .rating-tabs-flex {
        flex-wrap: wrap;
    }

    .rating-tabs-flex > div {
        width: 100%;
    }

    .rating-tabs-flex > div:nth-child(2) {
        padding-left: 0px;
    }

}


header.site-header .bottom-header .wrapper nav > ul > li ul li a{
    padding: 0rem 2rem !important;
}

.swiper-slider-catalog {
  width: 100%;
/*  max-width: 600px;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

#taxonomy-table td label{
    font-size: 10px;
}

#taxonomy-table input[type="checkbox"]{
    min-width: unset;
}

.site-content .variations_label{
    background: var(--grey-bg);
    border-radius: var(--rad);
    padding: 2.5rem;
    margin-bottom: 0 !important;
}

section.first-slide .wrapper .main-slider .slide .content .title {
    color: #FFFFFF;
}

section.first-slide .wrapper .main-slider .slide .content .description {
    color: #FFFFFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    /*font-weight: 700;*/
    font-weight: 500;
    line-height: 130%;   
}

section.first-slide .wrapper .main-slider .slide .content .description .description-sub {
    color: #000;
    font-family: Mulish;
/*    font-size: 14px;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
/*    line-height: 130%;*/
    line-height: 1.5;
    margin-top: 23px;
}

section.first-slide .wrapper .main-slider .slide .content .title .title-rcf {
    color: #FFFFFF;
}

.description .description-sub .description-block img {
    position: relative;
    top: 5px;
}

.description .description-list {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*
.line-bth-banner-nfon a {
    background: #ffffff !important;
    color: #222222 !important;
}
*/

.bg-main-slider-360 {
    display: none;
}


@media (max-width: 576px) {

    section.first-slide .wrapper .main-slider .slide .bg img {
        display: none;
    }

    section.first-slide .wrapper .main-slider .slide .bg img.bg-main-slider-360 {
        display: block;
    }

    section.first-slide .wrapper .main-slider .slide {
        min-height: 45rem;
    }

    section.first-slide .wrapper .main-slider .slide .content {
        padding-top: 15px;
        justify-content: flex-start;
        background: none;
    }

    .line-bth-banner-nfon a {
        width: 100%;
    }

}


/* → MENU TOP START */


.button-menu-open .btn {  
    position: relative;
    padding-left: 47px;
} 

.button-menu-open .btn::before {
    content: '';
    background-image: url("/wp-content/themes/init/img/3-lines.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease, background-image 0.3s ease;
}

.button-menu-open .btn.active::before {
    background-image: url("/wp-content/themes/init/img/krest.svg");
    transform: translateY(-50%) rotate(90deg);
}



#menu-primary {
    width: 20% !important;
    border-right: 1px solid var(--border);
    padding-top: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.primary-menu-outer .primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.primary-menu-outer .primary-menu a {
    text-decoration: none;
    color: #000;
}

#menu-primary>.menu-third.menu-item-has-children>.sub-menu {
    width: 80% !important;
    top: 0;
    transform: none;
    right: 0;
    left: auto;
    padding-right: 102px;
    padding-top: 20px;
    padding-left: 2%;
/*    height: 100%;*/
}

#menu-primary .menu-item {
    width: 100% !important;
}

.bottom-header {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 145vh;
    display: none;
}

header.site-header .bottom-header .wrapper nav>ul>li>a:hover,
header.site-header .bottom-header .wrapper nav>ul>li.highlight>a:hover {
    background: #f7b9ab1A !important;
    color: #f7b9ab !important;
    border-right: 2px solid #f7b9ab;
}

header.site-header .bottom-header .wrapper nav>ul>li ul li a:hover {
    color: #f7b9ab !important;
    background: transparent !important;
}

header.site-header .bottom-header .wrapper {
    height: 100% !important;
}

header.site-header .bottom-header .wrapper nav>ul>li>a {
    justify-content: left;

}

header.site-header .bottom-header .wrapper nav>ul>li>a::after {
    display: none;
}

header.site-header .bottom-header .wrapper nav>ul>li.highlight>a {
    /*border-radius: 0 !important;
    color: var(--text) !important;
    background: #fff !important;*/
    background: #f7b9ab1A !important;
    color: #f7b9ab !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #f7b9ab;
}

.mobile-menu .mobile-menu-wrapper .mobile-menu-body nav li.highlight a {
   background: #f7b9ab1A !important;
   border-bottom: 2px solid #f7b9ab;
}

header.site-header .bottom-header .wrapper nav>ul>li ul {
    box-shadow: none !important;
}


header.site-header .bottom-header .wrapper nav>ul>li {
    flex-grow: unset !important;
}

.bottom-header .container {
    height: 100% !important;
}

header.site-header .bottom-header .wrapper nav>ul>li ul li a[href="#"],
header.site-header .bottom-header .wrapper nav>ul>li ul li.kristall > a {
    font-size: 24px;
    font-weight: 600 !important;
    cursor: default;
}


header.site-header .bottom-header .wrapper nav>ul>li>a,
header.site-header .bottom-header .wrapper nav>ul>li ul li a {
    font-weight: 400 !important;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

header.site-header .bottom-header .wrapper nav>ul>li ul {
    background-color: transparent !important;
}


header.site-header .top-header .wrapper nav ul li.menu-item-8797 a {
    color: #F8B4C4;
}

header.site-header .top-header .wrapper nav ul li.menu-item-8797 a:hover {
    color: #F28BA2;
}

header.site-header .bottom-header .wrapper nav>ul>li ul li a[href="#"]:hover {
    color: var(--text) !important;
}


@media (max-width: 1499px) {
    header.site-header .top-header .wrapper nav ul#menu-top li {
        margin-right: 1.5rem;
    }
}


@media (max-width: 1440px) {
    header.site-header .bottom-header .wrapper nav > ul > li ul li a[href="#"],
    header.site-header .bottom-header .wrapper nav>ul>li ul li.kristall > a  {
        font-size: 20px;
    }

    header.site-header .bottom-header .wrapper nav > ul > li > a, header.site-header .bottom-header .wrapper nav > ul > li ul li a {
        font-size: 16px;
    }
}

@media (max-height: 800px) {
    .bottom-header {
        height: 200vh;
    }
}


/* ← MENU TOP END */




.banner-holiday {
    background: url("/wp-content/themes/init/img/banner-holiday.jpeg") no-repeat;
    border-radius: 22px;
    padding: 2cap;
    color: rgb(255, 255, 255);
    font-family: Mulish;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 35px;
    background-size: cover;
}

.banner-holiday-2 {
    background: url("/wp-content/themes/init/img/banner-holiday-2.jpeg") no-repeat;
    background-size: cover;
}

.banner-holiday__title {
    color: rgb(255, 255, 255);
    font-family: Mulish;
    font-size: 16px;
    font-weight: 800;
    /*line-height: 35px;*/
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .banner-holiday {
        font-size: 14px;
        padding: 22px 27px 18px;
    }
    
    .banner-holiday .banner-holiday__title {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .banner-holiday .banner-holiday__title {
        font-size: 24px;
        margin-bottom: 0;
    }
}

@media (min-width: 1400px) {
    .banner-holiday {
        font-size: 18px;
        line-height: 23px;
        gap: 30px;
        padding: 17px 40px;
    }

    .banner-holiday .banner-holiday__title {
        font-size: 28px;
    }
}

.banner-holiday a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}

.banner-holiday a:visited {
    color: #ffffff;
}

.product-social {
    display: flex;
    gap: 15px;
}

.product-social__heading {
    font-size: 18px;
    font-weight: 500;
}


section.single .wrapper .single-body .single-content .price-wrapper .btn-tocarts a.in-cart {
    background: none;
    color: #f7b9ab;
    border: solid 2px #f7b9ab;
    border-radius: 7px;
    padding: 0 calc(var(--field) / 2);
}


body .product .fav-btn {
    opacity: 1 !important;
    box-shadow: unset !important;
}

body .product .fav-btn span {
    color: var(--light);
    font-size: 2rem !important;
}

body .product .fav-btn:hover span,
body .product .fav-btn.active span {
    color: white;
}


@media (max-width: 1440px) {

    .product-social {
        flex-direction: column;
    }

}


@media (max-width: 768px) {

   .banner-holiday {
        background: url("/wp-content/themes/init/img/banner-holiday-768.jpeg") no-repeat;
        background-size: cover;
    }

    .banner-holiday-2 {
        background: url("/wp-content/themes/init/img/banner-holiday-2-768.jpeg") no-repeat;
        background-size: cover;
    }

    .banner-holiday__inner {
        max-width: 420px;
    }

    .banner-holiday-p-hide {
        display: none;
    }

}



@media (max-width: 576px) {

    .description .description-block {
/*      display: none;*/
    } 

    .description .description-list {
      display: block;
    }
    .description .description-list li {
      display: flex;
      gap: 15px;
      margin-bottom: 7px;
    } 

    body .product .image-wrapper .description .content {
      font-size: 12px;
      line-height: 11px;
    }

    section.single .wrapper .single-body .single-content .price-wrapper {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    section.single .wrapper .single-body .single-content .price-wrapper .quantity {
        width: calc(50% - 0.5rem);
    }


    section.single .wrapper .single-body .single-content .price-wrapper .quantity .quantity-input  {
        height: 45px;
    }   


    section.single .wrapper .single-body .single-content .price-wrapper .btn-tocarts {
        width: calc(50% - 0.5rem);
    }

    section.single .wrapper .single-body .single-content .price-wrapper .btn.add-to-cart {
        width: 100%;
        height: 45px;
    }


    section.single .wrapper .single-body .single-content .price-wrapper .btn.one-click {
        height: 45px;
    }

    section.single .wrapper .single-body .single-content .price-wrapper .add-to-fav {
        height: 45px;
    }


    section.single .wrapper .single-body .single-content .price-wrapper .btn-tocarts a.in-cart {
        width: 100%;
        width: 100%;
        justify-content: center;
        height: 45px;
    }

    .tab-header-flowers {
        padding: 15px 12px;
        font-size: 14px;
    }


}


@media (max-width: 360px) {

   .banner-holiday {
        background: url(/wp-content/themes/init/img/banner-holiday-360.jpeg) no-repeat;
        background-size: cover;
        padding: 10px 15px;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }

    .banner-holiday-2 {
        background: url("/wp-content/themes/init/img/banner-holiday-2-360.jpeg") no-repeat;
        background-size: cover;
    }

    .banner-holiday__title {
        font-size: 14px;
        font-weight: 800;
        line-height: 18px;
        letter-spacing: 0%;
    }

    .banner-holiday-p-360 {
        width: 162px;
    }

    .plashka_premium {
        background: url('/wp-content/themes/init/img/plashka/plash_premium320.webp') no-repeat;
        background-size: cover;
        font-size: 14px;
        padding: 15px 40px 15px 15px;
    }

}



/* Блог раздел */


.blog-archive__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.blog-preview__image {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-preview__image img {
    object-fit: cover;
    width: 100%;
    max-height: 360px;
}

.blog-preview__content {
    padding: 20px;
}

.blog-preview__info {
    display: flex;
    gap: 24px;
}

.blog-preview__info-item {
    color: #888888;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-preview__info-item::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-preview__info-item--views::before {
    background-image: url(/wp-content/themes/init/img/icons/eye-icon.svg);
}
.blog-preview__info-item--time::before {
    background-image: url(/wp-content/themes/init/img/icons/time-icon.svg);
}
.blog-preview__info-item--date::before {
    background-image: url(/wp-content/themes/init/img/icons/calendar-icon.svg);
}
        
.blog-preview__content {
    border: solid 1px #ECECEC;
    border-top: 0;
    border-radius: 0 0 8px 8px;
}

.blog-preview__title {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 400;
    margin: 16px 0 24px;
    color: #000000;
    max-width: 280px;
}

.blog-preview__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;   
}

.blog-preview__tags span {
    border-radius: 5px;
    background-color: #F5A3DF;
    color: #ffffff;
    padding: 8px 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.blog-archive__pagination {
    display: flex;
    margin-top: 50px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-archive__pagination-item {
    display: flex;
    min-width: 34px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
    border-radius: 3px;
    justify-content: center;
    align-items: center;    
    color: #f7b9ab;
    border: solid 1px #ECECEC;
}

.blog-archive__pagination-item.active {
    background-color: #F5A3DF;
    color: #ffffff;
}


.blog-archive__pagination-item--prev,
.blog-archive__pagination-item--next {
    background-image: url(/wp-content/themes/init/img/icons/chevron-left-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4.68px 8.2px;
}

.blog-archive__pagination-item--next {
    transform: rotate(180deg);
}


@media (max-width: 1440px) {
    .blog-archive__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .blog-archive__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-preview__info {
        gap: 10px;
        justify-content: space-between;
    }

    .blog-preview__info-item {
        gap: 5px;
    }
}

@media (max-width: 680px) {
    .blog-preview__info-item {
        font-size: 11px;
    }
}

@media (max-width: 640px) {
    .blog-preview__info {
        justify-content: flex-start;
        gap: 16px;
    }

    .blog-preview__info-item {
        gap: 6px;
    }

    .blog-preview__title {
        font-size: 18px;
    }

    .blog-preview__content {
        padding: 20px 16px;
    }
}

@media (max-width: 560px) {
    .blog-archive__list {
        grid-template-columns: 1fr;
    }

    .blog-preview__image {
        height: 160px;
    }
}


/* Блог Статья */

.blog-item {
    display: grid;
    grid-template-columns: auto 450px;
    gap: 30px;
}

.blog-item__banner {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
}
.blog-item__banner img {
    width: 100%;
    object-fit: cover;
}

.blog-item__info {
    margin-top: 11px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-item__author {
    display: flex;
    gap: 14px;
    align-items: center;
}
.blog-item__author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.blog-item__author-name {
    color: #353C3E;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.blog-item__author-role {
    margin-top: 8px;
    color: #353C3E;
    opacity: .6;
    font-size: 12px;
    line-height: 1;
}

.blog-item__info-right {
    display: flex;
    align-items: center;
    gap: 50px;
}

.blog-item__info-item {
    position: relative;
    padding-left: 34px;
    min-height: 24px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #353C3E;
}

.blog-item__info-item--views::before {
    content: url(/wp-content/themes/init/img/icons/eye-icon.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.blog-item__info-item--time::before {
    content: url(/wp-content/themes/init/img/icons/time-icon.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.blog-item__info-item--date::before {
    content: url(/wp-content/themes/init/img/icons/calendar-icon.svg);
    position: absolute;
    left: 0;
    top: 0;
}

.blog-item__text p,
.blog-item__text ul,
.blog-item__text ol {
    margin-bottom: 20px;
    font-size: 18px;
}

.blog-item__text img {
    border-radius: 14px;
}

.blog-item__text h2 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: #353C3E;
}

.blog-item__content {
    font-size: 18px;
}

.blog-item__content-table {
    margin: 30px 0 40px;
}

.blog-item__text .blog-item__text-section:first-child {
    margin-top: 0;
}

.blog-item__text .blog-item__text-section:last-child {
    margin-bottom: 0;
}

.blog-item__text-section {
    margin: 60px 0;
}

.blog-item__bottom {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 27px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 27px 0;
}

.blog-item__rating {
    display: flex;
    gap: 40px;
    align-items: center;
    font-size: 23px;
}
.blog-item__rating-right {
    align-items: center;
    display: flex;
    gap: 10px;
}
.blog-item__rating-stars {
    display: flex;
    gap: 4px;
}

.blog-item__rating-star {
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/init/img/icons/star-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.blog-item__rating-star--active {
    background-image: url(/wp-content/themes/init/img/icons/active-star-icon.svg);
}

.blog-item__rating-value {
    line-height: 1;
    font-weight: 700;
    font-size: 16px;
    color: #353C3E;
}

.blog-item__share {
    display: flex;
    /* padding-left: 32px; */
    gap: 14px;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.blog-item__share-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-item__share::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(/wp-content/themes/init/img/icons/share-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.blog-item__navigation {
    display: flex;
    column-gap: 40px;
    row-gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.blog-item__navigation a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333 !important;
    display: flex;
    align-items: center;
    gap: 14px;
}

.blog-item__navigation-prev::before,
.blog-item__navigation-next::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/init/img/icons/chevron-left-icon.svg);
    background-color: #FDEDF9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px 8px;
    border-radius: 5px;
}

.blog-item__navigation-next::after {
    transform: rotate(180deg);
}

.content-table {
    padding: 34px;
    background: #FDEDF9;
    border-radius: 14px;
}

.content-table__header {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: #353C3E;
    margin-bottom: 24px;
}

.content-table__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.content-table__item {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    color: #353C3E;
    font-size: 20px;
}

.content-table__item a,
.content-table__item a:visited {
    color: inherit;
}

.content-table__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #f7b9ab;
    border-radius: 50%;
}

.cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.blog-item .bordered-list,
.bordered-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.bordered-list li {
    margin-bottom: 0 !important;
    border-radius: 8px;
    border: solid 1px #ECECEC;
    padding: 16px 16px 19px 46px;
    position: relative;
}

.bordered-list li::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #f7b9ab;
    border-radius: 50%;
}

.cards-v1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.cards-v1__item {
    display: flex;
    flex-direction: column;
}
.cards-v1__item-image {
    border-radius: 8px 8px 0 0;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.cards-v1__item-image img {
    object-fit: cover;
    width: 100%;
}

.cards-v1__item-text {
    padding: 20px;
    border: solid 1px #ECECEC;
    border-top: none;
    border-radius: 0 0 8px 8px;
    flex-grow: 1;
}

.cards-v1__item-title {
    font-weight: 600;
    font-size: 23px;
    line-height: 1;
    color: #000000;
    margin-bottom: 16px;
}

.cards-v1__item-description {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}

.blog-item__sidebar {
    height: max-content;
    padding: 222px 30px 30px;
    background-color: #fdebf9;
    border-radius: 14px;
    background-image: url(/wp-content/themes/init/img/blog-item-sidebar-image.png);
    background-size: 90% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.blog-item__sidebar-header {
    color: #000000;
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}
.blog-item__sidebar-subheader {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 10px;
}
.blog-item__sidebar-text {
    color: #888888;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
}
.blog-item__sidebar-form {
    margin-top: 50px;
}

.blog-item__sidebar-form input {
    background: white;
    height: 54px !important;
    border: none !important;
    padding: 16px 22px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 300 !important;
    margin-bottom: 20px !important;
}


.table-blog {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      font-size: 16px;
      border-radius: 8px;
      overflow: hidden;
}

.table-blog th, .table-blog td {
      padding: 14px 18px;
      text-align: left;
}

.table-blog th {
      background: #f7f7fa;
      font-weight: 600;
      letter-spacing: 0.02em;
      border-bottom: 2px solid #e5e5e5;
}

.table-blog td {
      border: 1px solid #ececec;
}


@media (max-width: 1280px) {
    .blog-item {
        grid-template-columns: 1fr;
    }

    .blog-item__sidebar {
        padding: 48px 30px 30px;
        background-size: 300px auto;
        background-position: right top;
    }
    .blog-item__sidebar-header,
    .blog-item__sidebar-subheader {
        margin-bottom: 16px;
    }
    .blog-item__sidebar-subheader {
        max-width: 370px;
    }
}

@media (max-width: 991px) {
    .blog-item__info {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 35px;
    }

    .cols-2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .blog-item__sidebar {
        background-size: 200px auto;
    }

    .blog-item__info-right {
        column-gap: 30px;
        row-gap: 14px;
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .cards-v1 {
        grid-template-columns: 1fr;
    }

    .blog-item__banner {
        height: 200px;
    }

    .content-table__header,
    .blog-item__text h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .content-table {
        padding: 20px;
    }

    .content-table__item,
    .blog-item__text p,
    .blog-item__text ul,
    .blog-item__text ol {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .blog-item__sidebar {
        padding-top: 50px;
    }
    .blog-item__sidebar-header {
        font-size: 24px;
    }
}


/* акции */


.promotions {
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 20px;
}

.promotions-info {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666;
    margin: 0 auto;
}

.promotion-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.9);
}
.promotion-card:hover {
    transform: translateY(-5px);
}
.promotion-card h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #4A2C3A;
    margin-bottom: 10px;
}
.promotion-card p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #555;
    margin-bottom: 15px;
}

.promotion-card__title-sub {
    font-size: 1.5rem;
    font-weight: bold;
    color: #555;
    line-height: 1.4;
}

.promotion-card .cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #F8B4C4;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.promotion-card .cta-button:hover {
    background-color: #F28BA2;
}

@media (max-width: 768px) {
    .promotions {
        grid-template-columns: 1fr;
    }
}

/* Преимущества */

.advantages-flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.advantages-flow-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.advantages-flow-card:hover {
    transform: translateY(-5px);
}
.advantages-flow-card h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4A2C3A;
    margin-bottom: 10px;
}
.advantages-flow-card p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #555;
}
@media (max-width: 768px) {
   .advantages-flow {
        grid-template-columns: 1fr;
    }
}