.section-topbar { background: linear-gradient(-127deg, #00000000 0%, #00000033 100%), linear-gradient(98deg, #ffffff00 0%, #ffffff33 100%), #6927ff; }
.section-topbar > .wrapper { padding: 38px 15px; display: flex; justify-content: space-between; align-items: center; }
.section-topbar > .wrapper > .left { display: flex; justify-content: flex-start; align-items: center; gap: 16px; margin-right: 100px; }
.section-topbar > .wrapper > .left > a { flex-shrink: 0; text-decoration: none; display: flex; justify-content: center; align-items: center; gap: 12px; padding: 18px 24px; background-color: #f5f5f5; border-radius: 9999px; outline: none; color: #494949; border: 1px solid #f5f5f5; transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
.section-topbar > .wrapper > .left > a * { fill: #494949; transition: fill 0.3s; }
.section-topbar > .wrapper > .left > a:hover { background-color: #84a113; border-color: #000; color: #000; }
.section-topbar > .wrapper > .left > a:hover * { fill: #000; }
.section-topbar > .wrapper > .left > a.active { background-color: #9fc119; border-color: #000; color: #000; }
.section-topbar > .wrapper > .left > a.active * { fill: #000; }
.section-topbar > .wrapper > .right  { display: flex; align-items: center; gap: 12px; }
.section-topbar > .wrapper > .right > .clear { outline: none; border: none; background-color: transparent; flex-shrink: 0; }
.section-topbar > .wrapper > .right > .clear * { transition: fill 0.1s; fill: #ffffffe6; }
.section-topbar > .wrapper > .right > .clear:hover * { fill: #9fc119; }
.section-topbar > .wrapper > .right > .search-box { width: fit-content; background-color: #fff; border-radius: 9999px; padding: 18px 24px; display: flex; justify-content: center; align-items: center; border: 1px solid #494949; gap: 10px; }
.section-topbar > .wrapper > .right > .search-box > input { outline: none; border: none; width: 100%; max-width: 310px; color: #494949;  }
.section-topbar > .wrapper > .right > .search-box > input::placeholder { color: #494949; }

.section-filters { position: relative; margin-top: 50px; margin-bottom: 16px; }
.section-filters > .wrapper { display: flex; justify-content: flex-end; }
.global-page-intro-banner {margin-top: 64px !important;}


.section-do-not-wait { margin-top: 60px; }
.section-do-not-wait > .wrapper > .bottom { margin-top: 18px; background-color: #efe7ff; padding: 50px; border-radius: 40px; display: grid; grid-template-columns: 300px 1fr 1fr 1fr; gap: 24px; }
.section-do-not-wait > .wrapper > .bottom > .left { padding-right: 11px; display: flex; flex-direction: column; align-items: center; }
.section-do-not-wait > .wrapper > .bottom > .left > picture > img { margin-bottom: -90px; }
.section-do-not-wait > .wrapper > .bottom > .left > p { text-align: center; color: #494949; }
.section-do-not-wait > .wrapper > .bottom > .left > p > span { color: #6b27ff; font-weight: 600 }
.section-do-not-wait > .wrapper > .bottom > .left > .time { margin-top: 15px; display: flex; align-items: center; justify-content: center; gap: 16px; padding-bottom: 10px; }
.section-do-not-wait > .wrapper > .bottom > .left > .time > .coma { color: #6b27ff; margin-top: -30px; }
.section-do-not-wait > .wrapper > .bottom > .left > .time > .frame { display: flex; flex-direction: column; align-items: center; color: #494949 }
.section-do-not-wait > .wrapper > .bottom > .left > .time > .frame > span { font-weight: 600; color: #6B27FF; margin-bottom: -8px; }

.section-about > .wrapper { display: flex; flex-direction: column; gap: 18px; margin-top: 50px; }
.section-about > .wrapper > .box { padding: 30px 50px; border: 2px solid #efe7ff; border-radius: 40px; }

.section-recommended .single-article {overflow: hidden; position: relative; min-height: 250px; height: 100%; padding: 32px; color: #000; text-decoration: none;}
.section-recommended .single-article .fancy-bg {overflow: hidden; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; transform: scale(-1, -1); border-radius: 40px; clip-path: path('M0 0H130Q90 0 90 40Q90 90 50 90H32Q0 90 0 130V100000H10000V0Z'); transition: opacity .3s;}
.section-recommended .single-article:hover .fancy-bg {opacity: 0.75;}
.section-recommended .single-article .fancy-bg::before {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 3; display: block; background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 100%, rgba(0, 0, 0, 0) 0%);}
.section-recommended .single-article .fancy-bg .picture {display: block; width: 100%; height: 100%;}
.section-recommended .single-article .fancy-bg .picture .img {transform: scale(-1, -1); display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.section-recommended .single-article .article-title {position: relative; z-index: 5; color: #FFF; line-height: 1.2; transition: color .3s;}
.section-recommended .single-article:hover .article-title {color: #9FC119;}
.section-recommended .single-article .decoration-icon {position: absolute; bottom: 0; right: 0; z-index: 4; display: block;}
.section-recommended .single-article:hover .decoration-icon {display: none;}
.section-recommended .single-article .decoration-icon.icon-hover {display: none;}
.section-recommended .single-article:hover .decoration-icon.icon-hover {display: block;}

.section-links { display: block; padding: 0px 20px; }
.section-links { background-color: #f5f5f5; margin-bottom: -30px; margin-top: 80px; }
.section-links > .wrapper { padding: 32px 0px; }
.section-links > .wrapper > .group { display: grid; grid-template-columns: repeat(4, 1fr); }
.section-links > .wrapper > .group > .column { display: flex; flex-direction: column; gap: 8px; }
.section-links > .wrapper > .group > .column > a { text-decoration: none; color: #494949; width: fit-content; }
.section-links > .wrapper > .group > .column > a:hover { color: #6b27ff; }
.section-links > .wrapper > .group.bottom { margin-top: 40px; }
.section-links > .wrapper > a { display: flex; padding-top: 8px; text-decoration: none; font-weight: 700; color: #6b27ff; justify-content: center; align-items: center; gap: 8px; width: fit-content; }

.diet-card {overflow: visible; position: relative; display: flex; flex: 1; flex-direction: column; gap: 8px; height: 100%;} .section-discounts > .wrapper > .bottom > .diets > .single-slide .box-link {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 6; display: block; border-radius: 40px;}
.diet-card .img-box {overflow: hidden; position: relative; width: 100%; height: 291px; border-radius: 40px 40px 0 0;}
.diet-card .img-box::before {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 3; display: block; width: 100%; height: 100%;background: linear-gradient(0deg, rgba(107, 107, 107, 0.24) 0%, rgba(107, 107, 107, 0) 100%);}
.diet-card .img-box .picture {display: block; width: 100%; height: 100%;}
.diet-card .img-box .img {position: relative; z-index: 2; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.diet-card .img-box .img {object-position: top;}
.diet-card .img-box .decoration-icon {position: absolute; top: 24px; right: 24px; z-index: 4; display: block; width: 64px; height: auto;}
.diet-card .img-box .decoration-icon rect {transition: fill .3s;}
.diet-card:hover .img-box .decoration-icon rect {fill: #9FC119;}
.diet-card .img-box .decoration-icon path {transition: fill .3s;}
.diet-card:hover .img-box .decoration-icon path {fill: #000;}
.diet-card .img-box .floating-badge {position: absolute; bottom: 24px; right: 24px; z-index: 4; display: block; width: 120px; height: auto;}
.diet-card .img-box .floating-badge circle {transition: fill .3s;}
.diet-card:hover .img-box .floating-badge circle {fill: #9FC119;}
.diet-card .img-box .floating-badge path {transition: fill .3s;}
.diet-card:hover .img-box .floating-badge path {fill: #000;}
.diet-card .img-box .floating-elements-box {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 5; display: flex; flex-direction: column; gap: 24px; padding: 24px;}
.diet-card .img-box .floating-elements-box .single-element {width: 100%; max-width: max-content; padding: 8px 16px; border-radius: 250px; transition: background-color .3s, color .3s;}
.diet-card .img-box .floating-elements-box .single-element.element-top {margin-bottom: auto; font-weight: 700; text-transform: uppercase;}
.diet-card .img-box .floating-elements-box .single-element.element-bottom {margin-top: auto;}
.diet-card .img-box .floating-elements-box .single-element.bg-purple {background-color: #6B27FF; color: #FFF;}
.diet-card .img-box .floating-elements-box .single-element.bg-white {background-color: #FFF; color: #6B27FF;}
.diet-card:hover .img-box .floating-elements-box .single-element.single-element {background-color: #9FC119; color: #000;}
.diet-card .img-box .floating-elements-box .single-element.global-opinion-box {padding: 7px 12px 5px 12px;}
.diet-card:hover .img-box .floating-elements-box .single-element.global-opinion-box {background-color: rgba(159, 193, 25, 0.25);}
.diet-card:hover .img-box .floating-elements-box .single-element.global-opinion-box .opinion-star path {fill: #9FC119 !important;}
.diet-card .content-box {display: flex; flex: 1; flex-direction: column; justify-content: space-between; gap: 8px; padding: 24px; background-color: #F5F5F5; border-radius: 0 0 40px 40px;}
.diet-card .content-box .info-top {display: grid; grid-template-columns: 1fr max-content; gap: 16px;}
.diet-card .content-box .info-top .icon {display: block; flex-shrink: 0; width: 100%; max-width: 64px; height: auto; opacity: 0; transition: opacity .3s;}
.diet-card:hover .content-box .info-top .icon {opacity: 1;}
.diet-card .content-box .info-top .info-name {display: flex; flex-direction: column; gap: 4px;}
.diet-card .content-box .info-top .info-name .name-label {color: #494949; font-weight: 400; text-transform: uppercase;}
.diet-card .content-box .info-top .info-name .name-text {font-weight: 900; line-height: 1.2;}
.diet-card .content-box .info-top .btn-add-to-basket {position: relative; z-index: 7; display: block; text-decoration: none;}
.diet-card .content-box .info-bottom {display: flex; align-items: flex-end; justify-content: space-between; gap: 16px;}
.diet-card .content-box .info-bottom .additional-info {line-height: 1.2;}
.diet-card .content-box .info-bottom .price-box {display: flex; flex-direction: column; gap: 8px;}
.diet-card .content-box .info-bottom .price-box .price-current {color: #6B27FF; font-weight: 600; line-height: 1; transition: color .3s;}
.diet-card:hover .content-box .info-bottom .price-box .price-current {color: #9FC119;}
.diet-card .content-box .info-bottom .price-box .price-info {display: flex; flex-direction: column; gap: 2px; color: #494949; font-weight: 600;}
.diet-card .content-box .info-bottom .price-box .price-info .info-label {font-size: 12px; line-height: 1;}
.diet-card .content-box .info-bottom .price-box .price-info .info-details {display: flex; align-items: center; gap: 4px;}
.diet-card .content-box .info-bottom .price-box .price-info .info-details .tooltip-wrapper {z-index: 7;}
.diet-card .content-box .info-bottom .price-box .price-info .info-details .tooltip-wrapper .tooltip-icon {width: 16px;}
.diet-card .content-box .info-bottom .price-box .price-info .info-details .details-text {text-decoration: line-through; line-height: 1;}
.diet-card .content-box .info-bottom .decoration-icon {display: block; flex-shrink: 0; width: 54px; height: auto; margin-left: auto; opacity: 0; transition: opacity .3s;}
.diet-card:hover .content-box .info-bottom .decoration-icon {opacity: 1;}


@media all and (max-width: 1600px) {
    .diet-card .img-box {height: 200px; border-radius: 24px 24px 0 0;}
    .diet-card .img-box .decoration-icon {top: 16px; right: 16px; width: 54px;}
    .diet-card .img-box .floating-badge {width: 80px;}
    .diet-card .img-box .floating-elements-box {padding: 16px;}
    .diet-card .img-box .floating-elements-box .single-element {padding: 6px 12px;}
    .diet-card .content-box {padding: 16px; border-radius: 0 0 24px 24px;}
    .diet-card .content-box .info-top .icon {max-width: 54px;}
    .diet-card .content-box .info-top .info-name {gap: 0;}
    .diet-card .content-box .info-bottom .decoration-icon {width: 42px;}

    .section-topbar > .wrapper {padding: 16px 15px;}
    .section-topbar > .wrapper > .search-box {padding: 12px 15px;}
    .section-topbar > .wrapper > .left > a {padding: 12px 16px;}

    .section-about > .wrapper > .box { border-radius: 24px; padding: 16px; }
}

@media all and (max-width: 1500px) {
}

@media all and (max-width: 1400px) {
	.diet-card .img-box {height: 180px;}
}

@media all and (max-width: 1300px) {
    .section-do-not-wait > .wrapper > .bottom { grid-template-columns: 300px 1fr 1fr; }
    .section-do-not-wait > .wrapper > .bottom > .diet-card:nth-child(3) { display: none; }
}

@media all and (max-width: 1200px) {
}

@media all and (max-width: 1100px) {
}

@media all and (max-width: 1000px) {
    .diet-card:hover .img-box .floating-elements-box .single-element.bg-white {background-color: #fff; color: #6b27ff;}
    .diet-card:hover .img-box .floating-elements-box .single-element.bg-purple {background-color: #6b27ff; color: #FFF;}
    .diet-card:hover .img-box .decoration-icon rect {fill: #6b27ff;}
    .diet-card:hover .img-box .decoration-icon path {fill: #fff;}
    .diet-card:hover .img-box .floating-badge circle {fill: #6b27ff;}
    .diet-card:hover .img-box .floating-badge path {fill: #fff;}
    .diet-card .content-box .info-top .icon {opacity: 1;}

    .section-do-not-wait > .wrapper > .bottom { grid-template-columns: 1fr 1fr; }
    .section-do-not-wait > .wrapper > .bottom > .diet-card:nth-child(3) { display: block; }
}

@media all and (max-width: 950px) {
    .section-links > .wrapper > .group { grid-template-columns: 1fr 1fr; }
}


@media all and (max-width: 767px) {
    .section-topbar > .wrapper { flex-direction: column; gap: 16px; }
    .section-topbar > .wrapper > .left { flex-direction: column; width: 100%; margin: 0; }
    .section-topbar > .wrapper > .left > a { width: 100%; }
    .section-topbar > .wrapper > .right { width: 100%; }
    .section-topbar > .wrapper > .right > .search-box { width: 100%; }
    .section-topbar > .wrapper > .right > .search-box > input { width: 100%; max-width: 100%; }

    .global-btn-filters { width: 100%; }

    .section-results > .wrapper > .top { flex-direction: column-reverse; gap: 24px; }

    .section-do-not-wait > .wrapper > .bottom { padding: 24px; grid-template-columns: 1fr; }
    .section-do-not-wait > .wrapper > .bottom > .left > picture { display: flex ; align-items: center; justify-content: center; }
    .section-do-not-wait > .wrapper > .bottom > .left > picture > img { width: 160px; height: auto; margin-bottom: -50px; }

    .section-links > .wrapper > .group { grid-template-columns: 1fr; }
}

@media all and (max-width: 680px) {
    .section-results > .wrapper > .results { grid-template-columns: 1fr; gap: 24px; }
    .section-topbar > .wrapper > .search-box > input { min-width: 0px; }

    .section-do-not-wait > .wrapper > .bottom > .left > picture > img { width: 120px; height: auto; margin-bottom: -30px; }

}