/* ========================================
   Reset style START
   ======================================== */
ul.menu {
  list-style: none;
}

.wpcf7-turnstile,
.cf-turnstile {
  display: none;
}

.cs-960-7 .cyber-blocks-content p {
  margin: 0 !important;
}

.iframe {
  margin-bottom: -7px !important;
}

.iframe p {
  margin-bottom: 0 !important;
  /* transform: scale(1.08); */
}

.section-posts-place-realization,
.cyber-realization-category,
.cyber-realization-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.section-posts-place-realization img,
.cyber-realization-category img,
.cyber-realization-date img {
  margin-right: 6px;
}

.z-index-9999 {
  z-index: 9999;
}

.hero-section-50 .cyber-blocks-content {
  width: 50%;
}

.top-header-50 .cyber-section-top-header {
  width: 50%;
}

.cyber-services-item--wide p:empty {
  display: none;
}

.cyber-hero-hp .section-icons-item {
  position: relative;
  transition: 0.3s;
}

.cyber-hero-hp .section-icons-item::before {
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border-radius: 10px;
}

.cyber-hero-hp .section-icons-item:hover::before {
  opacity: 0;
}

.cyber-hero-hp .section-icons-item:hover .section-icons-content > * {
  color: #fff !important;
}

.cyber-hero-hp .section-icons-item .section-icons-content {
  z-index: 999;
}

.cyber-hero-hp .section-icons-item .cyber-btn {
  margin-top: 12px !important;
}
/* ========================================
   Reset style END
   ======================================== */
/* ========================================
   globalne style START
   ======================================== */
* {
  transition: background-color 0.3s;
}

.cyber-contact-section-value,
.cyber-contact-section-value * {
  color: var(--el-color, inherit);
  font-size: 18px;
  font-weight: 700;
}

.cyber-contact-section-label,
.cyber-contact-section-label * {
  color: var(--el-color, inherit);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.grid-gap24 {
  gap: 24px;
}

.cyber-section-bottom {
  width: 80%;
  margin: 36px auto 0 auto;
}

.global-section-contact-form .ssite50 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cyber-green-border-top {
  border-top: 1px solid #7dd845;
  padding-top: 12px;
}

.cyber-section-top-header {
  margin-bottom: 24px;
}

.head-page-page-get {
  background-size: cover;
  padding: 160px 0 64px 0 !important;
  background-position: center;
}

.head-page-page-get h2 {
  color: #fff;
}

.section-posts-item--realization {
  display: flex !important;
  flex-direction: column;
}

.section-posts-item--realization .section-posts-item-inner {
  height: 100%;
  padding-bottom: 64px !important;
}

.section-posts-item--realization .section-posts-item-inner .section-posts-url {
  position: absolute;
  bottom: 0;
  margin-bottom: 24px;
}
/* ========================================
   globalne style END
   ======================================== */

/* ========================================
   Sticky Header START
   ======================================== */
#head-main {
  position: relative;
  z-index: 99;
  width: 100%;
}

#head-main.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  animation: slideDown 0.4s ease-out forwards;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

#head-main.sticky-active .cyber-desktop-head {
  background-color: #fff;
}

/* #head-main.sticky-active
  .cyber-desktop-head
  .cyber-desktop-main-menu
  ul.main-menu
  > li.menu-item
  > a {
  color: #000 !important;
} */

.sticky-active
  .cyber-desktop-head
  .cyber-desktop-main-menu
  ul.main-menu
  > li.menu-item
  > a {
  color: #000 !important;
}

.sticky-active
  .cyber-desktop-head
  .cyber-desktop-main-menu
  ul.main-menu
  > li.menu-item:hover
  > a {
  color: #8dc63f !important;
}

.sticky-active
  .cyber-desktop-head
  .cyber-desktop-main-menu
  ul.main-menu
  > li.menu-item.current-menu-item
  > a {
  color: #8dc63f !important;
}

#head-main.sticky-active .head-top {
  display: none;
}

#head-main.sticky-active .head-logo a img {
  filter: brightness(0);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ========================================
   Sticky Header END
   ======================================== */

/* ========================================
   Back to Top Button START
   ======================================== */
#topBtn {
  position: fixed;
  bottom: 1em;
  right: -4em;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  z-index: 98;
}

#topBtn.visible {
  right: 1em;
  opacity: 1;
}

#topBtn {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #8dc63f;
  color: #fff;
  outline: none;
  position: fixed;
  bottom: 50px;
  right: -4em;
  z-index: 1;
  z-index: 999999;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#topBtn:hover {
  background-color: #109adc;
}

.map {
  max-height: 400px;
  margin: 2em 0 4em 0;
  filter: grayscale(100%);
}
/* ========================================
   Back to Top Button END
   ======================================== */

/* ========================================
   Top header START
   ======================================== */

.head-top {
  display: none !important;
  padding: 12px 0;
}

.head-top .site-max80 {
  display: flex;
  align-items: center;
}

.head-top .site50 {
  width: 50%;
}

.head-top a {
  font-weight: 600;
}
/* ========================================
   Top header END
   ======================================== */

/* ========================================
   Header START
   ======================================== */
.cyber-mobile-head {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
}
.cyber-desktop-head {
  position: fixed !important;
  width: 100% !important;
}

/* ========================================
   Header END
   ======================================== */

/* ========================================
   Social header START
   ======================================== */
.cyber-header-social {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
}
/* ========================================
   Social header END
   ======================================== */

/* ========================================
   Tel i email top header START
   ======================================== */
.cyber-header-contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cyber-header-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.cyber-header-contact-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.cyber-icon-phone {
  background-image: url("/wp-content/themes/cyberframework/images/contact/phone.png");
  background-repeat: no-repeat;
}
.cyber-icon-email {
  background-image: url("/wp-content/themes/cyberframework/images/contact/email.png");
  background-repeat: no-repeat;
}
.cyber-icon-adres {
  background-image: url("/wp-content/themes/cyberframework/images/contact/mark.png");
  background-repeat: no-repeat;
}
/* ========================================
   Tel i email top header END
   ======================================== */

/* ========================================
   Section contact icons START
   ======================================== */
.cyber-contact-section-item {
  display: flex;
  align-items: center;
  color: #f0ead8;
  margin-bottom: 24px;
}

.cyber-contact-section-content {
  display: flex;
  flex-direction: column;
}

.cyber-icon-address-sc {
  background-image: url("/wp-content/themes/cyberframework/images/contact/sc-place.png");
  width: 48px;
  height: 48px;
  display: block;
  background-repeat: no-repeat;
  margin-right: 24px;
}

.cyber-icon-phone-sc {
  background-image: url("/wp-content/themes/cyberframework/images/contact/sc-phone.png");
  width: 48px;
  height: 48px;
  display: block;
  background-repeat: no-repeat;
  margin-right: 24px;
}

.cyber-icon-email-sc {
  background-image: url("/wp-content/themes/cyberframework/images/contact/sc-mail.png");
  width: 48px;
  height: 48px;
  display: block;
  background-repeat: no-repeat;
  margin-right: 24px;
}

.cyber-icon-hours-sc {
  background-image: url("/wp-content/themes/cyberframework/images/contact/sc-hours.png");
  width: 48px;
  height: 48px;
  display: block;
  background-repeat: no-repeat;
  margin-right: 24px;
}

.cyber-icon-hours-sc2 {
  opacity: 0;
}

.cyber-contact-section-value {
  font-size: 18px;
  font-weight: 700;
}

/* ========================================
   Section contact icons END
   ======================================== */

/* ========================================
   Mobile header START
   ======================================== */
.mobile-top {
  display: flex;
}

.mobile-top .mobile-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
/* ========================================
   Mobile header END
   ======================================== */

/* ========================================
   Dropdown Arrows
   ======================================== */
.menu-dropdown {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.7em;
  transition: transform 0.3s;
}

/* Obrót strzałki gdy submenu otwarte (mobile) */
.submenu-open > a > .menu-dropdown {
  transform: rotate(180deg);
}

/* ========================================
   Mobile Menu Toggle
   ======================================== */
#menu-glowne {
  display: none;
}

#menu-glowne.menu-open {
  display: block;
}

/* ========================================
   Mobile Submenu Animation
   ======================================== */
.submenu-open > .sub-menu {
  max-height: max-content !important;
  display: block !important;
}

.mobile-main-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.mobile-main-menu .submenu-open > .sub-menu {
  max-height: none;
}

/* ========================================
   Desktop Dropdown (hover)
   ======================================== */
.cyber-desktop-main-menu .menu-item-has-children:hover > a > .menu-dropdown {
  transform: rotate(180deg);
}

/* ========================================
   CTA menu START
   ======================================== */
.cyber-cta-menu {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
  width: 270px;
}
/* ========================================
   CTA menu END
   ======================================== */

/* ========================================
   Lang switcher START
   ======================================== */
.cyber-lang-switcher {
  display: inline-flex;
  gap: 4px;
}

.cyber-lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  transition: background-color 0.2s;
}

.cyber-lang-btn--active {
  background-color: #262626;
  color: #fff;
}

.cyber-lang-btn:not(.cyber-lang-btn--active):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* ========================================
   Lang switcher END
   ======================================== */

/* ========================================
   *woo menu header START
   ======================================== */
.cyber-woo-account,
.cyber-woo-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.cyber-woo-account-icon,
.cyber-woo-cart-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 16px;
}

.cyber-woo-account-icon {
  background-image: url("/wp-content/themes/cyberframework/images/woo/user.png");
}
.cyber-woo-cart-icon {
  background-image: url("/wp-content/themes/cyberframework/images/woo/cart.png");
}

/* Badge z licznikiem */
.cyber-woo-cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  padding: 0 4px;
}
/* ========================================
   *woo menu header END
   ======================================== */

/*search start*/
.cyber-search-form {
  display: flex;
  align-items: center;
  height: 36px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.cyber-search-input {
  flex: 1;
  width: 100%;
  padding: 0 6px;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
  /* color: #333; */
}

.cyber-search-input::placeholder {
  /* color: #aaa; */
}

.cyber-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  transition: opacity 0.2s;
}

.cyber-search-btn:hover {
  opacity: 0.6;
}
/*search end*/

/*footer*/
footer {
  z-index: 9999;
  position: relative;
}

.foot-top {
  padding: 32px 0;
}

.foot-top .foot-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.foot-top .foot-title {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
}

/*footer end*/

/*foot column start*/
.foot-column_1 {
}

.foot-column_2 {
}

.foot-column_3 {
}

.foot-column_4 {
}
/*foot column end*/

/*copy new*/
.foot-dn-col {
  display: flex;
  align-items: center;
}

.copy {
  font-size: 12px;
  text-align: center;
}

.foot-dn .foot-dn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.foot-copyright p {
  margin: 0;
}

.foot-copyright {
  padding: 6px 0;
}

.foot-dn-links {
  justify-content: end;
}
/*copy new end*/

/*style social nowe*/
/* wrapper */
.cyber-social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* pojedynczy link: tekst + ikona obok siebie */
.cyber-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
}

.cyber-social-link:hover {
  opacity: 0.75;
}

/* etykieta tekstowa */
.cyber-social-label {
  font-size: 14px;
}

/* ikona */
.cyber-social-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cyber-icon-fb {
  background-image: url("/wp-content/themes/cyberframework/images/social/fb.png");
}
.cyber-icon-inst {
  background-image: url("/wp-content/themes/cyberframework/images/social/ig.png");
}
.cyber-icon-tw {
  background-image: url("/wp-content/themes/cyberframework/images/social/fb.png");
}
.cyber-icon-linked {
  background-image: url("/wp-content/themes/cyberframework/images/social/linkedin.png");
}
.cyber-icon-yt {
  background-image: url("/wp-content/themes/cyberframework/images/social/fb.png");
}
.cyber-icon-tt {
  background-image: url("/wp-content/themes/cyberframework/images/social/tiktok.png");
}
/*style social nowe end*/

/*kontakt elementy start*/
.cyber-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cyber-contact-section-details {
  display: grid;
}

.cyber-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cyber-contact-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
/*kontakt elementy end*/

/*copy link start*/
.cyber-policy-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.cyber-policy-link {
  text-decoration: none;
  border-right: 1px solid #ddd;
}

.cyber-policy-link:first-child {
  padding-left: 0;
}

.cyber-policy-link:not(:last-child) {
  padding-right: 16px;
}

.cyber-policy-link:last-child {
  border-right: none;
}
/*copy link end*/

/* ========================================
   Blog Archive — Item START
   ======================================== */
.blog-item {
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
}

.blog-item:last-child {
  border-bottom: none;
}

.blog-item-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.blog-item-date {
  display: inline-block;
  padding: 6px 12px;
}

.blog-item-title {
  padding: 6px 0;
}

.blog-item-title a {
  text-decoration: none;
}

.blog-item-excerpt {
  padding: 6px 0;
}

.blog-item-more {
  display: inline-block;
  margin-top: 8px;
  text-decoration: none;
  font-weight: 600;
}

/* ========================================
   Blog Archive — Item END
   ======================================== */

/* ========================================
   Sidebar — Recent Posts START
   ======================================== */
.sidebar-recent-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  text-decoration: none;
}

.sidebar-recent-item:last-child {
  border-bottom: none;
}

.sidebar-recent-thumb {
  flex-shrink: 0;
  width: 100px;
  height: 75px;
  overflow: hidden;
}

.sidebar-recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-recent-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.sidebar-recent-title {
  padding: 0;
}

/* ========================================
   Sidebar — Recent Posts END
   ======================================== */

/* ========================================
   SEKCJA kontaktowa z formualrzem START
   ======================================== */
.cyber-section-contact-form {
  display: grid;
}

.cyber-section-contact-form-75-25 {
  grid-template-columns: 3fr 1fr;
}

.cyber-section-contact-form-25-75 {
  grid-template-columns: 1fr 3fr;
}

.cyber-section-contact-form-50-50 {
  grid-template-columns: 1fr 1fr;
}
/* ========================================
   SEKCJA kontaktowa z formualrzem END
   ======================================== */

/* ========================================
   SEKCJA COUNTERS START
   ======================================== */
.cyber-counters-7525 .site-max80 {
  display: flex;
  gap: 24px;
}

.cyber-counters-7525 .site-max80 .cyber-section-top-header {
  width: 65%;
}

.cyber-counters-7525 .site-max80 .counters {
  width: 35%;
}

/* ========================================
   SEKCJA COUNTERS END
   ======================================== */

/* ========================================
   sekcja grid w ROBOTY KOSZĄCE START
   ======================================== */

.cyber-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cyber-stats-item {
  padding: 12px;
  background: #f5f7f2;
  border: 1px solid #eaf6da;
  border-radius: 5px;
}

.cyber-stats-item:hover {
  background: #dfe9d0;
  border: 1px solid #5e8130;
}

.cyber-stats-item h4 {
  padding-bottom: 6px !important;
}

.cyber-stats-item p {
  margin-bottom: 0 !important;
}

@media (max-width: 600px) {
  .cyber-stats-grid {
    grid-template-columns: 1fr;
  }
}

.cyber-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.cyber-services-item {
  padding: 24px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #8dc63f;
}

.cyber-services-item:hover {
  background-color: #dfe9d0;
  border: 1px solid #8dc63f;
}

/* piąty box na całą szerokość */
.cyber-services-item--wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: 1 / -1;
  gap: 24px;
}

/* kontener — kafelki jeden pod drugim */
.cyber-services-prices {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 64px;
}

/* pojedynczy kafelek — cena obok etykiety */
.cyber-services-price {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #243216;
  padding: 24px;
  border-radius: 5px;
  width: 80%;
}

.cyber-services-price:hover {
  background-color: #47632b;
}

.cyber-services-price > * {
  color: #fff !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

@media (max-width: 650px) {
  .cyber-services-item--wide {
    grid-template-columns: 1fr;
  }

  .cyber-services-prices {
    margin-top: 12px;
  }

  .cyber-services-price {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .cyber-services-grid,
  .cyber-services-prices {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   sekcja grid w ROBOTY KOSZĄCE END
   ======================================== */

/* ========================================
   sekcja grid w SYSTEMY NAWADNIANIA START
   ======================================== */
.funckja-nawadnianie-opis {
  font-size: 18px;
  font-weight: 700;
}

.nawadnianie-funkcje {
  display: grid;
  gap: 12px;
}

/* ========================================
   sekcja grid w SYSTEMY NAWADNIANIA END
   ======================================== */

/* ========================================
   sekcja grid w POMPY START
   ======================================== */
.funckja-pompy-opis {
  font-size: 18px;
  font-weight: 700;
}

.pompy-funkcje {
  display: grid;
  gap: 12px;
}
/* ========================================
   sekcja grid w POMPY END
   ======================================== */

/* ========================================
   Kosiarki funkcje START
   ======================================== */
.kosiarki-funkcje {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.funckja-kosiarki-tytul {
  font-size: 12px;
}

.funckja-kosiarki-opis {
  font-size: 18px;
  font-weight: 700;
}

/* ========================================
   Kosiarki funkcje END
   ======================================== */

/*realizations START*/
.head-page-realizations {
  background-size: cover;
  padding: 160px 0 64px 0 !important;
  background-position: center;
}

.head-page-realizations h1 {
  display: none;
  color: #fff !important;
}

.cyber-realization-date {
  font-size: 18px !important;
  font-weight: 700;
}

.cyber-pagehaedr-title-realization {
  color: #fff !important;
}

.grid-date-category-realization,
.cyber-grid-posts-place-category {
  display: flex;
  gap: 24px;
}

.cyber-grid-posts-place-category {
  margin-bottom: 18px;
}

.cyber-realization-category {
  text-align: right;
  font-size: 18px !important;
  font-weight: 700;
}

.cyber-grid-posts-place-category .cyber-realization-category {
  font-size: 14px !important;
}
/*realizations END*/
@media all and (max-width: 1280px) {
  .top-header-50 .cyber-section-top-header {
    width: 100%;
  }
  /* ========================================
   SEKCJA kontaktowa z formualrzem START
   ======================================== */
  .cyber-section-contact-form-75-25,
  .cyber-section-contact-form-25-75 {
    grid-template-columns: 1fr 1fr;
  }

  /* ========================================
   SEKCJA kontaktowa z formualrzem END
   ======================================== */
}

@media all and (max-width: 1080px) {
  /* ========================================
   Kosiarki funkcje START
   ======================================== */

  .kosiarki-funkcje {
    grid-template-columns: 1fr;
  }

  /* ========================================
   Kosiarki funkcje END
   ======================================== */
  /* ========================================
   Sidebar — Recent Posts START
   ======================================== */
  .sidebar-recent-item {
    gap: 10px;
  }

  .sidebar-recent-thumb {
    width: 80px;
    height: 60px;
  }

  /* ========================================
   Sidebar — Recent Posts END
   ======================================== */
  /*footer start*/
  .foot-top .foot-top-grid {
    grid-template-columns: 1fr 1fr;
  }
  /*footer end*/

  /*sekcja counter home page*/
  .cyber-counters-7525 .site-max80 .cyber-section-top-header {
    width: 50%;
  }

  .cyber-counters-7525 .site-max80 .counters {
    width: 50%;
  }

  /*sekcja rozwiązania home page*/
  .cs-960-4 .section-icons4 {
    grid-template-columns: 1fr 1fr;
  }

  /*hero sekction 50*/
  .hero-section-50 .cyber-blocks-content {
    width: 100%;
  }

  .cyber-grid-posts-place-category {
    grid-template-columns: 1fr;
  }

  .cyber-grid-posts-place-category .cyber-realization-category {
    text-align: left;
  }
}

@media all and (max-width: 980px) {
  /*reset*/
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }

  /* ========================================
   Header START
   ======================================== */

  .cyber-mobile-head {
    display: block;
  }
  .cyber-desktop-head {
    display: none;
  }
  /* ========================================
   Header END
   ======================================== */

  /*sekcja counter home page*/

  .cyber-counters-7525 .site-max80 {
    flex-wrap: wrap;
  }

  .cyber-counters-7525 .site-max80 .cyber-section-top-header {
    width: 100%;
  }

  .cyber-counters-7525 .site-max80 .counters {
    width: 100%;
  }

  /*section bottom*/
  .cyber-section-bottom {
    width: 100%;
  }
}

@media all and (max-width: 880px) {
  /*slider*/
  .navigation-wrapper .arrow {
    display: none !important;
  }
}

@media all and (max-width: 760px) {
  /* ========================================
   SEKCJA kontaktowa z formualrzem START
   ======================================== */
  .cyber-section-contact-form-75-25,
  .cyber-section-contact-form-25-75,
  .cyber-section-contact-form-50-50 {
    grid-template-columns: 1fr;
  }

  /* ========================================
   SEKCJA kontaktowa z formualrzem END
   ======================================== */

  /*footer start*/
  .foot-top .foot-top-grid {
    grid-template-columns: 1fr;
  }

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

  .foot-dn .foot-dn-links {
    grid-column: 1 / -1;
  }

  .copy {
    text-align: right;
  }
  /*footer end*/
}

@media all and (max-width: 550px) {
  .cyber-hero-hp .section-icons-item {
    height: fit-content !important;
  }

  .grid-date-category-realization {
    grid-template-columns: 1fr;
  }

  .cyber-realization-category {
    text-align: left;
  }
  /*copyright start*/

  /*copyright end*/
}

@media all and (max-width: 450px) {
  .foot-dn .foot-dn-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .foot-dn-links {
    justify-content: start;
  }

  .foot-dn .foot-dn-grid * {
    text-align: left;
  }
}
/* ========================================
   Media new END
   ======================================== */
.video-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}
.video-modal-overlay.active {
  display: flex;
}
.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
}
.video-modal-content video {
  width: 100%;
  display: block;
}
.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
}
