.site-header.style14.headerstyle--default {
    background: transparent;
  }
  .woocommerce ul.products li.product .product-list-item.prod-layout-style2:hover {
  box-shadow: 8px 15px 40px rgba(0,0,0,0);
}
.woocommerce.spp-carousel .spp-list.products .product-list-item.prod-layout-style2 {
  margin: 1px 0px 20px 0px !important;
}
#search {
  height: 18px;
}
.kv-advantages {
  background: #01041B;
  width: 100%;
}

.kv-advantages__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* ПК */
.kv-advantages__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 24px;
  min-height: max-content;
}

.kv-advantages__icon {
  width: 67px;
  height: 67px;
  flex-shrink: 0;
}

.kv-advantages__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.kv-advantages__text {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-family: "Noah", sans-serif;
  font-weight: 500;
}

/* внутрішні лінії на ПК */


/* МОБАЙЛ */


.kv-heading {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 50px;
}

/* TITLE */
.kv-heading__title {
  color: #01041B;
  font-size: 36px;
  line-height: 1.3;
  font-family: "Noah", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

/* TEXT */
.kv-heading__desc {
  color: #01041B;
  opacity: 0.8;
  font-size: 16px;
  font-family: "Noah", sans-serif;
  line-height: 1.5;
  margin: 0;
}
.kv-cta {
  max-width: 600px;
  margin-left: auto;
}
/* ===================== */
/* МОБАЙЛ */
/* ===================== */


/* ПК */
#cta .zn_section_size {
  min-height: 520px;
  display: flex;
  align-items: center;
}


.kv-cta {
  max-width: 600px;
  margin-left: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 48px;
  overflow: visible;
}

.kv-cta__content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.kv-cta__title {
  margin: 0;
  color: #01041B;
  font-family: "Noah", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.kv-cta__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 18px 30px 20px;
  border-radius: 10px;
  background: linear-gradient(40deg, #0166B4 0%, #02A2E0 45%);
  color: #fff;
  font-family: "Noah", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kv-cta__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
  z-index: 1;
  transition: left 0.7s ease;
}

.kv-cta__btn > * {
  position: relative;
  z-index: 2;
}

.kv-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(1, 102, 180, 0.28);
}

.kv-cta__btn:hover::before {
  left: 130%;
}

.kv-cta__btn.kvipst-open-contact-modal:hover {
  color: #ffffff !important;
}

.kv-service-hero__button.kvipst-open-contact-modal:hover,
.kv-service-contact__button.kvipst-open-contact-modal:hover,
.experience__btn:hover {
  color: #ffffff !important;
}

/* Shared shine-hover for primary CTA buttons */
.starosta-hero-slider__button,
.single_add_to_cart_button.kvipst-btn.kvipst-btn--cart,
.checkout-button.button.alt.wc-forward,
#kvipst-place-order,
.kv-service-hero__button.kvipst-open-contact-modal,
.kv-service-contact__button.kvipst-open-contact-modal,
.experience__btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.starosta-hero-slider__button::before,
.single_add_to_cart_button.kvipst-btn.kvipst-btn--cart::before,
.checkout-button.button.alt.wc-forward::before,
#kvipst-place-order::before,
.kv-service-hero__button.kvipst-open-contact-modal::before,
.kv-service-contact__button.kvipst-open-contact-modal::before,
.experience__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
  z-index: 1;
  transition: left 0.7s ease;
}

.starosta-hero-slider__button > *,
.single_add_to_cart_button.kvipst-btn.kvipst-btn--cart > *,
.checkout-button.button.alt.wc-forward > *,
#kvipst-place-order > *,
.kv-service-hero__button.kvipst-open-contact-modal > *,
.kv-service-contact__button.kvipst-open-contact-modal > *,
.experience__btn > * {
  position: relative;
  z-index: 2;
}

.starosta-hero-slider__button:hover,
.single_add_to_cart_button.kvipst-btn.kvipst-btn--cart:hover,
.checkout-button.button.alt.wc-forward:hover,
#kvipst-place-order:hover,
.kv-service-hero__button.kvipst-open-contact-modal:hover,
.kv-service-contact__button.kvipst-open-contact-modal:hover,
.experience__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(1, 102, 180, 0.28);
}

.starosta-hero-slider__button:hover::before,
.single_add_to_cart_button.kvipst-btn.kvipst-btn--cart:hover::before,
.checkout-button.button.alt.wc-forward:hover::before,
#kvipst-place-order:hover::before,
.kv-service-hero__button.kvipst-open-contact-modal:hover::before,
.kv-service-contact__button.kvipst-open-contact-modal:hover::before,
.experience__btn:hover::before {
  left: 130%;
}

.kv-cta__decor {
  position: absolute;
  right: 30px;
  bottom: -24px;
  width: 120px;
  z-index: 1;
}

.kv-cta__decor img {
  display: block;
  width: 100%;
  height: auto;
}

/* МОБАЙЛ */



.kv-about {
  background: #F5F2F2;
  overflow: hidden;
}

.kv-about__inner {
  display: flex;
  align-items: center;
  gap: 64px;
}

.kv-about__content {
  width: 590px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  flex-shrink: 0;
}

.kv-about__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.kv-about__title {
  margin: 0;
  color: #01041B;
  font-family: "Noah", sans-serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

.kv-about__texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kv-about__lead {
  color: #01041B;
  font-family: "Noah", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.kv-about__desc {
  color: rgba(1, 4, 27, 0.8);
  font-family: "Noah", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.kv-about__cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.kv-about__cards-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.kv-about-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kv-about-card--wide {
  width: 100%;
}

.kv-about-card__num {
  position: absolute;
  left: 24px;
  top: -23px;
  color: #E1DADA;
  font-size: 48px;
  line-height: 1;
  font-family: "Disruptors Script", cursive;
  font-weight: 400;
  pointer-events: none;
}

.kv-about-card__title {
  color: #01041B;
  font-family: "Noah", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.kv-about-card__text {
  color: rgba(1, 4, 27, 0.8);
  font-family: "Noah", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.kv-about__media {
  width: 556px;
  height: 569px;
  position: relative;
  flex-shrink: 0;
}

.kv-about__media-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 276px;
  height: 456px;
  border-radius: 10px;
  overflow: hidden;
}

.kv-about__media-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 569px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.kv-about__img-top,
.kv-about__img-bottom,
.kv-about__media-left img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.kv-about__img-top {
  height: 326px;
  flex: 0 0 326px;
}

.kv-about__img-bottom {
  height: 212px;
  flex: 0 0 212px;
}

.kv-about__btn,
.kv-about__btn:hover,
.kv-about__btn:focus,
.kv-about__btn:active,
.kv-about__btn:visited {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 30px 20px;
  border-radius: 10px;
  background: linear-gradient(40deg, #0166B4 0%, #02A2E0 45%);
  color: #FFFFFF !important;
  font-family: "Noah", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.kv-about__decor {
  position: absolute;
  left: 210px;
  top: 428px;
  width: 113px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.kv-about__decor img {
  display: block;
  width: 100%;
  height: auto;
}

/* мобайл */

.kv-footer {
  background: #01041B;
  color: #FFFFFF;
  width: 100%;
}

.kv-footer__top {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 55px 0 40px;
}

.kv-footer__main {
  display: grid;
  grid-template-columns: 246px 1fr 340px;
  gap: 72px;
  align-items: start;
}

.kv-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.kv-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kv-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
}

.kv-footer__contact-text {
  font-family: "Noah", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.kv-footer__contact-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv-footer__contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.kv-footer__socials {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.kv-footer__social {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform .25s ease, opacity .25s ease;
}

.kv-footer__social img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kv-footer__social:hover {
  transform: scale(1.08);
}

.kv-footer__nav-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 48px;
}

.kv-footer__nav-col {
  min-width: 0;
}

.kv-footer__accordion-toggle {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "Noah", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  cursor: default;
  pointer-events: none;
}

.kv-footer__accordion-icon {
  display: none;
}

.kv-footer__accordion-content {
  display: block;
}

.kv-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kv-footer__nav-list--wrap {
  width: 214px;
  display: grid;
  column-gap: 24px;
  row-gap: 12px;
}

.kv-footer__nav-list a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-family: "Noah", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  transition: color .2s ease, opacity .2s ease;
}

.kv-footer__nav-list a:hover {
  color: #fff;
}

.kv-footer__subscribe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.kv-footer__subscribe-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kv-footer__subscribe-title {
  font-family: "Noah", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.kv-footer__subscribe-text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Noah", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.kv-footer__subscribe-text strong {
  color: #fff;
  font-weight: 500;
}

.kv-footer__subscribe-form {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  border-radius: 10px;
  padding: 5px 5px 5px 24px;
  min-height: 58px;
}

.kv-footer__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #01041B;
  font-family: "Noah", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.kv-footer__input::placeholder {
  color: rgba(1, 4, 27, 0.3);
}

.kv-footer__submit {
  height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(40deg, #0166B4 0%, #02A2E0 45%);
  color: #fff;
  font-family: "Noah", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .2s ease;
  flex: 0 0 auto;
}

.kv-footer__submit:hover {
  opacity: .92;
}

.kv-footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.kv-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  opacity: 0.5;
}

.kv-footer__copyright,
.kv-footer__legal a {
  color: #fff !important;
  font-family: "Noah", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.kv-footer__legal {
  display: flex;
  align-items: center;
  gap: 16px;
}

.kv-footer__legal-sep {
  width: 1px;
  height: 17px;
  background: rgba(255, 255, 255, 1);
  opacity: .8;
}

/* mobile */


.kv-news-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  width: 100%;
}

.kv-news-head__content {
  max-width: 598px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.kv-news-head__title {
  margin: 0;
  color: #01041B;
  font-family: "Noah", sans-serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

.kv-news-head__text {
  color: rgba(1, 4, 27, 0.8);
  font-family: "Noah", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.kv-news-head__btn,
.kv-news-head__btn:hover,
.kv-news-head__btn:focus,
.kv-news-head__btn:active,
.kv-news-head__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 30px 20px;
  border-radius: 10px;
  background: linear-gradient(40deg, #0166B4 0%, #02A2E0 45%);
  color: #FFFFFF !important;
  font-family: "Noah", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, opacity .2s ease;
}

.kv-news-head__btn:hover {
  opacity: 1;
  transform: translateY(0);
}
.kv-news-head {
  margin-bottom: 50px;
}

.about {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  background: #F5F2F2;
  font-family: 'Noah', sans-serif;
}

.about__left {
  flex: 0 0 440px;
}

.about__right {
  flex: 1;
  display: flex;
  gap: 40px;
  align-items: center;
}
.about__title {
  margin: 0;
  color: #01041B;
  font-family: 'Noah', sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.about__desc {
  margin: 0;
  color: #01041B;
  font-family: 'Noah', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.about__right {
  display: flex;
  gap: 40px;
  align-items: center;
}

.about__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-item {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #01041B;
  font-family: 'Noah', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.about-item img {
  width: 67px;
  height: 67px;
  object-fit: contain;
  flex-shrink: 0;
}

.about-divider {
  width: 100%;
  height: 1px;
  background: #ECE4E4;
}

.about-divider--vertical {
  width: 1px;
  height: 185px;
  background: #ECE4E4;
}


.manufacturers-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  font-family: 'Noah', sans-serif;
}

.manufacturers-intro__title {
  margin: 0;
  width: 100%;
  color: #01041B;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  line-height: 46.8px;
  text-transform: uppercase;
}

.manufacturers-intro__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.manufacturers-intro__subtitle {
  width: 100%;
  color: #01041B;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.manufacturers-intro__text {
  width: 100%;
  color: rgba(1, 4, 27, 0.8);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}



.experience {
  display: flex;
  gap: 64px;
  background: #F5F2F2;
  font-family: 'Noah', sans-serif;
}

/* LEFT */
.experience__left {
  width: 364px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.experience__title {
  margin: 0;
  color: #01041B;
  font-family: 'Noah', sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 46.8px;
  text-transform: uppercase;
}

.experience__subtitle {
  color: #01041B;
  font-family: 'Noah', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.experience__desc {
  color: rgba(1, 4, 27, 0.8);
  font-family: 'Noah', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* RIGHT */
.experience__right {
  flex: 1;
  display: flex;
  gap: 30px;
}

/* CARDS */
.experience__cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.experience-card {
  width: 344px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 24px;
  position: relative;
}

.experience-card__icon {
  position: absolute;
  top: -14px;
  right: 16px;
  width: 38px;
  height: auto;
}

.experience-card__title {
  color: #01041B;
  font-family: 'Noah', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.experience-card__text {
  color: rgba(1, 4, 27, 0.8);
  font-family: 'Noah', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* MEDIA */
.experience__media {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  align-items: flex-start; /* 👈 ФІКС */
}

.experience__media img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* BUTTON */
.experience__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 18px 30px;
  border-radius: 10px;

  background: linear-gradient(40deg, #0166B4 0%, #02A2E0 45%);
  
  color: #FFFFFF;
  font-family: 'Noah', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;

  text-decoration: none;
}

.experience__btn img {
  width: 16px;
  height: auto;
}
.experience__arrow {
  position: absolute;
  bottom: -50%;
}

.experience__title, .experience__text {
  z-index: 3;
}
#catalogcheck {
  z-index: 2;
}
/* MOBILE */

.quality {
  display: flex;
  align-items: center;
  gap: 64px;
}

/* IMAGE */
.quality__image {
  flex: 1;
}

.quality__image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* CONTENT */
.quality__content {
  width: 44%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* TITLE */
.quality__title {
  margin: 0;
  color: #01041B;
  font-family: 'Noah', sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 46.8px;
  text-transform: uppercase;
}

/* INFO */
.quality__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ITEM */
.quality__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.quality__item img {
  width: 20px;
  height: auto;
  margin-top: 0px;
}

.quality__item-title {
  color: #01041B;
  font-family: 'Noah', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

/* TEXT */
.quality__text {
  color: rgba(1,4,27,0.8);
  font-family: 'Noah', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* MOBILE */


h1 {
    margin:0px;
}

.contacts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* TITLE */
.contacts__title {
  font-family: 'Noah', sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 75px;
  text-transform: uppercase;
  color: #01041B;
}

/* GRID */
.contacts__grid {
  display: flex;
  gap: 30px;
}

/* CARD */
.contact-card {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;

}

/* ICON (FIXED POSITION) */
.contact-card__icon {
  position: absolute;
  top: -24px;
  right: 24px;
  z-index: 2;
}

.contact-card__icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* TEXT */
.contact-card__label {
  font-family: 'Noah', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #01041B;
  opacity: 0.8;
}

.contact-card__divider {
  width: 100%;
  height: 1px;
  background: #F0E8E8;
}

.contact-card__value {
  font-family: 'Noah', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #01041B;
  text-decoration: none;
}

.contact-card__value--underline {
  text-decoration: underline;
}

/* ===================== */
/* MOBILE */
/* ===================== */


#leftcolcontact > div {
  border-radius: 10px;
}

.kv-cf7 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.kv-cf7 .wpcf7-form {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}

.kv-cf7 p {
  margin: 0;
}

.kv-form-box {
  width: 100%;
  max-width: 100%;
  padding: 48px;
  background: #01041b;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.kv-form-box__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.kv-form-box__title {
  margin: 0;
  color: #fff;
  font-family: "Noah", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 46.8px;
  text-transform: uppercase;
}

.kv-form-box__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kv-form-box__desc p {
color: rgba(255, 255, 255, 0.8);
  font-family: "Noah", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
  opacity:0.8;
}

.kv-form-box__desc p:last-child {
  color: rgba(255, 255, 255, 0.38);
}

.kv-form-box__fields {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.kv-form-box__row {
  display: flex;
  gap: 32px;
}

.kv-field {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kv-field--full {
  width: 100%;
}

.kv-field__label {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Noah", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.kv-field__control {
  width: 100%;
  height: 49px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: transparent;
  box-sizing: border-box;
}

.kv-field__control > p {
  width: 100%;
  height: 100%;
}

.kv-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.kv-input {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 14px;
  border: 0 !important;
  outline: none;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: "Noah", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
}

.kv-input::placeholder {
  color: #fff;
  opacity: 1;
}

.kv-field__control--textarea {
  height: 78px;
}

.kv-field__control--textarea > p {
  width: 100%;
  height: 100%;
}
.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.kv-field__control--textarea .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.kv-field__control--textarea .kv-input {
  min-height: 80px;
  height:80px !important;
  padding: 12px 14px;
  resize: none;
  line-height: 1.4;
}

.kv-form-box__submit > p {
  width: 100%;
}
.kv-form-box__submit .wpcf7-form-control.wpcf7-submit {
  font-weight: 700 !important;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.kv-input, .wpcf7-textarea.kv-input {
  padding-left: 0px !important;
}
.kv-submit {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 18px 30px 20px;
  border: 0 !important;
  border-radius: 10px;
  background: linear-gradient(40deg, #0166b4 0%, #02a2e0 45%) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: "Noah", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}
.kv-form-box__submit .wpcf7-form-control {
  font-size: 16px !important;
}
.kv-submit:hover {
  opacity: 0.98;
}

.kv-cf7 .wpcf7-spinner {
  margin: 12px 0 0;
}

.kv-cf7 .wpcf7-response-output,
.kv-cf7 .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 14px;
  font-family: "Noah", sans-serif;
}
.kv-field__control {
  width: 100%;
  height: 49px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.95);
  background: transparent;
  box-sizing: border-box;
}

.kv-field__control--textarea {
  height: 78px;
}

.kv-input {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 10px;
  border: 0 !important;
  outline: none;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: "Noah", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
}
#leftcolcta > div {
  border-radius: 10px;
}

#formscontact .row {
  margin-top: -60px;
}

#servicesecond {
  border-bottom: 1px solid #F0E8E8;
}
.zn_sidebar {
  padding: 24px 24px;
  border-radius: 10px;
  margin-bottom: 0px;
  background: #fff;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0);
}

.widgettitle::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 0;
  display: none;
}
.widgettitle::before {
  width: 100%;
  border-bottom: 1px solid rgb(240, 232, 232);
}
.widgettitle.zn-sidebar-widget-title.title {
  color: #01041B;
  font-size: 18px;
  font-family: Noah;
  font-weight: 700;
  word-wrap: break-word;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 0px;
}

.woocommerce.widget_product_categories .cat-item a, .wpc-filter-link {

color: #01041B;
 font-size: 16px;
 font-family: Noah;
 font-weight: 500;
 word-wrap: break-word    
    
}
.woocommerce.widget {
  margin-bottom: 20px;
}

.widget-title.wpc-filter-title {

color: #01041B;
 font-size: 18px;
 font-family: Noah;
 font-weight: 700;
 word-wrap: break-word  
}

.wpc-posts-found {
  display: none !important;
}


.woocommerce-products-header__title.page-title {
color: #01041B;
 font-size: 36px;
 font-family: Noah;
 font-weight: 800;
 text-transform: uppercase;
 line-height: 46.80px;
 word-wrap: break-word  
 border-bottom: 0px solid black;    
    
}
.woocommerce-products-header__title.page-title {
  padding-bottom: 0px;
  margin-bottom: 24px;
  border-bottom-color: transparent;
}
.kvipst-archive-toolbar__footer {
  display: none;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin: 0 0 0px;
}
.woocommerce .woocommerce-result-count {
  margin: 10px 0;
  font-weight: 600;
  color: #838383;
  font-family: "Noah", "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.kvipst-archive-toolbar .woocommerce-ordering .orderby {
  padding: 7px 25px 7px 16px;
  
}

.woocommerce div.product.prodpage-style2 .product-page {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.site-header.site-header--absolute + .site-content {
  padding-top: 160px;
  margin-top: 0;
}

.siteheader-container.container {
  margin-top: 10px;
} 

.up-sells.upsells.products.kvipst-products-section, .related.products.kvipst-products-section{
  margin-top: 15px;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 56px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}
.kvipst-products-track.products.columns-4 li.product {
  padding: 1px;
}

.wcus-checkout-fields.wcus-checkout-np-fields h3 {
  margin-bottom: 0px;
}
.wcus-checkout-fields.wcus-checkout-np-fields {
  margin-bottom: 30px;
}
#order_comments {
  border: 1px solid #c6c2c2;
}



/* =====================================================
   1200 – 1409px
   ===================================================== */
@media (max-width: 1409px) {

  :root {
    --starosta-mainbar-shell-width: 100%;
  }

  .container {
    width: 100% !important;
  }

  .siteheader-container.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .starosta-hero-slider {
    padding-top: 15px;
  }

  /* kv-about: content flexible, media зменшена */
  .kv-about__inner {
    gap: 40px;
  }

  .kv-about__content {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }

  .kv-about__media {
    width: 440px;
    height: auto;
    flex-shrink: 0;
  }

  .kv-about__media-left {
    width: 215px;
    height: 456px;
  }

  .kv-about__media-right {
    width: 200px;
    height: auto;
  }

  .kv-about__img-top {
    height: 290px;
    flex: 0 0 290px;
  }

  .kv-about__img-bottom {
    height: 185px;
    flex: 0 0 185px;
  }

  .kv-about__decor {
    left: 173px;
    top: 415px;
  }

  /* footer: менший gap */
  .kv-footer__main {
    gap: 48px;
  }

  .kv-footer__nav-wrap {
    gap: 32px;
  }
}

/* =====================================================
   1000 – 1200px
   ===================================================== */
@media (max-width: 1200px) {

  :root {
    --starosta-mainbar-shell-width: 100%;
  }

  .container {
    width: 100% !important;
  }

  .siteheader-container.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .site-header.style14 .site-header-main-wrapper.starosta-style14-main .site-header-main {
    padding: 15px;
  }

  .starosta-hero-slider__content {
    padding-left: 15px;
  }

  .starosta-hero-slider {
    padding-top: 15px;
  }

  /* kv-about: ще компактніше */
  .kv-about__inner {
    gap: 30px;
  }

  .kv-about__media {
    width: 320px;
  }

  .kv-about__media-left {
    width: 155px;
    height: 370px;
  }

  .kv-about__media-right {
    width: 150px;
  }

  .kv-about__img-top {
    height: 220px;
    flex: 0 0 220px;
  }

  .kv-about__img-bottom {
    height: 145px;
    flex: 0 0 145px;
  }

  .kv-about__decor {
    display: none;
  }

  .kv-about__btn {
    width: 100%;
    min-height: 52px;
    margin-bottom: 10px;
  }

  /* about сторінка: заголовок 58px → 44px */
  .about__title {
    font-size: 44px;
    line-height: 1.2;
  }

  /* contacts: заголовок 58px → 44px */
  .contacts__title {
    font-size: 44px;
    line-height: 1.2;
  }

  /* experience: ліва колонка вужча, пропорційний розподіл */
  .experience__left {
    width: 280px;
  }

  .experience__right {
    gap: 20px;
    align-items: stretch;
  }

  .experience__cards {
    flex: 1 1 auto;
    min-width: 0;
    gap: 20px;
  }

  .experience-card {
    width: auto;
    padding: 20px;
  }

  .experience__media {
    flex: 0 0 210px;
    min-width: 210px;
    gap: 15px;
  }

  .experience__media img {
    height: 200px;
    object-fit: cover;
  }

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

  /* footer: контакти менший шрифт */
  .kv-footer__contact-text {
    font-size: 14px;
  }

  .kv-footer__contact-list {
    gap: 10px;
  }

  /* footer: 3 колонки в 1 рядок, компактні gap-и */
  .kv-footer__main {
    grid-template-columns: 200px 1fr 260px;
    gap: 20px;
    align-items: start;
  }

  .kv-footer__contacts {
    grid-column: auto;
    grid-row: auto;
  }

  .kv-footer__subscribe {
    grid-column: auto;
    grid-row: auto;
  }

  .kv-footer__nav-wrap {
    grid-column: auto;
    grid-row: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: flex-start;
  }

  .kv-footer__nav-col {
    flex: 1 1 0;
    min-width: 0;
  }

  .kv-footer__nav-list--wrap {
    width: auto;
  }

  /* atc-row: qty + кошик в рядок, купити в 1 клік на всю ширину */
  .kvipst-atc-row {
    flex-wrap: wrap;
    gap: 15px;
  }

  .kvipst-qty {
    flex-shrink: 0;
  }

  .kvipst-btn--cart {
    flex: 1;
  }

  .kvipst-btn--one-click {
    flex: none;
    width: 100%;
    order: 3;
  }
}

/* =====================================================
   Відновлення мобайлу після max-width: 1200px
   ===================================================== */

/* =====================================================
   768 – 849px
   ===================================================== */
@media (min-width: 768px) and (max-width: 849px) {

  :root {
    --starosta-mainbar-shell-width: 100%;
  }

  .container {
    width: 100% !important;
  }

  .siteheader-container.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .site-header.style14 .site-header-main-wrapper.starosta-style14-main {
    padding: 0 !important;
  }

  .site-header.style14 .site-header-main-wrapper.starosta-style14-main .site-header-main {
    padding: 15px !important;
  }

  .site-header.style14 .site-header-main-wrapper.starosta-style14-main .site-header-main-center {
    display: none;
  }

  .starosta-mobile-trigger {
    display: block;
  }

  .starosta-hero-slider__content {
    padding-left: 15px;
  }

  .starosta-hero-slider {
    padding-top: 15px;
  }

  /* kv-advantages: 2 колонки */
  .kv-advantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kv-advantages__item {
    min-height: 190px;
    padding: 24px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    text-align: center;
  }

  .kv-advantages__item:nth-child(odd) {
    border-right: 1px solid #2A2C3F;
  }

  .kv-advantages__item:nth-child(-n+2) {
    border-bottom: 1px solid #2A2C3F;
  }

  .site-header.site-header--absolute + .site-content {
    padding-top: 124px;
    margin-top: 0;
  }

  /* kv-heading */
  .kv-heading {
    max-width: 85%;
  }

  /* kv-about: як мобайл */
  .kv-about__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .kv-about__content {
    width: 100%;
    gap: 30px;
  }

  .kv-about__head {
    gap: 24px;
  }

  .kv-about__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .kv-about__cards {
    gap: 15px;
  }

  .kv-about__cards-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .kv-about-card {
    gap: 10px;
  }

  .kv-about-card__num {
    top: -21px;
  }

  .kv-about__media {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 8px;
    position: relative;
  }

  .kv-about__media-left,
  .kv-about__media-right {
    position: static;
    width: auto;
    height: auto;
  }

  .kv-about__media-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .kv-about__media-left img {
    width: 100%;
    height: 241px;
    object-fit: cover;
  }

  .kv-about__media-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .kv-about__img-top {
    width: 100%;
    height: 180px;
    flex: 0 0 180px;
  }

  .kv-about__img-bottom {
    width: 100%;
    height: 126px;
    flex: 0 0 126px;
  }

  .kv-about__btn {
    width: 190px;
    min-height: 58px;
    margin-top: 15px;
  }

  .kv-about__decor {
    width: 77px;
    height: 66px;
    left: 168px;
    top: 156px;
  }

  /* about сторінка */
  .about {
    gap: 20px;
  }

  .about__left {
    flex: 0 0 220px;
  }

  .about__right {
    gap: 16px;
  }

  .about-divider--vertical {
    height: 120px;
  }

  .about-item {
    gap: 10px;
  }

  .about-item img {
    width: 44px;
    height: 44px;
  }

  /* experience: вертикально (50% = ~363px — затісно з картками) */
  .experience {
    flex-direction: column;
    gap: 20px;
  }

  .experience__left {
    flex: none;
    width: 100%;
  }

  .experience__title {
    font-size: 26px;
    line-height: 1.3;
  }

  .experience__right {
    flex: none;
    width: 100%;
    flex-direction: column;
    gap: 14px;
  }

  .experience__cards {
    flex: none;
    gap: 14px;
  }

  .experience-card {
    width: 100%;
    padding: 16px;
  }

  .experience__media {
    flex: none;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .experience__media img {
    flex: 1;
    height: 110px;
    border-radius: 10px;
  }

  .experience__btn {
    flex: 0 0 auto;
    width: auto;
  }

  /* footer: 2-рядкова сітка */
  .kv-footer__contact-text {
    font-size: 18px;
  }

  .eluidd3e07081 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #abouttext {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #firstsection {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .kv-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
  }

  .kv-footer__contacts {
    grid-column: 1;
    grid-row: 1;
  }

  .kv-footer__subscribe {
    grid-column: 2;
    grid-row: 1;
    max-width: 100%;
  }

  .kv-footer__nav-wrap {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-start;
  }

  .kv-footer__nav-col {
    flex: 1 1 0;
    min-width: 0;
  }

  .kv-footer__nav-list--wrap {
    width: auto;
  }

  /* contacts: по 2 в рядок */
  .contacts__grid {
    flex-wrap: wrap;
    gap: 16px;
  }

  .contact-card {
    flex: 0 0 calc(50% - 8px);
  }

  /* formscontact: колонки в стек */
  #formscontact .row {
    flex-direction: column;
    margin-top: 0 !important;
  }

  #leftcolcontact,
  #rightcolcontact {
    width: 100% !important;
    max-width: 100% !important;
  }

  #rightcolcontact {
    margin-top: 20px;
  }

  #rightcolcontact img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  #leftcolcta {
    width: 80%;
  }

  .kv-form-box {
    max-width: 100%;
  }

  /* upsells/related: 3 картки в slider-режимі */
  .up-sells.upsells.products.kvipst-products-section[data-kvipst-slider="on"] .kvipst-products-track > li.product,
  .related.products.kvipst-products-section[data-kvipst-slider="on"] .kvipst-products-track > li.product {
    flex: 0 0 calc(33.333% - 8px) !important;
    width: calc(33.333% - 8px) !important;
  }

  /* kv-service-hero: як мобайл */
  .kv-service-hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .kv-service-hero__content {
    order: 2;
    gap: 30px;
    width: 100%;
  }

  .kv-service-hero__top {
    gap: 24px;
  }

  .kv-service-hero__title {
    font-size: 36px;
    line-height: 46.8px;
  }

  .kv-service-hero__media {
    order: 1;
  }

  .kv-service-hero__image {
    height: 260px;
  }

  /* kv-service-specialists: як мобайл */
  .kv-service-specialists {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .kv-service-specialists__intro {
    width: 100%;
    margin: 0;
    align-items: flex-start;
    text-align: left;
  }

  .kv-service-specialists__title {
    font-size: 28px;
    line-height: 36.4px;
  }

  .kv-service-specialists__grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .kv-service-specialists__card {
    flex-direction: column;
    gap: 24px;
  }

  .kv-service-specialists__meta {
    width: 100%;
    flex: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .kv-service-specialists__card-title {
    max-width: 167px;
  }

  .kv-service-specialists__center-icon {
    display: none;
  }

  /* kv-service-advantages: як мобайл */
  .kv-service-advantages {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .kv-service-advantages__content {
    order: 1;
  }

  .kv-service-advantages__title {
    font-size: 28px;
    line-height: 36.4px;
  }

  .kv-service-advantages__media {
    order: 2;
    width: 100%;
  }

  .kv-service-advantages__image {
    height: 260px;
    min-height: 260px;
  }

  /* kv-service-contact */
  .kv-service-contact {
    width: 100%;
    max-width: none;
    padding: 24px;
    box-sizing: border-box;
  }

  /* atc-row */
  .kvipst-atc-row {
    flex-wrap: wrap;
    gap: 15px;
  }

  .kvipst-btn--cart {
    flex: 1;
  }

  .kvipst-btn--one-click {
    flex: none;
    width: 100%;
    order: 3;
  }

}

/* =====================================================
   850 – 999px
   ===================================================== */
@media (min-width: 850px) and (max-width: 999px) {

  :root {
    --starosta-mainbar-shell-width: 100%;
  }

  .container {
    width: 100% !important;
  }

  .siteheader-container.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .site-header.style14 .site-header-main-wrapper.starosta-style14-main {
    padding: 0 !important;
  }

  .site-header.style14 .site-header-main-wrapper.starosta-style14-main .site-header-main {
    padding: 15px !important;
  }

  .site-header.style14 .site-header-main-wrapper.starosta-style14-main .site-header-main-center {
    display: flex !important;
  }

  .starosta-mobile-trigger,
  .site-header.style14 .starosta-mobile-trigger {
    display: none !important;
  }

  .site-header.site-header--absolute + .site-content {
    padding-top: 160px;
    margin-top: 0;
  }

  .starosta-hero-slider__content {
    padding-left: 15px;
  }

  .starosta-hero-slider {
    padding-top: 15px;
  }

  /* kv-advantages: 2 колонки */
  .kv-advantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kv-advantages__item {
    min-height: 210px;
    padding: 32px 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    text-align: center;
  }

  .kv-advantages__item:nth-child(odd) {
    border-right: 1px solid #2A2C3F;
  }

  .kv-advantages__item:nth-child(-n+2) {
    border-bottom: 1px solid #2A2C3F;
  }

  /* kv-heading */
  .kv-heading {
    max-width: 100%;
  }

  /* kv-about */
  .kv-about__inner {
    gap: 24px;
  }

  .kv-about__media {
    width: 260px;
  }

  .kv-about__media-left {
    width: 125px;
    height: 300px;
  }

  .kv-about__media-right {
    width: 120px;
  }

  .kv-about__img-top {
    height: 175px;
    flex: 0 0 175px;
  }

  .kv-about__img-bottom {
    height: 115px;
    flex: 0 0 115px;
  }

  .kv-about__btn {
    width: 100%;
    min-height: 52px;
    margin-bottom: 10px;
  }

  /* about сторінка */
  .about {
    gap: 30px;
  }

  .about__left {
    flex: 0 0 260px;
  }

  .about__right {
    gap: 20px;
  }

  .about-divider--vertical {
    height: 140px;
  }

  .about-item {
    gap: 12px;
  }

  .about-item img {
    width: 50px;
    height: 50px;
  }

  /* experience: 2 колонки по 50%, картинка знизу */
  .experience {
    flex-wrap: wrap;
    gap: 24px;
  }

  .experience__left {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }

  .experience__right {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    flex-direction: column;
    gap: 16px;
  }

  .experience__cards {
    flex: none;
    gap: 16px;
  }

  .experience-card {
    width: 100%;
    padding: 18px;
  }

  .experience__media {
    flex: none;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .experience__media img {
    flex: 1;
    height: 120px;
    border-radius: 10px;
  }

  .experience__btn {
    flex: 0 0 auto;
    width: auto;
  }

  /* footer: 2-рядкова сітка */
  .kv-footer__contact-text {
    font-size: 18px;
  }

  .eluidd3e07081 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #abouttext {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #firstsection {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .kv-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }

  .kv-footer__contacts {
    grid-column: 1;
    grid-row: 1;
  }

  .kv-footer__subscribe {
    grid-column: 2;
    grid-row: 1;
    max-width: 100%;
  }

  .kv-footer__nav-wrap {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: flex-start;
  }

  .kv-footer__nav-col {
    flex: 1 1 0;
    min-width: 0;
  }

  .kv-footer__nav-list--wrap {
    width: auto;
  }

  /* contacts: по 2 в рядок */
  .contacts__grid {
    flex-wrap: wrap;
    gap: 20px;
  }

  .contact-card {
    flex: 0 0 calc(50% - 10px);
  }

  /* formscontact: колонки в стек */
  #formscontact .row {
    flex-direction: column;
    margin-top: 0 !important;
  }

  #leftcolcontact,
  #rightcolcontact {
    width: 100% !important;
    max-width: 100% !important;
  }

  #rightcolcontact {
    margin-top: 20px;
  }

  #rightcolcontact img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  #leftcolcta {
    width: 65%;
  }

  .kv-form-box {
    max-width: 100%;
  }

  /* upsells/related: 3 товари в рядок (grid-режим, ≤4 товари) */
  .up-sells.upsells.products.kvipst-products-section .kvipst-products-track,
  .related.products.kvipst-products-section .kvipst-products-track {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  /* upsells/related: 3 картки видимі в slider-режимі (>4 товарів) */
  .up-sells.upsells.products.kvipst-products-section[data-kvipst-slider="on"] .kvipst-products-track > li.product,
  .related.products.kvipst-products-section[data-kvipst-slider="on"] .kvipst-products-track > li.product {
    flex: 0 0 calc(33.333% - 14px) !important;
    width: calc(33.333% - 14px) !important;
  }

  /* kv-service-specialists */
  .kv-service-specialists__meta {
    display: flex;
    flex: 0 0 135px;
  }

  /* kv-service-hero: заголовок менший */
  .kv-service-hero__title {
    font-size: 36px;
    line-height: 1.3;
  }

  /* kv-service-contact: ширше, менший padding */
  .kv-service-contact {
    width: 100%;
    max-width: none;
    padding: 32px;
    box-sizing: border-box;
  }

  /* atc-row */
  .kvipst-atc-row {
    flex-wrap: wrap;
    gap: 15px;
  }

  .kvipst-btn--cart {
    flex: 1;
  }

  .kvipst-btn--one-click {
    flex: none;
    width: 100%;
    order: 3;
  }

}

/* =====================================================
   Mobile: max-width: 767px
   ===================================================== */
@media (max-width: 767px) {
  .kv-footer__contact-text {
    font-size: 18px;
  }

  .eluidd3e07081 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #abouttext {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .kv-advantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kv-advantages__item {
    border-right: none;
    min-height: 210px;
    padding: 32px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    text-align: center;
  }

  .kv-advantages__icon {
    width: 56px;
    height: 56px;
  }

  .kv-advantages__text {
    font-size: 18px;
    line-height: 1.25;
    max-width: 220px;
    margin: 0 auto;
  }

  /* тільки внутрішні лінії */
  .kv-advantages__item:nth-child(odd) {
    border-right: 1px solid #2A2C3F;
  }

  .kv-advantages__item:nth-child(-n+2) {
    border-bottom: 1px solid #2A2C3F;
  }

  .kv-heading {
    max-width: 100%;
    gap: 0;
    margin-bottom: 20px;
  }

  .kv-heading__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .kv-heading__desc {
    display: none;
  }

  #cta {
    overflow: hidden;
  }

  #cta .zn-bgSource-image {
    background-position: center left !important;
    background-size: cover !important;
  }

  #cta .zn_section_size {
    min-height: 380px;
    display: flex;
    align-items: flex-end;
  }



  #cta .znColumnElement-innerWrapper,
  #cta .znColumnElement-innerContent,
  #cta .zn_custom_html {
    height: 100%;
  }

  .kv-cta {
    max-width: 100%;
    margin-left: 0;
    margin-top: auto;
    padding: 24px;
  }

  .kv-cta__content {
    max-width: 100%;
    gap: 24px;
  }

  .kv-cta__title {
    font-size: 24px;
    line-height: 1.3;
  }

  .kv-cta__btn {
    width: 100%;
  }

  .kv-cta__decor {
    right: 12px;
    bottom: -14px;
    width: 82px;
  }
  #cta {
  padding-bottom: 20px;
}

  .kv-about {
    padding: 56px 0px;
  }

  .kv-about__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .kv-about__content {
    width: 100%;
    gap: 30px;
  }

  .kv-about__head {
    gap: 24px;
  }

  .kv-about__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .kv-about__cards {
    gap: 15px;
  }

  .kv-about__cards-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .kv-about-card {
    gap: 10px;
  }

  .kv-about-card__num {
    top: -21px;
  }

  .kv-about__media {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 8px;
    position: relative;
  }

  .kv-about__media-left,
  .kv-about__media-right {
    position: static;
    width: auto;
    height: auto;
  }

  .kv-about__media-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .kv-about__media-left img {
    width: 100%;
    height: 241px;
    object-fit: cover;
  }

  .kv-about__media-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .kv-about__img-top {
    width: 100%;
    height: 180px;
    flex: 0 0 180px;
  }

  .kv-about__img-bottom {
    width: 100%;
    height: 126px;
    flex: 0 0 126px;
  }

  .kv-about__btn {
    width: 190px;
    min-height: 58px;
    margin-top: 15px;
  }

  .kv-about__decor {
    width: 77px;
    height: 66px;
    left: 168px;
    top: 156px;
  }
  #aboutussection {
  padding-top: 0px;
  padding-bottom: 0px;
}
#cards {
  padding-top: 50px;
  padding-bottom: 10px;
}

  .kv-footer {
    overflow: hidden;
  }

  .kv-footer__top {
    padding: 30px 0;
    gap: 30px;
  }

  .kv-footer__main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .kv-footer__contacts {
    gap: 32px;
  }

  .kv-footer__nav-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .kv-footer__nav-col {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .kv-footer__accordion-toggle {
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: auto;
    cursor: pointer;
  }

  .kv-footer__accordion-icon {
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
    flex: 0 0 16px;
  }

  .kv-footer__accordion-icon::before,
  .kv-footer__accordion-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 1.5px;
    background: #fff;
    transform: translate(-50%, -50%);
  }

  .kv-footer__accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .kv-footer__accordion.is-open .kv-footer__accordion-icon::after {
    opacity: 0;
  }

  .kv-footer__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
  }

  .kv-footer__accordion.is-open .kv-footer__accordion-content {
    max-height: 600px;
  }

  .kv-footer__nav-list {
    padding: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .kv-footer__nav-list--wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .kv-footer__subscribe {
    gap: 24px;
  }

  .kv-footer__subscribe-head {
    gap: 16px;
  }

  .kv-footer__subscribe-form {
    padding-left: 24px;
  }

  .kv-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .kv-footer__legal {
    gap: 16px;
    flex-wrap: wrap;
  }

  .kv-footer__copyright {
    order: 2;
  }

  .kv-footer__legal {
    order: 1;
  }

  .kv-news-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom:10px;
  }

  .kv-news-head__content {
    max-width: 100%;
  }

  .kv-news-head__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .kv-news-head__btn {
    white-space: normal;
  }
  #shopblock {
  padding-top: 50px;
  padding-bottom: 30px;
}
.kv-about {
    padding: 50px 0px;
  }
#shopblock {
  padding-top: 50px;
  padding-bottom: 40px;
}

  .kv-form-box {
    padding: 30px 24px;
    gap: 30px;
  }
#firstsection {
  padding-bottom: 50px;
}
  .kv-form-box__title {
    font-size: 28px;
    line-height: 36.4px;
  }

  .kv-form-box__row {
    flex-direction: column;
    gap: 32px;
  }
  
  #formscontact {
  padding-top: 15px;
  padding-bottom: 50px;
}
#rightcolcontact {
  margin-top: 15px;
}
#firstsectiongallery {
  margin-top: 20px;
}
#firstsectionservice {
  padding-top: 10px;
  padding-bottom: 40px;
}
#servicesecond {
  padding-top: 50px;
  padding-bottom: 50px;
}
#thirdblock {
  padding-top: 50px;
  padding-bottom: 50px;
}
#leftcolcta {
  position: absolute;
  bottom: 15px;
}


#custom_html-2 {
  display: none;
}
.zn_sidebar.sidebar.kl-sidebar--light.element-scheme--light {
  margin-bottom: 15px;
}
  .site-header.site-header--absolute + .site-content {
    padding-top: 10px;
  }


  .siteheader-container.container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /* footer: повернути мобільну сітку */
  .kv-footer__main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .kv-footer__contacts {
    grid-column: auto;
    grid-row: auto;
  }

  .kv-footer__subscribe {
    grid-column: auto;
    grid-row: auto;
  }

  .kv-footer__nav-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-column: auto;
    grid-row: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .kv-footer__nav-col {
    width: 100%;
    flex: none;
  }

  .kv-footer__nav-list--wrap {
    width: 100%;
  }

.site-header.site-header--absolute + .site-content {
  padding-top: 10px;
}
.woocommerce div.product.prodpage-style2 .single_product_main_image {
  padding-left: 0;
  padding-right: 0px;
} 
.single-product .col-md-12 {
  padding: 0px;
}
.znpb-footer-smart-area .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce div.product.prodpage-style2 .product-page {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  padding: 15px;
  border-radius: 0px;
} 
.main-data.col-sm-6 {
  margin-top: 30px;
  padding: 0px;
}    
.woocommerce-product-details__short-description p {
  margin-bottom: 0px;
}    
 .up-sells.upsells.products.kvipst-products-section, .related.products.kvipst-products-section {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}   
 .page-title.kl-blog-page-title {
    font-size: 23px !important;
    text-align: center;
  }
.kvipst-checkout__card.kvipst-checkout-coupon-wrap {
  margin-bottom: 0px;
}
  .site-header.style14 .site-header-main-wrapper.starosta-style14-main {
    padding: 10px 10px 0;
  } 
.site-header.style14 .site-header-main-wrapper.starosta-style14-main > .siteheader-container.container {
  margin-top: 0px;
}

}

/* =====================================================
   Mobile: max-width: 768px
   ===================================================== */
@media (max-width: 768px) {
  .about {
    flex-direction: column;
    padding: 0;
    gap: 24px;
  }

  .about__left {
    max-width: 100%;
    align-items: center;
    gap: 24px;
    text-align: center;
  }

  .about__title {
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
  }

  .about__desc {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }

  .about__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    position: relative;
    align-items: stretch;
  }

  .about__col {
    display: contents;
  }

  .about-divider,
  .about-divider--vertical {
    display: none;
  }

  .about-item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 15px;
    font-size: 18px;
    line-height: 1.35;
  }

  .about-item img {
    width: 56px;
    height: 56px;
  }

  .about__right::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #ECE4E4;
    transform: translateX(-0.5px);
  }

  .about__right::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ECE4E4;
    transform: translateY(-0.5px);
  }
  #firstsection {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about__left {
  flex: auto;
}

  .manufacturers-intro__title {
    font-size: 28px;
    line-height: 36.4px;
  }

  .experience {
    flex-direction: column;
    gap: 40px;
  }

  .experience__left {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .experience__title {
    font-size: 28px;
    line-height: 36.4px;
  }

  .experience__subtitle,
  .experience__desc {
    text-align: center;
  }

  .experience__right {
    flex-direction: column;
  }

  .experience-card {
    width: 100%;
  }

  .experience__media {
    align-items: stretch; /* 👈 щоб кнопка стала як в макеті */
  }

  .experience__btn {
    width: 100%;
  }
  .experience__arrow {
    position: absolute;
    bottom: -11%;
    height: 91px;
    left: 0;
  }
#catalogcheck, #lastabout {
  padding-top: 50px;
  padding-bottom: 50px;
}
.experience__btn {
  width: max-content;
}

  .quality {
    flex-direction: column;
    gap: 24px;
  }

  .quality__content {
    width: 100%;
  }

  .quality__title {
    font-family: 'Noah', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 36.4px;
  }

  .quality__item-title {
    font-family: 'Noah', sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .quality__text {
    font-family: 'Noah', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .quality__image {
    order: 2;
  }

  .quality__image img {
    height: 260px;
  }

  .contacts {
    gap: 24px;
    align-items: center;
    margin-bottom: 10px;
  }

  .contacts__title {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }

  .contacts__grid {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .contact-card {
    padding: 30px;
  }

  .contact-card__icon {
    display: none;
  }

}


/* Mobile */

/* =====================================================
   500 – 767px: upsells/related — 2 картки
   ===================================================== */
@media (min-width: 500px) and (max-width: 767px) {
  .up-sells.upsells.products.kvipst-products-section[data-kvipst-slider="on"] .kvipst-products-track > li.product,
  .related.products.kvipst-products-section[data-kvipst-slider="on"] .kvipst-products-track > li.product {
    flex: 0 0 calc(50% - 6px) !important;
    width: calc(50% - 6px) !important;
  }
}

/* =====================================================
   < 500px: upsells/related — 1.5 картки (як є)
   ===================================================== */
@media (max-width: 499px) {
  .up-sells.upsells.products.kvipst-products-section[data-kvipst-slider="on"] .kvipst-products-track > li.product,
  .related.products.kvipst-products-section[data-kvipst-slider="on"] .kvipst-products-track > li.product {
    flex: 0 0 75% !important;
    width: 75% !important;
  }
}
@media (min-width: 850px) and (max-width: 991px) {
  .site-header.site-header--absolute + .site-content {
    padding-top: 125px !important;
  }
}
#shopblock .kv-heading__title {
  color: #ED2C34;
}