* {
  outline: none !important;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

body>main {
  flex: 1;
}

img,
iframe {
  vertical-align: middle;
}

a,
button {
  transition: all 0.3s ease;
}
.card-image:first-child img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.my_slier img {min-width: 100%}
.top_slier h1 {font-size: 2rem;color:#84c534;text-align: center;text-transform: uppercase;border-bottom: 1px solid #ddd;font-weight: bold;padding-bottom: 1rem}
.top_slier {background: url(/image/catalog/banner-2.webp) no-repeat;background-position: center;background-size: cover}
.my_box .box {height: 100%}
.my_block {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: rgb(255 255 255 / 83%);
    border-radius: .5rem;
}
.title {color: #363636}
#logo {line-height: 0}
.anycategories .box {height: 100%}
#menu {
  position: sticky;
  top: 0;
  z-index: 3;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 7%);
  background-color: #84c534;
}
.navbar-menu {background-color: #84c534}
.navbar-menu .icon {color: #fff}
.navbar-item, .navbar-link {color: #fff}
.navbar-menu button {
    background-color: transparent;
    color: #fff;
    border: none;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active, .navbar-item button:hover, .navbar-item button:focus {color: #eee}
a.navbar-item, .navbar-link {
    cursor: pointer;
}
.product-card a {color: #363636}
.my_icon {background-color: #84c534;padding: .5rem;border-radius: .4rem}
.sert {
    background: linear-gradient(117deg, #ccc 50%, #e2e2e2 50%);
    padding: 8px;
}
.anycategories .column>.box,
.special .column>.box,
.latest .column>.box,
.featured .column>.box,
.bestseller .column>.box {
  height: 100%;
}
.footer {
    padding: 3rem 0rem 6rem;
    background-color: #666;
    color: #fff;
}
.footer .title {color: #84c534}
.footer a {color: #fff}
.button.is-small:not(.is-rounded) {
  border-radius: 12px;
}
.featured {background-color: #fff}
#logo {
  line-height: 0;
}

#theme-toggle svg {
  transition: all 0.3s ease;
  position: absolute;
}

.light .sun,
.dark .moon {
  transform: scale(0);
}

.light .moon,
.dark .sun {
  transform: scale(1);
}

#menu {
  position: sticky;
  top: 0;
  z-index: 3;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
}

#menu .navbar-start>.navbar-item:first-child {
  padding-left: 0;
}

#menu .icons-menu {
  line-height: 1;
}

#menu .icons-menu>a,
#menu .icons-menu>span {
  padding: 1rem;
  display: block;
  position: relative;
}

#menu .not-logged,
#menu .logged {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  top: 0.8rem;
  right: 0.8rem;
}

#menu .icons-menu a .badge {
  position: absolute;
  line-height: 1rem;
  font-size: 0.8rem;
  padding: 1px 4px;
  min-width: 18px;
  text-align: center;
  border-radius: 9px;
  top: 0.4rem;
  right: 0.4rem;
  transition: all 0.2s ease;
  transform: scale(0);
}

#menu .icons-menu a .badge.shown {
  transform: scale(1);
}

#menu .catalog-trigger {
  justify-content: flex-start;
}

.breadcrumb {
  margin-bottom: 0;
  overflow: hidden;
}

.breadcrumb ul,
.breadcrumb ol {
  flex-wrap: initial;
}

.modal-card {
  box-shadow: 0 5px 16px 0 rgb(0 0 0 / 30%);
  border-radius: 18px;
}
.desc_wrap {
    margin-top: 30px;
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #ddd;
}
.desc_Block {display: flex;flex-wrap: wrap}
.desc_Item {
    display: block;
    width: 50%;
    padding-right: 40px;
}
.desc_Item2 {display: block;width: 50%}
.desc_ItemImg {
    display: flex;
    align-items: center;
    margin-top: 7px;
}
.rondoImg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #006a39;
    padding: 22px;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.h2, .h3, .h4, h2, h3, h4 {
    font-size: 1.2rem;
    font-weight: 500;
}
#catalog-modal .modal-content,
#brands-modal .modal-content {
  width: 100%;
  max-width: 1344px;
}

.modal-background {
  background-color: rgb(0 0 0 / 50%);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}

#stores-modal .modal-card {
  height: 100%;
}

.search-reset {
  transform: scale(0);
  transition: all 0.2s ease;
}

.search-reset.shown {
  transform: scale(1);
}

.contacts-map {
  overflow: hidden;
  border-radius: 14px;
}

.category-menu {
  border: 1px solid #ededed;
  overflow: hidden;
}

#login-modal .modal-card {
  min-height: 386px;
  border-radius: 18px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
  max-width: 400px;
}

#account-login .login-form {
  max-width: 400px;
}

.grid .description {
  display: none;
}

#product-page #content>.tabs {
  position: sticky;
  top: 59px;
  z-index: 2;
}

#product-main .price {
  line-height: 1;
}

.product-card .product-name {
  color: #333;
}

.product-card .actions {
  width: 100%;
}

.product-card .card-content,
.blog-card .card-content {
  flex: 1;
}

.product-card .stock {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
}

.list .product-card .stock {
  left: 0.75rem;
  top: 0.75rem;
}

.product-card .discount {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}

.list .product-card .discount {
  right: 0.75rem;
  top: 0.75rem;
}

.product-card .stickers {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
}

.list .product-card .stickers {
  left: 0.75rem;
  bottom: 0.75rem;
}

.product-card .price {
  position: relative;
}

.product-card .old-price {
  position: absolute;
  top: 1.75rem;
  display: inline-block;
}

.product-card .old-price:after,
.product-info .old-price:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f00;
  top: 50%;
}

.product-card .actual-price {
  font-size: 1.5rem !important;
  display: block;
  font-weight: bold;
}

.list .product-card {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row;
}

.list .product-card .card-image {
  width: 32% !important;
}

.product-card .card-image .image {
  padding: 1rem;
}

.cart-total .box,
#checkout-total {
  position: sticky;
  top: 85px;
}

.cart-total .box>.block:last-child:after {
  content: none;
}

#product-images {
  position: sticky;
  top: 120px;
  z-index: 1;
}

#product-images .stickers {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}

#product-images .discount {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}

.product-info .old-price {
  position: absolute;
  left: 0;
  bottom: -1.25rem;
}

.sticky-crutch {
  position: relative;
  height: 100%;
  z-index: -1;
}

.product-card,
.blog-card {
  height: 100%;
}

#notifications {
  position: fixed;
  z-index: 999;
  right: 0.75rem;
  width: calc(100% - 1.5rem);
  max-width: 400px;
  height: 0;
  overflow: visible;
  top: 0.75rem;
}

#notifications .notification {
  overflow: hidden;
  background: rgb(0 0 0 / 30%);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  color: #fff;
  border: 1px solid rgb(255 255 255 / 20%);
}

#notifications .notification .flavour {
  position: absolute;
  width: 0.5rem;
  height: 100%;
  left: 0;
  top: 0;
}

.select:not(.is-multiple):not(.is-loading)::after {
  z-index: 1;
}

.select:not(.is-multiple):not(.is-loading)::after,
.navbar-link:not(.is-arrowless)::after {
  border-width: 2px;
}

.image img {
  width: auto;
  max-width: 100%;
}

.heading-list li {
  position: relative;
}

.heading-list li span, .heading-list li a {
  z-index: 1;
  position: relative;
  background-color: #fff;
}

.heading-list li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px dotted #ddd;
  bottom: 0.6rem;
  z-index: 0;
}

.score .tag {
  transition: all 0.2s ease;
}

.score .tag:hover,
.score .tag.is-active {
  background: #fc0 !important;
  color: #000 !important;
}

svg {
  max-width: 100%;
  height: auto;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.is-absolute {
  position: absolute !important;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9;
}

.spinner {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.spinner div {
  transform-origin: 20px 20px;
  animation: spinner 1.2s linear infinite;
}

.spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 6px;
  left: 19px;
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background: #0055d4;
}

.spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotatedshake {
  3% {
    transform: rotate(15deg);
  }

  6% {
    transform: rotate(-15deg);
  }

  9% {
    transform: rotate(15deg);
  }

  12% {
    transform: rotate(-15deg);
  }

  15% {
    transform: rotate(15deg);
  }

  18% {
    transform: rotate(-15deg);
  }

  21% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#agree-modal .modal-content {
  width: 100%;
  max-width: 1344px;
  padding: 30px;
}

#agree-modal .delete {
  top: 1rem;
  right: 1rem;
}

.basic-captcha img {
  border-radius: 8px;
}

.slideshow img {
  border-radius: 10px;
}

.telegram svg {
  color: #0088cc;
}

.whatsapp svg {
  color: #25d366;
}

.xcom svg {
  color: black;
}

.vk svg {
  color: #0077FF;
}

.youtube svg {
  color: #ff0000;
}

.mobile-contacts {
  position: fixed;
  bottom: 2rem;
  right: -5rem;
  overflow: visible;
  transition: all 0.4s ease;
  z-index: 1;
}

.mobile-contacts.shown {
  transform: translateX(-7rem);
}

.mobile-contacts .mobile-contacts-trigger {
  line-height: 1;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 36px;
  padding: 12px;
  transition: all 0.2s ease;
  animation: rotatedshake 4s cubic-bezier(.36, .07, .19, .97) infinite;
}

.mobile-contacts .mobile-contacts-trigger.shown {
  animation: none;
}

.mobile-contacts-list {
  position: absolute;
  bottom: calc(100% + 5px);
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);
  border-radius: 32px;
  text-align: center;
  transition: all 0.5s ease;
  right: -25rem;
}

.mobile-contacts-list.shown {
  transform: translateX(-25rem);
}

.mobile-contacts-list>a {
  display: block;
  margin: 4px auto;
}

footer .scroll-top-trigger {
  position: fixed;
  width: 36px;
  height: 36px;
  background: rgb(0 0 0 / 40%);
  bottom: -3rem;
  left: calc(50% - 18px);
  border-radius: 24px;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  transition: all 0.4s ease;
  z-index: 1;
}

footer .scroll-top-trigger.shown {
  transform: translateY(-5rem);
}

.privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
}

#article-images {
  margin: -0.5rem;
  padding: 0.5rem;
}

.anycategories .stickers {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.radio-ui input[type="radio"] {
  display: none;
}

.radio-ui {
  border-radius: 0.75rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  height: 100%;
}

.radio-ui:has(input[type="radio"]:checked) {
  box-shadow: inset 0 0 0 2px #84c534;
}

@keyframes fadeOutModalBackground {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeInModalBackground {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInModalContent {
  from {
    opacity: 0;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutModalContent {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(5%);
  }
}

.modal.is-active .modal-background {
  animation: fadeInModalBackground 0.3s;
}

.modal.is-active .modal-content,
.modal.is-active .modal-card {
  animation: fadeInModalContent 0.3s;
}

.modal.is-active.is-animated .modal-background {
  animation: fadeOutModalBackground 0.3s;
}

.modal.is-active.is-animated .modal-content,
.modal.is-active.is-animated .modal-card {
  animation: fadeOutModalContent 0.3s;
}

.hypnotize {
  animation: rotating 2s infinite linear;
}
.filterQuestion.has-text-primary {
    line-height: 1;
}
.ocf-value {
	position: relative;
}
.filter-tooltip {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  border-radius: 12px;
  padding: 0.5rem;
  z-index: 1;
  bottom: 110%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.filterQuestion:hover + .filter-tooltip {
  opacity: 1;
}
@media (max-width: 1199px) {
    .desc_Item {width: 100%}
    .desc_Item2 {width: 100%}
}
@media (max-width: 1023px) {
.navbar-item, .navbar-link {color: #4a4a4a}
.navbar-menu button {background-color: #84c534}
  .container>.columns {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.75rem;
  }

  .breadcrumb.py-4 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: scroll;
  }

  .breadcrumb ul {
    flex-wrap: initial;
  }

  #menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
  }

  #menu.shown {
    top: 0;
    background: rgb(0 0 0 / 70%) !important;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
  }

  #menu .navbar {
    min-height: auto;
  }

  #menu .navbar-menu {
    padding: 0;
  }

  #menu .navbar-start {
    display: flex;
    flex-direction: column-reverse;
    position: fixed;
    width: calc(100% - 2rem);
    bottom: -22rem;
    margin: 1rem;
    overflow: hidden;
    border-radius: 1.5rem;
    text-align: center;
    background: #fff;
    padding: 1rem .75rem;
    transition: all 0.3s ease;
  }

  #menu.shown .navbar-start {
    transform: translateY(-26rem);
  }

  #menu .navbar-link:not(.is-arrowless) {
    padding-right: 0.75em;
  }

  #menu .navbar-menu {
    display: block;
  }

  .mobile-menu-trigger {
    transition: all 0.3s ease;
  }

  .mobile-menu-trigger.shown {
    transform: rotate(90deg);
  }

  .icons-menu {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    z-index: 3;
    width: auto;
    justify-content: center !important;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    border-radius: 5rem;
    background:#84c534 !important;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
  }

  #product-main .price {
    line-height: 1;
  }

  #product-images {
    top: 0.75rem;
  }

  .footer {
    padding: 3rem 0rem 6rem;
  }

  #filter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    display: none;
  }

  #filter.shown {
    display: block;
  }

  #filter .filter-trigger {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
  }

  .mobile-contacts {
    bottom: 6rem;
  }

  footer .scroll-top-trigger.shown {
    transform: translateY(-9rem);
  }

  .mobile-contacts.shown {
    transform: translateX(-7rem);
  }
}

@media (max-width: 768px) {

  #catalog-modal .modal-content,
  #brands-modal .modal-content {
    top: 0;
    border-radius: 0;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding: 0;
  }

  #menu .navbar-dropdown {
    display: none;
  }

  #catalog-modal .delete,
  #brands-modal .delete {
    top: 0;
    right: initial;
    bottom: 1rem;
  }

  #menu .catalog-trigger {
    margin: 0 !important;
  }

  #menu.shown .catalog-trigger {
    padding-left: 0.75rem !important;
  }

  #cart-modal .modal-card {
    height: 100%;
    max-height: 100%;
  }

  #cart-modal .delete {
    position: fixed;
    top: initial;
    right: 1.2rem;
    bottom: 1.5rem;
    z-index: 1;
  }

  #list-view svg {
    transform: rotate(90deg);
  }

  #product-page #content>.tabs {
    top: 0px;
    margin: 0 -0.75rem;
  }

  .product-card .card-content {
    padding: 0.75rem;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 14px;
  }

  .modal-content {
    max-height: 100%;
  }

  .product-card .actions button svg {
    max-width: 1rem;
  }

  .product-card .old-price {
    position: absolute;
    top: 1.25rem;
    display: inline-block;
    font-size: 0.75rem;
  }

  .product-card .actual-price {
    font-size: 1rem !important;
  }

  .product-card .product-name {
    font-size: 0.75rem !important;
    display: block;
  }

  .list .product-card .card-image {
    width: 40% !important;
  }

  .title.is-1 {
    font-size: 2rem;
  }

  .title.is-2 {
    font-size: 1.8rem;
  }

  .title.is-3 {
    font-size: 1.6rem;
  }

  .title.is-4 {
    font-size: 1.4rem;
  }

  .modal-card {
    max-height: 60%;
    height: 100%;
  }

  .cart-image {
    max-width: 30%;
  }
}
@media (max-width: 480px) {
#logo img {
    max-width: 320px;
}
}
@media (max-width: 360px) {
#logo img {
    max-width: 280px;
}
}
/* Современные стили для баннера */
.modern-banner {
  --primary: #84c534;
  --primary-dark: #d97100;
  --text-dark: #1e293b;
  --text-light: #475569;
  --bg-light: #ffffff;
  --shadow-sm: 0 10px 25px -5px rgba(0,0,0,0.05), 0 8px 10px -6px rgba(0,0,0,0.02);
  --shadow-md: 0 20px 25px -12px rgba(0,0,0,0.1);
  --radius-lg: 1.5rem;
  --radius-md: 1rem;
}

.top_slier.modern-banner {
  width: 100%;
  position: relative;
  padding: 4rem 1.5rem;
  isolation: isolate;
}

.top_slier.modern-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%),
              url('/image/catalog/banner-2.webp') center/cover no-repeat;
  z-index: -1;
  filter: brightness(1.05);
}

/* Декоративный элемент */
.modern-banner::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(241,133,0,0.08) 0%, rgba(241,133,0,0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.modern-banner .banner-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.modern-banner .banner-content {
  max-width: 100%;
  margin: 0 auto;
  background: var(--bg-light);
  backdrop-filter: blur(2px);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s ease;
}

.modern-banner .banner-content:hover {
  box-shadow: var(--shadow-md);
}

/* Заголовок */
.modern-banner .banner-title {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-dark);
  margin: 0 0 1rem 0;
  letter-spacing: -0.02em;
}

.modern-banner .banner-title .highlight {
  color: var(--primary);
  border-bottom: 3px solid var(--primary);
  display: inline-block;
}

/* Описание */
.modern-banner .banner-description {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--text-light);
  margin: 0 0 2rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eef2f6;
}

/* Сетка преимуществ */
.modern-banner .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.modern-banner .feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #f8fafc;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  transition: all 0.2s ease;
  border: 1px solid #eef2f6;
}

.modern-banner .feature-item:hover {
  background: #ffffff;
  border-color: var(--primary);
  transform: translateY(-2px);
}

.modern-banner .feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--primary);
}

.modern-banner .feature-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 2.5;
}

.modern-banner .feature-item span {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.4;
}

/* Нижняя часть с телефоном и кнопкой */
.modern-banner .banner-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eef2f6;
}

.modern-banner .banner-phone {
  font-family: 'Inter', monospace;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}

.modern-banner .banner-phone:hover {
  color: var(--primary);
}

.modern-banner .banner-button {
  background: var(--primary);
  border: none;
  padding: 0.9rem 2rem;
  border-radius: 60px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(241,133,0,0.2);
  letter-spacing: 0.01em;
}

.modern-banner .banner-button:hover {
  /* background: var(--primary-dark); */
  background: #0b131d;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(241,133,0,0.25);
}

.modern-banner .banner-button:active {
  transform: translateY(1px);
}

/* Адаптив для планшетов и телефонов */
@media (max-width: 768px) {
  .top_slier.modern-banner {
    padding: 1.5rem 1rem;
  }

  .modern-banner .banner-content {
    padding: 1.5rem;
  }

  .modern-banner .features-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .modern-banner .banner-footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .modern-banner .banner-phone {
    font-size: 1.25rem;
    text-align: center;
  }

  .modern-banner .banner-button {
    width: 100%;
    justify-content: center;
  }
}

/* ========== БЛОК ПРЕИМУЩЕСТВ ========== */
.services {
  --advantage-primary: #84c534;
  --advantage-primary-light: #ffeed9;
  --advantage-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.05);
  --advantage-shadow-hover: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
  --advantage-radius: 1.25rem;
  --advantage-transition: all 0.25s ease;
}

/* Текст-вступление */
.advantages-intro {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* Карточка */
.advantage-card {
  background: #ffffff;
  border-radius: var(--advantage-radius);
  padding: 1.5rem 1rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--advantage-shadow);
  transition: var(--advantage-transition);
}

.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--advantage-shadow-hover);
  border-color: rgb(132, 197, 52);
}

/* Иконка */
.advantage-icon {
  width: 70px;
  height: 70px;
  /* background: var(--advantage-primary-light); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: var(--advantage-transition);
}

.advantage-icon img {
  max-width: 45px;
  max-height: 45px;
  width: auto;
  height: auto;
  filter: brightness(0) saturate(100%) invert(58%) sepia(43%) saturate(935%) hue-rotate(44deg) brightness(96%) contrast(94%);
  /* Окрашивает иконки в цвет #84c534, если они чёрные/белые */
  transition: var(--advantage-transition);
}

/* Для иконок, которые уже цветные — убираем filter, если надо. 
   Если хотите сохранить оригинальные цвета, закомментируйте filter. */
.advantage-card:hover .advantage-icon img {
  transform: scale(1.05);
}

/* Текст карточки */
.advantage-text {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
  padding: 0 0.25rem;
}

/* Адаптив для планшетов */
@media (max-width: 768px) {
  .advantage-card {
    padding: 1.25rem 0.75rem;
  }
  .advantage-icon {
    width: 60px;
    height: 60px;
  }
  .advantage-icon img {
    max-width: 38px;
    max-height: 38px;
  }
  .advantage-text {
    font-size: 0.9rem;
  }
}

/* Убираем лишние стили старых .box, если они конфликтуют */
.services .box {
  display: none; /* если старый .box остался — скрываем */
}
/* Но мы не используем .box, всё чисто */



/* ========== БЛОК ПОРЯДКА РАБОТ ========== */
.steps-section {
  --step-primary: #84c534;
  --step-primary-light: #ffeed9;
  --step-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.05);
  --step-shadow-hover: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
  --step-radius: 1.25rem;
  --step-transition: all 0.25s ease;
}

.steps-intro {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

/* Карточка шага */
.step-card {
  background: #ffffff;
  border-radius: var(--step-radius);
  padding: 1.5rem 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--step-shadow);
  transition: var(--step-transition);
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--step-shadow-hover);
  border-color: rgb(132, 197, 52);
}

/* Иконка в круге */
.step-icon {
  width: 80px;
  height: 80px;
  /* background: var(--step-primary-light); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: var(--step-transition);
  color: var(--step-primary);
}

.step-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: currentColor;
}

.step-card:hover .step-icon {
  background: var(--step-primary);
  color: white;
  transform: scale(1.02);
}

/* Заголовок шага */
.step-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

/* Описание шага */
.step-description {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4b5563;
}

/* Адаптив */
@media (max-width: 768px) {
  .step-card {
    padding: 1.25rem 1rem;
  }
  .step-icon {
    width: 70px;
    height: 70px;
  }
  .step-icon svg {
    width: 2rem;
    height: 2rem;
  }
  .step-title {
    font-size: 1.2rem;
  }
  .step-description {
    font-size: 0.9rem;
  }
}


/* ========== БЛОК "О НАС" ========== */
.about-section {
  --about-primary: #84c534;
  --about-light: #eaf7da;
  --about-radius: 1.25rem;
  --about-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

/* Текстовая часть */
.about-text p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 1.25rem;
}

.about-text p:last-child {
  margin-bottom: 0;
}

/* Фотоколлаж */
.photo-collage {
  display: flex;
  gap: 1.25rem;
  background: transparent;
}

.vertical-photo {
  flex: 1.2;
  border-radius: var(--about-radius);
  overflow: hidden;
  box-shadow: var(--about-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vertical-photo:hover,
.horizontal-photo:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.15);
}

.horizontal-stack {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.horizontal-photo {
  border-radius: var(--about-radius);
  overflow: hidden;
  box-shadow: var(--about-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-collage img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.vertical-photo img {
  height: 100%;
  object-fit: cover;
}

.photo-collage img:hover {
  transform: scale(1.02);
}

/* Адаптивность (планшеты и телефоны) */
@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .photo-collage {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .photo-collage {
    flex-direction: column;
  }

  .vertical-photo,
  .horizontal-stack {
    flex: auto;
    width: 100%;
  }

  .horizontal-stack {
    flex-direction: row;
    gap: 1rem;
  }

  .horizontal-photo {
    flex: 1;
  }
}

@media (max-width: 480px) {
  .horizontal-stack {
    flex-direction: column;
  }

  .about-text p {
    font-size: 0.95rem;
  }
}
/* Прайс-лист */
.price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 2rem;
  font-size: 0.85rem;
  font-family: inherit;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
}


.price-table caption {
  text-align: left;
  font-weight: 700;
  background: linear-gradient(135deg, #6ba52a, #84c534);
  padding: 12px 16px;
  font-size: 1.1rem;
  letter-spacing: -0.2px;
  color: #fff;
  border-bottom: 2px solid #5a8f1e;
}

.price-table th,
.price-table td {
  border: 1px solid #e2e8f0;
  padding: 12px 8px;
  vertical-align: middle;
  text-align: center;
  transition: background 0.15s ease;
}

.price-table th {
  background: #f1f5e9;
  font-weight: 700;
  color: #2d421d;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.price-table td {
  background-color: #ffffff;
  color: #1e2a1c;
}

.price-table tbody tr:nth-child(even) td {
  background-color: #fafdf7;
}


.price-table td[rowspan] {
  vertical-align: middle;
  text-align: center;
  background-color: #f9fef5;
  font-weight: 500;
  border-right-width: 1px;
}

.price-table td:empty::before {
  content: "—";
  color: #b9c5a5;
  font-weight: 400;
}

.price-table caption a {
  color: #fff;
  text-decoration: none;
}
.price-table caption a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .price-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .price-table caption {
    white-space: normal;
  }
  .price-table th,
  .price-table td {
    white-space: nowrap;
  }
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

.price-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

img {
  max-width: 100%;
  height: auto;
}

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .column.is-6-mobile {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .product-card .product-name {
    font-size: 1rem !important;
    display: block;
  }
}