@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --header-h: 0px;
}

body.menu-open,
html.menu-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

.filters {
  top: var(--header-h);
}

header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000000000000000000;
  top: 0;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1280px) {
  header .tag-search {
    max-width: none !important;
    margin-left: 20px !important;
    margin-right: 60px !important;
  }
}
header ul li a:active {
  color: #1D1D1B !important;
}
header .menu-label a {
  color: #1D1D1B;
}
header .menu-label a:hover {
  color: #E30613;
}
header .tag-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  header .tag-search {
    max-width: none;
    width: 100%;
    margin-right: 48px;
    margin-left: 16px;
  }
}
header .tag-search input {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border-radius: 999px;
  border: none;
  background-color: #f0f0f0;
  outline: none;
  font-size: 0.875rem;
  transition: width 0.4s ease, opacity 0.3s ease;
}
header .tag-search button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .tag-search svg {
  stroke: #555;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  header .tag-search input {
    width: 0;
    opacity: 0;
    padding: 10px 0;
  }
  header .tag-search.active input {
    width: 100%;
    opacity: 1;
    padding: 10px 40px 10px 20px;
  }
}
header.scrolled {
  background-color: white !important;
  box-shadow: 0 -3px 10.8px rgba(0, 0, 0, 0.19);
}
header.hidden {
  transform: translateY(-100%);
}
header .contac {
  background-color: #1D1D1B;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  color: white;
  height: 46px;
}
@media (max-width: 1279.99px) {
  header .contac {
    display: none;
  }
}
header .contac .left {
  display: flex;
  align-items: center;
}
header .contac .left p {
  display: flex;
  align-items: center;
  gap: 2px;
  font-family: "Open Sans", sans-serif;
}
header .contac .right {
  display: flex;
  gap: 20px;
}
header .contac .right a {
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
header .tab-content {
  display: none !important;
}
header .tab-content.active {
  display: flex !important;
}
header.white-bg {
  background-color: white;
  box-shadow: 0 -3px 10.8px rgba(0, 0, 0, 0.19);
}
header.white-bg .white-dark {
  border: 1px solid #1D1D1B;
}
header.menu-light .menu-label a {
  color: white;
}
header.menu-light .menu-label a:hover {
  color: #E30613;
}
header.menu-light path {
  stroke: white;
}
header.menu-light.scrolled path {
  stroke: #1D1D1B !important;
}
header.menu-light.scrolled .menu-label:hover, header.menu-light.scrolled .link:hover {
  color: #E30613 !important;
}
header.menu-light .menu-label:hover, header.menu-light .link:hover {
  color: #E30613 !important;
}
header.menu-light .hamburger span {
  background-color: white;
}
header.menu-light.scrolled {
  box-shadow: 0 -3px 10.8px rgba(0, 0, 0, 0.19);
}
header.menu-light.scrolled .menu-label a {
  color: #1D1D1B;
}
header.menu-light.scrolled .hamburger span {
  background-color: #1D1D1B;
}
header.menu-light.scrolled .link, header.menu-light.scrolled .menu-label {
  color: #1D1D1B !important;
}
header.menu-light.scrolled .white-dark {
  background-color: transparent !important;
  border: 1px solid #1D1D1B !important;
  color: #1D1D1B !important;
}
header.menu-light.scrolled .white-dark:hover {
  color: white !important;
}
header.menu-light .white-dark {
  background-color: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}
header.menu-light .menu-label, header.menu-light .link {
  color: white !important;
}
header.menu-light .menu-label.active, header.menu-light .link.active {
  color: #E30613 !important;
}
header.menu-light .white-dark {
  border: 1px solid white;
  color: #1D1D1B;
  background-color: white;
}
header.menu-dark {
  background-color: transparent;
}
header.menu-dark.scrolled .white-dark {
  border: 1px solid #1D1D1B !important;
}
header.menu-dark.scrolled .white-dark:hover {
  border: 1px solid #c50e19 !important;
}
header .active {
  color: #E30613;
}
header .active {
  color: #E30613 !important;
}
header .link {
  font-weight: 500;
  font-size: 1.125rem;
  color: #1D1D1B;
  font-family: "Source Sans 3", sans-serif;
  line-height: 140%;
}
header .link:hover {
  color: #E30613;
}
@media (min-width: 1280px) and (max-width: 1330px) {
  header .link {
    font-size: 1rem;
  }
}
header .header-container {
  width: 92%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  height: 80px;
}
header .desctop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  header .desctop {
    display: none;
  }
}
header .desctop.desctop .left-col {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 45px;
}
@media (min-width: 1280px) and (max-width: 1330px) {
  header .desctop.desctop .left-col {
    gap: 30px;
  }
}
header .desctop.desctop .left-col .site-logo img {
  width: 136px;
  height: auto;
}
header .desctop.desctop .left-col .main-navigation {
  display: flex;
  gap: 16px;
  align-items: center;
  height: 45px;
}
@media (max-width: 1280.1px) {
  header .desctop.desctop .left-col .main-navigation {
    display: none;
  }
}
header .desctop.desctop .left-col .main-navigation .menu-section {
  position: relative;
}
header .desctop.desctop .left-col .main-navigation .menu-section .dark-col {
  background-color: white;
  padding: 40px 46px;
  border-bottom-right-radius: 8px;
}
header .desctop.desctop .left-col .main-navigation .menu-section .dark-col a {
  color: #E30613;
  font-size: 1.4375rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 100%;
  align-items: center;
  gap: 8px;
}
header .desctop.desctop .left-col .main-navigation .menu-section .dark-col a img {
  width: 16px;
}
header .desctop.desctop .left-col .main-navigation .menu-section .white-col {
  flex-direction: row !important;
  padding: 32px 46px;
  gap: 56px;
}
header .desctop.desctop .left-col .main-navigation .menu-section .menu-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 1.125rem;
  color: #1D1D1B;
  font-family: "Source Sans 3", sans-serif;
  line-height: 140%;
}
header .desctop.desctop .left-col .main-navigation .menu-section .menu-label:hover {
  color: #E30613;
}
header .desctop.desctop .left-col .main-navigation .menu-section .menu-label:hover path {
  stroke: #E30613;
}
@media (min-width: 1280px) and (max-width: 1330px) {
  header .desctop.desctop .left-col .main-navigation .menu-section .menu-label {
    font-size: 1rem;
  }
}
header .desctop.desctop .left-col .main-navigation .menu-section .menu-label svg {
  transition: transform 0.3s ease;
}
header .desctop.desctop .left-col .main-navigation .menu-section.active .menu-label svg {
  transform: rotate(180deg);
}
header .desctop.desctop .left-col .main-navigation .menu-section.active .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
header .desctop.desctop .left-col .main-navigation .menu-section .large {
  background: linear-gradient(269.98deg, rgba(255, 255, 255, 0.4992) 36.58%, rgba(255, 255, 255, 0.8736) 36.58%);
  box-shadow: 0px 28px 33.9px rgba(0, 0, 0, 0.03);
  border-radius: 0px 0px 7px 7px;
  left: -45px;
}
header .desctop.desctop .left-col .main-navigation .menu-section .small {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.8736) 67.18%, rgba(255, 255, 255, 0.4992) 67.18%);
  box-shadow: 0px 28px 33.9px rgba(0, 0, 0, 0.03);
  border-radius: 0px 0px 8px 8px;
  left: -40px;
}
header .desctop.desctop .left-col .main-navigation .menu-section .submenu {
  position: absolute;
  top: 50px;
  display: flex;
  background: #fff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  width: max-content;
}
header .desctop.desctop .left-col .main-navigation .menu-section .submenu div {
  min-width: 140px;
  width: max-content;
  display: flex;
  flex-direction: column;
}
header .desctop.desctop .left-col .main-navigation .menu-section .submenu div span.xpartner-link {
  line-height: 120%;
  font-size: 3rem;
}
header .desctop.desctop .left-col .main-navigation .menu-section .submenu div span.xpartner-link a {
  color: #E30613;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 100%;
  font-family: "Montserrat", sans-serif !important;
}
header .desctop.desctop .left-col .main-navigation .menu-section .submenu div div {
  color: #E30613;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 100%;
}
header .desctop.desctop .left-col .main-navigation .menu-section .submenu div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .desctop.desctop .left-col .main-navigation .menu-section .submenu div ul li {
  margin-bottom: 22px;
}
header .desctop.desctop .left-col .main-navigation .menu-section .submenu div ul li a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  color: #1D1D1B;
}
header .desctop.desctop .left-col .main-navigation .menu-section .submenu div ul li a:hover {
  color: #E30613;
}
header .desctop.desctop .right-col {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  transition: transform 0.3s ease;
  position: relative;
}
header .desctop.desctop .right-col.shifted {
  transform: translateX(-40px);
}
@media (max-width: 768.1px) {
  header .desctop.desctop .right-col {
    display: none;
  }
}
@media (max-width: 1280.1px) {
  header .desctop.desctop .right-col .lg {
    display: none;
  }
}
header .desctop.desctop .right-col .red {
  padding: 10px 30px;
  font-size: 1rem;
  line-height: 140%;
  gap: 5px;
  width: 281px;
  height: 32px;
}
header .desctop.desctop .right-col .red img {
  width: 86.99px;
  height: auto;
}
@media (min-width: 1280px) and (max-width: 1439.99px) {
  header .desctop.desctop .right-col .red {
    width: 146.99px;
  }
}
header .desctop.desctop .right-col .red span {
  line-height: 140%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 1280px) and (max-width: 1439.99px) {
  header .desctop.desctop .right-col .red span {
    display: none;
  }
}
header .desctop.desctop .right-col .red:hover {
  background-color: #ed5757 !important;
}
header .desctop.desctop .right-col .white-dark {
  padding: 10px 30px 10px 40px;
  margin-left: -30px;
  height: 32px;
}
@media (min-width: 1280px) and (max-width: 1439.99px) {
  header .desctop.desctop .right-col .white-dark {
    display: none;
  }
}
header .desctop.desctop .right-col .white-dark span {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 300;
}
header .desctop.desctop .right-col div {
  display: flex;
  flex-direction: row;
}
header .right-col {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
@media (max-width: 768.1px) {
  header .right-col {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  header .right-col {
    float: right;
    position: absolute;
    right: 60px;
  }
}
@media (max-width: 1280.1px) {
  header .right-col .lg {
    display: none;
  }
}
header .right-col .red {
  padding: 10px 30px;
  z-index: 1;
  gap: 5px;
  width: 221.99px;
  height: 32px;
}
header .right-col .red span {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
header .right-col .red img {
  width: 86.99px;
  height: 13.34px;
}
header .right-col .white-dark {
  padding: 10px 30px 10px 40px;
  margin-left: -30px;
}
header .right-col .white-dark:hover {
  background-color: #c50e19 !important;
  border: 1px solid #c50e19 !important;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  header .right-col .white-dark {
    display: none;
  }
}
header .right-col div {
  display: flex;
  flex-direction: row;
}
header .site-logo {
  z-index: 1000000000000000000000;
}
header .site-logo img {
  width: 136px;
  height: auto;
}
@media (max-width: 767.99px) {
  header .site-logo img {
    width: 123px;
    height: auto;
  }
}
header .hamburger {
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
}
header .hamburger span {
  display: block;
  height: 2px;
  background-color: #1D1D1B;
  transition: all 0.3s ease;
}
header .hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header .mobile-container {
  display: none;
  justify-content: space-between;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
  align-items: center;
  height: 64px;
}
header .mobile-container .hamburger.active span {
  background-color: #1D1D1B;
}
@media (max-width: 1280px) {
  header .mobile-container {
    display: flex;
  }
}
@media (max-width: 767.99px) {
  header .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .mobile-container .hamburger-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 12px;
}
@media (max-width: 767.99px) {
  header .mobile-container .hamburger-wrapper {
    width: 44px;
    height: 35px;
  }
}
header .mobile-container .mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f6f6f6;
  z-index: 1000;
  padding: 60px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
header .mobile-container .mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
header .mobile-container .mobile-menu.closing {
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}
header .mobile-container .mobile-menu .mobile-lang {
  position: relative;
  margin-bottom: 75px;
}
header .mobile-container .mobile-menu .mobile-lang::after {
  content: "";
  height: 1px;
  width: 108vw;
  background-color: #BDBDBD;
  top: -20px;
  position: absolute;
  left: -30px;
  right: 0;
}
header .mobile-container .mobile-menu .mobile-lang .lang-item {
  color: #1D1D1B !important;
}
header .mobile-container .mobile-menu .mobile-wrapper {
  width: 100%;
  padding: 0% 5%;
  height: 100%;
}
header .mobile-container .mobile-menu .coperations_models {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 768;
  margin-bottom: 20px;
}
header .mobile-container .mobile-menu .mobile-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 20px;
}
header .mobile-container .mobile-menu .mobile-tabs button.tab-btn {
  font-size: 1rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "Source Sans 3", sans-serif;
  padding: 8px 17px;
  border-radius: 999px;
  font-weight: 768;
}
header .mobile-container .mobile-menu .mobile-tabs button.tab-btn.active {
  background: #E30613;
  color: #fff !important;
}
header .mobile-container .mobile-menu .tab-content {
  display: none;
}
header .mobile-container .mobile-menu .tab-content.active {
  display: flex;
}
header .mobile-container .mobile-menu.active {
  display: flex;
}
header .mobile-container .mobile-menu .mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .mobile-container .mobile-menu .mobile-navigation ul li {
  margin-bottom: 20px;
}
header .mobile-container .mobile-menu .mobile-navigation ul li a {
  font-size: 1rem;
  line-height: 120%;
  color: #1D1D1B;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
}
header .mobile-container .mobile-menu .mobile-buttons {
  margin-top: 20px;
}
header .mobile-container .mobile-menu .mobile-buttons a {
  display: inline-block;
  margin-right: 10px;
}
header .mobile-container .mobile-menu .mobile-navigation {
  width: 100%;
}
header .mobile-container .mobile-menu .mobile-offer-links a {
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 120%;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
header .mobile-container .mobile-menu .submenu-group {
  margin-bottom: 15px;
}
header .mobile-container .mobile-menu .submenu-group .submenu-toggle {
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  font-family: "Source Sans 3", sans-serif;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
header .mobile-container .mobile-menu .submenu-group .submenu-toggle .arrow {
  transition: transform 0.3s ease;
}
header .mobile-container .mobile-menu .submenu-group .submenu-toggle.active .arrow {
  transform: rotate(180deg);
}
header .mobile-container .mobile-menu .submenu-group .submenu-list {
  display: none;
  background-color: white;
  padding: 20px;
  border-radius: 7px;
  margin-top: 15px;
}
header .mobile-container .tablet .active {
  color: white !important;
}
header .mobile_profile {
  display: none;
  width: 37.31px;
  height: 28.14px;
}
@media (max-width: 767.99px) {
  header .mobile_profile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 60px;
  }
}

#tab-main {
  display: flex;
  flex-direction: column;
  height: 72%;
  justify-content: space-between;
}

.mobile-lang .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.mobile-lang a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1B;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.mobile-lang img {
  margin-bottom: 3px;
  margin-left: 5px;
}

.menu-light .lang-current {
  color: white;
}
.menu-light li {
  color: white;
}

.lg {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.lg .globe {
  width: 26px;
  height: 26px;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lg .globe.ready {
  opacity: 1;
}
.lg .lang-switcher.open ~ .globe {
  transform: rotate(15deg);
}
.lg .lang-switcher {
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: width 0.3s ease, opacity 0.3s ease;
  width: 40px;
  cursor: pointer;
}
.lg .lang-switcher .lang-item {
  padding: 6px 10px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #4a4a49;
  font-weight: 300;
  white-space: nowrap;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.lg .lang-switcher .lang-item.active-lang {
  color: rgba(29, 29, 27, 0.8);
  font-weight: 500;
}
.lg .lang-switcher:not(.open) .lang-item:not(.active-lang) {
  opacity: 0;
  visibility: hidden;
}
.lg .lang-switcher.open {
  width: 100px;
}
.lg .lang-switcher.open .lang-item {
  opacity: 1;
  visibility: visible;
}

.lg {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lg .globe {
  width: 26px;
  height: 26px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s ease, background-image 0.3s ease;
}

.dark-text .lang-item {
  color: white !important;
}

.dark-text.scrolled .lang-item {
  color: #4a4a49 !important;
}

.menu-dark .white-dark {
  background-color: transparent !important;
}
.menu-dark .white-dark:hover {
  background-color: #c50e19 !important;
  border: 1px solid #c50e19 !important;
}

.dark-text .white-dark {
  border: 1px solid white !important;
  color: #1D1D1B !important;
  background-color: white !important;
}
.dark-text .white-dark:hover {
  color: white !important;
}

.white-dark {
  border: 1px solid #1D1D1B !important;
}
.white-dark:hover {
  background-color: #c50e19 !important;
  border: 1px solid #c50e19 !important;
}

.white-bg .white-dark {
  border: 1px solid #1D1D1B !important;
}

.news-page .user-info {
  display: flex !important;
  align-items: center;
}
@media (max-width: 767.99px) {
  .news-page .user-info {
    margin-right: 40px;
  }
}
.news-page .user-info .user-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
  isolation: isolate;
  width: 246px;
  height: 32px;
  flex: none;
  order: 0;
  flex-grow: 1;
  z-index: 0;
  color: white;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 10px 32px;
  gap: 5px;
  width: 148px;
  height: 32px;
  background: #E30613;
  border-radius: 999px;
  margin-left: -30px;
  z-index: -1;
}
@media (max-width: 767.99px) {
  .news-page .user-info .user-name {
    width: 115px;
  }
}
.news-page .user-info img {
  width: 59px;
  height: 59px;
  border-radius: 100%;
}
@media (max-width: 767.99px) {
  .news-page .user-info img {
    width: 40px;
    height: 40px;
  }
}
.news-page .right-col a {
  display: none;
}
.news-page .mobile_profile {
  display: none;
}

@media (min-width: 768px) and (max-width: 1279.99px) {
  .user-info {
    margin-right: 60px;
  }
  .user-info img {
    width: 49px !important;
    height: 49px !important;
  }
}
.single .btn-radius {
  display: none !important;
}
.single #single-post {
  display: flex;
}
.single .mobile_profile {
  display: none;
}

#single-post {
  display: none;
}

.mobile-container .tag-search2 {
  max-width: none !important;
}
.mobile-container .search-input2 {
  margin-left: 20px !important;
  margin-right: 50px !important;
  width: 100%;
}

footer {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
footer .header {
  font-size: 1rem;
  line-height: 120%;
  font-weight: bold;
  font-family: "Source Sans 3", sans-serif;
  display: block;
}
footer .socjal {
  flex-wrap: nowrap !important;
}
@media (max-width: 768px) {
  footer .socjal {
    flex-direction: row !important;
  }
}
@media (max-width: 768px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  footer .top {
    flex-direction: column;
    gap: 30px;
  }
}
footer .top .cols {
  display: flex;
  gap: 32px;
  align-items: start;
}
footer .top .cols .col {
  min-width: 200px;
}
@media (max-width: 768px) {
  footer .top .cols .col {
    min-width: unset;
  }
}
footer .top .left {
  flex-wrap: wrap;
}
@media (max-width: 1279.99px) {
  footer .top .right {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  footer .top .right {
    gap: 18.75px;
  }
}
footer .top .right img {
  width: 170px;
}
footer .top .right .header {
  line-height: 140%;
}
footer .top .right p {
  font-family: "Source Sans 3", sans-serif;
  color: #565656;
  font-weight: 300;
  line-height: 140%;
  font-size: 1rem;
}
footer .top .left .header {
  margin-bottom: 25px;
}
footer .top ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
footer .top ul li {
  height: 25px;
}
footer .top ul li a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem;
  line-height: 120%;
}
footer .header, footer a, footer p {
  color: #565656;
}
footer .middle {
  margin-top: 100px;
  margin-bottom: 48px;
  height: 80px;
}
@media (max-width: 768px) {
  footer .middle {
    margin-top: 48px;
    height: auto;
  }
}
footer .middle .cols {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  footer .middle .cols {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
  }
}
footer .middle .cols .socjal img {
  height: 24px;
}
footer .middle .cols .col {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .middle .cols .col {
    flex-direction: column;
  }
}
footer .middle .cols .col a, footer .middle .cols .col .placeholder {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Source Sans 3", sans-serif;
  line-height: 140%;
  font-weight: 400;
}
footer hr {
  border-top: 1px solid #E3E3E3;
}
footer .boottm {
  color: #BDBDBD;
  margin-top: 50px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  footer .boottm {
    margin-top: 48px;
  }
}
footer .boottm .top-links {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  footer .boottm .top-links {
    flex-direction: row;
  }
}
footer .boottm .top-links a {
  font-weight: bold;
  color: #BDBDBD;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem;
}
footer .boottm .bottom-links {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  footer .boottm .bottom-links {
    flex-direction: column;
  }
}
footer .boottm .bottom-links p, footer .boottm .bottom-links a {
  color: #BDBDBD;
  font-size: 0.875rem;
}
footer .boottm .bottom-links a {
  text-decoration: underline;
}

.square-btn {
  padding: 18px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  gap: 19px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 120%;
  font-weight: 400;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.square-btn:hover {
  transform: scale(1.01);
}
@media (max-width: 768px) {
  .square-btn {
    font-size: 14px;
  }
}
.square-btn img {
  width: 15px;
  height: 15px;
}
.square-btn.red {
  background-color: #E30613;
  color: white;
}
.square-btn.red:hover {
  background-color: #c50e19;
}
.square-btn.transparent {
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
  background-color: transparent;
}
.square-btn.transparent:hover {
  background-color: #c50e19;
  color: white;
  border: 1px solid #c50e19;
}
.square-btn.white {
  border: 1px solid white;
  color: white;
  background-color: transparent;
}

.btn-radius {
  padding: 8px 12px;
  border-radius: 50px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: 0%;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  font-weight: 400;
}
.btn-radius.img {
  gap: 3px;
}
.btn-radius.btn-white {
  border: 1px solid white;
  color: white;
}
.btn-radius.btn-black {
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
}
.btn-radius.transparent {
  color: #1D1D1B;
  border: 1px solid #1D1D1B;
}
.btn-radius.red {
  background-color: #E30613;
  color: white;
  text-align: center;
}
.btn-radius.red-dark {
  background-color: #ed5757;
  color: white;
}
.btn-radius.white-dark {
  background-color: white;
  color: #1D1D1B;
  border: 1px solid white;
}
.btn-radius.white-dark:hover {
  color: white;
}
.btn-radius.white {
  color: #E30613;
  background-color: white;
}
.btn-radius.white:hover {
  background-color: #d65159;
}
.btn-radius p {
  color: #1D1D1B;
}

h1 {
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  font-size: 4rem;
  line-height: 120%;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
    line-height: 110%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  h1 {
    font-size: 3rem;
  }
}
h1 span {
  color: #E30613;
}

h2 {
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  font-size: 3.25rem;
  line-height: 120%;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.875rem;
    line-height: 120%;
  }
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #1D1D1B;
  font-size: 3rem;
  line-height: 120%;
}
@media (max-width: 1279.99px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
}

h5 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 120%;
}

.subheader {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
  text-transform: uppercase;
}

p {
  font-family: "Source Sans 3", sans-serif;
  line-height: 120%;
  letter-spacing: 0%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.container {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1300px) and (max-width: 1399.99px) {
  .container {
    width: 95%;
  }
}
@media (min-width: 1280px) and (max-width: 1299.99px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767.99px) {
  html,
  body {
    overflow-x: hidden;
  }
}
.logos-img {
  width: 140px !important;
  height: AUTO !important;
}

#text-fild {
  margin-top: 150px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #text-fild {
    margin-top: 64px;
  }
}

#hero {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  overflow: hidden;
  flex-direction: column;
}
#hero .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 55vw;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
}
@media (max-width: 1279.99px) {
  #hero .img-bg {
    display: none;
  }
}
@media (max-width: 1279.99px) {
  #hero {
    height: auto;
  }
}
#hero .tel-img {
  display: none;
}
@media (max-width: 767.99px) {
  #hero .tel-img {
    display: block;
    width: 100vw;
  }
}
#hero .mobile-bg {
  display: none;
}
@media (max-width: 767.99px) {
  #hero .mobile-bg {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
#hero .line {
  position: absolute;
  right: 0;
  height: 385px;
  top: 5px;
  display: none;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #hero .line {
    display: block;
  }
}
#hero .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #hero .container {
    width: 100%;
  }
}
#hero .container .content {
  margin-top: 25vh;
  z-index: 999;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #hero .container .content {
    margin-top: 15vh;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  #hero .container .content {
    margin-top: 10vh;
  }
}
#hero .container .content h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #hero .container .content h1 {
    margin-bottom: 24px !important;
    margin-top: 24px;
    font-size: 40px;
  }
}
#hero .container .content .subheader {
  font-weight: 400;
  font-size: 1.5rem;
}
#hero .container .content .subheader br {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #hero .container .content .subheader br {
    display: block;
  }
}
@media (max-width: 767.99px) {
  #hero .container .content .subheader {
    font-size: 1rem;
  }
}
#hero .container .content p {
  color: #1D1D1B;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #hero .container .content p {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  #hero .container .content p br {
    display: none;
  }
}
#hero .container .content a {
  margin-top: 64px;
}
@media (max-width: 767.99px) {
  #hero .container .content a svg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #hero .container .content a {
    margin-top: 32px;
  }
}
@media (max-width: 767.99px) {
  #hero .container .content a {
    margin-top: 25px;
  }
}
#hero .container .bottom {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  margin-bottom: 120px;
  gap: 100px;
  margin-top: 50px;
}
@media (min-width: 1280px) and (max-width: 1330px) {
  #hero .container .bottom {
    justify-content: space-between;
    gap: unset;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #hero .container .bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.99px) {
  #hero .container .bottom {
    margin-bottom: 64px;
  }
}
@media (max-width: 767.99px) {
  #hero .container .bottom {
    gap: 0px !important;
  }
}
#hero .container .bottom .img-bg-tab {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #hero .container .bottom .img-bg-tab {
    width: 100vw;
    left: 0;
    right: 0;
    display: block;
    z-index: -1;
  }
}
@media (min-width: 990px) and (max-width: 1279.99px) {
  #hero .container .bottom .img-bg-tab {
    top: -365px;
  }
}
@media (min-width: 768px) and (max-width: 989.99px) {
  #hero .container .bottom .img-bg-tab {
    top: -330px;
  }
}
@media (max-width: 1279.09px) {
  #hero .container .bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
#hero .container .bottom .wpcp-carousel-content-wrapper {
  margin-bottom: 0px !important;
}
#hero .container .bottom .col {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  flex: 1;
  width: 50%;
}
@media (max-width: 1279.09px) {
  #hero .container .bottom .col {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  #hero .container .bottom .right {
    display: none;
  }
}
#hero .container .bottom .right a {
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  min-height: 38px;
  padding: 8px 16px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #hero .container .bottom .right a {
    width: 100%;
  }
}
#hero .container .bottom .right p {
  white-space: nowrap;
  font-size: 1rem;
}
#hero .container .bottom .right .btn-radius {
  margin-left: 20px;
  background-color: #ed5757;
  width: 149.5px;
  height: 38px;
}
#hero .container .bottom .logos {
  width: 100%;
  height: 28px;
  object-fit: cover;
}
@media (max-width: 768px) {
  #hero .container .bottom .logos {
    width: 100%;
  }
}

#offer {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 104px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #offer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
#offer h2, #offer .subheader {
  text-align: center;
  color: #1D1D1B;
}
#offer h2 {
  margin-top: 39px;
  font-weight: bold;
}
#offer h2 br {
  display: none;
}
@media (max-width: 768px) {
  #offer h2 br {
    display: block;
  }
}
@media (max-width: 768px) {
  #offer h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #offer h2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#offer .left_header br {
  display: none;
}
@media (max-width: 768px) {
  #offer .left_header br {
    display: block;
  }
}
#offer .item {
  display: flex;
  background-color: #1D1D1B;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  height: 349px;
  color: white;
  border: 1px solid rgba(29, 29, 27, 0.5);
  flex-shrink: 0;
  overflow: hidden;
}
#offer .item .content {
  opacity: 0.8;
}
#offer .item img {
  width: 445px;
  height: auto;
}
#offer .container {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 123px;
  align-items: center;
  padding: 0 90px;
  height: 430px;
}
@media (max-width: 768px) {
  #offer .container {
    height: auto;
  }
}
#offer .dots {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#offer .dot {
  display: inline-block;
  width: 5.82px;
  height: 5.82px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #1D1D1B;
  cursor: pointer;
  transition: background-color 0.3s;
}
#offer .dot.active {
  background-color: #1D1D1B;
  width: 9.45px;
  height: 9.45px;
}
#offer .content {
  display: flex;
  flex-direction: column;
  opacity: 0.8;
  padding-top: 12px;
  padding-bottom: 12px;
}
#offer .content p {
  margin-top: 12px;
  margin-bottom: 64px;
  font-size: 1rem;
}
#offer .content .transparent {
  padding: 12px 42px;
}
#offer .content .red {
  background-color: #E30613;
  padding: 16px 8px;
}
#offer .content .red:hover {
  background-color: #c50e19;
}
#offer .content .red span {
  text-decoration: underline;
  font-weight: bold;
}
#offer .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
}
#offer .content a img {
  width: 86.99px;
  height: auto;
}
#offer .left a {
  border: 1px solid white !important;
  color: white !important;
  padding: 18px 32px !important;
  width: 280.99px !important;
  height: 53px !important;
  width: min-content;
  height: 48px;
}
#offer .left a:hover {
  border: 1px solid #E30613 !important;
  background-color: #E30613 !important;
  color: white !important;
}
#offer .item.active-left {
  background: rgba(255, 255, 255, 0.89);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 16px;
}
#offer .item.active-left .content {
  opacity: 0.89;
}
#offer .item.active-left a {
  border: 1px solid #1D1D1B !important;
  color: #1D1D1B !important;
  font-family: "Montserrat", sans-serif;
}
#offer .item.active-left a:hover {
  border: 1px solid #E30613 !important;
  background-color: #E30613 !important;
  color: white !important;
}
@media (min-width: 1280px) {
  #offer .item {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 697px;
    border: 1px solid rgba(29, 29, 27, 0.5);
    padding: 32px 0 32px 68px;
  }
  #offer .item.left {
    transform: translateX(30%);
  }
  #offer .item.right {
    transform: translateX(-30%);
  }
  #offer .item.right a {
    padding: 8px 16px !important;
    width: min-content;
    height: 48px;
    width: 180px;
    font-family: "Montserrat", sans-serif;
  }
  #offer .item.active-left {
    z-index: 10;
    height: 389px;
    background-color: white;
    padding: 32px 0px 32px 68px;
    transform: translateX(30%);
    color: #1D1D1B;
    background: rgba(255, 255, 255, 0.89);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 16px;
    max-width: 697px;
  }
  #offer .item.active-left .content {
    opacity: 0.89;
  }
  #offer .item.active-right {
    z-index: 10;
    height: 389px;
    background-color: white;
    padding: 32px 0 32px 68px;
    transform: translateX(-30%);
    color: #1D1D1B;
    background: rgba(255, 255, 255, 0.89);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 16px;
    max-width: 697px;
  }
  #offer .item.active-right .content {
    opacity: 0.89;
  }
}
@media (max-width: 1279.98px) {
  #offer .container {
    display: flex;
    scroll-snap-type: x mandatory;
    gap: 30px;
    scroll-behavior: smooth;
    padding: 0 5%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #offer .container::-webkit-scrollbar {
    display: none;
  }
  #offer .item {
    flex: 0 0 90%;
    scroll-snap-align: start;
    height: 349px;
    border: 1px solid rgba(29, 29, 27, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #offer a {
    width: min-content;
  }
  #offer .container {
    display: flex;
    justify-content: flex-start;
    position: relative;
    gap: 0;
    padding: 0;
    width: 90%;
  }
  #offer .item {
    position: absolute;
    top: 0;
    height: 389px;
    background-color: #1D1D1B;
    color: white;
    border-radius: 8px;
    transition: all 0.5s ease;
    width: 100%;
    left: 0;
    z-index: 1;
    border: 1px solid rgba(29, 29, 27, 0.5);
  }
  #offer .item.active-left, #offer .item.active-right {
    z-index: 10;
    background-color: white;
    color: #1D1D1B;
    padding: 68px 0 32px 68px;
    background: rgba(255, 255, 255, 0.89);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 16px;
  }
  #offer .item.active-left {
    transform: translateX(0%);
    height: 409px;
  }
  #offer .item.active-right {
    height: 409px;
  }
  #offer .item.active-right a {
    width: 196px;
    height: 53px;
  }
  #offer .item.left:not(.active-left) {
    transform: translateX(70%);
    top: 10px;
  }
  #offer .item.right:not(.active-right) {
    transform: translateX(70%);
    top: 10px;
  }
}
@media (max-width: 767px) {
  #offer #offer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 430px;
  }
  #offer #offer .item {
    flex-shrink: 0;
    height: 320px;
    border-radius: 8px;
    transition: all 0.4s ease;
    background-color: #1D1D1B;
    color: white;
    border: 1px solid rgba(29, 29, 27, 0.5);
  }
  #offer #offer .item.active {
    width: 80%;
    height: 400px;
    background: white;
    color: #1D1D1B;
    z-index: 2;
    background: rgba(255, 255, 255, 0.89);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 16px;
  }
  #offer #offer .item:not(.active) {
    width: 20%;
    height: 300px;
    opacity: 0.8;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  #offer #descop-container, #offer .dots {
    display: none;
  }
}
#offer .right-col {
  display: none;
  position: relative;
  padding-bottom: 120px;
  margin-top: 64px;
  width: 100%;
  gap: 16px;
  align-items: center;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-left: 16px;
}
@media (max-width: 767.99px) {
  #offer .right-col {
    display: flex;
  }
}
#offer .right-col::-webkit-scrollbar {
  display: none;
}
#offer .right-col .card-dots {
  display: none;
}
#offer .right-col .card-dot {
  width: 5.82px;
  height: 5.82px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #1D1D1B;
  cursor: pointer;
  transition: background 0.3s ease;
}
#offer .right-col .card-dot.active {
  background: #1D1D1B;
  width: 9.45px;
  height: 9.45px;
}
#offer .right-col h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 12px;
}
#offer .right-col p {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 32px;
}
#offer .right-col .right {
  display: flex;
  gap: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#offer .right-col .cart-left .btn-radius {
  width: 196px;
}
#offer .right-col .cart {
  cursor: pointer;
  transition: transform 0.5s ease, background 0.5s ease, color 0.5s ease, border 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 16px;
  gap: 10px;
  isolation: isolate;
  width: 95vw;
  height: 581px;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 0;
  background: rgba(189, 189, 189, 0.18);
  opacity: 0.89;
  backdrop-filter: blur(24px);
  z-index: 0;
}
#offer .right-col .cart h4,
#offer .right-col .cart p {
  color: #1d1d1b;
}
#offer .right-col .cart .lap {
  width: auto;
  height: 167px;
  margin-left: -17px;
}
#offer .right-col .cart .lap2 {
  margin: 0 auto;
  width: 100%;
  height: 167px;
}
@media (max-width: 767.99px) {
  #offer .right-col .cart .lap2 {
    width: auto !important;
    height: 167px;
  }
}
#offer .right-col .cart .btn-radius {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
#offer .right-col .cart.move-right {
  transform: translateX(105%);
}
#offer .right-col .cart.move-left {
  transform: translateX(-105%);
}
#offer .right-col .cart.activ {
  background: #1d1d1b;
  opacity: 1;
  z-index: 2;
}
#offer .right-col .cart.activ h4,
#offer .right-col .cart.activ p {
  color: #ffffff;
}
#offer .right-col .cart.cart-right.move-left.activ {
  border: 1px solid #ffffff;
}
#offer .right-col .cart.cart-right.move-left.activ h4,
#offer .right-col .cart.cart-right.move-left.activ p {
  color: #ffffff;
}
#offer .cart.cart-right.move-left.activ .btn-radius {
  color: white !important;
  border: 1px solid white !important;
}
#offer .cart.cart-right.move-left.activ .btn-radius img {
  margin-bottom: 3px;
}
#offer .cart-right a {
  width: 100% !important;
}

#about_offer {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 10%;
  display: flex;
  justify-content: space-between;
  gap: 12%;
}
@media (max-width: 1279.99px) {
  #about_offer {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 0%;
  }
}
@media (max-width: 768px) {
  #about_offer .mobile {
    display: none;
  }
}
#about_offer h4 {
  font-weight: bold;
}
#about_offer h4 span {
  color: #E30613;
}
#about_offer p {
  font-size: 1rem;
  color: #1D1D1B;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: "Source Sans 3", sans-serif;
}
@media (max-width: 767.09px) {
  #about_offer p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {
  #about_offer .left-col {
    max-width: 460px;
  }
}
@media (max-width: 767.09px) {
  #about_offer .left-col {
    margin-right: 5%;
  }
}
#about_offer .my-carousel-wrapper {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#about_offer .my-carousel-wrapper::-webkit-scrollbar {
  display: none;
}
#about_offer .my-carousel {
  display: flex;
  gap: 16px;
  transition: transform 0.3s ease;
  padding-left: 0;
  cursor: grab;
  user-select: none;
}
#about_offer .my-carousel.grabbing {
  cursor: grabbing;
}
#about_offer .my-carousel-item {
  flex-shrink: 0;
  display: flex;
  justify-content: left;
  font-size: 1.5rem;
  flex-direction: column;
  gap: 10px;
}
#about_offer .my-carousel-item img {
  height: 372.83px;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #about_offer .my-carousel-item img {
    height: 434px;
  }
}
@media (max-width: 767.09px) {
  #about_offer .my-carousel-item img {
    height: 327px;
  }
}

@media (max-width: 1280px) {
  .my-carousel-item {
    flex-shrink: 0;
  }
}
#cooperation {
  background-color: #f6f6f6;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #cooperation .container {
    width: 100%;
  }
}
#cooperation .container .wrapper {
  background-color: white;
  padding-top: 64px;
  padding-bottom: 64px;
  border-radius: 8px;
  display: flex;
  gap: 74px;
}
#cooperation .container .wrapper h3 {
  font-weight: 600;
  margin-bottom: 24px;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #cooperation .container .wrapper h3 {
    padding-left: 0px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 23px;
  }
}
@media (max-width: 767.09px) {
  #cooperation .container .wrapper h3 {
    font-weight: bold;
    padding-left: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #cooperation .container .wrapper {
    gap: 44px;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767.09px) {
  #cooperation .container .wrapper {
    padding: 0px;
    gap: 0px;
    flex-direction: column-reverse;
  }
}
#cooperation .container .wrapper img {
  border-radius: 8px;
  object-fit: cover;
  width: 752px;
  height: 680px;
}
@media (min-width: 768px) and (max-width: 940px) {
  #cooperation .container .wrapper img {
    height: auto;
    width: 350px;
  }
}
@media (min-width: 940.1px) and (max-width: 1279.99px) {
  #cooperation .container .wrapper img {
    width: 45%;
    height: 470px;
  }
}
@media (max-width: 767.09px) {
  #cooperation .container .wrapper img {
    width: 100%;
    height: 293.75px;
  }
}
#cooperation .container .wrapper .mobile {
  display: none;
}
@media (max-width: 767.09px) {
  #cooperation .container .wrapper .mobile {
    display: flex;
    width: max-content;
    padding: 8px 16px;
    width: 223px;
    height: 48px;
    font-family: "Montserrat", sans-serif;
  }
}
#cooperation .container .wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (max-width: 767.09px) {
  #cooperation .container .wrapper .content {
    padding-bottom: 28px;
    padding-top: 24px;
    width: 100%;
  }
}
#cooperation .container .wrapper .content p {
  margin-bottom: 40px;
  color: #1D1D1B;
  font-size: 1rem;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #cooperation .container .wrapper .content p {
    padding-left: 0px;
    margin-bottom: 32px;
    font-weight: 300;
  }
  #cooperation .container .wrapper .content p strong {
    font-weight: 300;
  }
}
@media (max-width: 767.09px) {
  #cooperation .container .wrapper .content p {
    margin-top: 23px;
    margin-bottom: 32px;
    padding-left: 0px;
    font-weight: 300;
  }
  #cooperation .container .wrapper .content p strong {
    font-weight: 300;
  }
}
#cooperation .container .wrapper .content .transparent {
  text-transform: uppercase;
  text-align: center;
}
#cooperation .container .wrapper .content .btns {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  max-width: 410px;
}
#cooperation .container .wrapper .content .btns a {
  justify-content: center;
  align-items: center;
  border: 1px solid #1D1D1B;
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  height: 38px;
  padding: 12px 16px;
}
#cooperation .container .wrapper .content .btns a:hover {
  background-color: #E30613;
  color: white;
  border: 1px solid #E30613;
}
@media (max-width: 767.99px) {
  #cooperation .container .wrapper .content .btns {
    display: none;
  }
}

@media (max-width: 768px) {
  .desctop-tablet {
    display: none;
  }
}

.phone {
  display: none;
}
@media (max-width: 767.09px) {
  .phone {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1279.99px) {
  .rims .wrapper {
    flex-direction: column;
  }
  .rims img, .rims .content {
    width: 100% !important;
  }
}

.tires {
  display: none;
}
@media (max-width: 767.09px) {
  .tires {
    display: block;
  }
}

#OEM {
  background-color: #1D1D1B;
  padding-top: 100px;
  margin-top: -5px;
}
@media (max-width: 767.99px) {
  #OEM {
    padding-top: 20px;
    margin-top: -1px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #OEM {
    padding-top: 64px;
  }
}
@media (max-width: 767.99px) {
  #OEM .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1279.99px) {
  #OEM .container .top {
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #OEM .container .top {
    gap: 50px;
    justify-content: flex-start;
  }
}
#OEM .container .top .header {
  color: white;
  flex: 2;
  text-align: center;
  padding-bottom: 64px;
  padding-top: 0px;
  font-size: 3.25rem;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #OEM .container .top .header {
    padding-bottom: 32px;
    text-align: left;
  }
}
@media (max-width: 767.99px) {
  #OEM .container .top .header {
    text-align: left;
    padding-bottom: 20px;
    font-size: 1.875rem;
  }
}
#OEM .container .top #carusel {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 1279.99px) {
  #OEM .container .top #carusel {
    display: none;
  }
}
#OEM .container .top #carusel img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(0%) saturate(28%) hue-rotate(43deg) brightness(91%) contrast(89%);
}
#OEM .container .top #carusel .wpcp-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #1d1d1b 0%, rgba(246, 246, 246, 0) 100%) !important;
}
#OEM .container .top #carusel .wpcp-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #1d1d1b 0%, rgba(246, 246, 246, 0) 100%) !important;
}
#OEM .container .top .content {
  padding-top: 64px;
  flex: 4;
}
@media (max-width: 1279.99px) {
  #OEM .container .top .content {
    padding-top: 0px;
  }
}
#OEM .container .top .content p {
  font-size: 1.5rem;
  font-weight: 200;
  color: white;
  text-align: center;
}
@media (max-width: 767.99px) {
  #OEM .container .top .content p {
    font-size: 1.25rem;
  }
}
@media (max-width: 1279.99px) {
  #OEM .container .top .content p {
    text-align: left;
    margin-bottom: 30px;
  }
}
#OEM .container .top .content a {
  margin: 64px auto 0 auto;
}
@media (max-width: 1279.99px) {
  #OEM .container .top .content a {
    margin: 0;
  }
}
#OEM .container .items .item .top-part {
  background-color: white;
  padding: 24px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#OEM .container .items .item .top-part img {
  width: 100px;
}
#OEM .container .items .item .bottom-part {
  background-color: #f6f6f6;
  padding: 24px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#OEM .container .items .item .bottom-part p {
  text-align: center;
  color: #1D1D1B;
  font-size: 1.25rem;
  font-weight: 500;
}
#OEM .container .number {
  color: white;
  margin-top: 128px;
}
@media (max-width: 1279.99px) {
  #OEM .container .number {
    margin-top: 48px;
  }
}
#OEM .container .number .header-small {
  margin-bottom: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
  font-weight: bold;
}
@media (max-width: 1279.99px) {
  #OEM .container .number .header-small {
    font-size: 1.5rem;
  }
}
#OEM .container .number .items {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #OEM .container .number .items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767.99px) {
  #OEM .container .number .items {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
    padding-bottom: 32px;
  }
}
#OEM .container .number .items .item {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #OEM .container .number .items .item {
    flex: none;
  }
}
#OEM .container .number .items .item .header-small2 {
  margin-bottom: 10px;
  color: white;
  font-weight: 400;
  text-align: center;
  font-size: 3rem;
  line-height: 120%;
}
@media (max-width: 1279.99px) {
  #OEM .container .number .items .item .header-small2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.99px) {
  #OEM .container .number .items .item .header-small2 {
    text-align: center;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #OEM .container .number .items .item .header-small2 {
    font-size: 3rem;
    text-align: center;
  }
}
#OEM .container .number .items .item p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #OEM .container .number .items .item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767.99px) {
  #OEM .container .number .items .item p {
    font-size: 1.125rem;
    text-align: center;
  }
}

#info {
  background-color: #f6f6f6;
  padding-bottom: 128px;
}
@media (max-width: 767.99px) {
  #info {
    padding-left: 20px;
    padding-bottom: 32px;
    padding-top: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #info .title {
    font-size: 48px;
  }
}
@media (max-width: 767.99px) {
  #info .desc-btn {
    display: none;
  }
}
#info .mobile-btn {
  display: none;
  width: 100%;
  margin-top: 0px;
}
@media (max-width: 767.99px) {
  #info .mobile-btn {
    display: flex;
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #info {
    padding-left: 50px;
  }
}
#info p {
  font-size: 1.25rem;
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  #info p {
    font-size: 1rem;
    font-weight: 400;
  }
}
#info .subheader {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1D1D1B;
  font-family: "Source Sans 3", sans-serif;
}
@media (max-width: 767.99px) {
  #info .subheader {
    font-size: 1rem;
    font-weight: 300;
  }
}
#info .top {
  display: flex;
  justify-content: space-between;
  gap: 144px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #info .top {
    gap: 64px;
  }
}
@media (max-width: 767.99px) {
  #info .top {
    flex-direction: column;
    gap: 28px;
  }
}
#info .content {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #info .content {
    width: 50%;
  }
}
@media (max-width: 767.99px) {
  #info .content {
    width: 100%;
    gap: 24px;
    margin-bottom: 32px;
  }
}
#info .swiper-wrapper {
  align-items: center;
}
#info .swiper-wrapper p {
  font-weight: 300;
}
#info .swiper-container {
  position: relative;
  overflow: hidden;
  width: 65%;
  right: 0px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #info .swiper-container {
    width: 50%;
  }
}
@media (max-width: 767.99px) {
  #info .swiper-container {
    width: 100%;
  }
}
#info .swiper {
  position: relative;
  width: 100%;
  z-index: 2;
}
#info .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: opacity 0.4s ease-in;
}
@media (max-width: 767.99px) {
  #info .swiper-slide {
    margin-right: 0px !important;
    margin-left: 5%;
    margin-right: 0px !important;
    margin-left: 5%;
    background-color: white;
    border-radius: 8px;
    padding: 32px 20px;
    height: 484px;
  }
}
#info .swiper-slide .title {
  font-family: "Source Sans 3", sans-serif;
  line-height: 120%;
  font-weight: 400;
  margin-top: 50px;
  color: #1D1D1B;
}
#info .swiper-slide .quantity {
  font-family: "Montserrat", sans-serif;
  color: #1D1D1B;
  line-height: 120%;
  margin-top: 16px;
  margin-bottom: 16px;
}
#info .swiper-slide div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#info .swiper-slide .slide-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -10px);
  width: 90%;
}
@media (max-width: 768px) {
  #info .swiper-slide-active {
    margin-left: 39px;
  }
}
#info .swiper-slide-active div {
  height: 245px;
  width: 245px;
}
@media (min-width: 1400px) and (max-width: 1485px) {
  #info .swiper-slide-active div {
    height: 220px;
    width: 220px;
  }
}
@media (min-width: 1280px) and (max-width: 1410px) {
  #info .swiper-slide-active div {
    height: 220px;
    width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #info .swiper-slide-active div {
    width: 245px;
    height: 245px;
  }
}
#info .swiper-slide-active .title {
  font-size: 1rem;
}
#info .swiper-slide-active .quantity {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #info .swiper-slide-active {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #info .swiper-slide-active {
    width: 65%;
  }
}
#info .swiper-slide-active .title {
  font-size: 1.25rem;
}
#info .swiper-slide-active .quantity {
  font-size: 1.25rem;
  font-weight: bold;
}
#info .swiper-slide-active p {
  font-size: 1rem;
}
#info .swiper-slide-next {
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#info .swiper-slide-next div {
  height: 190px;
  width: 190px;
}
@media (min-width: 1280px) and (max-width: 1410px) {
  #info .swiper-slide-next div {
    height: 160px;
    width: 160px;
  }
}
#info .swiper-slide-next .title {
  font-size: 15.63px;
}
#info .swiper-slide-next .quantity {
  font-size: 0.9375rem;
  font-family: 500;
}
#info .swiper-slide-next p {
  font-size: 0.8125rem;
}
#info .swiper-slide-duplicate-prev {
  opacity: 0.21;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#info .swiper-slide-duplicate-prev div {
  height: 100px;
  width: 100px;
}
@media (min-width: 1280px) and (max-width: 1410px) {
  #info .swiper-slide-duplicate-prev div {
    height: 80px;
    width: 80px;
  }
}
#info .swiper-slide-duplicate-prev .title {
  font-size: 11.26px;
}
#info .swiper-slide-duplicate-prev .quantity {
  font-size: 11.26px;
  font-family: 500;
}
#info .swiper-slide-duplicate-prev p {
  font-size: 0.5625rem;
}

#about_hero {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/abouth_bg.png");
}
@media (max-width: 1279.99px) {
  #about_hero {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/about_tablet_bg.png");
  }
}
#about_hero .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767.99px) {
  #about_hero .container {
    gap: 100px;
  }
}
#about_hero .top {
  color: white;
  padding-top: 30vh;
}
@media (max-width: 767.99px) {
  #about_hero .top {
    padding-top: 100px;
  }
}
#about_hero .top .subheader {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 26px;
}
@media (max-width: 767.99px) {
  #about_hero .top .subheader {
    font-weight: 100;
    font-size: 16px;
    font-weight: 300;
  }
}
#about_hero .top h1 {
  color: white;
}
@media (max-width: 767.99px) {
  #about_hero .top h1 {
    margin-top: 10px;
    font-size: 40px;
    font-weight: bold;
  }
}
#about_hero .bottom {
  color: white;
  display: flex;
  justify-content: space-between;
  margin-bottom: 88px;
  align-items: end;
  margin-top: 50px;
}
#about_hero .bottom .left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#about_hero .bottom .left a {
  width: fit-content;
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  padding: 8px 16px;
  line-height: 140%;
  width: 126px;
  height: 32px;
}
#about_hero .bottom .left a:hover {
  background-color: #828282;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #about_hero .bottom .left {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #about_hero .bottom .left a {
    min-width: 325px;
  }
}
#about_hero .bottom .left p {
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  line-height: 120%;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #about_hero .bottom .left .desctop {
    display: none;
  }
}
#about_hero .bottom .left .col {
  display: flex;
  gap: 10px;
  align-items: center;
}
#about_hero .bottom .left .col p {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #about_hero .bottom .left .col p {
    display: block;
  }
}
#about_hero .bottom .left img {
  width: 130px;
}
#about_hero .bottom .right .items {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
@media (max-width: 1279.99px) {
  #about_hero .bottom .right .items {
    display: none;
  }
}
#about_hero .bottom .right .items .item {
  display: flex;
  flex-direction: column;
}
#about_hero .bottom .right .items .item .nr {
  font-family: "Montserrat", sans-serif;
  color: #E30613;
  line-height: 120%;
  font-size: 3.375rem;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 767.09px) {
  #about_hero .bottom .right .items .item .nr {
    font-size: 4rem;
  }
}
#about_hero .bottom .right .items .item .number {
  font-family: "Montserrat", sans-serif;
  color: #f6f6f6;
  font-size: 3.25rem;
  line-height: 120%;
  position: relative;
  margin-bottom: 10px;
}
#about_hero .bottom .right .items .item .number sup {
  position: absolute;
  top: -12px;
  font-size: 3.25rem;
}
@media (max-width: 767.09px) {
  #about_hero .bottom .right .items .item .number {
    font-weight: bold;
    font-size: 1.4375rem;
  }
}
#about_hero .bottom .right .items .item .value {
  font-family: "Source Sans 3", sans-serif;
  color: white;
  line-height: 120%;
  font-size: 1.25rem;
}
@media (max-width: 767.09px) {
  #about_hero .bottom .right .items .item .value {
    font-size: 0.678125rem;
  }
}

#history {
  background-color: #1D1D1B;
  padding: 120px 0px;
  margin-top: -1px;
}
@media (max-width: 768px) {
  #history {
    padding-left: 24px;
    padding-bottom: 64px;
  }
}
#history h2 {
  color: white;
  text-align: center;
}
@media (max-width: 768px) {
  #history h2 {
    font-size: 52px;
    font-weight: 900;
    text-align: left;
    margin-bottom: 64px;
  }
}
#history .timeline-container {
  max-width: 1700px;
  width: 90%;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #history .timeline-container {
    width: 95%;
  }
}
#history .timeline-container {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  #history .timeline-container {
    display: none;
  }
}
#history .timeline-container .image-viewer {
  height: 70vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1279.99px) {
  #history .timeline-container .image-viewer {
    overflow: scroll;
    -ms-overflow-style: none; /* IE i Edge */
    scrollbar-width: none; /* Firefox */
  }
}
#history .timeline-container .image-viewer::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
#history .timeline-container .image-viewer h2 {
  font-size: 3rem;
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
#history .timeline-container .image-viewer .slide-left {
  transform: translateX(-100%) translateY(-50%);
  opacity: 0;
}
#history .timeline-container .image-viewer .slide-right {
  transform: translateX(100%) translateY(-50%);
  opacity: 0;
}
#history .timeline-container .timeline {
  position: relative;
  margin-top: 40px;
  padding: 20px 0;
  max-width: 615px;
  margin: 0 auto;
}
#history .timeline-container .timeline-line {
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 0;
}
#history .timeline-container .timeline-points {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin: 0 6%;
}
#history .timeline-container .timeline-point {
  position: relative;
  text-decoration: none;
  color: #565656;
  cursor: pointer;
  padding-top: 48px;
  font-size: 28px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
}
#history .timeline-container .timeline-point::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 auto 8px;
  transition: background 0.3s;
}
#history .timeline-container .timeline-point.active::before {
  background: white;
}
#history .red,
#history .white {
  cursor: pointer;
}
#history .timeline-point {
  position: relative;
  text-decoration: none;
  color: #565656;
  cursor: pointer;
  padding-top: 43px;
  font-size: 1.5rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  transition: all 0.3s ease;
}
#history .timeline-point:hover {
  color: white;
  font-size: 1.78rem;
}
#history .timeline-point::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 auto 8px;
  transition: background 0.3s;
}
#history .timeline-point.active::before {
  background: #000;
}
#history .timeline-point.active span {
  color: white;
}
#history .timeline-point.active span::before,
#history .timeline-point.active span::after {
  content: "";
  position: absolute;
  top: 51px;
  height: 2px;
  width: 100px;
  z-index: 0;
}
#history .timeline-point.active span::before {
  left: -76px;
  background: linear-gradient(to right, transparent 30%, white 100%);
}
#history .timeline-point.active span::after {
  right: -76px;
  background: linear-gradient(to left, transparent 30%, white 100%);
}
#history .timeline-point.active.first span::before {
  display: none;
}
#history .timeline-point.active.last span::after {
  display: none;
}
#history .image-viewer > div {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
#history .slide-left {
  transform: translateX(-100%) translateY(-50%);
  opacity: 0;
}
#history .slide-right {
  transform: translateX(100%) translateY(-50%);
  opacity: 0;
}
#history h5 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Source Sans 3", sans-serif;
}
#history p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 300;
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history p {
    font-size: 1rem;
  }
}
#history .first-point {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 1000px) and (max-width: 1280px) {
  #history .first-point {
    margin-left: 14%;
  }
}
@media (min-width: 768px) and (max-width: 999.99px) {
  #history .first-point {
    margin-left: 31%;
  }
}
#history .first-point .crew img {
  margin-bottom: -10px;
  z-index: -1;
  position: relative;
  left: -15px;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .first-point .crew img {
    width: 170px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .first-point .crew img {
    width: 190px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .first-point .crew img {
    width: 210px;
  }
}
#history .first-point .firs-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .first-point .firs-item img {
    width: 350px;
  }
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .first-point .firs-item img {
    width: 330px;
  }
}
#history .first-point .firs-item .red {
  background-color: #E30613;
  height: 203px;
  width: 203px;
  display: flex;
  justify-content: center;
  align-content: center;
  color: white;
  align-items: center;
  border-radius: 9px;
  margin-left: 35px;
  margin-top: -40px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  cursor: pointer;
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .first-point .firs-item .red {
    height: 160px;
    width: 160px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .first-point .firs-item .red {
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .first-point .firs-item .red {
    height: 130px;
    width: 130px;
    font-size: 1.125rem;
  }
}
#history .first-point .second-item {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 20px;
}
#history .first-point .second-item .line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
}
#history .first-point .second-item h5,
#history .first-point .second-item p {
  color: white !important;
  text-align: left;
}
#history .first-point .third-item {
  display: flex;
  align-items: self-start;
  gap: 15px;
}
#history .first-point .third-item .development img {
  margin-top: -20px;
  z-index: -1;
  position: relative;
  right: 16px;
  border-radius: 8px;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .first-point .third-item .xpartner img {
    width: 160px;
    height: 94px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .first-point .third-item .xpartner img {
    width: 200px;
    height: 124px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .first-point .third-item .xpartner img {
    width: 180px;
    height: 104px;
  }
}
#history .first-point .third-item .xpartner a {
  margin-left: 20px;
}
#history .first-point .third-item .xpartner img {
  position: relative;
  z-index: -1;
  right: 20px;
  border-radius: 8px;
  top: -8px;
}
#history .secound-point {
  display: flex;
  gap: 15px;
}
#history .secound-point .first {
  display: flex;
  gap: 15px;
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .secound-point .first {
    gap: 10px;
  }
}
#history .secound-point .first .left .img-div {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/BEGIN_BG.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 219px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  border-radius: 8px;
  margin-left: 20px;
  z-index: -1;
  position: relative;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .secound-point .first .left .img-div {
    width: 160px;
    height: 100px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .secound-point .first .left .img-div {
    width: 180px;
    height: 120px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .secound-point .first .left .img-div {
    width: 200px;
    height: 140px;
  }
}
#history .secound-point .first .left .img-div .content {
  position: absolute;
  left: 37px;
  text-align: left;
}
#history .secound-point .first .left .img-div h5 {
  color: white;
}
#history .secound-point .first .midle img {
  border-radius: 8px;
  margin-top: -20px;
  z-index: -1;
  position: relative;
  width: 290px;
}
@media (min-width: 1280px) and (max-width: 1349.99px) {
  #history .secound-point .first .midle img {
    width: 180px;
  }
}
@media (min-width: 1540px) and (max-width: 1570px) {
  #history .secound-point .first .midle img {
    width: 260px;
  }
}
@media (min-width: 1400px) and (max-width: 1549.99px) {
  #history .secound-point .first .midle img {
    width: 220px;
  }
}
@media (min-width: 1350px) and (max-width: 1399.99px) {
  #history .secound-point .first .midle img {
    width: 200px;
  }
}
#history .secound-point .midle {
  border-radius: 8px;
  margin-top: -20px;
  z-index: -1;
  position: relative;
  width: 290px;
  height: 270px;
  object-fit: cover;
  text-align: left;
}
@media (min-width: 1540px) and (max-width: 1570px) {
  #history .secound-point .midle {
    width: 260px;
  }
}
@media (min-width: 1400px) and (max-width: 1549.99px) {
  #history .secound-point .midle {
    width: 220px;
  }
}
@media (min-width: 1280px) and (max-width: 1399.99px) {
  #history .secound-point .midle {
    width: 200px;
  }
}
#history .secound-point .midle .mid-item {
  margin-bottom: 30px;
  text-align: left;
}
#history .secound-point .midle h5,
#history .secound-point .midle p {
  color: white;
  text-align: left;
}
#history .secound-point .midle h5 {
  margin-bottom: 30px;
}
#history .secound-point .last {
  display: flex;
  gap: 15px;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .secound-point .last .xpartner img {
    width: 160px;
    height: 94px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .secound-point .last .xpartner img {
    width: 200px;
    height: 124px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .secound-point .last .xpartner img {
    width: 180px;
    height: 104px;
  }
}
#history .secound-point .last .xpartner a {
  margin-left: 20px;
}
#history .secound-point .last .xpartner img {
  border-radius: 9px;
}
#history .secound-point .last .last-item {
  margin-top: 100px;
}
#history .secound-point .last .last-item .img-div {
  border-radius: 8px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/storn.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 160px;
  width: 219px;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .secound-point .last .last-item .img-div {
    width: 160px;
    height: 100px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .secound-point .last .last-item .img-div {
    width: 180px;
    height: 120px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .secound-point .last .last-item .img-div {
    width: 200px;
    height: 140px;
  }
}
#history .secound-point .last .last-item .img-div .content {
  text-align: right;
}
#history .secound-point .last .last-item .img-div .content img {
  width: 160px;
}
#history .secound-point .last .last-item .img-div .content h5 {
  color: white;
}
#history .secound-point .last .last-item a {
  margin-left: 16px;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .secound-point .last .last-item .xpartner img {
    width: 160px;
    height: 94px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .secound-point .last .last-item .xpartner img {
    width: 180px;
    height: 104px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .secound-point .last .last-item .xpartner img {
    width: 200px;
    height: 124px;
  }
}
#history .secound-point .last .last-item .xpartner a {
  margin-left: 20px;
}
#history .secound-point .last .last-item .xpartner img {
  z-index: -1;
  position: relative;
  border-radius: 8px;
}
#history .secound-point .crew {
  margin-bottom: -10px;
  z-index: -1;
  position: relative;
  left: -15px;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .secound-point .crew {
    width: 170px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .secound-point .crew {
    width: 190px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .secound-point .crew {
    width: 210px;
  }
}
#history .third-point {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .third-point {
    gap: 10px;
  }
}
#history .third-point .first,
#history .third-point .midle,
#history .third-point .last {
  display: flex;
  align-items: center;
  gap: 15px;
}
#history .third-point .first {
  display: flex;
  gap: 15px;
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .third-point .first {
    gap: 10px;
  }
}
#history .third-point .first .crew img {
  margin-bottom: -10px;
  z-index: -1;
  position: relative;
  left: -15px;
  width: 280.22px;
  height: 312.11px;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .third-point .first .crew img {
    width: 170px;
    height: auto;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .third-point .first .crew img {
    width: 190px;
    height: auto;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .third-point .first .crew img {
    width: 210px;
    height: auto;
  }
}
#history .third-point .first .left .img-div {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/BEGIN_BG.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 219px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  border-radius: 8px;
  margin-left: 20px;
  z-index: -1;
  position: relative;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .third-point .first .left .img-div {
    width: 160px;
    height: 100px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .third-point .first .left .img-div {
    width: 180px;
    height: 120px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .third-point .first .left .img-div {
    width: 200px;
    height: 140px;
  }
}
#history .third-point .first .left .img-div .content {
  position: absolute;
  left: 37px;
  text-align: left;
}
#history .third-point .first .left .img-div .content h5 {
  color: white;
}
#history .third-point .last .img-div {
  border-radius: 8px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/storn.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 160px;
  width: 219px;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .third-point .last .img-div {
    width: 160px;
    height: 100px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .third-point .last .img-div {
    width: 180px;
    height: 120px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .third-point .last .img-div {
    width: 200px;
    height: 140px;
  }
}
#history .third-point .last .img-div .content {
  text-align: right;
}
#history .third-point .last .img-div .content img {
  width: 160px;
}
#history .third-point .last .img-div .content h5 {
  color: white;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .third-point .last .xpartner img {
    width: 160px;
    height: 94px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .third-point .last .xpartner img {
    width: 180px;
    height: 104px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .third-point .last .xpartner img {
    width: 200px;
    height: 124px;
  }
}
#history .third-point .last .xpartner a {
  margin-left: 20px;
}
#history .third-point .last .xpartner img {
  border-radius: 9px;
}
#history .third-point .dev {
  margin-bottom: 120px;
  margin-left: 20px;
}
#history .third-point .dev img {
  margin-top: -20px;
  z-index: -1;
  position: relative;
  right: 16px;
  border-radius: 8px;
  width: 220px;
  height: 144px;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .third-point .dev img {
    height: 94px;
    width: 160px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .third-point .dev img {
    height: 104px;
    width: 180px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .third-point .dev img {
    height: 124px;
    width: 200px;
  }
}
#history .third-point .midle {
  flex-direction: column;
}
#history .third-point .midle .midle {
  margin-bottom: 30px;
}
#history .third-point .midle .item {
  text-align: left;
}
#history .third-point .midle h5 {
  margin-bottom: 30px;
}
#history .third-point .midle h5,
#history .third-point .midle p {
  color: white;
  text-align: left;
}
#history .fourth-point {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (min-width: 1280px) and (max-width: 1400px) {
  #history .fourth-point {
    gap: 10px;
  }
}
#history .fourth-point .crew img {
  margin-bottom: -10px;
  z-index: -1;
  position: relative;
  left: -15px;
  width: 250px;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .fourth-point .crew img {
    width: 170px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .fourth-point .crew img {
    width: 190px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .fourth-point .crew img {
    width: 210px;
  }
}
#history .fourth-point .middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: self-start;
}
#history .fourth-point .middle a {
  margin-left: 10px;
}
#history .fourth-point .middle img {
  border-radius: 9px;
  width: 300px;
  margin-top: -10px;
  position: relative;
  z-index: -1;
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .fourth-point .middle img {
    width: 250px;
  }
}
@media (min-width: 1350px) and (max-width: 1499.99px) {
  #history .fourth-point .middle img {
    width: 220px;
  }
}
@media (min-width: 1280px) and (max-width: 1349.99px) {
  #history .fourth-point .middle img {
    width: 200px;
  }
}
#history .fourth-point .first {
  display: flex;
  align-items: center;
}
#history .fourth-point .first .left .img-div {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/BEGIN_BG.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 219px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  border-radius: 8px;
  margin-left: 20px;
  z-index: -1;
  position: relative;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .fourth-point .first .left .img-div {
    width: 160px;
    height: 100px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .fourth-point .first .left .img-div {
    width: 180px;
    height: 120px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .fourth-point .first .left .img-div {
    width: 200px;
    height: 140px;
  }
}
#history .fourth-point .first .left .img-div .content {
  position: absolute;
  left: 37px;
  text-align: left;
}
#history .fourth-point .first .left .img-div .content h5 {
  color: white;
}
#history .fourth-point .first .dev {
  margin-bottom: 120px;
  margin-left: 20px;
}
#history .fourth-point .first .dev img {
  margin-top: -20px;
  z-index: -1;
  position: relative;
  right: 16px;
  border-radius: 8px;
  width: 220px;
  height: 144px;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .fourth-point .first .dev img {
    height: 94px;
    width: 160px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .fourth-point .first .dev img {
    height: 104px;
    width: 180px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .fourth-point .first .dev img {
    height: 124px;
    width: 200px;
  }
}
#history .fourth-point .last {
  display: flex;
  gap: 15px;
}
@media (min-width: 1280px) and (max-width: 1400px) {
  #history .fourth-point .last {
    gap: 10px;
  }
}
#history .fourth-point .last .text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: white;
  justify-content: flex-end;
}
#history .fourth-point .last .text .item {
  text-align: left;
}
#history .fourth-point .last .last-item .img-div {
  border-radius: 8px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/storn.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 160px;
  width: 219px;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .fourth-point .last .last-item .img-div {
    width: 160px;
    height: 100px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .fourth-point .last .last-item .img-div {
    width: 180px;
    height: 120px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .fourth-point .last .last-item .img-div {
    width: 200px;
    height: 140px;
  }
}
#history .fourth-point .last .last-item .img-div .content {
  text-align: right;
}
#history .fourth-point .last .last-item .img-div .content img {
  width: 160px;
}
#history .fourth-point .last .last-item .img-div .content h5 {
  color: white;
}
#history .fourth-point .last .last-item a {
  margin-left: 16px;
}
#history .last-point {
  display: flex;
  gap: 15px;
}
#history .last-point .crew {
  margin-right: 20px;
}
#history .last-point .crew img {
  margin-bottom: -10px;
  z-index: -1;
  position: relative;
  left: -15px;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .last-point .crew img {
    width: 170px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .last-point .crew img {
    width: 190px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .last-point .crew img {
    width: 210px;
  }
}
#history .last-point .left {
  display: flex;
  align-items: center;
}
#history .last-point .left .img-div {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/BEGIN_BG.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 219px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  border-radius: 8px;
  margin-left: 20px;
  z-index: -1;
  position: relative;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .last-point .left .img-div {
    width: 160px;
    height: 100px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .last-point .left .img-div {
    width: 180px;
    height: 120px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .last-point .left .img-div {
    width: 200px;
    height: 140px;
  }
}
#history .last-point .left .img-div .content {
  position: absolute;
  left: 37px;
  text-align: left;
}
#history .last-point .left .img-div .content h5 {
  color: white;
}
#history .last-point .left .dev {
  margin-bottom: 120px;
  margin-left: 20px;
}
#history .last-point .left .dev img {
  margin-top: -20px;
  z-index: -1;
  position: relative;
  right: 16px;
  border-radius: 8px;
  width: 220px;
  height: 144px;
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .last-point .left .dev img {
    height: 94px;
    width: 160px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .last-point .left .dev img {
    height: 104px;
    width: 180px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .last-point .left .dev img {
    height: 124px;
    width: 200px;
  }
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .last-point .left .xpartner img {
    width: 160px;
    height: 94px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .last-point .left .xpartner img {
    width: 180px;
    height: 104px;
  }
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .last-point .left .xpartner img {
    width: 200px;
    height: 124px;
  }
}
#history .last-point .left .xpartner a {
  margin-left: 20px;
}
#history .last-point .left .xpartner img {
  border-radius: 9px;
}
#history .last-point .right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1280px) and (max-width: 1400px) {
  #history .last-point .right {
    gap: 10px;
  }
}
#history .last-point .right .text-col {
  max-width: 350px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #history .last-point .right .text-col {
    min-width: 235px;
  }
}
#history .last-point .right .text-col p {
  text-align: left;
}
#history .last-point .right .magazin {
  width: 390px;
}
@media (min-width: 1600px) and (max-width: 1715px) {
  #history .last-point .right .magazin {
    width: 340px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  #history .last-point .right .magazin {
    width: 330px;
  }
}
@media (min-width: 1280px) and (max-width: 1399.99px) {
  #history .last-point .right .magazin {
    width: 300px;
  }
}
#history .last-point .right .col {
  color: white;
}
#history .last-point .right .col .red {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#history .last-point .right .col .img {
  max-width: 200px;
  text-align: right;
}
#history .last-point .right .col .img img {
  width: 100%;
}
#history .red {
  background-color: #E30613;
  height: 203px;
  width: 203px;
  display: flex;
  justify-content: center;
  align-content: center;
  color: white;
  align-items: center;
  border-radius: 9px;
  margin-left: 35px;
  margin-top: -40px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  cursor: pointer;
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .red {
    height: 160px;
    width: 160px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .red {
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .red {
    height: 130px;
    width: 130px;
    font-size: 1.125rem;
  }
}
#history .item a {
  width: 203px;
  height: 203px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
}
#history .item .red {
  background-color: #E30613;
  color: white;
  cursor: pointer;
}
#history .item.white {
  background-color: white;
  color: #1D1D1B !important;
  width: 203px;
  height: 203px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .item.white {
    height: 160px;
    width: 160px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .item.white {
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .item.white {
    height: 130px;
    width: 130px;
    font-size: 1.125rem;
  }
}
#history .item .white {
  background-color: white;
  color: #1D1D1B !important;
  width: 203px;
  height: 203px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 1500px) and (max-width: 1670px) {
  #history .item .white {
    height: 160px;
    width: 160px;
  }
}
@media (min-width: 1370px) and (max-width: 1499.99px) {
  #history .item .white {
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 1280px) and (max-width: 1369.99px) {
  #history .item .white {
    height: 130px;
    width: 130px;
    font-size: 1.125rem;
  }
}
#history #development {
  position: relative;
  z-index: 99999999;
  cursor: pointer;
}
#history #mobile .slide-img {
  width: 100%;
}
#history #mobile .timeline-line {
  position: absolute;
  top: 50%;
  height: 2px;
  background: #565656;
  transform: translateY(-50%);
  z-index: 0;
  box-sizing: border-box;
}
#history #mobile .timeline-mobile-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  gap: 24px; /* odstęp między slajdami */
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: none;
}
#history #mobile .timeline-mobile-container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  #history #mobile .timeline-mobile-container {
    display: flex;
  }
}
#history #mobile .timeline-slide {
  border-radius: 12px;
  box-sizing: border-box;
}
#history #mobile .timeline-slide h5,
#history #mobile .timeline-slide p {
  color: white;
}
#history #mobile .timeline-slide p {
  font-size: 1.5rem;
}
#history #mobile .data {
  margin-bottom: 20px;
}
#history #mobile .last {
  padding-right: 0px;
}
#history #mobile .timeline {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
#history #mobile .timeline::-webkit-scrollbar {
  display: none;
}
#history #mobile .timeline-points {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 30px;
  padding: 0 7%;
}
#history #mobile .timeline-point {
  position: relative;
  text-decoration: none;
  color: #565656;
  cursor: pointer;
  padding-top: 43px;
  font-size: 1.5rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  z-index: 1;
}
#history #mobile .timeline-point::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #565656;
  border-radius: 50%;
  transition: background 0.3s;
  margin-left: 20px;
  padding-right: 11px;
}
#history #mobile .timeline-point.active::before {
  background: white;
}
#history #mobile .timeline-point span {
  position: relative;
}
#history #mobile .timeline-point span::before, #history #mobile .timeline-point span::after {
  content: "";
  position: absolute;
  top: -39%;
  height: 2px;
  width: 100px;
  z-index: 0;
}
#history #mobile .timeline-point.active span::before {
  left: -80px;
  background: linear-gradient(to right, transparent 30%, white 100%);
}
#history #mobile .timeline-point.active span::after {
  right: -80px;
  background: linear-gradient(to left, transparent 30%, white 100%);
}
#history #mobile .timeline-point.first span::before {
  display: none;
}
#history #mobile .timeline-point.last span::after {
  display: none;
}
#history #mobile .col {
  display: flex;
  gap: 20px;
}
#history #mobile .mobile-history {
  display: none;
}
@media (max-width: 768px) {
  #history #mobile .mobile-history {
    display: block;
  }
}
#history #mobile .slide-img,
#history #mobile .large-img {
  height: 239.61px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: fill;
}
#history #mobile .slide-img {
  width: 327px;
}
#history #mobile .large-img {
  width: 100%;
}
#history #mobile .persons {
  width: auto;
}
#history #mobile .img-div {
  width: 800px;
}
#history #mobile .img-div .timeline-slide {
  width: 360px;
}

#numbers {
  margin-top: 124px;
  padding-bottom: 64px;
}
@media (max-width: 767.09px) {
  #numbers {
    margin-top: 24px;
    background-color: #f6f6f6;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #numbers {
    margin-top: 32px;
    padding-bottom: 32px;
  }
}
#numbers .wrapper {
  position: relative;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/09/Latex-w-Liczbach.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: none !important;
  overflow: hidden;
  color: white;
  border-radius: 7px;
  padding-left: 128px;
  min-height: 688px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.09px) {
  #numbers .wrapper {
    padding: 32px 20px;
    min-height: 408px !important;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #numbers .wrapper {
    min-height: 688px !important;
    padding: 64px !important;
  }
}
#numbers .wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
  pointer-events: none;
}
#numbers .wrapper .content {
  width: 70%;
  position: relative;
  z-index: 999999;
}
@media (max-width: 1279.09px) {
  #numbers .wrapper .content {
    width: 100%;
  }
}
#numbers .wrapper .content h3 {
  color: white;
  margin-bottom: 22px;
}
@media (max-width: 767.09px) {
  #numbers .wrapper .content h3 {
    display: none;
  }
}
#numbers .wrapper .content .text {
  font-family: "Source Sans 3", sans-serif;
  line-height: 120%;
  font-size: 1rem;
  width: 65%;
  font-weight: 400;
}
@media (max-width: 767.09px) {
  #numbers .wrapper .content .text {
    display: none;
  }
}
#numbers .wrapper .content .item {
  min-height: 80px;
}
@media (max-width: 767.09px) {
  #numbers .wrapper .content .item {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#numbers .wrapper .content .item h4 {
  margin-bottom: 10px;
  font-weight: bold;
  transition: color 0.3s ease 0.3s, font-size 0.3s ease 0.3s;
}
@media (max-width: 767.09px) {
  #numbers .wrapper .content .item h4 {
    text-align: center;
    font-size: 30px;
  }
}
#numbers .wrapper .content .item p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 767.09px) {
  #numbers .wrapper .content .item p {
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
  }
}
#numbers .wrapper .content .item:hover {
  cursor: pointer;
}
#numbers .wrapper .content .item:hover h4 {
  color: #E30613;
  font-size: 2.1875rem;
}
#numbers .wrapper .content .numbers {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  min-height: 150px;
}
@media (max-width: 767.09px) {
  #numbers .wrapper .content .numbers {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0px;
    gap: 20px;
  }
}
#numbers .text-section {
  display: none;
}
#numbers .text-section h3,
#numbers .text-section p {
  text-align: center;
  color: #1D1D1B;
}
@media (max-width: 767.09px) {
  #numbers .text-section {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 32px;
    margin-bottom: 33px;
  }
}

#about_us {
  margin-top: 92px;
}
@media (max-width: 1279.99px) {
  #about_us {
    margin-bottom: 0px;
    margin-top: 50px;
  }
}
@media (max-width: 767.99px) {
  #about_us {
    margin-top: 32px;
  }
}
@media (max-width: 767.99px) {
  #about_us .container {
    flex-direction: column;
  }
}
@media (max-width: 767.99px) {
  #about_us .container .small-items {
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px;
  }
  #about_us .container .small-items .item {
    padding: 5px;
  }
}
#about_us .container .shel,
#about_us .container .check {
  width: 58.49px !important;
  height: 58.49px !important;
}
#about_us .container .person {
  width: 59.67px !important;
  height: 59.67px !important;
}
#about_us .container .procent,
#about_us .container .squer,
#about_us .container .basket {
  width: 58px !important;
  height: 58px !important;
}
#about_us .container .mobile-section {
  display: none;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  #about_us .container .mobile-section {
    display: block;
  }
}
@media (max-width: 767.09px) {
  #about_us .container .mobile-section {
    margin-bottom: 34px;
  }
}
#about_us .container .mobile-section .nr {
  font-family: "Montserrat", sans-serif;
  color: #E30613;
  line-height: 100%;
  font-size: 7.5rem;
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #about_us .container .mobile-section .nr {
    margin-left: 32px;
  }
}
@media (max-width: 767.09px) {
  #about_us .container .mobile-section .nr {
    font-size: 4rem;
    margin-bottom: 32px;
  }
}
#about_us .container .mobile-section .text {
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  font-size: 3rem;
  color: #1D1D1B;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #about_us .container .mobile-section .text {
    margin-left: 32px;
  }
}
@media (max-width: 767.09px) {
  #about_us .container .mobile-section .text {
    font-size: 1.75rem;
    font-weight: 300;
  }
}
#about_us .container .mobile-section .items {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  align-items: center;
}
@media (max-width: 767.09px) {
  #about_us .container .mobile-section .items {
    margin-top: 32px;
    align-items: flex-start;
  }
}
#about_us .container .mobile-section .items .number {
  font-family: "Montserrat", sans-serif;
  color: #1D1D1B;
  font-size: 3.25rem;
  line-height: 120%;
  position: relative;
}
#about_us .container .mobile-section .items .number sup {
  position: absolute;
  top: -5px;
  font-size: 0.6875rem;
}
@media (max-width: 767.09px) {
  #about_us .container .mobile-section .items .number {
    font-weight: bold;
    font-size: 1.4375rem;
    text-align: center;
  }
}
#about_us .container .mobile-section .items .value {
  font-family: "Source Sans 3", sans-serif;
  color: #1D1D1B;
  line-height: 120%;
  font-size: 1.25rem;
}
@media (max-width: 767.09px) {
  #about_us .container .mobile-section .items .value {
    font-size: 1rem;
    text-align: center;
  }
}
#about_us .container .top {
  display: flex;
  gap: 64px;
}
#about_us .container .top .last {
  margin-bottom: 0px !important;
}
#about_us .container .top .col-right-bg {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/289.jpg");
  border-radius: 8px;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-position: center;
}
@media (max-width: 1279.99px) {
  #about_us .container .top {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 767.99px) {
  #about_us .container .top {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
#about_us .container .top .col,
#about_us .container .top img {
  width: 50%;
}
@media (max-width: 1279.99px) {
  #about_us .container .top .col,
  #about_us .container .top img {
    width: 100%;
    flex: auto;
  }
}
#about_us .container .top img {
  border-radius: 8px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #about_us .container .top img {
    height: 865px;
  }
}
@media (max-width: 767.99px) {
  #about_us .container .top img {
    height: 278px;
  }
}
#about_us .container .top .col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279.99px) {
  #about_us .container .top .col {
    gap: 20px;
  }
}
#about_us .container .top .col h2,
#about_us .container .top .col h3,
#about_us .container .top .col p {
  color: #1D1D1B !important;
}
#about_us .container .top .col h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #about_us .container .top .col h2 {
    margin-bottom: 8px;
  }
}
@media (max-width: 767.99px) {
  #about_us .container .top .col h2 {
    font-size: 2.5rem;
    margin-bottom: 0px;
  }
}
#about_us .container .top .col h3 {
  font-weight: 600;
  margin-bottom: 64px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #about_us .container .top .col h3 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767.99px) {
  #about_us .container .top .col h3 {
    margin-bottom: 0px;
  }
}
#about_us .container .top .col p {
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
@media (max-width: 767.99px) {
  #about_us .container .top .col p {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
}
#about_us .container .bottom {
  margin-top: 136px;
  display: flex;
  gap: 20px;
}
@media (max-width: 1279.99px) {
  #about_us .container .bottom {
    display: none !important;
  }
}
#about_us .container .bottom .col {
  width: 50%;
}
#about_us .container .bottom .col .top-col {
  display: flex;
  gap: 20px;
}
#about_us .container .bottom .col .top-col .items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
#about_us .container .bottom .col .img-col {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/abouth-bottom_img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about_us .container .bottom .col .bottom-col {
  margin-top: 20px;
}
#about_us .container .bottom .col .bottom-col .img-col {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/abouth-bottom_img.png");
}
#about_us .container .bottom .col .bottom-col .item {
  min-height: 270px;
}
#about_us .container .bottom .col.right {
  display: flex;
  flex-direction: column;
}
#about_us .container .bottom .col.right .img-col {
  width: 100%;
  min-height: 297px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/workers.png");
}
#about_us .container .bottom .col.right .elements {
  display: flex;
  gap: 20px;
  flex: 6;
}
#about_us .container .bottom .col.right .elements .left-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#about_us .container .bottom .col.right .elements .left-col .red {
  flex: 3;
}
#about_us .container .bottom .col.right .elements .left-col .light {
  width: 100%;
}
#about_us .container .bottom .col.right .elements .right-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#about_us .container .bottom .col.right .elements .right-col .flex-4 {
  flex: 5;
}
#about_us .container .bottom .col.right .elements .right-col .imgs-col {
  width: 100%;
  display: flex;
  gap: 20px;
}
#about_us .container .bottom .col.right .elements .right-col .imgs-col div {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
#about_us .container .bottom .col.right .elements .right-col .imgs-col .left_item {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/left_item.png");
  width: 162.5px;
  height: 167px;
}
#about_us .container .bottom .col.right .elements .right-col .imgs-col .right-item {
  background-color: #1D1D1B;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162.5px;
  height: 167px;
}
#about_us .container .bottom .col.right .elements .right-col .imgs-col .right-item img {
  height: 76.75px;
}
#about_us .container .bottom .col.left .img-col {
  min-height: 270px;
}
#about_us .container .item {
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #about_us .container .item {
    padding: 24px;
  }
}
#about_us .container .item img {
  width: fit-content;
  height: 58px;
}
#about_us .container .item h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 44px;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
}
#about_us .container .item p {
  font-size: 1rem;
  font-weight: 400;
}
#about_us .container .item.light {
  color: #1D1D1B;
  background-color: #f6f6f6;
}
#about_us .container .item.light-bg {
  color: #1D1D1B;
  background-color: #f6f6f6;
  width: 50%;
}
#about_us .container .item.dark {
  color: white;
  background-color: #1D1D1B;
  width: 100%;
}
#about_us .container .item.red {
  background-color: #c90808;
  color: white;
}
#about_us .container .tablet-cols {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #about_us .container .tablet-cols {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }
  #about_us .container .tablet-cols .first,
  #about_us .container .tablet-cols .secound {
    height: 261.49px;
  }
  #about_us .container .tablet-cols .sixth {
    height: 332.74px;
  }
  #about_us .container .tablet-cols .fourth {
    height: 460.49px;
  }
  #about_us .container .tablet-cols .red {
    height: 356px;
  }
  #about_us .container .tablet-cols .col {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 50%;
  }
  #about_us .container .tablet-cols .item,
  #about_us .container .tablet-cols .team,
  #about_us .container .tablet-cols .storn {
    width: 100%;
  }
  #about_us .container .team {
    height: 332px;
    object-fit: cover;
    border-radius: 8px;
  }
  #about_us .container .storn {
    height: 268px;
    object-fit: cover;
    border-radius: 8px;
  }
  #about_us .container .item-image {
    height: 259px;
    width: 100%;
  }
}
#about_us .container .mobile-cols {
  display: none;
}
@media (max-width: 767.99px) {
  #about_us .container .mobile-cols {
    display: flex !important;
    flex-direction: column;
    gap: 14px;
  }
  #about_us .container .mobile-cols .imgs-col,
  #about_us .container .mobile-cols .images {
    display: flex;
    gap: 14px;
  }
  #about_us .container .mobile-cols .images,
  #about_us .container .mobile-cols .xl {
    width: 50%;
  }
  #about_us .container .mobile-cols .images {
    flex-direction: column;
  }
  #about_us .container .mobile-cols .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 8px;
  }
  #about_us .container .mobile-cols .xl {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/bg_xl.png");
    height: auto;
    max-width: calc(50% - 10px);
  }
  #about_us .container .mobile-cols .top_bg {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/workers.png");
    height: 146px;
    max-width: 100%;
  }
  #about_us .container .mobile-cols .bottom_bg {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/tablet_bg.png");
    height: 146px;
  }
}

#workers {
  background-color: #f6f6f6;
  padding-bottom: 128px;
  padding-top: 128px;
}
@media (max-width: 767.99px) {
  #workers {
    padding-bottom: 30px;
    padding-top: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #workers {
    margin-top: 0px;
    padding-bottom: 100px;
    padding-top: 82px;
  }
}
#workers .container h3 {
  margin-bottom: 52px;
  color: #1D1D1B;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #workers .container h3 {
    margin-bottom: 0px;
    font-size: 52px;
    line-height: 101%;
    font-weight: 400;
  }
}
@media (max-width: 767.99px) {
  #workers .container h3 {
    margin-bottom: 47px;
    font-weight: 600;
  }
}
#workers .container .quote {
  margin-bottom: 50px;
  height: 40px;
  width: 40px;
  max-width: 40px;
  max-height: 40px;
}
#workers .container .content {
  display: flex;
  align-items: flex-start;
  gap: 135px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #workers .container .content {
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 767.99px) {
  #workers .container .content {
    gap: 47px;
    flex-direction: column;
  }
}
#workers .container .content button {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  color: #1D1D1B;
  line-height: 140%;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Source Sans 3", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  cursor: pointer;
  text-transform: uppercase;
}
#workers .container .content button img {
  width: 12px !important;
  height: 6px !important;
}
#workers .container .content #toggle-opis {
  margin-top: 24px;
}
#workers .container .content .workers {
  flex: 0 0 50%;
  max-width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  overflow: hidden;
  padding-top: 48px;
}
@media (max-width: 767.99px) {
  #workers .container .content .workers {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #workers .container .content .workers {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    margin-bottom: 46px;
    padding-top: 62px;
    gap: 15px;
    -ms-overflow-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  #workers .container .content .workers::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767.99px) {
  #workers .container .content .workers .workers {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    margin-bottom: 70px;
    gap: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #workers .container .content .workers .workers::-webkit-scrollbar {
    display: none;
  }
}
#workers .container .content .workers h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1D1D1B;
  margin-bottom: 10px;
  margin-top: 40px;
}
#workers .container .content .workers p {
  color: #1D1D1B;
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}
#workers .container .content .workers img {
  width: 158px;
  height: 158px;
  border-radius: 100%;
}
#workers .container .content .worker-item {
  cursor: pointer;
}
#workers .container .content .mobile {
  display: none;
}
@media (max-width: 767.99px) {
  #workers .container .content .desc {
    display: none;
  }
  #workers .container .content .mobile {
    display: block !important;
  }
  #workers .container .content .text {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #workers .container .content .details-inner {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
  #workers .container .content .mobile {
    display: none;
  }
  #workers .container .content .desc {
    display: none;
  }
  #workers .container .content .top {
    flex-direction: column;
  }
  #workers .container .content h4 {
    font-size: 1.25rem;
  }
  #workers .container .content .details {
    padding: 68px 40px !important;
  }
  #workers .container .content #details-img {
    width: 158px !important;
    height: 158px !important;
  }
  #workers .container .content .tablet {
    display: block !important;
  }
}
#workers .container .content .tablet {
  display: none;
}
#workers .container .content #details-opis p {
  font-size: 0.875rem;
  line-height: 140%;
}
#workers .container .content .details {
  flex: 1;
  width: 50%;
  min-width: 0;
  background-color: white;
  padding: 48px 60px;
  overflow-wrap: break-word;
  border-radius: 8px;
}
@media (max-width: 1279.99px) {
  #workers .container .content .details {
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  #workers .container .content .details {
    padding: 20px !important;
  }
}
#workers .container .content .details #details-img {
  width: 116px;
  height: 116px;
  border-radius: 100%;
}
@media (max-width: 767.99px) {
  #workers .container .content .details #details-img {
    display: none;
  }
}
#workers .container .content .details #details-funkcja {
  margin-top: 10px;
}
#workers .container .content .details .top {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}
#workers .container .content .details .top h4 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 1279.99px) {
  #workers .workers .worker-item {
    flex: 0 0 22%;
    scroll-snap-align: start;
  }
}
@media (max-width: 767.99px) {
  #workers .workers {
    gap: 20px;
    width: 100%;
    max-width: none !important;
    width: 100%;
    display: flex !important;
    overflow: scroll !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }
  #workers .workers::-webkit-scrollbar {
    display: none;
  }
  #workers .workers .worker-item {
    flex: 0 0 45%;
  }
}

/* --- NAWIGACJA KROPKI POD PRACOWNIKAMI --- */
@media (min-width: 768px) and (max-width: 1279.99px) {
  .workers-dots {
    margin: 0 auto;
  }
}
@media (max-width: 767.99px) {
  .timeline-mobile-container {
    scroll-snap-type: none !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .timeline-slide {
    scroll-snap-align: none !important;
  }
}
/*
@media (max-width: 1279px) {


   .workers-dots{
           gap: 10px;
    margin-top: 20px;
    position: relative;
    z-index: 5; 
    display: flex;
     justify-content: center;
                align-items: center;
    }

  .workers-dots .dot {
    width: 5.82px;
    height: 5.82px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid $dark;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .workers-dots .dot.active {
    background-color: $dark;
    width: 9.45px;
    height: 9.45px;
  }

   jeśli coś ma overflow ukrywające 
  .content {
    overflow: visible !important;
  }
}
*/
#carier {
  background-color: #1D1D1B;
}
@media (max-width: 767.99px) {
  #carier {
    margin-top: -5px;
  }
}
#carier .container {
  display: flex;
  gap: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 767.99px) {
  #carier .container {
    gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #carier .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1279.99px) {
  #carier .container {
    flex-direction: column;
  }
}
#carier .container .content, #carier .container .img-div {
  flex: 1;
}
@media (min-width: 1280px) {
  #carier .container .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#carier .container .content .subheader, #carier .container .content h3 {
  color: white;
}
#carier .container .content .subheader {
  font-weight: 400;
}
#carier .container .content h3 {
  margin-top: 32px;
  padding-bottom: 32px;
  font-weight: 400;
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #carier .container .content h3 {
    font-size: 48px;
  }
}
#carier .container .content h3 span {
  font-weight: 600;
}
#carier .container .content a {
  width: fit-content;
  font-size: 1rem;
  padding: 16px 20px;
  font-weight: 500;
  width: 231px;
  height: 51px;
}
#carier .container img {
  height: 499px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1279.99px) {
  #carier .container img {
    height: 449px;
    border-radius: 8px;
  }
}
@media (max-width: 767.99px) {
  #carier .container img {
    height: 449px;
  }
}

@media (max-width: 767.99px) {
  .rivers-col {
    display: flex;
    flex-direction: column-reverse;
  }
}

#tools {
  background-color: #1D1D1B;
  padding-top: 104px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #tools {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767.99px) {
  #tools {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
#tools .container {
  text-align: center;
}
#tools .container.inner-container {
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 767.99px) {
  #tools .container.inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #tools .container.inner-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#tools h3, #tools .text {
  color: white;
}
#tools .text {
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: 64px;
  margin-right: 64px;
}
@media (max-width: 767.99px) {
  #tools .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 1279.99px) {
  #tools .text {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 1279.99px) {
  #tools .text {
    width: 100%;
  }
}
#tools h3 {
  padding-bottom: 32px;
  font-size: 3rem;
  line-height: 100%;
  font-weight: bold;
}
@media (max-width: 767.99px) {
  #tools h3 {
    font-size: 2.5rem;
  }
}
#tools .items {
  display: flex;
  gap: 20px;
  margin-top: 112px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #tools .items {
    margin-top: 64px;
    justify-content: space-between;
  }
}
#tools .items .item {
  padding: 32px;
  border-radius: 8px;
  color: white;
  text-align: left;
  max-width: 393.33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 402px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #tools .items .item {
    min-height: 446px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #tools .items .item.red {
    min-height: 270px;
  }
}
@media (max-width: 1279.99px) {
  #tools .items .item {
    max-width: none;
  }
}
#tools .items .item h4 {
  margin-bottom: 14px;
  font-weight: bold;
}
#tools .items .item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
#tools .items .item a {
  width: 140px;
  height: 43px;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 600;
}
#tools .items .item a:hover {
  background-color: #c50e19;
  border: 1px solid #c50e19;
  color: white;
}
#tools .items .item.white {
  color: #1D1D1B;
  background-color: white;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #tools .items .item.white {
    width: calc(50% - 10px);
    flex: none;
  }
  #tools .items .item.white p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
#tools .items .item.transparent {
  border: 1px solid white;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #tools .items .item.transparent {
    width: calc(50% - 10px);
    flex: none;
  }
}
#tools .items .item.red {
  background-color: #E30613;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #tools .items .item.red {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  #tools {
    /* reset elastycznych ustawień z desktopa */
  }
  #tools .items {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    scrollbar-width: none !important;
    gap: 20px !important;
    padding: 0 16px !important; /* daje trochę „oddechu” po bokach */
    margin-top: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  #tools .items::-webkit-scrollbar {
    display: none !important;
  }
  #tools .items > .item {
    flex: 0 0 275px !important;
    width: 275px !important;
    height: 353px !important;
    scroll-snap-align: start !important;
    min-width: 275px !important;
    box-sizing: border-box !important;
  }
  #tools .items > .item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  #tools .items > .item.white,
  #tools .items > .item.transparent,
  #tools .items > .item.red {
    flex: 0 0 275px !important;
    width: 275px !important;
  }
}

@media (max-width: 767.99px) {
  .desctop-partner {
    display: none;
  }
}

.mobile-partner {
  display: none;
}
@media (max-width: 1279.99px) {
  .mobile-partner {
    display: block;
  }
}

.tel-partner {
  display: none;
}
@media (max-width: 767.99px) {
  .tel-partner {
    display: block;
  }
}

#partner {
  background-color: #E30613;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
@media (max-width: 1279.99px) {
  #partner {
    padding: 32px 0;
  }
}
#partner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  #partner .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 767.99px) {
  #partner .container {
    gap: 20px;
  }
}
#partner a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 30px;
  height: 38px;
  min-width: 284px;
}
#partner a:hover {
  background-color: #c50e19;
}
#partner a:hover svg path {
  fill: white;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #partner a {
    width: 285px;
  }
}
@media (max-width: 1280px) {
  #partner a span {
    display: none;
  }
}
#partner span {
  color: white;
  font-weight: 900;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
}
@media (max-width: 1280px) {
  #partner span {
    text-align: center;
  }
}
@media (max-width: 767.99px) {
  #partner span {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  #mobile-partner {
    display: none;
  }
}

form {
  max-width: 678px;
}
@media (max-width: 1279.9px) {
  form {
    max-width: none;
  }
}
form .desctop-contact .wpcf7-response-output {
  color: #1D1D1B !important;
}
form #contact_black .wpcf7-response-output {
  color: white !important;
}
form .wpcf7-form-control {
  cursor: pointer;
}
form .wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 120%;
  width: 80%;
  font-weight: 300;
}
@media (max-width: 768px) {
  form .wpcf7-list-item-label {
    font-size: 0.75rem;
    line-height: 140%;
    width: 100% !important;
  }
}
form .row {
  display: flex;
  gap: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  form .row {
    flex-direction: column;
  }
}
form .row .half {
  width: 100%;
}
form input,
form textarea {
  width: 100%;
  border: none;
  padding: 20px;
  font-family: "Source Sans 3", sans-serif;
  color: white;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 300;
}
form input:focus-visible,
form textarea:focus-visible {
  outline: none;
}
form input::placeholder,
form textarea::placeholder {
  font-family: "Source Sans 3", sans-serif;
  color: white;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 200;
}
form p {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
form .checkbox-row {
  color: white;
}
form .wpcf7-list-item {
  margin: 0px;
}
form .wpcf7-list-item label {
  display: flex;
  gap: 5px;
}
form .wpcf7-list-item input {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0;
}
form a,
form p {
  color: #BDBDBD;
}
form .label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6em;
  margin-top: 15px;
  color: #BDBDBD;
}
form .wpcf7-submit {
  border-radius: 0px;
  padding: 12px 32px;
  background-color: transparent;
  box-shadow: none !important;
  border: 1px solid white;
  color: white;
  float: right;
  margin-top: 50px;
  width: auto;
}
form .wpcf7-submit:hover {
  border: 1px solid #E30613 !important;
  background-color: #E30613 !important;
  color: white !important;
}

#contact {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/06/contact-bg-scaled.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
@media (max-width: 767.9px) {
  #contact {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #contact {
    margin-top: -2px;
    min-height: 1088px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #contact .time {
    margin-right: 64px;
  }
}
#contact .wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
#contact .tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #contact .tablet {
    display: block !important;
    margin-top: 0px !important;
  }
  #contact .tablet span {
    font-size: 28px !important;
    margin-bottom: 36px;
  }
}
#contact .cta-tel {
  display: none;
  margin-top: -107px !important;
}
@media (max-width: 767.9px) {
  #contact .cta-tel {
    display: block !important;
  }
}
#contact .container {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 1279.99px) {
  #contact .container {
    flex-direction: column;
  }
}
@media (max-width: 1279.99px) {
  #contact .tel {
    display: block !important;
    margin-bottom: 20px;
  }
}
#contact .details {
  margin-top: 48px;
  display: flex;
  gap: 30px;
}
#contact .details .col-left {
  min-width: 147px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #contact .details {
    margin-bottom: 50px;
    justify-content: space-between;
  }
}
#contact .details .strong {
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  font-size: 1.1875rem;
  color: white;
  margin-bottom: 17px;
}
#contact .details a {
  color: white;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
  line-height: 140%;
}
#contact .time p {
  color: white;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
}
#contact .cta {
  margin-top: 100px;
}
@media (max-width: 1279.99px) {
  #contact .cta {
    display: none;
  }
}
#contact .cta .arrow {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
@media (max-width: 767.99px) {
  #contact .cta .arrow {
    margin-bottom: 10px;
  }
  #contact .cta .arrow img {
    display: none;
  }
}
@media (min-width: 1280px) {
  #contact .cta .arrow {
    max-width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #contact .cta .arrow {
    gap: 30px;
  }
}
#contact .cta .arrow span {
  color: white;
  font-size: 1.75rem;
  line-height: 120%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.99px) {
  #contact .cta .arrow span {
    font-size: 1.3rem;
  }
}
#contact .cta a {
  text-decoration: underline;
  color: white;
  font-family: "Source Sans 3", sans-serif;
  line-height: 140%;
}
#contact .form {
  max-width: 786px;
}
@media (max-width: 1279.9px) {
  #contact .form {
    max-width: none;
  }
}
#contact .form .wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 120%;
  width: 75%;
}
@media (max-width: 1279.9px) {
  #contact .form .wpcf7-list-item-label {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #contact .form .wpcf7-list-item-label {
    font-size: 0.75rem;
    line-height: 140%;
  }
}
#contact .form .row {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  #contact .form .row {
    flex-direction: column;
  }
}
#contact .form .row .half {
  width: 100%;
}
#contact .form input,
#contact .form textarea {
  width: 100%;
  border: none;
  padding: 20px;
  font-family: "Source Sans 3", sans-serif;
  color: white;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 200;
}
#contact .form input:focus-visible,
#contact .form textarea:focus-visible {
  outline: none;
}
#contact .form input::placeholder,
#contact .form textarea::placeholder {
  font-family: "Source Sans 3", sans-serif;
  color: white;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 200;
}
#contact .form p {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
#contact .form .checkbox-row {
  color: white;
}
#contact .form .wpcf7-list-item {
  margin: 0px;
}
#contact .form .wpcf7-list-item label {
  display: flex;
  gap: 5px;
}
#contact .form .wpcf7-list-item input {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0;
}
#contact .form a,
#contact .form p {
  color: #BDBDBD;
}
#contact .form .label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.6em;
  margin-top: 15px;
  color: #BDBDBD;
}
#contact .form .wpcf7-submit {
  border-radius: 0px;
  padding: 18px 32px;
  background-color: transparent;
  box-shadow: none !important;
  border: 1px solid white;
  color: white;
  float: right;
  margin-top: 48px;
  width: 103.56px;
  height: 53px;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767.99px) {
  #contact .form .wpcf7-submit {
    border: 1px solid #E30613;
    background-color: #E30613;
  }
}

.contac-black {
  margin-top: -2px;
}
@media (max-width: 767.99px) {
  .contac-black {
    margin-top: -1px;
  }
}
.contac-black input,
.contac-black textarea {
  background-color: #1D1D1B;
}

.contac-white .wpcf7-response-output {
  color: #1D1D1B !important;
}
.contac-white .cta a {
  color: #1D1D1B !important;
}
.contac-white .wpcf7-acceptance input[type=checkbox] {
  border: 1px solid #565656 !important;
}
.contac-white .wpcf7-acceptance input[type=checkbox]:checked::before {
  color: #565656;
}
.contac-white .wpcf7-submit {
  background-color: transparent !important;
}
.contac-white #contact {
  background-color: #f6f6f6;
  background-image: none;
  padding-top: 128px;
  padding-bottom: 128px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  .contac-white #contact {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.99px) {
  .contac-white #contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 786px) {
  .contac-white #contact h3 {
    display: none;
  }
}
.contac-white #contact h3,
.contac-white #contact .strong,
.contac-white #contact .cta span,
.contac-white #contact .wpcf7-form-control {
  color: #1D1D1B !important;
}
.contac-white #contact .wpcf7-submit {
  border: 1px solid #565656 !important;
}
.contac-white #contact .col a,
.contac-white #contact .col p {
  color: #1D1D1B !important;
}
.contac-white #contact .cta span {
  color: #565656 !important;
}
.contac-white #contact .form .wpcf7-email,
.contac-white #contact textarea,
.contac-white #contact .wpcf7-text {
  background-color: #f6f6f6;
  border: 1px solid #565656 !important;
  color: #1D1D1B !important;
}
.contac-white #contact .form .wpcf7-email::placeholder,
.contac-white #contact textarea::placeholder,
.contac-white #contact .wpcf7-text::placeholder {
  color: #1D1D1B !important;
}

@media (min-width: 768px) {
  .contact-mobile {
    display: none;
  }
}

@media (max-width: 767.99px) {
  .desctop-contact {
    display: none;
  }
}

.dark {
  background-color: #1D1D1B !important;
  background-image: none !important;
}
.dark input,
.dark textarea {
  background-color: #181716;
}
.dark .wpcf7-submit {
  background: #E30613 !important;
  color: white !important;
  border: 1px solid #E30613 !important;
}

.white-info h4 {
  color: white;
}

.red-info .arrow {
  margin-bottom: 5px !important;
}
.red-info h4 {
  color: #E30613;
}

.wpcf7-response-output {
  color: white;
  font-family: "Source Sans 3", sans-serif;
}

.wpcf7-acceptance input[type=checkbox] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid white !important;
  background-color: transparent !important;
  cursor: pointer !important;
  position: relative !important;
  box-sizing: border-box !important;
  margin-right: 10px !important;
  padding: 0 !important;
}

/* Znak zaznaczenia */
.wpcf7-acceptance input[type=checkbox]:checked::before {
  content: "✔";
  color: white;
  font-size: 0.875rem;
  position: absolute;
  top: -2px;
  left: 3px;
}

.contac-black h3 {
  color: white;
}
@media (max-width: 767.99px) {
  .contac-black h3 {
    font-size: 2.5rem;
  }
}

[id^=opinie] {
  background-color: #1D1D1B;
  padding: 50px 0 100px 0;
}
@media (min-width: 768px) and (max-width: 1280px) {
  [id^=opinie] {
    padding: 50px 48px 50px 48px !important;
    margin-top: -5px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  [id^=opinie] .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
[id^=opinie] img[src=""] {
  display: none !important;
}
@media (max-width: 767.99px) {
  [id^=opinie] {
    padding: 30px 0 30px 0;
  }
  [id^=opinie] .swiper-pagination {
    bottom: 0px;
  }
}
[id^=opinie] .text {
  color: white;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 30px;
  font-size: 1.75rem;
  margin-bottom: 90px;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
}
[id^=opinie] .text br {
  display: none;
}
@media (max-width: 767.99px) {
  [id^=opinie] .text br {
    display: block;
  }
}
@media (max-width: 1279px) {
  [id^=opinie] .text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  [id^=opinie] .text {
    font-size: 1.875rem;
    margin-bottom: 40px;
    line-height: 110%;
  }
}
[id^=opinie] .wrapper {
  display: flex;
  justify-content: space-between;
}
[id^=opinie] .company {
  font-weight: 300;
  font-size: 1rem;
  line-height: 160%;
}
[id^=opinie] .name {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  [id^=opinie] .name {
    font-size: 1rem;
    margin-bottom: 8.13px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  [id^=opinie] .swiper-wrapper {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  [id^=opinie] .swiper-wrapper {
    height: 370px;
  }
}
@media (max-width: 767px) {
  [id^=opinie] .swiper-wrapper {
    margin-bottom: 20px;
  }
}
[id^=opinie] .swiper {
  cursor: grab;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  [id^=opinie] .swiper {
    padding-bottom: 115px;
    padding-top: 23px;
  }
}
@media (max-width: 767px) {
  [id^=opinie] .swiper {
    padding-top: 0px;
    padding-bottom: 44px;
  }
}
[id^=opinie] .swiper .swiper-slide {
  background: transparent;
  border-radius: 8px;
  box-sizing: border-box;
  color: white;
}
@media (min-width: 1280px) {
  [id^=opinie] .swiper .swiper-slide .opinia {
    width: 85%;
  }
}
[id^=opinie] .swiper .swiper-slide .opinia .cooperations {
  margin-bottom: 18px;
  font-weight: 200;
  font-size: 1.25rem;
  font-family: "Source Sans 3", sans-serif;
}
@media (max-width: 767px) {
  [id^=opinie] .swiper .swiper-slide .opinia .cooperations {
    margin-bottom: 11.25px;
  }
}
[id^=opinie] .swiper .swiper-slide .opinia .cooperations span {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  [id^=opinie] .swiper .swiper-slide .opinia .cooperations {
    font-size: 1rem;
  }
}
[id^=opinie] .swiper .swiper-slide .opinia .opinion-text {
  font-weight: 200;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  [id^=opinie] .swiper .swiper-slide .opinia .opinion-text {
    font-size: 1.5rem;
  }
}
[id^=opinie] .swiper .swiper-slide .opinia .cooperations, [id^=opinie] .swiper .swiper-slide .opinia .opinion-text, [id^=opinie] .swiper .swiper-slide .opinia .autor {
  color: white;
}
[id^=opinie] .swiper .swiper-pagination {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  [id^=opinie] .swiper .swiper-pagination {
    height: 29.45px;
  }
}
@media (min-width: 1280px) {
  [id^=opinie] .swiper .swiper-pagination {
    display: none !important;
  }
}
[id^=opinie] .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: transparent;
  border: 1px solid white;
  margin: 0 4px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  [id^=opinie] .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 5.82px;
    height: 5.82px;
  }
}
[id^=opinie] .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 9px !important;
  height: 9px !important;
  background: white !important;
}
@media (max-width: 767px) {
  [id^=opinie] .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 9.45px !important;
    height: 9.46px !important;
  }
}
[id^=opinie] .arrows-container {
  display: flex;
  gap: 30px;
}
[id^=opinie] .arrows-container .opinions-next,
[id^=opinie] .arrows-container .opinions-prev {
  cursor: pointer;
}
[id^=opinie] .arrows-container .opinions-next img,
[id^=opinie] .arrows-container .opinions-prev img {
  width: 28px;
  height: 28px;
}
[id^=opinie] .autor {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  [id^=opinie] .autor {
    margin-top: 24px;
  }
}
[id^=opinie] .autor img {
  width: 53px;
  height: auto;
}
@media (max-width: 767px) {
  [id^=opinie] .autor img {
    width: 50px;
    height: auto;
  }
}
[id^=opinie] .stars {
  height: 39px;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  [id^=opinie] .stars {
    height: 15.89px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1280px) {
  [id^=opinie] .arrows-container {
    display: flex;
  }
}
@media (max-width: 1279px) {
  [id^=opinie] .arrows-container {
    display: none;
  }
}

.opinions-white [id^=opinie] {
  background-color: #f6f6f6;
  padding-bottom: 128px;
  padding-top: 128px;
}
.opinions-white [id^=opinie] .opinie-mobile-wrapper .opinia-mobile.partial::after {
  display: none !important;
}
.opinions-white [id^=opinie] .text, .opinions-white [id^=opinie] p {
  color: #1D1D1B !important;
}
.opinions-white [id^=opinie] .swiper-pagination-bullet {
  border: 1px solid #1D1D1B !important;
}

.logo-bg {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 20px;
  background-color: white;
}
.logo-bg.full-bg {
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}
.logo-bg img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.logs {
  display: flex;
  gap: 10px;
}
.logs .logo-bg {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 8px;
  background-color: white;
}
.logs .logo-bg.full-bg {
  padding: 0;
  background-color: transparent;
}
.logs .logo-bg.full-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logs .logo-bg img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

#news {
  background-color: #f6f6f6;
}
#news .a2a_kit {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #news .container {
    width: 100%;
    padding-right: 0px;
    padding-top: 50px;
  }
}
#news .news-title a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
  font-weight: bold;
  margin-top: 27px;
  margin-bottom: 27px;
  color: #1D1D1B !important;
  display: block;
}
#news .news-title a:hover {
  color: #1D1D1B !important;
}
@media (max-width: 767.99px) {
  #news .news-title a {
    font-size: 1.5625rem;
    margin-top: 0px;
    margin-bottom: 16px;
  }
}
#news .news-category a {
  width: fit-content !important;
  border-radius: 999px !important;
  font-family: "Source Sans 3", sans-serif;
  color: #1d1d1b;
  background-color: transparent;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 140%;
}
#news .news-category a:hover {
  border: 1px solid #E30613;
  background-color: #E30613;
  color: white;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #news .news-category a {
    border: 1px solid #E30613;
    background-color: #E30613;
    color: white;
  }
}
@media (max-width: 767.99px) {
  #news .mobile-span {
    display: none;
  }
}
#news .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1279.99px) {
  #news .top-row {
    display: none;
  }
}
#news .wrapper {
  display: flex;
  justify-content: space-between;
}
#news p.header {
  position: relative;
  margin-bottom: 64px;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  line-height: 120%;
  font-weight: bold;
}
@media (max-width: 1279.99px) {
  #news p.header {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #news p.header {
    font-size: 3rem;
    line-height: 100%;
  }
}
@media (max-width: 767.99px) {
  #news p.header {
    margin-bottom: 32px;
  }
}
#news p.header::before {
  display: none;
}
@media (max-width: 1279.99px) {
  #news p.header::before {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/arrow-black.svg");
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 27px;
    right: -55px;
    top: 15px;
  }
}
#news .arrow-container {
  display: flex;
  gap: 38px;
  margin-right: 20px;
}
@media (max-width: 1279.99px) {
  #news .arrow-container {
    display: none !important;
  }
}
#news .arrow-container .swiper-button-prev,
#news .arrow-container .swiper-button-next {
  position: relative;
}
#news .arrow-container .swiper-button-prev img,
#news .arrow-container .swiper-button-next img {
  width: 28px;
  height: 28px;
}
#news .arrow-container .swiper-button-prev::after,
#news .arrow-container .swiper-button-next::after {
  display: none;
}
#news .swiper {
  width: 100%;
}
#news .swiper-slide {
  width: auto;
}
#news h4 {
  margin-top: 27px;
  color: #1D1D1B;
  margin-bottom: 27px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #news h4 {
    font-size: 24px;
    margin-top: 0px;
  }
}
@media (max-width: 767.99px) {
  #news h4 {
    font-size: 1.5625rem;
    margin-top: 0px;
    margin-bottom: 16px;
  }
}
#news h4 a {
  color: #1D1D1B;
}
#news h4 a:hover {
  color: #1D1D1B !important;
}
#news .news-category {
  max-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .news-category a {
  color: #1D1D1B;
  background-color: transparent;
  line-height: 140%;
  border-radius: 999px;
  font-family: "Source Sans 3", sans-serif;
}
#news .news-category a:hover {
  color: white;
  border: 1px solid #E30613;
  background-color: #E30613;
}
#news .addtoany_share_save_containe {
  display: none;
}

.news-date {
  line-height: 140%;
  white-space: nowrap;
}

.news-content p {
  line-height: 160%;
  color: #1D1D1B !important;
  font-weight: 300;
}

.news-date,
.news-content p {
  color: #565656;
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  display: flex;
  gap: 2px;
}
@media (max-width: 1279.99px) {
  .news-date,
  .news-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* liczba wierszy */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.news-thumbnail img {
  width: 100%;
  border-radius: 7px;
  height: 252px;
  object-fit: cover;
}
@media (max-width: 767.99px) {
  .news-thumbnail img {
    height: 151px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .news-thumbnail img {
    height: 226px;
  }
}

.news-meta {
  padding: 30px 16px 35px 16px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .news-meta {
    padding: 24px 8px 24px 8px;
  }
}
@media (max-width: 767.99px) {
  .news-meta {
    padding: 16px 8px 16px 8px;
  }
}
.news-meta h4 {
  margin-top: 27px;
  color: #1d1d1b;
  margin-bottom: 27px;
}

.news-content {
  color: #565656;
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
}

.news-front .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .news-front .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767.99px) {
  .news-front .container {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 0px;
  }
}
.news-front h3 {
  margin-bottom: 64px;
}

#employee_opinions {
  background-color: #1D1D1B;
  padding: 100px 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions {
    padding-top: 72px;
    padding-bottom: 96px;
  }
}
#employee_opinions .container {
  margin-right: 0px;
  width: 100%;
  max-width: none;
}
@media (max-width: 1279.99px) {
  #employee_opinions .container {
    padding-right: 0px;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 25px !important;
  }
}
@media (max-width: 767.99px) {
  #employee_opinions {
    background-color: transparent;
    padding: 0px;
    margin-top: 0px;
  }
  #employee_opinions .container {
    width: 100%;
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions {
    display: flex;
    flex-direction: column-reverse;
    padding: 72px 0 96px 0;
  }
}
#employee_opinions .mobile-haeder {
  display: none;
  color: white !important;
  font-size: 48px;
  padding-bottom: 16px;
}
@media (max-width: 1279.99px) {
  #employee_opinions .mobile-haeder {
    display: block;
  }
}
@media (max-width: 767.99px) {
  #employee_opinions .mobile-haeder {
    font-size: 30px;
    padding-bottom: 0px;
  }
}
#employee_opinions .header {
  color: white;
  margin-bottom: 64px;
  font-size: 3rem;
  line-height: 120%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
#employee_opinions .header br {
  display: none;
}
@media (max-width: 767.99px) {
  #employee_opinions .header {
    color: #1D1D1B;
    font-weight: 300;
  }
  #employee_opinions .header br {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .header {
    display: none;
  }
}
#employee_opinions #opinion-name {
  margin-bottom: 10px;
}
#employee_opinions .text {
  color: white;
}
#employee_opinions .mobile {
  display: none;
}
@media (max-width: 767.99px) {
  #employee_opinions .mobile {
    color: white;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.875rem;
    line-height: 110%;
    font-weight: bold;
  }
}
@media (max-width: 1279.99px) {
  #employee_opinions .mobile {
    display: none;
    margin-bottom: 0px;
  }
}
#employee_opinions .carousel-container {
  overflow: hidden;
}
@media (max-width: 767.99px) {
  #employee_opinions .carousel-container {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .carousel-container {
    margin-left: 5%;
  }
}
#employee_opinions .top-container {
  display: flex;
  justify-content: space-between;
  margin-left: 0%;
  width: 80%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .top-container {
    display: none;
  }
}
#employee_opinions .top-container a {
  height: 56px;
  width: auto;
  padding: 12px 32px;
  gap: 19px;
}
@media (max-width: 767.99px) {
  #employee_opinions .top-container a {
    display: none;
  }
}
#employee_opinions .carousel-track {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease;
}
#employee_opinions .carousel-track .carousel-item {
  flex: 0 0 auto;
  width: calc((100% - 1 * 30px) / 2);
  cursor: pointer;
}
#employee_opinions .carousel-track .carousel-item img {
  width: 143px;
  height: 143px;
  border-radius: 100%;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #employee_opinions .carousel-track .carousel-track {
    gap: 30px;
  }
  #employee_opinions .carousel-track .carousel-item {
    width: calc((100% - 2 * 20px) / 3);
  }
  #employee_opinions .carousel-track .carousel-item img {
    width: 100%;
    height: auto;
    width: 224px;
    height: 224px;
    border-radius: 100%;
  }
}
@media (min-width: 1280px) {
  #employee_opinions .carousel-track {
    gap: 30px;
  }
  #employee_opinions .carousel-track .carousel-item {
    width: calc((100% - 4 * 30px) / 5);
  }
  #employee_opinions .carousel-track .carousel-item img {
    width: 100%;
    height: auto;
    width: 250px;
    height: 250px;
    border-radius: 100%;
  }
}
#employee_opinions .btn-container {
  float: right;
}
#employee_opinions .opinion-box {
  display: flex;
  padding-top: 1rem;
  width: 90%;
  gap: 64px;
  align-items: flex-start;
  justify-content: start;
  margin-left: 48px;
  min-height: 400px;
}
@media (max-width: 767.99px) {
  #employee_opinions .opinion-box {
    width: 100%;
    background-color: #1D1D1B;
    margin-left: 0px;
    padding-bottom: 50px;
    padding-top: 50px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    height: 500px;
    gap: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .opinion-box {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 64px;
    gap: 20px;
  }
}
#employee_opinions .opinion-left {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  min-width: 300px;
}
@media (max-width: 767.99px) {
  #employee_opinions .opinion-left {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .opinion-left {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 48px;
  }
}
#employee_opinions .opinion-left img {
  width: 147px;
  height: 147px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .opinion-left img {
    width: 118px;
    height: 118px;
  }
}
#employee_opinions .opinion-right {
  width: 60%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .opinion-right {
    width: 100%;
    padding-right: 50px;
  }
}
@media (max-width: 767.99px) {
  #employee_opinions .opinion-right {
    width: 95%;
  }
}
#employee_opinions .opinion-right img {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .opinion-right img {
    display: none;
  }
}
#employee_opinions .name, #employee_opinions .role, #employee_opinions .opinion-content, #employee_opinions #opinion-name, #employee_opinions #opinion-role, #employee_opinions #opinion-text {
  color: white;
  font-family: "Source Sans 3", sans-serif;
  line-height: 120%;
}
@media (max-width: 767.99px) {
  #employee_opinions .name, #employee_opinions .role {
    color: #1D1D1B;
  }
}
#employee_opinions .name, #employee_opinions #opinion-name {
  margin-top: 40px;
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .name, #employee_opinions #opinion-name {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .name {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.99px) {
  #employee_opinions .name {
    font-size: 1.125rem;
    font-weight: bold;
  }
}
#employee_opinions .role, #employee_opinions #opinion-role {
  font-size: 1rem;
  font-weight: 300;
}
#employee_opinions .role {
  max-width: 300px;
  margin-top: 10px;
}
@media (max-width: 767.99px) {
  #employee_opinions .role {
    max-width: 200px;
    font-weight: 400;
  }
}
#employee_opinions #opinion-text {
  font-weight: lighter;
  position: relative;
  font-size: 1.5rem;
  line-height: 140%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions #opinion-text {
    line-height: 120%;
  }
}
@media (max-width: 767.99px) {
  #employee_opinions #opinion-text {
    font-size: 0.875rem;
  }
}
#employee_opinions #opinion-text::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(29, 29, 27, 0.71) 0%, rgb(29, 29, 27) 100%);
}
@media (max-width: 767.99px) {
  #employee_opinions #opinion-text::after {
    display: flex;
  }
}
#employee_opinions #opinion-text.expanded::after {
  display: none !important;
}
#employee_opinions .opinion-content {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1280px) {
  #employee_opinions .opinion-content {
    display: none;
  }
}
#employee_opinions .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 150px;
  margin-bottom: 80px;
  width: 80%;
}
@media (max-width: 767.99px) {
  #employee_opinions .wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .wrapper {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
#employee_opinions .wrapper .btn-container {
  display: flex;
  gap: 30px;
}
@media (max-width: 1279.99px) {
  #employee_opinions .wrapper .btn-container {
    display: none;
  }
}
#employee_opinions .wrapper button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#employee_opinions #opinion-role {
  max-width: 300px;
}
@media (max-width: 1279.99px) {
  #employee_opinions #opinion-role {
    max-width: none;
  }
}
#employee_opinions .carousel-dots {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  gap: 10px;
  display: none;
}
@media (max-width: 767.99px) {
  #employee_opinions .carousel-dots {
    display: flex;
  }
}
#employee_opinions .carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
  width: 5.82px;
  height: 5.82px;
}
#employee_opinions .carousel-dot.active {
  background: white;
  width: 9.45px;
  height: 9.45px;
}
#employee_opinions .mobile-only {
  display: none;
}
@media (max-width: 767px) {
  #employee_opinions .mobile-only {
    display: block;
  }
  #employee_opinions .opinion-left {
    display: none;
  }
}
#employee_opinions .mobile-wrapper {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767.99px) {
  #employee_opinions .mobile-wrapper {
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions .mobile-wrapper {
    margin-bottom: 0px;
  }
}
#employee_opinions .mobile-wrapper #opinion-name-mobile {
  font-family: "Source Sans 3", sans-serif;
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 10px;
}
#employee_opinions .mobile-wrapper #opinion-role-mobile {
  color: #BDBDBD;
  line-height: 120%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  width: 200px;
}
#employee_opinions .mobile-header {
  display: none;
  margin-bottom: 30px;
}
#employee_opinions .mobile-header p {
  color: white;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 140%;
}
@media (max-width: 767px) {
  #employee_opinions .mobile-header p {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  #employee_opinions .mobile-header {
    display: flex;
  }
}
#employee_opinions .opinion-box.expanded {
  height: auto;
}
#employee_opinions #read-more-btn {
  border: none;
  color: white;
  text-decoration: underline;
  font-size: 1.5rem;
  line-height: 120%;
  font-family: "Source Sans 3", sans-serif;
  background-color: transparent;
  margin-top: 30px;
  cursor: pointer;
}
@media (max-width: 767.99px) {
  #employee_opinions #read-more-btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #employee_opinions #read-more-btn {
    border: 1px solid white;
    text-decoration: none;
    padding: 18px 32px;
    font-size: 0.875rem;
  }
  #employee_opinions #read-more-btn span {
    display: none;
  }
}

@media (max-width: 767px) {
  .index #employee_opinions {
    display: flex;
    flex-direction: column-reverse;
    background-color: #1D1D1B;
    padding-bottom: 50px;
  }
  .index .name, .index .role {
    color: white !important;
  }
  .index .desc-dots {
    display: none !important;
  }
  .index .desc-mobile {
    display: none;
    display: flex !important;
  }
  .index .top-container {
    display: none !important;
  }
  .index .opinion-box {
    height: auto !important;
  }
  .index .btn-container {
    display: none !important;
  }
  .index .carousel-dots {
    justify-content: flex-start !important;
  }
}

#business_profile {
  margin-bottom: 34px;
  margin-top: 96px;
}
@media (max-width: 767.99px) {
  #business_profile {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #business_profile {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
#business_profile .container {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  align-items: stretch;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #business_profile .container {
    padding-bottom: 64px;
  }
}
@media (max-width: 1279.99px) {
  #business_profile .container {
    flex-direction: column-reverse;
    background-color: transparent;
  }
}
@media (max-width: 767.99px) {
  #business_profile .container {
    width: 100%;
    background-color: transparent;
    gap: 20px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
#business_profile .container .img-bg {
  border-radius: 7px;
  flex: 1;
  width: 50%;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/business_profile.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 616px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #business_profile .container .img-bg {
    width: 100%;
    max-height: 397px;
    min-height: 379px;
  }
}
@media (max-width: 767.99px) {
  #business_profile .container .img-bg {
    width: 100%;
    margin-top: 10px;
    max-height: 279px;
    min-height: 279px;
  }
}
#business_profile .container .content {
  flex: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1279.99px) {
  #business_profile .container .content {
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  #business_profile .container .content {
    margin-bottom: 20px;
  }
}
#business_profile .container .content .header {
  color: #1D1D1B;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
#business_profile .container .content div {
  font-weight: 500;
  color: #1D1D1B;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #business_profile .container .content div {
    margin-bottom: 24px;
    margin-top: 16px;
  }
}
#business_profile .container .content div br {
  display: none;
}
@media (max-width: 1279.99px) {
  #business_profile .container .content div br {
    display: block;
  }
}
@media (max-width: 1279.99px) {
  #business_profile .container .content div {
    font-size: 3rem !important;
  }
}
#business_profile .container .content .text {
  color: #1D1D1B;
  font-weight: 300;
}
#business_profile .container .content .btns {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  max-width: 500px;
  margin-top: 40px;
}
@media (max-width: 1279.99px) {
  #business_profile .container .content .btns {
    max-width: none;
  }
}
#business_profile .container .content .btns a {
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 43px;
}
#business_profile .container .content .btns a span {
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}
#business_profile .container .content .btns a:hover {
  background-color: #E30613;
  color: white;
  border: 1px solid #E30613;
}

#company_history {
  margin-top: 88px;
}
@media (max-width: 767.99px) {
  #company_history {
    margin-top: 40px;
  }
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #company_history {
    margin-top: 52px;
  }
}
#company_history .dark {
  min-height: 331px;
}
#company_history .large-col {
  min-height: 489px;
}
#company_history .small-col {
  min-height: 173px;
}
#company_history .w-25 {
  width: 25%;
}
@media (max-width: 767.99px) {
  #company_history .container {
    padding-left: 20px;
    padding-top: 20px;
  }
}
#company_history .container .col-top {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
@media (max-width: 1279.99px) {
  #company_history .container .col-top {
    flex-direction: column;
  }
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #company_history .container .col-top {
    gap: 32px;
  }
}
@media (max-width: 767.99px) {
  #company_history .container .col-top {
    gap: 20px;
  }
}
#company_history .container .col-top span.header {
  flex: 1;
  color: #1D1D1B;
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #company_history .container .col-top span.header {
    font-size: 3rem;
  }
}
@media (max-width: 1279.99px) {
  #company_history .container .col-top span.header {
    font-size: 1.875rem !important;
  }
}
#company_history .container .col-top .content {
  flex: 1;
}
#company_history .container .col-top .content p {
  color: #1D1D1B;
  font-size: 1.5rem;
  margin-bottom: 24px;
  font-weight: 300;
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #company_history .container .col-top .content p {
    margin-bottom: 32px;
  }
}
@media (max-width: 767.99px) {
  #company_history .container .col-top .content p {
    font-size: 1.25rem;
  }
}
#company_history .container a .item {
  height: 100%;
}
#company_history .container a .dark {
  height: 100% !important;
}
#company_history .container .flex-1 {
  flex: 1;
}
#company_history .container .flex-1 div {
  height: 100%;
}
#company_history .container .flex-2 {
  flex: 2;
}
#company_history .container .flex-2 div {
  height: 100%;
}
#company_history .container a:hover div {
  opacity: 0.8;
}
@media (max-width: 1280px) {
  #company_history .container .descop-display {
    display: none !important;
  }
}
#company_history .container .tablet-display {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #company_history .container .tablet-display {
    display: flex !important;
  }
}
@media (max-width: 767.99px) {
  #company_history .container .tablet-display {
    display: none !important;
  }
}
#company_history .container .tablet-display .img-item {
  min-height: 330px;
}
#company_history .container .tablet-display .col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
#company_history .container .mobile-display {
  display: none !important;
}
@media (max-width: 767.99px) {
  #company_history .container .mobile-display {
    display: flex !important;
    gap: 10px !important;
  }
}
#company_history .container .mobile-display .number-item {
  height: 300px;
  max-height: 300px;
  min-height: 300px;
}
#company_history .container .mobile-display .year-item {
  height: 149px;
  max-height: 149px;
  min-height: 149px;
}
#company_history .container .mobile-display .magazin {
  height: 277px;
  max-height: 277px;
  min-height: 277px;
}
#company_history .container .mobile-display .first-dark .col {
  height: 300px;
  max-height: 300px;
  min-height: 300px;
}
#company_history .container .mobile-display .secound-dark .dark {
  height: 262px;
  max-height: 262px;
  min-height: 262px;
}
#company_history .container .mobile-display .img-item {
  height: 164px !important;
  max-height: 164px !important;
  min-height: 164px !important;
}
#company_history .container .mobile-display .col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
@media (max-width: 767.99px) {
  #company_history .container .mobile-display .col {
    gap: 10px !important;
  }
}
#company_history .container .mobile-display .number {
  font-size: 3rem;
}
#company_history .container .col-bottom {
  display: flex;
  gap: 20px;
  margin-top: 88px;
}
@media (max-width: 1279.99px) {
  #company_history .container .col-bottom {
    margin-top: 52px;
  }
}
#company_history .item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  flex: 1;
  gap: 20px;
  min-height: 682px;
}
@media (max-width: 1279.99px) {
  #company_history .item {
    min-height: unset !important;
  }
}
#company_history .item .item-light {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#company_history .item .item-light.large {
  flex: 2;
}
#company_history .item .item-light.large .number {
  color: #E30613;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #company_history .item .item-light.large .number {
    font-size: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  #company_history .item .item-light.large .number {
    font-size: 7.5rem;
  }
}
@media (min-width: 1280px) and (max-width: 1599.99px) {
  #company_history .item .item-light.large .number {
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  #company_history .item .item-light.large .number {
    font-size: 7rem;
  }
}
#company_history .item .item-light.large .text {
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 120%;
}
#company_history .item .item-light.smal {
  flex: 1;
}
#company_history .item .item-light.smal .number {
  color: #E30613;
  font-family: "Montserrat", sans-serif;
  font-size: 3.375rem;
  font-weight: 900;
}
@media (max-width: 700px) {
  #company_history .item .item-light.smal .number {
    font-size: 2rem !important;
  }
}
#company_history .item .item-light.smal .text {
  color: #1D1D1B;
  font-family: "Source Sans 3", sans-serif;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}
#company_history .item.img-item {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Frame-1117.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #company_history .item.img-item {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/storn-cuted.png");
  }
}
@media (max-width: 767.99px) {
  #company_history .item.img-item {
    background-position: center;
  }
}
#company_history .item.img-col img,
#company_history .item.img-col .col {
  flex: 1;
  height: 50%;
}
#company_history .item .rubik {
  width: 45px;
  height: 45px;
  max-height: 45px;
}
#company_history .item .col {
  border-radius: 8px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
#company_history .item .col.dark {
  background-color: #1D1D1B;
  color: white;
}
#company_history .item .col.icon {
  display: flex;
  flex-direction: column;
  gap: 30%;
}
#company_history .item .col .icon {
  height: fit-content;
}
#company_history .item .col .col-content {
  border-radius: 8px;
}
#company_history .item .col .col-content .header {
  font-size: 3.25rem;
  color: #f6f6f6;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  font-weight: 400;
}
#company_history .item .col .col-content .small-text {
  color: white;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #company_history .left-large {
    min-height: 532.5px !important;
    height: 532.5px !important;
    max-height: 532.5px !important;
  }
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #company_history .right-small {
    min-height: 173px !important;
    height: 173px !important;
    max-height: 173px !important;
  }
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #company_history .medium-col-right {
    min-height: 259px !important;
    height: 259px !important;
    max-height: 259px !important;
  }
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #company_history .medium-img-col {
    min-height: 262px !important;
    height: 262px !important;
    max-height: 262px !important;
  }
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #company_history .last-right-img-item {
    min-height: 331px !important;
    height: 331px !important;
    max-height: 331px !important;
  }
}
@media (min-width: 767.99px) and (max-width: 1279.99px) {
  #company_history .large-secund-dark {
    min-height: 532.5px !important;
    height: 532.5px !important;
    max-height: 532.5px !important;
  }
}
@media (max-width: 767.99px) {
  #company_history .col {
    width: 45%;
    flex: auto;
  }
  #company_history .header {
    font-size: 1.5625rem !important;
    margin-bottom: 15px;
  }
  #company_history .number {
    font-size: 3rem !important;
  }
  #company_history .text {
    font-size: 1.5rem !important;
  }
  #company_history .smal .number {
    font-size: 3.375rem !important;
    margin-bottom: 20px;
  }
  #company_history .smal .text {
    font-size: 1rem !important;
  }
  #company_history .number-item {
    min-height: 300px;
  }
  #company_history .year-item {
    min-height: 150px;
  }
  #company_history .magazin {
    min-height: 277px;
  }
  #company_history .first-dark {
    min-height: 300px;
  }
  #company_history .item .col,
  #company_history .item-light {
    padding: 20px !important;
  }
  #company_history .secound-dark a {
    height: 262px;
  }
  #company_history .secound-dark a .col {
    width: 100%;
  }
  #company_history a .col {
    width: 100% !important;
  }
  #company_history .magazin img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
}

#know_us {
  background-color: #f6f6f6;
  padding-top: 64px;
}
#know_us .container {
  display: flex;
  gap: 64px;
}
@media (max-width: 1279.99px) {
  #know_us .container {
    flex-direction: column;
  }
}
#know_us .container.inner-container {
  max-width: 1220px;
  margin: 0 auto;
  height: 499px;
}
@media (max-width: 1280px) {
  #know_us .container.inner-container {
    height: 100%;
  }
}
#know_us .container .col {
  flex: 1;
}
#know_us .container .col.col-left {
  color: #1D1D1B;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#know_us .container .col.col-left .subheader {
  margin-bottom: 32px;
}
@media (max-width: 767.99px) {
  #know_us .container .col.col-left .subheader {
    font-size: 20px !important;
    font-weight: 400 !important;
  }
}
#know_us .container .col.col-left h3 {
  margin-bottom: 32px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #know_us .container .col.col-left h3 {
    font-size: 48px;
  }
}
#know_us .container .col.col-left .text {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 767.99px) {
  #know_us .container .col.col-left .text {
    font-size: 20px;
  }
}
#know_us .container .col.col-right {
  display: flex;
  gap: 20px;
}
@media (max-width: 767.99px) {
  #know_us .container .col.col-right {
    flex-direction: column-reverse;
  }
}
#know_us .container .col.col-right .desctop-img {
  flex: 1;
  height: 499px;
  width: 279px;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #know_us .container .col.col-right .desctop-img {
    width: 50%;
  }
}
@media (max-width: 767.99px) {
  #know_us .container .col.col-right .desctop-img {
    display: none;
  }
}
#know_us .container .col.col-right .mobile-img {
  display: none;
}
@media (max-width: 767.99px) {
  #know_us .container .col.col-right .mobile-img {
    display: flex;
    height: 202px;
  }
}
#know_us .container .col.col-right .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  border-radius: 8px;
  padding: 32px;
  height: 499px;
  width: 279px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #know_us .container .col.col-right .item {
    width: 50%;
  }
}
@media (max-width: 767.99px) {
  #know_us .container .col.col-right .item {
    width: 100%;
    height: 336px;
  }
}
#know_us .container .col.col-right .item .top h2 {
  color: #E30613;
  margin-bottom: 32px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 120%;
}
#know_us .container .col.col-right .item .top h4 {
  color: #1D1D1B;
  font-size: 1.75rem;
  font-weight: bold;
}
#know_us .container .col.col-right .item a {
  font-weight: 600;
  font-size: 1rem;
  height: 43px;
  font-family: "Montserrat", sans-serif;
}
#know_us .container .col.col-right .item a:hover {
  border: 1px solid #E30613;
  background-color: #E30613;
  color: white;
}
@media (max-width: 1280px) {
  #know_us .container .col.col-right .item a {
    width: fit-content;
  }
}
@media (max-width: 767.99px) {
  #know_us .container .col.col-right .item a {
    margin-top: 64px;
  }
}

@media (max-width: 767.99px) {
  .x-mobile .mobile-img {
    display: none !important;
  }
}

#rolnicze_i_przemyslowe {
  padding-top: 14px;
  padding-bottom: 80px;
  background-color: #f6f6f6;
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe {
    padding-bottom: 20px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe {
    padding-bottom: 20px;
  }
}
#rolnicze_i_przemyslowe .mobile-btn {
  display: none;
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .mobile-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 19px;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .desctop-btn {
    display: none;
  }
}
#rolnicze_i_przemyslowe .row {
  display: flex;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 1280px) {
  #rolnicze_i_przemyslowe .row {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .row {
    margin-bottom: 10px;
  }
}
#rolnicze_i_przemyslowe .row img {
  width: 100%;
  max-width: calc(50% - 10px);
  object-fit: cover;
  border-radius: 8px;
  height: 197.09px;
}
#rolnicze_i_przemyslowe .row .mobile-img {
  display: none;
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .row .mobile-img {
    display: block;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .container {
    display: flex;
    gap: 20px;
  }
}
#rolnicze_i_przemyslowe .container h2 {
  line-height: 120%;
}
#rolnicze_i_przemyslowe .container .red_subtitule {
  margin-bottom: -66px !important;
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .container .red_subtitule {
    margin-bottom: -45px !important;
  }
}
#rolnicze_i_przemyslowe .container .top {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .container .top {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .container .top {
    gap: 52px;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .container .top {
    gap: 24px;
  }
}
#rolnicze_i_przemyslowe .container .top .items {
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .container .top .items {
    margin-top: 20px;
  }
}
#rolnicze_i_przemyslowe .container .top .items img {
  width: 334.65px;
  height: 317.98px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .container .top .items img {
    max-width: calc(50% - 10px) !important;
    width: 100%;
    height: 374px;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .container .top .items img {
    display: none !important;
  }
}
#rolnicze_i_przemyslowe .container .top .items .item {
  background-color: white;
  padding: 32px;
  border-radius: 8px;
  min-height: 312px;
  min-width: 334.65px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .container .top .items .item {
    max-width: calc(50% - 10px) !important;
    width: 100%;
    height: 374px;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .container .top .items .item {
    min-width: 100% !important;
    min-height: auto !important;
    padding: 20px;
  }
}
#rolnicze_i_przemyslowe .container .top .items .item .text, #rolnicze_i_przemyslowe .container .top .items .item p {
  color: #1D1D1B;
}
#rolnicze_i_przemyslowe .container .top .items .item .text {
  padding-bottom: 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .container .top .items .item .text {
    padding-bottom: 20px;
    font-size: 32px;
  }
}
#rolnicze_i_przemyslowe .container .top .items .item .text br {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .container .top .items .item .text br {
    display: block;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .container .top .items .item .text {
    padding-bottom: 20px;
    font-size: 24px;
  }
}
#rolnicze_i_przemyslowe .container .top .items .item p {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .container .top .items .item p {
    line-height: 140%;
  }
}
#rolnicze_i_przemyslowe .container .top .red {
  margin-top: 32px;
}
#rolnicze_i_przemyslowe .container .top .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .container .top .col {
    width: 100%;
  }
}
#rolnicze_i_przemyslowe .container .top .col .products h2 {
  z-index: 2;
  position: relative;
  color: #1D1D1B;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .container .top .col .products h2 {
    font-size: 3.25rem !important;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .container .top .col .products h2 {
    font-size: 2.3rem !important;
    font-weight: 900;
  }
}
#rolnicze_i_przemyslowe .container .top .col .products .red_subtitule {
  z-index: 1;
}
#rolnicze_i_przemyslowe .container .top .col p {
  color: #1D1D1B;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 32px;
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .container .top .col p {
    margin-top: 43px;
    font-size: 25px;
  }
}
#rolnicze_i_przemyslowe .container .top .machines {
  max-width: 689.3px;
  height: 279.41px;
  width: 100%;
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .container .top .machines {
    height: 197.09px;
    max-width: calc(50% - 10px) !important;
    width: unset;
  }
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .container .top .machines {
    max-width: none;
  }
}
#rolnicze_i_przemyslowe .container .middle {
  display: flex;
  margin-top: 96px;
  gap: 20px;
  height: 319.34px;
}
#rolnicze_i_przemyslowe .container .middle img {
  max-width: 597.18px;
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .container .middle {
    flex-direction: column;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 50px;
    gap: 50px;
  }
}
#rolnicze_i_przemyslowe .container .middle .col {
  flex: 1;
  background-color: #1D1D1B;
  border-radius: 8px;
  padding: 32px;
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .container .middle .col {
    background-color: transparent !important;
    padding: 0px;
  }
}
#rolnicze_i_przemyslowe .container .middle .col h4 {
  color: #1D1D1B;
  margin-bottom: 20px;
  font-weight: bold;
  color: white;
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .container .middle .col h4 {
    color: #1D1D1B;
  }
}
#rolnicze_i_przemyslowe .container .middle .col p {
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 300;
  color: white;
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .container .middle .col p {
    color: #1D1D1B;
  }
}
#rolnicze_i_przemyslowe .container .middle img {
  flex: 2;
  height: auto;
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .container .middle img {
    display: none;
  }
}
#rolnicze_i_przemyslowe .bottom {
  margin-top: 20px;
  padding-left: 10%;
  padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .bottom {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .bottom {
    background-color: #f6f6f6;
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#rolnicze_i_przemyslowe .bottom .tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .bottom .tablet {
    display: block;
    margin-bottom: 30px;
  }
}
#rolnicze_i_przemyslowe .bottom .mobile-red {
  display: none;
  margin-top: 50px !important;
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .bottom .mobile-red {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: center;
  }
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .bottom .mobile-red {
    display: flex;
  }
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .bottom {
    margin-top: 100px;
  }
}
#rolnicze_i_przemyslowe .bottom h4 {
  text-align: center;
  color: #1D1D1B;
  font-weight: 300;
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .bottom h4 {
    text-align: left;
  }
}
#rolnicze_i_przemyslowe .bottom .items {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
@media (min-width: 1280px) {
  #rolnicze_i_przemyslowe .bottom .items {
    display: none;
  }
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .bottom .items {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .bottom .items {
    gap: 20px !important;
    padding-top: 50px;
  }
}
#rolnicze_i_przemyslowe .bottom .items .col {
  flex: 1;
  padding: 32px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .bottom .items .col {
    display: none;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .bottom .items .col {
    padding: 0px;
  }
}
#rolnicze_i_przemyslowe .bottom .items .col a {
  margin: 0;
  margin-top: 50px;
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .bottom .items .col a {
    display: none;
  }
}
#rolnicze_i_przemyslowe .bottom .items .col h4 {
  font-weight: bold;
  text-align: left;
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .bottom .items .col h4 {
    text-align: center;
    font-weight: 300;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .bottom .items {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
  }
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .bottom .items {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .bottom .items {
    flex-direction: column;
    gap: 60px;
  }
}
#rolnicze_i_przemyslowe .bottom .items .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  flex: 1;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 32px;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze_i_przemyslowe .bottom .items .item {
    flex: none;
    width: 40%;
    align-items: baseline;
    text-align: left;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .bottom .items .item {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 0;
    justify-content: left;
  }
}
#rolnicze_i_przemyslowe .bottom .items .item .clock {
  width: 52.81px;
  height: 54.31px;
}
#rolnicze_i_przemyslowe .bottom .items .item .person {
  width: 52.81px;
  height: 54.31px;
}
#rolnicze_i_przemyslowe .bottom .items .item .procent {
  width: 54.31px;
  height: 54.31px;
}
#rolnicze_i_przemyslowe .bottom .items .item .wrapper h6 {
  display: none;
  font-size: 1rem;
  font-weight: bold;
  line-height: 120%;
  color: #1D1D1B;
  font-family: "Source Sans 3", sans-serif;
  text-align: left;
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .bottom .items .item .wrapper h6 {
    display: block;
  }
}
#rolnicze_i_przemyslowe .bottom .items .item p {
  color: #1D1D1B;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .bottom .items .item p {
    text-align: left;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 300;
  }
}
#rolnicze_i_przemyslowe .bottom a {
  margin: 150px auto 0px auto;
}
@media (max-width: 1279.99px) {
  #rolnicze_i_przemyslowe .bottom a {
    margin: 100px 0 0 0;
  }
}
@media (max-width: 767.99px) {
  #rolnicze_i_przemyslowe .bottom a {
    width: 100%;
  }
}

#osobowe_i_dostawcze {
  margin-top: 32px;
  margin-bottom: 65px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.99px) {
  #osobowe_i_dostawcze {
    margin-top: 0px;
    margin-bottom: 60px;
    position: relative;
    z-index: -1;
  }
}
@media (max-width: 1279.99px) {
  #osobowe_i_dostawcze .wpcp-carousel-content-wrapper {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 767.99px) {
  #osobowe_i_dostawcze .wpcp-carousel-content-wrapper img {
    height: 31px;
  }
}
#osobowe_i_dostawcze #carusel {
  padding-top: 65px;
}
@media (max-width: 767.99px) {
  #osobowe_i_dostawcze #carusel {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
#osobowe_i_dostawcze #carusel .wpcp-carousel-content-wrapper {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze #carusel {
    margin-bottom: 64px;
  }
}
#osobowe_i_dostawcze #carusel img {
  height: 33px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(88%) contrast(90%);
  mix-blend-mode: difference;
  opacity: 0.68;
}
#osobowe_i_dostawcze #carusel .wpcp-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #FFFFFF 0%, rgba(246, 246, 246, 0) 100%) !important;
}
#osobowe_i_dostawcze #carusel .wpcp-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #FFFFFF 0%, rgba(246, 246, 246, 0) 100%) !important;
}
#osobowe_i_dostawcze .red_subtitule {
  margin-bottom: -100px !important;
}
@media (max-width: 766.99px) {
  #osobowe_i_dostawcze .red_subtitule {
    margin-bottom: -46px !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze .red_subtitule {
    margin-bottom: -70px !important;
    margin-left: 50px;
  }
}
#osobowe_i_dostawcze h2 {
  line-height: 120%;
}
@media (max-width: 766.99px) {
  #osobowe_i_dostawcze h2 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze h2 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
#osobowe_i_dostawcze .container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279.99px) {
  #osobowe_i_dostawcze .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#osobowe_i_dostawcze .container .top {
  margin-bottom: 96px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1279.99px) {
  #osobowe_i_dostawcze .container .top {
    align-items: end;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze .container .top {
    margin-bottom: 54px;
  }
}
@media (max-width: 1279.99px) {
  #osobowe_i_dostawcze .container .top {
    flex-direction: column;
  }
}
@media (max-width: 766.99px) {
  #osobowe_i_dostawcze .container .top {
    gap: 41px;
    margin-bottom: 0px;
  }
}
#osobowe_i_dostawcze .container .top .content {
  width: 50%;
}
@media (max-width: 1279.99px) {
  #osobowe_i_dostawcze .container .top .content {
    width: 100%;
  }
}
#osobowe_i_dostawcze .container .top .content p {
  color: #1D1D1B;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 50px;
}
@media (max-width: 766.99px) {
  #osobowe_i_dostawcze .container .top .content p br {
    display: none;
  }
}
@media (min-width: 1290px) and (max-width: 1418px) {
  #osobowe_i_dostawcze .container .top .content p br {
    display: none;
  }
}
@media (max-width: 766.99px) {
  #osobowe_i_dostawcze .container .top .content p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze .container .top .content p {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze .container .top .content p {
    margin-top: 32px;
  }
}
#osobowe_i_dostawcze .container .top .content .btns {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 766.99px) {
  #osobowe_i_dostawcze .container .top .content .btns {
    margin-left: 20px;
    margin-right: 20px;
    gap: 12px;
    margin-top: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze .container .top .content .btns {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 41px;
  }
}
#osobowe_i_dostawcze .container .top .content .btns a {
  height: 53px;
}
@media (max-width: 1279.99px) {
  #osobowe_i_dostawcze .container .top .content .btns {
    flex-direction: column;
  }
}
#osobowe_i_dostawcze .container .top .tire-vans {
  width: auto;
  height: 100%;
}
@media (max-width: 766.99px) {
  #osobowe_i_dostawcze .container .top .tire-vans {
    width: 276px;
    height: 353px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze .container .top .tire-vans {
    height: 100%;
    width: auto;
    min-height: 600px;
  }
}
#osobowe_i_dostawcze .container .top img {
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze .container .top img {
    max-height: 665px;
    margin: 0 auto;
  }
}
@media (max-width: 766.99px) {
  #osobowe_i_dostawcze .container .top img {
    max-height: 430px;
    margin: 0 auto;
  }
}
#osobowe_i_dostawcze .container .bottom {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 24px;
  padding-top: 24px;
}
@media (max-width: 767.99px) {
  #osobowe_i_dostawcze .container .bottom {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    gap: 20px;
    padding-top: 54px;
  }
}
@media (max-width: 1279.99px) {
  #osobowe_i_dostawcze .container .bottom {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze .container .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 48px;
  }
}
#osobowe_i_dostawcze .container .bottom .col {
  display: flex;
  flex-direction: column;
  width: 30%;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze .container .bottom .col {
    gap: 54px;
  }
}
@media (max-width: 1279.99px) {
  #osobowe_i_dostawcze .container .bottom .col {
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  #osobowe_i_dostawcze .container .bottom .col {
    gap: 32px;
  }
}
#osobowe_i_dostawcze .container .bottom .col div {
  color: #1D1D1B;
  font-size: 1.75rem;
  line-height: 120%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.99px) {
  #osobowe_i_dostawcze .container .bottom .col div br {
    display: none;
  }
}
@media (max-width: 767.99px) {
  #osobowe_i_dostawcze .container .bottom .col div {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #osobowe_i_dostawcze .container .bottom .col div {
    font-size: 1.25rem;
  }
}
#osobowe_i_dostawcze .container .bottom .col p {
  color: #1D1D1B;
  line-height: 160%;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Source Sans 3", sans-serif;
}
#osobowe_i_dostawcze .container .bottom a {
  height: fit-content;
  justify-content: center;
}
@media (max-width: 767.99px) {
  #osobowe_i_dostawcze .container .bottom a {
    width: 100%;
  }
}
#osobowe_i_dostawcze .logos {
  margin: 0 auto;
  display: block;
  margin-top: 40px;
  width: 80%;
  object-fit: cover;
}
@media (max-width: 1279.99px) {
  #osobowe_i_dostawcze .logos {
    width: 100%;
    height: 40px;
  }
}

#tires_cooperations {
  padding-top: 100px;
  background: #f6f6f6;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #tires_cooperations {
    padding-top: 30px;
  }
}
@media (max-width: 767.09px) {
  #tires_cooperations {
    display: none;
  }
}
#tires_cooperations .container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/cooperation-bg.png");
  border-radius: 9px;
  padding: 150px 8%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #tires_cooperations .container {
    padding: 78px 50px;
    width: 100%;
    border-radius: 0px;
  }
}
#tires_cooperations .container .wrapper {
  display: flex;
  flex-direction: column;
  width: 60%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #tires_cooperations .container .wrapper {
    width: 100%;
  }
}
#tires_cooperations .container h3 {
  color: white;
}
@media (max-width: 767.09px) {
  #tires_cooperations .container {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
#tires_cooperations .container p {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #1D1D1B;
  font-size: 1rem;
  color: white;
}
@media (max-width: 767.09px) {
  #tires_cooperations .container p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 0.875rem;
  }
}
#tires_cooperations .container .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 550px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #tires_cooperations .container .btns {
    max-width: 56%;
  }
}
#tires_cooperations .container .btns a {
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 133%;
  padding: 5px 16px;
  width: fit-content;
}
#tires_cooperations .container .red {
  width: fit-content;
  margin-top: 10px;
  width: 202px;
  height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 133%;
}

.tires #cooperation > div > div > div {
  background: #f6f6f6;
}

@media (min-width: 1550px) {
  #tires_hero .container .bottom {
    margin-left: 28vw;
  }
}
@media (min-width: 1280px) and (max-width: 1549.99px) {
  #tires_hero .container .bottom {
    margin-left: 20vw;
  }
}
#tires_hero .container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/tires-hero-desctop.png");
}
@media (min-width: 1400px) and (max-width: 1500px) {
  #tires_hero .container::before {
    left: -8%;
  }
}
@media (min-width: 1280px) and (max-width: 1399.99px) {
  #tires_hero .container::before {
    left: -12%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #tires_hero .container::before {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/tab_bg.png");
    right: 0;
    left: auto;
    width: 290px;
    height: 70%;
    object-fit: fill;
    background-size: contain;
    bottom: 0%;
  }
}
@media (max-width: 767.99px) {
  #tires_hero .container::before {
    display: none;
  }
}
#tires_hero .container .bottom span {
  display: block;
}
#tires_hero .container .bottom span.rim-3-4 {
  margin-top: 16px;
}
#tires_hero .container .bottom img {
  position: relative;
  object-fit: contain;
  width: 100px;
  height: 100px;
  z-index: 1;
}

#motocyklowe {
  background: #f6f6f6;
  padding-bottom: 48px;
  position: relative;
}
#motocyklowe .number-container {
  padding-bottom: 120px;
}
@media (max-width: 767.99px) {
  #motocyklowe {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe {
    padding-bottom: 0px;
  }
}
#motocyklowe .bg-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .bg-tablet {
    display: block;
    position: absolute;
    right: 0;
    top: 16%;
  }
}
#motocyklowe .bg-mobile {
  display: none;
}
@media (max-width: 767.99px) {
  #motocyklowe .bg-mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 11.5%;
    height: 340px;
    width: auto;
  }
}
#motocyklowe .tires {
  height: 373.34px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/bike_bg.png");
}
@media (max-width: 1279.99px) {
  #motocyklowe .tires {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/bike-mobile.png");
  }
}
@media (max-width: 1279.99px) and (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .tires {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
@media (max-width: 767.99px) {
  #motocyklowe .tires {
    height: 299px;
  }
}
#motocyklowe .tires h2 {
  color: white !important;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .tires h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 767.99px) {
  #motocyklowe .tires h2 {
    font-size: 32px !important;
  }
}
#motocyklowe .red_subtitule {
  margin-bottom: -79px !important;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .red_subtitule {
    margin-bottom: -50px !important;
  }
}
@media (max-width: 767.99px) {
  #motocyklowe .red_subtitule {
    margin-bottom: -45px !important;
  }
}
#motocyklowe .btns {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 0 auto;
  white-space: nowrap;
  margin-top: 79px;
  margin-left: 0;
}
@media (max-width: 767.99px) {
  #motocyklowe .btns {
    flex-direction: column-reverse;
    margin: 0;
    padding-top: 33px;
    width: 100%;
  }
}
#motocyklowe .btns a {
  height: 53px;
}
@media (max-width: 1279.99px) {
  #motocyklowe .btns a {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767.99px) {
  #motocyklowe .btns a img {
    display: none;
  }
}
#motocyklowe .container {
  padding-top: 68px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .container {
    padding-top: 50px;
    height: 100%;
  }
}
@media (max-width: 767.99px) {
  #motocyklowe .container {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
#motocyklowe .container .inner-wrapper .top {
  display: flex;
  justify-content: space-between;
  gap: 79px;
  width: 100%;
  margin-bottom: 68px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .container .inner-wrapper .top {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.99px) {
  #motocyklowe .container .inner-wrapper .top {
    margin-bottom: 0px;
  }
}
#motocyklowe .container .inner-wrapper .top .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767.99px) {
  #motocyklowe .container .inner-wrapper .top .content {
    justify-content: space-between;
  }
}
@media (max-width: 1279.99px) {
  #motocyklowe .container .inner-wrapper .top .content {
    width: 100%;
  }
}
#motocyklowe .container .inner-wrapper .top .content a.mobile {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .container .inner-wrapper .top .content a.mobile {
    display: flex;
    margin-top: 30px;
  }
}
#motocyklowe .container .inner-wrapper .top .content .header {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 3rem;
  line-height: 120%;
}
@media (max-width: 1279.99px) {
  #motocyklowe .container .inner-wrapper .top .content .header {
    font-size: 1.875rem;
  }
}
@media (max-width: 1279.99px) {
  #motocyklowe .container .inner-wrapper .top .content .header.des {
    display: none;
  }
}
#motocyklowe .container .inner-wrapper .top .content .header.tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .container .inner-wrapper .top .content .header.tablet {
    display: block;
  }
}
#motocyklowe .container .inner-wrapper .top .content .header.mob {
  display: none;
}
@media (max-width: 767.99px) {
  #motocyklowe .container .inner-wrapper .top .content .header.mob {
    display: block;
    line-height: 110%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .container .inner-wrapper .top .content .header.mob {
    display: none;
  }
}
#motocyklowe .container .inner-wrapper .top .content p {
  color: #1D1D1B;
  font-size: 1.75rem;
  line-height: 120%;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.99px) {
  #motocyklowe .container .inner-wrapper .top .content p {
    font-size: 24px;
  }
  #motocyklowe .container .inner-wrapper .top .content p br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .container .inner-wrapper .top .content p {
    width: 60%;
  }
}
#motocyklowe .container .inner-wrapper .top .desc-img {
  width: auto;
  height: auto;
}
@media (max-width: 1279.99px) {
  #motocyklowe .container .inner-wrapper .top .desc-img {
    display: none;
  }
}
#motocyklowe .bottom {
  display: flex;
  flex-direction: column;
  background-color: #1D1D1B;
  height: 585px;
}
@media (max-width: 1279.99px) {
  #motocyklowe .bottom {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .bottom {
    padding-bottom: 50px;
  }
}
#motocyklowe .bottom p,
#motocyklowe .bottom a {
  flex: 1;
}
#motocyklowe .bottom p {
  color: #1D1D1B;
}
#motocyklowe .bottom a {
  height: fit-content;
}
#motocyklowe .bottom .items {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .bottom .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (max-width: 767.99px) {
  #motocyklowe .bottom .items {
    flex-direction: column;
  }
}
#motocyklowe .bottom .items .item {
  flex: 1;
  color: white;
  max-width: 276px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .bottom .items .item {
    gap: 32px;
    max-width: none;
  }
}
@media (max-width: 767.99px) {
  #motocyklowe .bottom .items .item {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }
}
#motocyklowe .bottom .items .item .clock {
  width: 59px;
  height: 59px;
}
#motocyklowe .bottom .items .item .squer {
  width: 60px;
  height: 60px;
}
#motocyklowe .bottom .items .item .person {
  width: 57.41px;
  height: 55.81px;
}
#motocyklowe .bottom .items .item .pointer {
  width: 51px;
  height: 61px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .bottom .items .item .pointer {
    width: max-content;
    height: 55.81px;
  }
}
#motocyklowe .bottom .items .item img {
  margin-bottom: 64px;
}
@media (max-width: 1279.99px) {
  #motocyklowe .bottom .items .item img {
    margin-bottom: 0px;
  }
}
#motocyklowe .bottom .items .item p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 767.99px) {
  #motocyklowe .bottom .items .item p {
    font-weight: 300;
  }
}
#motocyklowe .bottom .items .item p b {
  font-weight: bold;
}
#motocyklowe .bottom .items .item span {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
}
@media (max-width: 767.99px) {
  #motocyklowe .bottom .items .item span br {
    display: none;
  }
}
#motocyklowe .bottom a.desc {
  max-width: 310px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #motocyklowe .bottom a.desc {
    display: none;
  }
}
@media (max-width: 1279.99px) {
  #motocyklowe .bottom .tab-desc {
    display: none;
  }
}
#motocyklowe .bottom .mobile {
  display: none;
  font-size: 1rem;
  line-height: 130%;
  color: #1D1D1B;
}
@media (max-width: 1279.99px) {
  #motocyklowe .bottom .mobile {
    display: block;
  }
}
#motocyklowe .bottom p {
  font-weight: 300;
  color: #1D1D1B;
}
#motocyklowe .bottom p strong {
  font-weight: bold;
}
@media (max-width: 1279.99px) {
  #motocyklowe .bottom p strong {
    font-weight: 300;
  }
}
#motocyklowe .bottom p strong.red {
  color: #E30613;
}

#ciezarowe {
  background-color: #f6f6f6;
}
#ciezarowe.opony-ciezarowe {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ciezarowe .mobile-display {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe .mobile-display {
    display: block;
  }
}
#ciezarowe .trucks {
  height: 313px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/TRUCKS-BG.png");
}
@media (max-width: 767.99px) {
  #ciezarowe .trucks {
    height: 292px;
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Frame-586.png") !important;
  }
}
#ciezarowe .trucks .container {
  display: block;
  padding-bottom: 80px;
}
#ciezarowe .trucks h2 {
  color: white !important;
  line-height: 100%;
}
#ciezarowe .red_subtitule {
  margin-bottom: -76px !important;
}
@media (max-width: 767.99px) {
  #ciezarowe .red_subtitule {
    margin-bottom: -40px !important;
  }
}
@media (max-width: 767.99px) {
  #ciezarowe .desctop-header p,
  #ciezarowe .desctop-header .text {
    display: none;
  }
}
#ciezarowe .mobile-header {
  display: none;
  margin-bottom: 50px;
}
#ciezarowe .mobile-header .red_subtitule {
  z-index: 1;
}
#ciezarowe .mobile-header .text {
  color: #1D1D1B;
  z-index: 3;
  position: relative;
  font-size: 1.875rem !important;
  font-weight: bold;
}
@media (max-width: 767.99px) {
  #ciezarowe .mobile-header {
    display: block;
  }
}
#ciezarowe .container {
  padding: 128px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  #ciezarowe .container {
    padding-top: 32px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 32px;
  }
}
@media (max-width: 1279.99px) {
  #ciezarowe .container {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe .container {
    padding: 64px 50px !important;
  }
}
#ciezarowe .container .col.left {
  width: 40%;
}
@media (max-width: 1279.99px) {
  #ciezarowe .container .col.left {
    width: 100%;
  }
  #ciezarowe .container .col.left img {
    margin: 0 auto;
    display: block;
    margin-top: 36px;
    margin-bottom: 65px;
  }
}
#ciezarowe .container .col.left .text {
  margin-bottom: 30px;
  font-weight: 900;
}
@media (max-width: 767.99px) {
  #ciezarowe .container .col.left .text {
    margin-bottom: 10px;
    font-size: 2.5rem !important;
  }
}
#ciezarowe .container .col.left .text span {
  color: #565656;
}
#ciezarowe .container .col.left p {
  color: #565656;
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
@media (max-width: 767.99px) {
  #ciezarowe .container .col.left p {
    font-size: 1.25rem;
  }
}
#ciezarowe .container .col.left img {
  width: 406px;
  max-width: 406px;
  height: 510.84px;
  max-height: 510.84px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe .container .col.left img {
    width: 300.42px;
    height: 378px;
  }
}
@media (max-width: 767.99px) {
  #ciezarowe .container .col.left img {
    margin-bottom: 0px;
    width: 197px;
    height: 247.61px;
  }
}
#ciezarowe .container .col.right {
  width: 60%;
}
@media (max-width: 1279.99px) {
  #ciezarowe .container .col.right {
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  #ciezarowe .container .col.right {
    margin-top: 100px;
  }
}
#ciezarowe .container .col.right .text {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 3.25rem;
  line-height: 120%;
  color: #1D1D1B;
}
#ciezarowe .container .col.right .text span {
  color: #565656;
  font-weight: bold;
}
#ciezarowe .container .col.right .text2 p {
  color: #1D1D1B;
  font-weight: 400 !important;
  margin-top: 48px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe .container .col.right .text2 p {
    margin-top: 0px;
  }
  #ciezarowe .container .col.right .text2 p br {
    display: none;
  }
}
@media (max-width: 767.99px) {
  #ciezarowe .container .col.right .text2 p {
    font-size: 24px;
    font-weight: 300;
    margin-top: 32px;
  }
  #ciezarowe .container .col.right .text2 p strong {
    font-weight: bold;
  }
  #ciezarowe .container .col.right .text2 p br {
    display: none;
  }
}
#ciezarowe .container .col.right p {
  color: #1D1D1B;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 20px;
  line-height: 160%;
}
#ciezarowe .container .col.right .btns {
  margin-top: 48px;
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe .container .col.right .btns {
    margin-top: 20px;
    gap: 12px;
  }
}
#ciezarowe .container .col.right .btns a {
  height: 53px;
}
@media (max-width: 767.99px) {
  #ciezarowe .container .col.right .btns {
    margin-top: 20px;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 1279.99px) {
  #ciezarowe .desctop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe h3 {
    font-size: 28px;
    font-weight: 300;
  }
  #ciezarowe .mobile {
    display: block !important;
    font-size: 52px !important;
    font-weight: 900 !important;
    margin-bottom: 36px !important;
  }
  #ciezarowe .mobile b {
    font-weight: 900;
    font-size: 3.25rem;
  }
  #ciezarowe .mobile span {
    font-size: 3.25rem;
    font-weight: bold;
    margin-top: 20px;
  }
}
#ciezarowe .mobile {
  display: none;
}
#ciezarowe .label-container {
  position: relative;
}
#ciezarowe .label-container .label {
  display: none;
}
@media (max-width: 767.99px) {
  #ciezarowe .label-container .label {
    display: flex !important;
    flex-direction: column;
    background-color: #1D1D1B;
    border-radius: 8px;
    position: absolute;
    top: 70%;
    padding: 32px 28px;
    width: 100%;
  }
  #ciezarowe .label-container .label .text3 {
    color: white;
    text-align: center;
    font-size: 1rem !important;
    font-weight: bold !important;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
  }
  #ciezarowe .label-container .label .text3 b,
  #ciezarowe .label-container .label .text3 span {
    font-size: 1.875rem !important;
    font-weight: 500 !important;
  }
  #ciezarowe .label-container .label .text2 p {
    font-size: 16px;
    line-height: 120%;
    font-weight: bold;
    font-family: "Source Sans 3", sans-serif;
    text-align: center;
    color: white;
  }
}

#activity {
  background: #f6f6f6;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #activity {
    margin-top: 0px;
  }
}
#activity .pc-tablet {
  height: 622px;
  max-width: 1405px;
  border-radius: 8px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/activity_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #activity .pc-tablet {
    padding: 48px 50px;
    height: 504px !important;
  }
}
@media (max-width: 1279.99px) {
  #activity .pc-tablet {
    width: 100%;
    border-radius: 0px;
    height: auto;
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/bg_tablet.png");
  }
}
#activity .content {
  width: 40%;
  margin-left: 60px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #activity .content {
    margin-left: 0px;
  }
}
@media (max-width: 1279.99px) {
  #activity .content {
    width: 100%;
  }
}
#activity .content .text {
  color: white;
  font-weight: 600;
  padding-left: 23px;
  line-height: 110%;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #activity .content .text {
    font-size: 2.0625rem;
    padding-left: 0px;
  }
}
@media (min-width: 1280px) and (max-width: 1480px) {
  #activity .content .text br {
    display: none;
  }
}
#activity .content p {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 23px;
  color: white;
  line-height: 140%;
  font-weight: 300;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #activity .content p {
    padding-left: 0px;
    margin-top: 26px;
  }
}
#activity .content .btns {
  display: flex;
  gap: 6px;
  max-width: 500px;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #activity .content .btns {
    margin-top: 48px;
    gap: 10px;
  }
}
#activity .content .btns a {
  text-transform: uppercase;
  width: min-content;
  font-size: 1rem;
  padding: 12px 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  height: 43px;
}
#activity .content .btns a:hover {
  background-color: #E30613;
  border: 1px solid #E30613;
}
@media (max-width: 1279.99px) {
  #activity .pc {
    display: none;
  }
}
#activity .tablet {
  display: none;
}
@media (max-width: 1279.99px) {
  #activity .tablet {
    display: block;
  }
}
@media (max-width: 767.99px) {
  #activity .pc-tablet {
    display: none;
  }
}
#activity .phone {
  display: none;
}
#activity .phone h4 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#activity .phone p {
  font-weight: 300;
}
#activity .phone .btns {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1279.99px) {
  #activity .phone .btns {
    max-width: none;
  }
}
#activity .phone .btns a {
  justify-content: center;
  align-items: center;
  border: 1px solid #1D1D1B;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1D1D1B;
  padding: 12px 16px;
  height: 43px;
}
#activity .phone .btns a span {
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}
#activity .phone .btns a:hover {
  background-color: #E30613;
  color: white;
  border: 1px solid #E30613;
}
@media (max-width: 767.99px) {
  #activity .phone {
    display: flex;
    flex-direction: column;
  }
  #activity .phone .text {
    margin-bottom: 30px;
    font-size: 1.875rem;
    font-family: "Montserrat", sans-serif;
    line-height: 120%;
    font-weight: bold;
  }
  #activity .phone a {
    margin-top: 30px;
    width: fit-content;
    margin-bottom: 20px;
    padding: 8px 16px;
  }
  #activity .phone img {
    height: 279px;
    border-radius: 8px;
    object-fit: cover;
  }
}

#xhero {
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
}
@media (max-width: 1279.99px) {
  #xhero {
    height: 100%;
  }
}
@media (max-width: 797.99px) {
  #xhero {
    height: auto;
  }
}
#xhero .wpcp-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fbfbfb 0%, rgba(246, 246, 246, 0) 100%) !important;
}
#xhero .wpcp-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #fafafa 0%, rgba(246, 246, 246, 0) 100%) !important;
}
#xhero::after {
  position: absolute;
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/xX.png");
  width: 100%;
  height: 122%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.99px) {
  #xhero::after {
    top: -232px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xhero::after {
    top: -110px;
  }
}
#xhero .btn-radius {
  background-color: #ed5757;
}
#xhero .btn-radius:hover {
  background-color: #fae2e4;
}
#xhero h1 {
  color: #1D1D1B;
  font-size: 3rem;
  line-height: 120%;
}
@media (max-width: 1279.99px) {
  #xhero h1 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xhero h1 {
    font-size: 3rem;
    margin-top: 180px;
  }
}
@media (max-width: 797.99px) {
  #xhero h1 {
    font-size: 1.875rem;
    line-height: 110%;
  }
}
#xhero .container {
  display: flex;
  flex-direction: column;
  z-index: 1;
  height: 100%;
}
@media (min-width: 1280px) {
  #xhero .container {
    justify-content: space-between;
  }
}
#xhero .container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
}
@media (min-width: 1280px) {
  #xhero .container .top {
    margin-top: 200px;
  }
}
#xhero .container .top .desctop-heder {
  display: none;
}
@media (min-width: 768px) {
  #xhero .container .top .desctop-heder {
    display: block;
  }
}
#xhero .container .top .mobile-heder {
  display: none;
}
@media (max-width: 767.99px) {
  #xhero .container .top .mobile-heder {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xhero .container .top {
    flex-direction: column;
    gap: 120px;
  }
}
@media (max-width: 767.99px) {
  #xhero .container .top {
    margin-top: 20vh !important;
    flex-direction: column;
    padding-left: 0px;
  }
}
#xhero .container .top .pc {
  width: 533px;
  height: 303px;
}
@media (max-width: 1279.99px) {
  #xhero .container .top .pc {
    margin: 0 auto;
  }
}
@media (max-width: 767.99px) {
  #xhero .container .top .pc {
    margin-top: 35px;
    width: 323px;
    height: 184px;
  }
}
#xhero .container .top .col {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 640px;
}
#xhero .container .top .col .square-btn {
  height: 53px;
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
  gap: 9px;
  justify-content: center;
}
#xhero .container .top .col .square-btn:hover svg {
  margin-top: -1px;
}
#xhero .container .top .col .mobile-logos {
  display: none;
  margin-bottom: 84px;
}
@media (max-width: 767.99px) {
  #xhero .container .top .col .mobile-logos {
    display: block;
  }
  #xhero .container .top .col .mobile-logos .skip-lazy {
    height: 16.72px !important;
    width: 70.02px !important;
  }
}
@media (max-width: 1279.99px) {
  #xhero .container .top .col {
    width: 100%;
  }
}
#xhero .container .top .col p {
  font-family: "Montserrat", sans-serif;
  margin-top: 36px;
  margin-bottom: 36px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  #xhero .container .top .col p {
    margin-bottom: 0px;
    font-weight: 400;
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xhero .container .top .col p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#xhero .container .top .col p span {
  font-weight: bold;
}
@media (max-width: 1279.99px) {
  #xhero .container .top .col p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xhero .container .top .col p {
    font-size: 1.25rem;
  }
}
@media (max-width: 1279.99px) {
  #xhero .container .top .col a {
    margin: auto;
  }
}
@media (max-width: 767.99px) {
  #xhero .container .top .col a {
    display: none;
  }
  #xhero .container .top .col a.wcp-light-box {
    display: block;
  }
}
#xhero .container .bottom {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  margin-bottom: 94px;
  margin-top: 50px;
}
@media (max-width: 767.99px) {
  #xhero .container .bottom {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
#xhero .container .bottom .right {
  margin-right: 40px;
}
@media (max-width: 767.99px) {
  #xhero .container .bottom .right .logs {
    margin-top: 33px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xhero .container .bottom .right {
    margin-right: 0px;
  }
}
@media (max-width: 767.99px) {
  #xhero .container .bottom .right {
    margin-right: 0px;
  }
}
#xhero .container .bottom .wpcp-carousel-content-wrapper {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xhero .container .bottom {
    padding-bottom: 94px;
    gap: 49px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xhero .container .bottom {
    flex-direction: column;
    margin-top: 176px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767.99px) {
  #xhero .container .bottom {
    margin-top: 64px;
  }
}
#xhero .container .bottom .col {
  display: flex;
  align-items: center;
  max-width: 537.5px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xhero .container .bottom .col {
    justify-content: center;
    max-width: 100%;
  }
}
@media (max-width: 767.99px) {
  #xhero .container .bottom .col {
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
  }
}
#xhero .container .bottom .right p {
  white-space: nowrap;
  margin-left: 12px;
}
@media (max-width: 767.99px) {
  #xhero .container .bottom .right p {
    text-align: center;
    margin-left: 0px;
  }
}
#xhero .container .bottom .right .btn-radius {
  margin-left: 20px;
  width: 149.5px;
  height: 38px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  padding: 8px 16px;
  height: 38px;
}
@media (max-width: 767.99px) {
  #xhero .container .bottom .right .btn-radius {
    margin-left: 0px;
    width: 262px;
  }
}
#xhero .container .bottom .logos {
  width: 100%;
  height: 50px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xhero .container .bottom .logos {
    height: 50px;
    object-fit: fill;
  }
}
@media (max-width: 1279.99px) {
  #xhero .container .bottom .logos {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #xhero .container .bottom .logos {
    display: none;
  }
}

#video {
  background-color: #f6f6f6;
  padding-top: 64px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #video {
    padding-top: 32px;
  }
}
@media (max-width: 767.99px) {
  #video {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
#video #video-container {
  max-width: 1220px;
  height: 619px;
  margin: 0 auto;
  border-radius: 7px;
}
@media (max-width: 1280px) {
  #video #video-container {
    height: auto;
  }
}
#video iframe, #video img {
  height: 620px;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #video iframe, #video img {
    height: 334px;
  }
}
@media (max-width: 767.99px) {
  #video iframe, #video img {
    height: 232px;
  }
}
@media (max-width: 1279.99px) {
  #video .container {
    width: 100%;
  }
}

#xoffer {
  background-color: #f6f6f6;
  padding-top: 68px;
  padding-bottom: 88px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xoffer {
    padding-bottom: 64px;
  }
}
@media (max-width: 767.99px) {
  #xoffer {
    padding-bottom: 40px;
    padding-top: 64px;
  }
}
#xoffer .header {
  color: #1D1D1B;
  text-align: center;
  margin-bottom: 64px;
}
#xoffer .header br {
  display: none;
}
@media (max-width: 767.99px) {
  #xoffer .header br {
    display: block;
  }
}
@media (max-width: 767.99px) {
  #xoffer .header {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 34px;
  }
}
#xoffer .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
  gap: 19px;
}
@media (max-width: 1279.99px) {
  #xoffer .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
  }
}
@media (max-width: 767.99px) {
  #xoffer .container {
    margin-bottom: 34px;
  }
}
#xoffer .container .item {
  flex: 1;
  display: flex;
  background-color: white;
  border-radius: 7px;
  flex-direction: column;
  padding: 40px;
  text-align: left;
  justify-content: space-between;
  min-height: 332px;
}
@media (max-width: 767.99px) {
  #xoffer .container .item {
    flex-direction: column-reverse;
    height: 220px;
    padding: 20px 18px;
    min-height: unset;
  }
}
#xoffer .container .item h4 {
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  line-height: 100%;
}
@media (max-width: 767.99px) {
  #xoffer .container .item h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 120%;
  }
}
#xoffer .container .item p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
  font-size: 1rem;
}
#xoffer .container .item img {
  margin-top: 50px;
}
@media (max-width: 767.99px) {
  #xoffer .container .item img {
    margin-top: 0px;
  }
}
#xoffer .container .item img.clock {
  width: 54.67px;
  height: 54.76px;
}
#xoffer .container .item img.profile {
  width: 52.81px;
  height: 54.31px;
}
#xoffer .container .item img.procent {
  width: 42.32px;
  height: 42.32px;
}
#xoffer .container .item img.diagram {
  width: 56.14px;
  height: 63.38px;
}
#xoffer a {
  margin: 0 auto;
}
@media (max-width: 767.99px) {
  #xoffer a {
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: 0 5%;
  }
}
#xoffer .square-btn {
  height: 53px;
  gap: 9px;
}
#xoffer .square-btn:hover svg {
  margin-top: -1px;
}
#xoffer .square-btn:hover path {
  fill: white;
}

#xnumbers {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.99px) {
  #xnumbers {
    padding-top: 0px;
  }
}
#xnumbers .container .top {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767.99px) {
  #xnumbers .container .top {
    flex-direction: column;
  }
}
#xnumbers .container .top img {
  width: 184px;
  height: 28px;
  margin-bottom: 8px;
}
#xnumbers .container .top span {
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
}
@media (max-width: 767.99px) {
  #xnumbers .container .top span {
    font-size: 1.25rem;
  }
}
#xnumbers .container .numbers {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  #xnumbers .container .numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 40px;
  }
  #xnumbers .container .numbers .item1 {
    grid-row: 2;
    grid-column: 1;
  }
  #xnumbers .container .numbers .item2 {
    grid-row: 2;
    grid-column: 2;
  }
  #xnumbers .container .numbers .item3 {
    grid-row: 1;
    grid-column: 1;
  }
  #xnumbers .container .numbers .item4 {
    grid-row: 1;
    grid-column: 2;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xnumbers .container .numbers {
    gap: 50px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #xnumbers .container .numbers::-webkit-scrollbar {
    display: none;
  }
  #xnumbers .container .numbers .item {
    flex: 1;
    width: 25%;
  }
}
#xnumbers .container .numbers .number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767.99px) {
  #xnumbers .container .numbers .number {
    margin-bottom: 10px;
  }
}
#xnumbers .container .numbers .number h3 {
  font-weight: bold;
  line-height: 100%;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xnumbers .container .numbers .number h3 {
    font-size: 3rem;
  }
}
#xnumbers .container .numbers .number span {
  color: #565656;
  font-size: 3rem;
  font-weight: bold;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
}
#xnumbers .container .numbers .text {
  color: #1D1D1B;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  color: #565656;
}
#xnumbers .container .numbers .label {
  text-align: center;
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 300;
}

#xabouth {
  background-color: #f6f6f6;
  padding-top: 144px;
  padding-bottom: 144px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xabouth {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767.99px) {
  #xabouth {
    padding-top: 0px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xabouth .items p br {
    display: none !important;
  }
}
#xabouth .desctop-heder {
  display: none;
}
@media (min-width: 768px) {
  #xabouth .desctop-heder {
    display: block;
  }
}
#xabouth .mobile-heder {
  display: none;
}
@media (max-width: 767.99px) {
  #xabouth .mobile-heder br {
    display: none;
  }
}
@media (max-width: 767.99px) {
  #xabouth .mobile-heder {
    display: block;
    margin-top: 24px;
  }
}
#xabouth h3 {
  z-index: 9999999;
  font-weight: bold;
  margin-bottom: 39px;
  margin-top: 39px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #xabouth h3 {
    font-weight: 900;
    font-size: 52px;
  }
}
@media (max-width: 1279.99px) {
  #xabouth h3 {
    font-size: 32px;
  }
}
@media (max-width: 767.99px) {
  #xabouth h3 {
    font-weight: 900;
  }
}
#xabouth p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  line-height: 160%;
  font-size: 1rem;
  position: relative;
}
@media (max-width: 1279.99px) {
  #xabouth p br {
    display: none !important;
  }
}
#xabouth .details p {
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 60px;
  font-size: 1rem;
}
#xabouth .container {
  display: flex;
  gap: 77px;
  overflow: hidden;
  max-width: none;
  width: 100%;
  min-height: 552px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #xabouth .container {
    gap: 64px;
    padding-left: 0px;
  }
}
@media (max-width: 767.99px) {
  #xabouth .container {
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #xabouth .container {
    margin: 0 0 0 50px;
    height: auto;
  }
}
@media (max-width: 1279.99px) {
  #xabouth .container {
    flex-direction: column;
  }
  #xabouth .container .left,
  #xabouth .container .right {
    width: 100% !important;
  }
}
#xabouth .container .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 760px;
}
@media (max-width: 797.99px) {
  #xabouth .container .left {
    min-width: auto;
  }
}
#xabouth .container .left .content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279.99px) {
  #xabouth .container .left .content {
    width: 100%;
    padding-top: 100px;
  }
}
@media (max-width: 767.99px) {
  #xabouth .container .left .content {
    padding-top: 0px;
  }
}
@media (max-width: 1279.99px) {
  #xabouth .container .left {
    padding-right: 10%;
  }
}
@media (max-width: 767.99px) {
  #xabouth .container .left {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#xabouth .container .left .mobile-sub {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #xabouth .container .left .mobile-sub {
    display: block !important;
  }
}
#xabouth .container .left .subheader {
  text-transform: uppercase;
  color: #1D1D1B;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
}
@media (max-width: 1280px) {
  #xabouth .container .left .subheader {
    display: none;
  }
}
#xabouth .container .left .text {
  color: #1D1D1B;
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 500;
}
#xabouth .container .left a {
  width: 260.99px;
  height: 38px;
  padding: 10px 30px;
  gap: 5px;
  font-weight: 400;
  line-height: 140%;
  font-size: 16px;
  margin-top: 60px;
}
#xabouth .container .left a img {
  width: 86.99px;
  height: 16.34px;
}
#xabouth .container .left a:hover {
  background-color: #d65159;
}
@media (max-width: 767.99px) {
  #xabouth .container .left a {
    display: none;
  }
}
#xabouth .container .right {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  overflow: scroll;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#xabouth .container .right::-webkit-scrollbar {
  display: none;
}
#xabouth .container .right .right {
  display: flex;
  gap: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#xabouth .container .right .cart {
  width: 470px;
  min-width: 470px;
  height: 497.58px;
  padding: 32px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  transition: transform 0.5s ease, min-width 0.5s ease, height 0.5s ease;
  border-radius: 7.62579px;
  box-shadow: 0px 10px 32px -8px rgba(12, 12, 13, 0.4);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18));
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #xabouth .container .right .cart {
    transition: transform 0.8s ease, width 0.8s ease, height 0.8s ease;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #xabouth .container .right .cart {
    width: 33%;
  }
}
@media (max-width: 500px) {
  #xabouth .container .right .cart {
    width: 317px;
    min-width: 317px;
    padding: 32px 16px;
    height: 472px;
  }
}
#xabouth .container .right .cart.cart-left {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Latex-Ruda-003-scaled.jpg");
  position: relative;
}
#xabouth .container .right .cart.cart-left p, #xabouth .container .right .cart.cart-left h4 {
  z-index: 1;
}
#xabouth .container .right .cart.cart-left::after {
  background-color: rgba(0, 0, 0, 0.4117647059);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  border-radius: 8px;
}
#xabouth .container .right .cart.cart-right {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/cart-rught-bg.png");
}
#xabouth .container .right .cart.move-right {
  transform: translateX(102%);
}
#xabouth .container .right .cart.move-left {
  transform: translateX(-102%);
}
#xabouth .container .right .cart.activ {
  height: 552px;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #xabouth .container .right .cart.activ {
    width: 66%;
  }
}
@media (max-width: 500px) {
  #xabouth .container .right .cart.activ {
    width: 317px;
    height: 472px;
  }
}
#xabouth .container .right .cart h4,
#xabouth .container .right .cart p {
  color: white;
}
#xabouth .container .right .cart p {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}
#xabouth .container .right .cart h4 {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 120%;
}

#xdetails {
  background-color: #f6f6f6;
}
@media (max-width: 767.99px) {
  #xdetails {
    overflow: hidden;
    padding-bottom: 0px;
  }
}
#xdetails .img-col {
  width: 663px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xdetails .img-col {
    justify-content: flex-start;
  }
}
@media (max-width: 767.99px) {
  #xdetails .img-col {
    justify-content: left !important;
  }
  #xdetails .img-col img {
    margin-bottom: 64px !important;
    height: 126.16px !important;
    width: auto !important;
  }
}
#xdetails .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xdetails .container {
    padding-top: 144px;
    gap: 96px;
  }
}
@media (max-width: 767.99px) {
  #xdetails .container {
    flex-direction: row;
    overflow: scroll;
    gap: 50px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #xdetails .container::-webkit-scrollbar {
    display: none;
  }
}
#xdetails .container .margin-left {
  margin-left: 64px;
}
@media (max-width: 1279.99px) {
  #xdetails .container .margin-left {
    margin-left: 0px;
  }
}
#xdetails .container .row {
  display: flex;
  gap: 64px;
  align-items: center;
  margin-bottom: 104px;
  margin-top: 104px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xdetails .container .row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.99px) {
  #xdetails .container .row {
    margin-top: 44px;
    margin-bottom: 44px;
    width: 70%;
  }
}
@media (max-width: 1279.99px) {
  #xdetails .container .row {
    flex-direction: column;
    align-items: flex-start;
  }
  #xdetails .container .row.row-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1279.99px) and (max-width: 767.99px) {
  #xdetails .container .row.row-reverse {
    justify-content: space-between;
  }
}
@media (max-width: 767.99px) {
  #xdetails .container .row {
    gap: 0;
  }
}
#xdetails .container .row img.cart {
  width: 379;
  height: 285px;
}
@media (max-width: 1279.99px) {
  #xdetails .container .row img.cart {
    width: 167.77px;
    height: 126.16px;
  }
}
@media (max-width: 767.99px) {
  #xdetails .container .row img.cart {
    margin-bottom: 64px;
  }
}
#xdetails .container .row img.costium {
  width: 312px;
  height: 350px;
}
@media (max-width: 1279.99px) {
  #xdetails .container .row img.costium {
    width: 138.11px;
    height: 155.23px;
  }
}
#xdetails .container .row img.flag {
  width: 125px;
  height: 418px;
}
@media (max-width: 1279.99px) {
  #xdetails .container .row img.flag {
    width: 55.35px;
    height: 184.97px;
  }
}
#xdetails .container .row .col {
  max-width: 663px;
}
@media (max-width: 1279.99px) {
  #xdetails .container .row .col {
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  #xdetails .container .row .col {
    height: auto;
  }
}
#xdetails .container .row .col h3 {
  margin-bottom: 39px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #xdetails .container .row .col h3 {
    font-size: 3rem;
    font-weight: bold;
  }
}
#xdetails .container .row .col h3 br {
  display: none;
}
@media (max-width: 767.99px) {
  #xdetails .container .row .col h3 br {
    display: block;
  }
}
#xdetails .container .row .col p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767.99px) {
  #xdetails {
    overflow: visible !important;
  }
  .x-detail-container {
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 20px !important; /* trochę mniejszy gap w mobile */
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .x-detail-container::-webkit-scrollbar {
    display: none !important;
  }
  .x-detail-container > .row {
    flex: 0 0 auto !important; /* zachowuje szerokość elementów */
    width: 80% !important; /* nie ograniczamy do 70% */
    margin: 0 !important; /* usuwa dodatkowe marginesy */
  }
  .x-detail-container > .row:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .img-col {
    width: auto !important; /* dopasowuje szerokość obrazów do zawartości */
    justify-content: flex-start !important;
    margin-bottom: 0px;
  }
}
#recruitment {
  background-color: #f6f6f6;
  padding-bottom: 20px;
}
@media (max-width: 767.99px) {
  #recruitment {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
#recruitment .wrapper {
  background-color: white;
  padding: 50px 74px;
  width: 90%;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  max-width: 1679px;
}
@media (max-width: 1279.99px) {
  #recruitment .wrapper {
    background-color: transparent;
    box-shadow: none;
  }
}
@media (max-width: 767.99px) {
  #recruitment .wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #recruitment .wrapper {
    padding: 80px 0 32px 0px;
  }
}
#recruitment .wrapper .col-first {
  max-width: 484px !important;
}
#recruitment .wrapper .col-first p {
  line-height: 140%;
  color: #1D1D1B;
}
#recruitment .wrapper .col-first .subheader {
  font-weight: 400;
  line-height: 120%;
}
#recruitment .wrapper .btn-radius {
  margin: 0 auto;
  margin-top: 32px;
  width: 298.99px;
  height: 38px;
  gap: 5px;
  line-height: 140%;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
}
#recruitment .wrapper .btn-radius img {
  width: 86.99px;
  height: 16.34px;
}
#recruitment .wrapper .btn-radius:hover {
  background-color: #d65159;
}
@media (max-width: 767.99px) {
  #recruitment .pc-tablet {
    display: none !important;
  }
}
#recruitment .mobile {
  display: none;
}
@media (max-width: 767.99px) {
  #recruitment .mobile {
    margin-left: 20px;
    margin-right: 30px;
    padding-top: 100px;
    display: flex !important;
    justify-content: space-between;
    padding-top: 24px;
  }
}
#recruitment .mobile .btn-radius {
  margin-top: 20px;
}
@media (max-width: 767.99px) {
  #recruitment .mobile .btn-radius {
    margin-top: 16px;
  }
}
#recruitment .mobile h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
#recruitment .mobile h3::after {
  position: absolute;
  left: -36px;
  top: 28px;
  background: #E30613;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  content: "";
}
#recruitment .mobile .secound {
  position: relative;
}
#recruitment .mobile .secound::before {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -55px;
  top: 19px;
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Frame-940.png");
}
#recruitment .mobile .fourth {
  position: relative;
}
#recruitment .mobile .fourth::before {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -55px;
  top: 19px;
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Frame-942.png");
}
#recruitment .mobile .third {
  position: relative;
}
#recruitment .mobile .third::before {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -55px;
  top: 19px;
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Frame-943.png");
}
#recruitment .mobile .btn-radius {
  position: relative;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  gap: 5px;
}
#recruitment .mobile .btn-radius::after {
  position: absolute;
  left: -36px;
  top: 9px;
  background: #E30613;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  content: "";
}
#recruitment .mobile .item {
  background-color: white;
  padding: 24px 16px;
  border-radius: 8px;
  color: #1D1D1B;
}
#recruitment .mobile .item .bold {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 120%;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
}
@media (max-width: 767.99px) {
  #recruitment .mobile .item .bold {
    color: #1d1d1b;
  }
}
#recruitment .mobile .col.red {
  background-color: #E30613;
  padding: 24px 16px;
  color: white;
  border-radius: 8px;
  position: relative;
}
#recruitment .mobile .col.red::before {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -55px;
  top: 19px;
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/pen-white.png");
}
#recruitment .mobile .col.red .bold {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 120%;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
}
#recruitment .mobile .col.red a {
  color: white;
}
#recruitment .mobile .line {
  background-color: white;
  width: 4px;
  height: auto;
  min-width: 5px;
  margin-right: 30px;
  margin-bottom: 25px;
  border-radius: 10px;
}
#recruitment .mobile .items {
  padding-top: 20px;
  flex-direction: column;
  gap: 20px;
  display: flex;
}
#recruitment .content {
  gap: 50px;
  display: flex;
  justify-content: center;
}
#recruitment .content .line {
  background-color: #f6f6f6;
  width: 3px;
  height: auto;
  min-width: 3px;
  border-radius: 10px;
}
@media (max-width: 1279.99px) {
  #recruitment .content .line {
    background-color: white;
    min-width: 5px;
  }
}
#recruitment .content .secound {
  position: relative;
}
#recruitment .content .secound::before {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Frame-940.png");
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -75px;
  top: 19px;
  content: "";
}
@media (max-width: 1279.99px) {
  #recruitment .content .secound::before {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/phone-white.png");
  }
}
#recruitment .content .secound::after {
  position: absolute;
  left: -20px;
  top: 37px;
  background: #E30613;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  content: "";
}
#recruitment .content .third {
  position: relative;
}
#recruitment .content .third::before {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Frame-942.png");
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -75px;
  top: 19px;
  content: "";
}
@media (max-width: 1279.99px) {
  #recruitment .content .third::before {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/persons-white.png");
  }
}
#recruitment .content .third::after {
  position: absolute;
  right: -20px;
  top: 37px;
  background: #E30613;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  content: "";
}
#recruitment .content .fourth {
  position: relative;
}
#recruitment .content .fourth::before {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Frame-943.png");
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -75px;
  top: 19px;
  content: "";
}
@media (max-width: 1279.99px) {
  #recruitment .content .fourth::before {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/smile-white.png");
  }
}
#recruitment .content .fourth::after {
  position: absolute;
  left: -20px;
  top: 37px;
  background: #E30613;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  content: "";
}
#recruitment .content .left-col,
#recruitment .content .right-col {
  max-width: 520px;
  flex: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #recruitment .content .left-col,
  #recruitment .content .right-col {
    max-width: none;
  }
}
#recruitment .content .col {
  max-width: 520px;
}
#recruitment .content .col h3 {
  margin-top: 33px;
  margin-bottom: 33px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #recruitment .content .col {
    max-width: none;
  }
}
#recruitment .content .red {
  background-color: #E30613;
  color: white;
  border-radius: 9px;
  padding: 32px;
  margin-top: 87px;
  margin-bottom: 224px;
  max-width: 520px;
  height: 139px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #recruitment .content .red {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #recruitment .content .red {
    max-width: none;
  }
}
#recruitment .content .red .bold {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 23px;
}
#recruitment .content .red .text {
  font-size: 19px;
  font-weight: 400;
}
#recruitment .content .red::before {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Frame-939.png");
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -75px;
  top: 19px;
  content: "";
}
@media (max-width: 1279.99px) {
  #recruitment .content .red::before {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/pen-white.png");
  }
}
#recruitment .content .red::after {
  position: absolute;
  right: -20px;
  top: 37px;
  background: #E30613;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  content: "";
}
#recruitment .content .red a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
  line-height: 120%;
  font-family: 19px;
}
#recruitment .content .first-img {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/rekrutacja.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 284px;
  border-radius: 7px;
  margin-bottom: 251px;
  position: relative;
  width: 546px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #recruitment .content .first-img {
    width: 100%;
  }
}
#recruitment .content .first-img::after {
  position: absolute;
  left: -56px;
  top: 75px;
  background: #E30613;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  content: "";
}
#recruitment .content .item {
  display: flex;
  gap: 50px;
  max-width: 520px;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #recruitment .content .item {
    max-width: none;
  }
}
#recruitment .content .item h3 {
  margin-bottom: 20px;
}
#recruitment .content .item.first {
  padding-top: 125px;
}
#recruitment .content .item.last {
  margin-top: 200px;
}
#recruitment .content .item .gray-small {
  width: 492px;
}
#recruitment .content .item .gray-small2 {
  width: 474px;
  height: 162px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #recruitment .content .item .gray-small2 {
    height: auto;
  }
}
#recruitment .content .item .gray-small2::before {
  position: absolute;
  left: -57px;
  top: 180px;
  background: #e30613;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  content: "";
}
#recruitment .content .item .gray-large {
  width: 547px;
  height: 185px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #recruitment .content .item .gray-large {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #recruitment .content .item .col {
    max-width: none;
    width: auto;
  }
}
@media (max-width: 7679.99px) {
  #recruitment .content .item .col.mobil-col {
    display: none;
  }
}
#recruitment .content .item .col .subheader {
  font-size: 1.25rem;
  margin-bottom: 20px;
  font-weight: 500;
}
#recruitment .content .item .col .bold {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 23px;
}
#recruitment .content .item .col .text,
#recruitment .content .item .col a {
  font-size: 1.1875rem;
  line-height: 120%;
}
#recruitment .content .item .col p {
  font-weight: 400;
}
#recruitment .content .item .col.gray {
  padding: 32px;
  background-color: #f6f6f6;
  color: #1D1D1B;
  border-radius: 8px;
}
@media (max-width: 1279.99px) {
  #recruitment .content .item .col.gray {
    background: white;
  }
}

#other_contacts {
  background-color: #f6f6f6;
  margin-top: -1px;
}
@media (max-width: 767.99px) {
  #other_contacts {
    padding-top: 30px;
  }
}
#other_contacts .subheader {
  color: white;
}
@media (max-width: 767.99px) {
  #other_contacts .subheader {
    display: none;
  }
}
#other_contacts h3 {
  color: #E30613;
}
@media (max-width: 767.99px) {
  #other_contacts h3 {
    color: white;
  }
}
#other_contacts .items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #other_contacts .items {
    gap: 5vh;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.99px) {
  #other_contacts .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
#other_contacts .items a {
  color: #1D1D1B !important;
}
#other_contacts .items p, #other_contacts .items a, #other_contacts .items h4, #other_contacts .items h5 {
  color: #1D1D1B;
}
#other_contacts .items p, #other_contacts .items a {
  font-size: 1rem;
  line-height: 150%;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 200;
}
#other_contacts .items h5 {
  margin-bottom: 5px;
}
#other_contacts .items h4 {
  font-size: 1.25rem;
}
@media (max-width: 767.99px) {
  #other_contacts .items h4 {
    color: #E30613;
    font-size: 1.125rem;
    text-transform: uppercase;
  }
}
#other_contacts .items .data {
  margin-bottom: 20px;
  margin-top: 20px;
}
#other_contacts .items .data a {
  display: block;
}
#other_contacts .items .houers .time {
  font-weight: 500;
}

#contact-hero {
  padding-top: 151px;
  padding-bottom: 100px;
  background-color: #f6f6f6;
}
@media (max-width: 768.99px) {
  #contact-hero {
    padding-bottom: 20px;
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #contact-hero {
    padding-bottom: 32px;
    padding-top: 127px;
  }
}
#contact-hero .container {
  display: flex;
  gap: 100px;
}
@media (min-width: 1280px) and (max-width: 1450px) {
  #contact-hero .container {
    gap: 50px;
  }
}
@media (max-width: 767.99px) {
  #contact-hero .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#contact-hero .left {
  width: 55%;
}
@media (max-width: 767.99px) {
  #contact-hero .left .name {
    color: #565656;
    font-weight: 500;
  }
}
@media (max-width: 767.99px) {
  #contact-hero .left .streat {
    font-weight: 300 !important;
  }
}
#contact-hero .left .streat br {
  display: none;
}
@media (max-width: 767.99px) {
  #contact-hero .left .streat br {
    display: block;
  }
}
@media (min-width: 1280px) and (max-width: 1450px) {
  #contact-hero .left {
    width: 43%;
  }
}
@media (max-width: 1279.99px) {
  #contact-hero .left {
    width: 100%;
  }
}
#contact-hero .left .btns {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #contact-hero .left .btns {
    margin-bottom: 48px;
  }
}
@media (max-width: 767.99px) {
  #contact-hero .left .btns {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#contact-hero .left .btns .tel {
  display: flex;
  align-items: center;
  gap: 20px;
}
#contact-hero .left .btns .tel span {
  color: #E30613;
  font-size: 4rem;
  line-height: 120%;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
}
@media (min-width: 1280px) and (max-width: 1450px) {
  #contact-hero .left .btns .tel span {
    font-size: 3rem;
  }
}
@media (max-width: 767.99px) {
  #contact-hero .left .btns .tel span {
    font-size: 2rem;
  }
}
#contact-hero .left .btns .tel img {
  width: 60px;
  height: auto;
}
@media (max-width: 767.99px) {
  #contact-hero .left .btns .tel img {
    width: 45px;
  }
}
#contact-hero .left .btns .mail {
  color: #1D1D1B;
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
}
#contact-hero .left h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 34px;
  padding-left: 24px;
}
#contact-hero .right {
  width: 45%;
  position: relative;
}
#contact-hero .right h5 {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
}
#contact-hero .right h5,
#contact-hero .right .bold {
  font-weight: 500;
}
#contact-hero .right p,
#contact-hero .right a {
  font-weight: 300;
  font-size: 0.875rem;
}
#contact-hero .right p {
  line-height: 150%;
  font-family: "Montserrat", sans-serif;
}
#contact-hero .right a {
  color: #E30613 !important;
  text-decoration: underline;
  font-family: "Source Sans 3", sans-serif;
}
#contact-hero .right .flex {
  display: flex;
  gap: 30px;
}
#contact-hero .right .flex .column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#contact-hero .right .province#kujawskie:hover ~ #kuj-marker {
  opacity: 0;
}
#contact-hero .right .province#slaskie:hover ~ #slo {
  opacity: 0;
}
#contact-hero .right .province#mazowieckie:hover ~ #maz-marker {
  opacity: 0;
}
#contact-hero .right .province:hover {
  fill: #E30613;
  cursor: pointer;
}
@media (max-width: 1279.99px) {
  #contact-hero .right {
    display: none;
  }
}
#contact-hero h1 {
  margin-bottom: 50px;
  font-size: 1.25rem;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #contact-hero h1 {
    margin-bottom: 32px;
  }
}
#contact-hero h1 br {
  display: none;
}
@media (max-width: 767.99px) {
  #contact-hero h1 br {
    display: flex;
  }
}
@media (max-width: 767.99px) {
  #contact-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
#contact-hero .text {
  font-size: 1.5rem;
  color: #1D1D1B;
  width: 500px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  line-height: 120%;
  padding-left: 24px;
}
@media (max-width: 1279.99px) {
  #contact-hero .text {
    font-size: 1.5625rem;
    width: 50%;
    line-height: 120%;
    padding-left: 0px;
    font-weight: 300;
  }
}
@media (max-width: 768.99px) {
  #contact-hero .text {
    display: none;
  }
}
@media (max-width: 1279.99px) {
  #contact-hero .mobil-title {
    padding-left: 0px !important;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 768.99px) {
  #contact-hero .mobil-title {
    display: none;
  }
}
@media (max-width: 1279.09px) {
  #contact-hero .mobile {
    display: none;
  }
}
#contact-hero p.tablet {
  margin-bottom: 50px;
}
#contact-hero .tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #contact-hero .tablet {
    display: block;
  }
}
#contact-hero .items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
  background-color: white;
  border-radius: 8px;
  max-width: 496px;
  padding: 32px;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #contact-hero .items {
    margin-top: 48px;
  }
}
@media (min-width: 1280px) and (max-width: 1450px) {
  #contact-hero .items {
    max-width: 450px;
  }
}
@media (max-width: 767.99px) {
  #contact-hero .items {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    margin-bottom: 0px;
    width: 100%;
    max-width: unset;
  }
}
#contact-hero .items p,
#contact-hero .items a {
  color: #1D1D1B;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 767.99px) {
  #contact-hero .items p,
  #contact-hero .items a {
    line-height: 160%;
  }
}
#contact-hero .items .bold {
  font-weight: 400;
}
@media (max-width: 767.99px) {
  #contact-hero .items .bold {
    font-weight: 500;
  }
}
#contact-hero .items a {
  text-decoration: underline;
  color: #1D1D1B;
}

.tooltip {
  display: flex;
  transition: top 0.25s ease, left 0.25s ease, opacity 0.25s ease;
  position: absolute;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  white-space: nowrap;
  z-index: 100;
  visibility: hidden;
  gap: 20px;
  opacity: 0;
}
.tooltip h5 {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 34px;
}
.tooltip a {
  color: #E30613;
  text-decoration: underline;
}
.tooltip a,
.tooltip p {
  line-height: 150%;
  font-weight: 300 !important;
  font-family: "Source Sans 3", sans-serif !important;
}
.tooltip p.adres {
  font-weight: 400 !important;
}
.tooltip .columns {
  display: flex !important;
  gap: 30px;
}
.tooltip strong {
  font-weight: 500 !important;
}

.region-group.has-pinezka:hover .pinezka {
  fill: #e30613;
}

.pinezka {
  display: none;
}

.position {
  position: relative;
}

#tooltip-kujawsko-pomorskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/rigt-cornel-top-1.png");
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -52px;
  top: 0;
  pointer-events: none;
}

#tooltip-zachodnio-pomorskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/arrow-left-top.png");
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -65px;
  top: 0;
  pointer-events: none;
}

#tooltip-warminsko-mazurskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/rigt-cornel-top.png");
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -52px;
  top: 0;
  pointer-events: none;
}

#tooltip-pomorskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/rigt-cornel-top.png");
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -52px;
  top: 0;
  pointer-events: none;
}

#tooltip-mazowieckie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/arrow-midle.png");
  position: absolute;
  display: block;
  width: 102px;
  height: 209px;
  background-repeat: no-repeat;
  background-size: cover;
  right: -69px;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}

#tooltip-lodzkie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/arrow-midle.png");
  position: absolute;
  display: block;
  width: 102px;
  height: 209px;
  background-repeat: no-repeat;
  background-size: cover;
  right: -69px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#tooltip-swietokrzyskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/arrow-midle.png");
  position: absolute;
  display: block;
  width: 102px;
  height: 209px;
  background-repeat: no-repeat;
  background-size: cover;
  right: -69px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#tooltip-lubelskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/arrow-midle.png");
  position: absolute;
  display: block;
  width: 100px;
  height: 219px;
  background-repeat: no-repeat;
  background-size: cover;
  right: -66px;
  top: 23%;
  pointer-events: none;
}

#tooltip-opolskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/down-middle-corner-1.png");
  position: absolute;
  display: block;
  width: 307px;
  height: 219px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 50px;
  top: 85%;
  z-index: -1;
  pointer-events: none;
}

#tooltip-slonskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/bootom-right-cornel.png");
  position: absolute;
  display: block;
  width: 145px;
  height: 219px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0px;
  top: 82%;
  pointer-events: none;
  z-index: -1;
}

#tooltip-podkarpackie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/bootom-right-cornel.png");
  position: absolute;
  display: block;
  width: 145px;
  height: 219px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -1px;
  top: 79%;
  z-index: -1;
  pointer-events: none;
}

#tooltip-malopolskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/bootom-right-cornel.png");
  position: absolute;
  display: block;
  width: 307px;
  height: 219px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 52px;
  top: 83%;
  z-index: -1;
  pointer-events: none;
}

#tooltip-podlaskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/rigt-cornel-top.png");
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  right: -52px;
  top: 0;
  pointer-events: none;
}

#tooltip-wielkopolskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/arrow-right-before-1.png");
  position: absolute;
  display: block;
  width: 145px;
  height: 219px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -61px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#tooltip-dolnoslaskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/arrow-left-down.png");
  position: absolute;
  display: block;
  width: 145px;
  height: 219px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  z-index: -1;
  top: 124%;
  transform: translateY(-50%);
  pointer-events: none;
}

@media (max-width: 1279.99px) {
  #tulips-container {
    display: none !important;
  }
}

#tooltip-lubuskie::before {
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/arrow-right-before-1.png");
  position: absolute;
  display: block;
  width: 145px;
  height: 219px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -61px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#contact-accordion {
  background-color: #f6f6f6;
}
#contact-accordion .container {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 767.99px) {
  #contact-accordion .container {
    padding-top: 62px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767.99px) {
  #contact-accordion .first-accordion {
    margin-bottom: 20px;
  }
}
#contact-accordion .first-accordion .dark {
  max-width: 404px;
  padding: 32px !important;
}
@media (max-width: 767.99px) {
  #contact-accordion .first-accordion .dark {
    margin-right: 0px;
  }
}
#contact-accordion .first-accordion .dark a {
  color: white !important;
}
@media (max-width: 767.99px) {
  #contact-accordion .first-accordion .dark {
    padding: 32px !important;
  }
}
#contact-accordion .contact-data {
  font-size: 1.25rem;
  line-height: 120%;
}
@media (max-width: 767.99px) {
  #contact-accordion .contact-data {
    margin-bottom: 16px;
  }
}
#contact-accordion .secound-accordion h6 {
  margin-bottom: 24px !important;
}
#contact-accordion .secound-accordion .flex-2 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#contact-accordion .accordion {
  overflow: hidden;
}
@media (max-width: 768px) {
  #contact-accordion .accordion {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
#contact-accordion .accordion h2 {
  color: #E30613;
  font-weight: bold;
  color: #E30613;
}
@media (max-width: 767.99px) {
  #contact-accordion .accordion h2 {
    font-size: 38px;
  }
}
#contact-accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 30px 0px;
}
#contact-accordion .accordion-header img {
  width: 45px;
  height: auto;
  transition: transform 0.3s ease;
}
#contact-accordion .accordion-header.active img {
  transform: rotate(180deg);
}
#contact-accordion .accordion-header h2 br {
  display: none;
}
@media (max-width: 767.99px) {
  #contact-accordion .accordion-header h2 br {
    display: block;
  }
}
#contact-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
#contact-accordion .accordion-content.open {
  max-height: 100%;
  margin-top: 64px;
}
@media (max-width: 767.99px) {
  #contact-accordion .accordion-content.open {
    margin-top: 48px;
  }
}
#contact-accordion .accordion-content {
  display: flex;
  gap: 64px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #contact-accordion .accordion-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.99px) {
  #contact-accordion .accordion-content {
    flex-direction: column;
    gap: 48px;
  }
}
#contact-accordion .accordion-content .flex-1 {
  max-width: 360px;
}
#contact-accordion .accordion-content .flex-1 .houers {
  margin-bottom: 0px !important;
}
#contact-accordion .accordion-content .col {
  padding: 32px;
  color: #1D1D1B;
  flex-wrap: wrap;
}
@media (max-width: 1279.99px) {
  #contact-accordion .accordion-content .col {
    max-width: none;
  }
}
@media (max-width: 767.99px) {
  #contact-accordion .accordion-content .col {
    padding: 0px;
  }
}
#contact-accordion .accordion-content .col a {
  color: #1D1D1B;
}
#contact-accordion .accordion-content .col.dark {
  background-color: #1D1D1B;
  border-radius: 8px;
  color: white;
}
#contact-accordion .accordion-content .col h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 40px;
}
#contact-accordion .accordion-content .col h6 br {
  display: none;
}
@media (max-width: 767.99px) {
  #contact-accordion .accordion-content .col h6 br {
    display: block;
  }
}
#contact-accordion .accordion-content .col .contact {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contact-accordion .accordion-content .col .contact a {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
#contact-accordion .accordion-content .col .houers {
  margin-bottom: 40px;
}
#contact-accordion .accordion-content .col .houers .bold {
  line-height: 150%;
  font-weight: 400;
}
#contact-accordion .accordion-content .col .houers p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}
#contact-accordion .accordion-content .col .details p {
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #contact-accordion .accordion-content .flex-1 {
    flex: 1;
    width: 50%;
  }
  #contact-accordion .accordion-content .flex-2 {
    width: 100%;
  }
}

#contact_black {
  background-color: #1D1D1B;
  padding-bottom: 32px;
  padding-top: 32px;
}
#contact_black h3 {
  color: white;
  font-size: 3rem;
  margin-bottom: 48px;
}
#contact_black input, #contact_black textarea {
  background-color: transparent !important;
  border: 1px solid white;
}
#contact_black .row {
  gap: 0px;
}

#desctop-contact {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/contact-form-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #desctop-contact {
    padding: 50px 40px;
  }
}
#desctop-contact .wpcf7-response-output {
  border: transparent !important;
  color: #1D1D1B !important;
}
#desctop-contact .wrapper {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 88px 64px;
  width: 820px;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #desctop-contact .wrapper {
    padding: 88px 64px;
    width: 100%;
  }
}
#desctop-contact .wrapper h3 {
  color: #1D1D1B;
  margin-bottom: 64px;
}
#desctop-contact .wrapper h3 br {
  display: none;
}
@media (min-width: 1279.99px) {
  #desctop-contact .wrapper h3 br {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #desctop-contact .wrapper h3 {
    text-align: center;
    font-size: 48px;
  }
}
#desctop-contact input {
  height: 60px;
}
#desctop-contact .wpcf7-acceptance input[type=checkbox] {
  border: 1px solid #1D1D1B !important;
}
#desctop-contact .wpcf7-acceptance input[type=checkbox]:checked::before {
  color: #0d0d0d;
}
#desctop-contact textarea {
  height: 256px;
}
#desctop-contact form input,
#desctop-contact form textarea {
  background-color: #efefef !important;
  color: #1D1D1B !important;
}
#desctop-contact form input::placeholder,
#desctop-contact form textarea::placeholder {
  color: #1D1D1B !important;
}
#desctop-contact form .wpcf7-list-item-label {
  color: #1D1D1B !important;
}
#desctop-contact form .wpcf7-submit {
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
  background-color: transparent !important;
  font-family: "Montserrat", sans-serif;
  margin-top: 43px;
  height: 53px;
  font-size: 14px;
}

#wheel_sets_abouth {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth {
    margin-top: -1px;
    margin-bottom: 62px;
  }
}
#wheel_sets_abouth .mobile {
  display: none;
  width: 100%;
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth .mobile {
    display: block;
    height: 242px;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#wheel_sets_abouth .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth .container .content {
    margin-top: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_abouth .container .content {
    flex-direction: column;
    gap: 93px;
  }
}
#wheel_sets_abouth .container .content .col {
  width: 623.5px;
}
@media (max-width: 1279.99px) {
  #wheel_sets_abouth .container .content .col {
    width: 100%;
  }
}
#wheel_sets_abouth .container .content .col p {
  margin-top: 39px;
  margin-bottom: 60px;
  font-size: 24px;
  color: #1D1D1B;
  font-weight: 300;
  color: #1D1D1B;
}
#wheel_sets_abouth .container .content .col h3 {
  color: #1D1D1B;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_abouth .container .content .col h3 {
    font-size: 48px;
  }
}
#wheel_sets_abouth .container .content .col h3 span {
  color: #E30613;
}
#wheel_sets_abouth .container .content .desctop {
  width: 623.5px;
  min-width: 550px;
  height: 603px;
  border-radius: 8px;
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth .container .content .desctop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_abouth .container .content .desctop {
    width: 100%;
    height: 363px;
    object-fit: cover;
    object-position: center;
  }
}
#wheel_sets_abouth .container .bottom {
  margin-top: 130px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_abouth .container .bottom {
    margin-top: 80px;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth .container .bottom {
    margin-top: 50px;
  }
}
#wheel_sets_abouth .container .bottom .title {
  text-align: center;
  margin-bottom: 60px;
  color: #1D1D1B;
  font-weight: bold;
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth .container .bottom .title {
    text-align: left;
    margin-top: 43px;
  }
  #wheel_sets_abouth .container .bottom .title br {
    display: none;
  }
}
#wheel_sets_abouth .container .bottom .cols {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_abouth .container .bottom .cols {
    flex-direction: column;
    gap: 52px;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth .container .bottom .cols {
    flex-direction: column;
    gap: 43px;
  }
}
#wheel_sets_abouth .container .bottom .cols .addtoany_share_save_container {
  display: none;
}
#wheel_sets_abouth .container .bottom .cols .news-meta {
  padding: 30px 16px 27px 16px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_abouth .container .bottom .cols .news-meta {
    padding: 48px 16px 33px 16px;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth .container .bottom .cols .news-meta {
    padding: 48px 0px 34px 0px;
  }
}
#wheel_sets_abouth .container .bottom .cols h4 {
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 27px;
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth .container .bottom .cols h4 {
    font-size: 1.5rem;
    margin-bottom: 33px;
  }
}
#wheel_sets_abouth .container .bottom .cols a {
  margin-left: 16px;
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth .container .bottom .cols a {
    margin-left: 0px;
  }
}
#wheel_sets_abouth .container .bottom .cols .news-box {
  flex: 1;
  width: 33%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279.9px) {
  #wheel_sets_abouth .container .bottom .cols .news-box {
    width: 100%;
  }
}
#wheel_sets_abouth .container .bottom .cols .news-box .news-thumbnail {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_abouth .container .bottom .cols .news-box .news-thumbnail {
    height: 410px;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets_abouth .container .bottom .cols .news-box .news-thumbnail {
    height: 200px;
  }
}
#wheel_sets_abouth .container .bottom .news-date, #wheel_sets_abouth .container .bottom .news-content p {
  white-space: normal;
}
@media (max-width: 1279.99px) {
  #wheel_sets_abouth .container .bottom .news-date, #wheel_sets_abouth .container .bottom .news-content p {
    -webkit-line-clamp: 4;
  }
}
#wheel_sets_abouth .container .bottom .news-content {
  max-height: none;
}

#wheel_sets_hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/wheel_sets_hero.png");
  height: 100vh;
}
@media (max-width: 1278.99px) {
  #wheel_sets_hero {
    height: 100%;
  }
}
#wheel_sets_hero #carusel {
  padding-top: 65px;
  padding-bottom: 65px;
}
#wheel_sets_hero #carusel img {
  height: 33px;
  filter: brightness(0) saturate(100%) invert(66%) sepia(0%) saturate(28%) hue-rotate(43deg) brightness(91%) contrast(89%);
}
#wheel_sets_hero #carusel .wpcp-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #161616 0%, rgba(246, 246, 246, 0) 100%) !important;
}
#wheel_sets_hero #carusel .wpcp-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #161616 0%, rgba(246, 246, 246, 0) 100%) !important;
}
#wheel_sets_hero .container {
  color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
}
@media (max-width: 767.99px) {
  #wheel_sets_hero .container .top {
    margin-top: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_hero .container .top {
    margin-top: 137px;
  }
}
#wheel_sets_hero .container .top .content {
  display: flex;
  flex-direction: column;
  gap: 226px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_hero .container .top .content {
    gap: 226px;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets_hero .container .top .content {
    gap: 127px;
  }
}
#wheel_sets_hero .container .top .content .text {
  text-align: center;
}
#wheel_sets_hero .container .top .content .text .subheader {
  margin-bottom: 32px;
  font-size: 1.25rem;
}
#wheel_sets_hero .container .top .content .text h1 {
  font-weight: bold;
  line-height: 120%;
  color: white;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_hero .container .top .content .text h1 {
    font-size: 64px;
  }
}
#wheel_sets_hero .container .top .content .text h1 br {
  display: none;
}
@media (max-width: 1279.99px) {
  #wheel_sets_hero .container .top .content .text h1 br {
    display: block;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets_hero .container .top .content .text h1 {
    font-size: 2.5rem;
  }
}
#wheel_sets_hero .container .top .numbers .items {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_hero .container .top .numbers .items {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    align-items: center;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets_hero .container .top .numbers .items {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
    justify-content: center;
    align-items: center;
  }
}
#wheel_sets_hero .container .top .numbers .items .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 446.67px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_hero .container .top .numbers .items .item {
    width: auto;
  }
}
#wheel_sets_hero .container .top .numbers .items .item .number {
  font-size: 3.25rem;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
#wheel_sets_hero .container .top .numbers .items .item .details {
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  text-align: center;
  font-weight: 400;
}
#wheel_sets_hero .container .top .numbers a {
  margin: 0 auto;
  height: 57px;
  width: 206px;
  margin-top: 80px;
  padding: 20px 32px;
}
#wheel_sets_hero .container .top .numbers a:hover {
  border: 1px solid #E30613;
  background-color: #E30613;
}
#wheel_sets_hero .container .bottom {
  height: 76.32px;
  max-width: 1111px;
  margin: 77px auto 100px auto;
}
#wheel_sets_hero .container .bottom .skip-lazy {
  min-height: 28.06px !important;
  height: 28.06px !important;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_hero .container .bottom {
    height: auto;
    margin-top: 77px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    max-width: none !important;
    margin-left: 0;
    margin-right: 0;
  }
  #wheel_sets_hero .container .bottom .wpcp-carousel-content-wrapper {
    height: 86px;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
  }
  #wheel_sets_hero .container .bottom .dark-carusel {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets_hero .container .bottom {
    height: auto;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 100px;
    max-width: none !important;
    margin-left: 0;
    margin-right: 0;
  }
  #wheel_sets_hero .container .bottom .wpcp-carousel-content-wrapper {
    height: 86px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
  }
  #wheel_sets_hero .container .bottom .dark-carusel {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
#wheel_sets_hero .container .bottom img {
  width: 100%;
  object-fit: contain;
}

#wheel_sets_xpartner {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_xpartner {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets_xpartner {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
#wheel_sets_xpartner .container {
  border-radius: 9px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/Platforma-xpartner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 150px 91px;
}
@media (max-width: 1279.99px) {
  #wheel_sets_xpartner .container {
    flex-direction: column;
    gap: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_xpartner .container {
    padding: 83px 40px 62px 40px;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets_xpartner .container {
    text-align: left;
    padding: 61px 40px 61px 40px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
#wheel_sets_xpartner .container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #wheel_sets_xpartner .container .content {
    text-align: center;
  }
}
#wheel_sets_xpartner .container .content .subheader {
  text-transform: uppercase;
  font-size: 1.25rem;
}
#wheel_sets_xpartner .container .content h3 {
  color: white;
  font-size: 2.0625rem;
  font-weight: bold;
  line-height: 110%;
  margin-top: 22px;
  margin-bottom: 22px;
}
#wheel_sets_xpartner .container .content .text {
  font-size: 1rem;
  line-height: 140%;
  font-weight: 300;
}
#accessories_hero .swiper-pagination {
  display: flex;
  justify-content: center;
}
#accessories_hero::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 70%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/accesories-bg.png");
}
@media (max-width: 1830px) {
  #accessories_hero::before {
    width: 30%;
    height: 70%;
    left: 0;
  }
}
@media (min-width: 1600px) and (max-width: 1829.99px) {
  #accessories_hero::before {
    width: 25%;
    height: 66%;
    left: -79px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  #accessories_hero::before {
    width: 25%;
    height: 50%;
    left: -79px;
  }
}
@media (min-width: 1280px) and (max-width: 1399.99px) {
  #accessories_hero::before {
    width: 30%;
    height: 50%;
    left: -135px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #accessories_hero::before {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/acesories_bg.png");
    right: 0;
    left: auto;
    width: 240px;
    height: 100%;
    bottom: -36%;
    background-size: contain;
  }
}
@media (max-width: 767.99px) {
  #accessories_hero::before {
    display: none;
  }
}
#accessories_hero span.sensors,
#accessories_hero span.screws {
  margin-top: 10px;
}
#accessories_hero .container .bottom {
  margin-left: 11.5vw;
}
@media (min-width: 1280px) and (max-width: 1330px) {
  #accessories_hero .container .bottom {
    margin-left: 10vw;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #accessories_hero .container .bottom {
    margin-left: 0px;
  }
}
#accessories_hero .container .bottom img {
  position: relative;
}
#accessories_hero .container .bottom .chains {
  width: 115px;
  height: 115px;
  top: 5px;
}
#accessories_hero .container .bottom .sensors {
  width: 99px;
  height: 124px;
  top: 17px;
}
#accessories_hero .container .bottom .screws {
  width: 101px;
  height: auto;
  top: 68px;
}
#accessories_hero .container .bottom .rings {
  width: 123.81px !important;
  height: auto;
  top: 40px;
}
#accessories_hero .container .bottom .security {
  width: 86px;
  height: 94px;
  margin-top: 33px;
}

@media (min-width: 768px) and (max-width: 1279.99px) {
  .header_screws {
    margin-top: 84px !important;
  }
}

@media (min-width: 768px) and (max-width: 1279.99px) {
  .header_rings {
    margin-top: 52px !important;
  }
}

@media (min-width: 768px) and (max-width: 1279.99px) {
  .header_security {
    margin-top: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 1279.99px) {
  .header_chains {
    margin-top: 39px !important;
  }
}

#lancuchy .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 88px;
  margin-bottom: 88px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  #lancuchy .container {
    padding-bottom: 0px;
    margin-bottom: 96px !important;
    padding-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #lancuchy .container {
    margin-bottom: 0px;
    padding-top: 64px;
  }
}
#lancuchy .container .desctop {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #lancuchy .container .desctop {
    width: 715px;
    height: auto;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #lancuchy .container .desctop {
    display: block;
  }
}
#lancuchy .container .mobile {
  display: none;
}
@media (max-width: 767.99px) {
  #lancuchy .container .mobile {
    display: block;
    width: 254px;
    height: 294px;
    margin: 64px auto;
  }
}
#lancuchy .container .red_subtitule {
  margin-bottom: -55px !important;
}
@media (max-width: 767.99px) {
  #lancuchy .container .red_subtitule {
    margin-bottom: -42px !important;
  }
}
@media (max-width: 1279.99px) {
  #lancuchy .container {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #lancuchy .container {
    gap: 64px;
  }
}
#lancuchy .container img {
  width: 486px;
  height: 475px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #lancuchy .container img {
    width: 715px;
    height: auto;
    margin: 0 auto;
  }
}
#lancuchy .container .content {
  padding-top: 50px;
  width: 50%;
}
@media (max-width: 768px) {
  #lancuchy .container .content {
    padding-top: 0px !important;
  }
}
@media (max-width: 1279.99px) {
  #lancuchy .container .content {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #lancuchy .container .content {
    padding-top: 0px;
  }
}
#lancuchy .container .content h2 {
  margin-bottom: 54px;
}
@media (max-width: 767.99px) {
  #lancuchy .container .content h2 {
    font-size: 32px !important;
    font-weight: bold;
    margin-bottom: 0px;
  }
}
#lancuchy .container .content .detail {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 33px;
  font-weight: 500;
  color: #1D1D1B;
}
@media (min-width: 768px) and (max-width: 1490px) {
  #lancuchy .container .content .detail br {
    display: none;
  }
}
@media (max-width: 767.99px) {
  #lancuchy .container .content .detail {
    display: none;
  }
}
#lancuchy .container .content .text {
  line-height: 120%;
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  color: #1D1D1B;
}
@media (max-width: 767.99px) {
  #lancuchy .container .content .text {
    display: none;
  }
}
#lancuchy .container .content .mobile-text {
  display: none;
  font-size: 1rem;
  color: #1D1D1B;
}
@media (max-width: 767.99px) {
  #lancuchy .container .content .mobile-text {
    display: block;
  }
}
#lancuchy .container .content a {
  margin-top: 144px;
  height: 57px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #lancuchy .container .content a {
    margin-top: 64px;
  }
}
@media (max-width: 767.99px) {
  #lancuchy .container .content a {
    margin-top: 64px;
  }
}
@media (max-width: 767.99px) {
  #lancuchy .container .content a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

#sruby {
  background-color: #1D1D1B;
  padding-bottom: 128px;
}
@media (max-width: 767.99px) {
  #sruby {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: -3px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #sruby {
    padding-top: 64px;
    margin-top: -3px;
  }
}
#sruby .red_subtitule {
  margin-bottom: -55px !important;
  margin-top: 5px;
}
@media (max-width: 767.99px) {
  #sruby .red_subtitule {
    margin-bottom: -42px !important;
  }
}
#sruby .content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: end;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #sruby .content {
    gap: 48px;
  }
}
@media (max-width: 767.99px) {
  #sruby .content {
    flex-direction: column;
    gap: 50px;
  }
}
#sruby .content .col {
  color: white;
}
@media (max-width: 767.99px) {
  #sruby .content .col {
    width: 100%;
  }
}
#sruby .content .col .red_subtitule {
  z-index: 0;
}
#sruby .content .col h2 {
  color: white;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.99px) {
  #sruby .content .col h2 {
    font-size: 32px !important;
  }
}
#sruby .content .col .text {
  font-size: 1.25rem;
  margin-top: 30px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-top: 54px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #sruby .content .col .text {
    margin-top: 120px;
  }
}
@media (max-width: 767.99px) {
  #sruby .content .col .text {
    font-weight: 400;
  }
}
#sruby .content .col .text span {
  font-weight: bold;
}
@media (max-width: 767.99px) {
  #sruby .content .col .text span {
    font-weight: 400;
  }
}
@media (max-width: 1279.99px) {
  #sruby .content .col .text br {
    display: none;
  }
}
@media (max-width: 767.99px) {
  #sruby .content .col .text {
    font-size: 1rem;
  }
}
#sruby .screws-desc {
  width: 366.29px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #sruby .screws-desc {
    width: 241px;
    height: 232px;
  }
}
@media (max-width: 767.99px) {
  #sruby .screws-desc {
    display: none;
  }
}
#sruby .screws-mobile {
  display: none;
}
@media (max-width: 767.99px) {
  #sruby .screws-mobile {
    display: flex;
    margin: 0 auto;
    width: 177px;
    height: 122px;
    margin-top: 54px;
    margin-bottom: 54px;
  }
}
#sruby .square-btn {
  margin-top: 144px;
  height: 57px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #sruby .square-btn {
    margin-top: 68px;
  }
}
@media (max-width: 767.99px) {
  #sruby .square-btn {
    margin-top: 64px;
    width: 100%;
  }
}

#zabezpieczenia {
  padding-bottom: 112px;
}
@media (max-width: 767.99px) {
  #zabezpieczenia {
    padding-top: 0px;
    padding-bottom: 64px;
  }
}
#zabezpieczenia .red_subtitule {
  margin-bottom: -55px !important;
}
@media (max-width: 767.99px) {
  #zabezpieczenia .red_subtitule {
    margin-bottom: -42px !important;
  }
}
#zabezpieczenia .content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: end;
}
@media (max-width: 767.99px) {
  #zabezpieczenia .content {
    flex-direction: column;
    gap: 50px;
  }
}
#zabezpieczenia .content .col {
  color: #1D1D1B;
}
@media (max-width: 1279.99px) {
  #zabezpieczenia .content .col {
    width: 100%;
  }
}
#zabezpieczenia .content .col .red_subtitule {
  z-index: 0;
}
#zabezpieczenia .content .col h2 {
  color: #1D1D1B;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.99px) {
  #zabezpieczenia .content .col h2 {
    font-size: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #zabezpieczenia .content .col h2 {
    margin-bottom: 72px;
  }
}
#zabezpieczenia .content .col .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  margin-top: 54px;
  font-family: "Source Sans 3", sans-serif;
  width: 65%;
}
#zabezpieczenia .content .col .text span {
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #zabezpieczenia .content .col .text {
    width: 100%;
    font-weight: 400;
    margin-top: 0px;
  }
}
@media (max-width: 767.99px) {
  #zabezpieczenia .content .col .text {
    font-size: 1rem;
    width: 100%;
    font-weight: 300;
    margin-top: 48px;
  }
}
#zabezpieczenia .col-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767.99px) {
  #zabezpieczenia .col-content {
    flex-direction: column;
    gap: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #zabezpieczenia .col-content {
    gap: 48px;
    margin-top: 48px;
  }
}
#zabezpieczenia .col-content .col-inner {
  width: 50%;
}
@media (max-width: 767.99px) {
  #zabezpieczenia .col-content .col-inner {
    width: 100%;
  }
}
#zabezpieczenia .screws-desctop {
  width: 324px;
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #zabezpieczenia .screws-desctop {
    display: none;
  }
}
@media (max-width: 767.99px) {
  #zabezpieczenia .screws-desctop {
    margin: 0 auto;
    width: 247px;
    height: 246px;
  }
}
#zabezpieczenia .screws-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #zabezpieczenia .screws-tablet {
    display: block;
    width: 241px;
    height: 232;
    object-fit: contain;
  }
}
#zabezpieczenia .square-btn {
  margin-top: 144px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #zabezpieczenia .square-btn {
    margin-top: 50px;
  }
}
@media (max-width: 767.99px) {
  #zabezpieczenia .square-btn {
    margin-top: 64px;
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  #zabezpieczenia .desctop-btn {
    display: none;
  }
}
#zabezpieczenia .mobile-btn {
  display: none;
}
@media (max-width: 767.99px) {
  #zabezpieczenia .mobile-btn {
    display: flex;
    width: 100%;
  }
}

#czujniki_TPMS {
  background-color: #1D1D1B;
  padding-top: 64px;
  padding-bottom: 180px;
}
@media (max-width: 767.99px) {
  #czujniki_TPMS {
    padding-top: 0px;
    padding-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #czujniki_TPMS {
    padding-bottom: 112px;
  }
}
#czujniki_TPMS .red_subtitule {
  margin-bottom: -55px !important;
}
@media (max-width: 767.99px) {
  #czujniki_TPMS .red_subtitule {
    margin-bottom: -42px !important;
  }
}
#czujniki_TPMS .content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 767.99px) {
  #czujniki_TPMS .content {
    flex-direction: column;
    gap: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #czujniki_TPMS .content {
    gap: 124px;
  }
}
#czujniki_TPMS .content img {
  width: 347px;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #czujniki_TPMS .content img {
    width: 258px;
    height: 276px;
  }
}
@media (max-width: 767.99px) {
  #czujniki_TPMS .content img {
    width: 191px;
    height: 204px;
    margin: 0 auto;
  }
}
#czujniki_TPMS .content .col {
  color: white;
  width: 50%;
}
@media (max-width: 767.99px) {
  #czujniki_TPMS .content .col {
    width: 100%;
    margin-top: -35px;
  }
}
#czujniki_TPMS .content .col .red_subtitule {
  z-index: 0;
}
#czujniki_TPMS .content .col h2 {
  color: white;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.99px) {
  #czujniki_TPMS .content .col h2 {
    font-size: 30px !important;
  }
}
#czujniki_TPMS .content .col .text {
  font-size: 1.75rem;
  margin-top: 54px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.99px) {
  #czujniki_TPMS .content .col .text {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 120%;
  }
}
#czujniki_TPMS .items {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  gap: 75px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #czujniki_TPMS .items {
    gap: 69px;
    margin-top: 112px;
  }
}
@media (max-width: 1279.99px) {
  #czujniki_TPMS .items {
    flex-direction: column;
  }
}
@media (max-width: 767.99px) {
  #czujniki_TPMS .items {
    margin-top: 64px;
    gap: 32px;
  }
}
#czujniki_TPMS .items .item {
  flex: 1;
  color: white;
}
#czujniki_TPMS .items .item .text_large {
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  #czujniki_TPMS .items .item .text_large {
    display: none;
  }
}
#czujniki_TPMS .items .item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
#czujniki_TPMS .items .item p span {
  font-weight: bold;
}
#czujniki_TPMS .square-btn {
  display: none;
}
@media (max-width: 767.99px) {
  #czujniki_TPMS .square-btn {
    display: flex;
    width: 100%;
    margin-top: 64px;
  }
}

#wheel_sets {
  margin-bottom: 64px;
}
#wheel_sets a:hover {
  background-color: #E30613;
  border: 1px solid #E30613;
}
@media (max-width: 1279.99px) {
  #wheel_sets {
    margin-bottom: 0px;
  }
}
#wheel_sets .container {
  padding: 151px 91px;
  height: 572px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  background: url("https://latexopony.pl/wp-content/uploads/2025/07/komplety-bg.png") center/cover no-repeat;
}
@media (max-width: 767.99px) {
  #wheel_sets .container {
    height: 411px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #wheel_sets .container {
    height: 532px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#wheel_sets .container a {
  height: 53px;
  gap: 18px;
}
#wheel_sets .container .text,
#wheel_sets .container p,
#wheel_sets .container a {
  position: relative;
  z-index: 2;
}
#wheel_sets .container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://latexopony.pl/wp-content/uploads/2025/08/bg_hover.png") center/cover no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}
#wheel_sets .container:hover::after {
  opacity: 1;
}
@media (max-width: 1279.99px) {
  #wheel_sets .container {
    width: 100%;
    border-radius: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #wheel_sets .container {
    padding: 60px;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets .container {
    padding: 64px 24px;
  }
}
#wheel_sets .container .text {
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  color: white;
  margin-bottom: 64px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #wheel_sets .container .text {
    margin-bottom: 0px;
  }
}
#wheel_sets .container .text br {
  display: none;
}
@media (max-width: 767.99px) {
  #wheel_sets .container .text br {
    display: block;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets .container .text {
    line-height: 120%;
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 0px;
  }
}
#wheel_sets .container p {
  color: white;
  margin-top: 25px;
  margin-bottom: 88px;
  width: 32%;
  font-size: 1rem;
  line-height: 140%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #wheel_sets .container p {
    width: 60%;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (max-width: 767.99px) {
  #wheel_sets .container p {
    width: 100%;
    margin-bottom: 48px;
    margin-top: 48px;
    font-weight: 400;
  }
}

#pierscienie {
  padding-top: 64px;
  padding-bottom: 128px;
}
@media (max-width: 767.99px) {
  #pierscienie {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}
#pierscienie .red_subtitule {
  margin-bottom: -55px !important;
  margin-top: 5px;
}
@media (max-width: 767.99px) {
  #pierscienie .red_subtitule {
    margin-bottom: -42px !important;
  }
}
#pierscienie .content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1279.99px) {
  #pierscienie .content {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #pierscienie .content {
    gap: 32px;
  }
}
@media (max-width: 767.99px) {
  #pierscienie .content {
    gap: 64px;
  }
}
#pierscienie .content img {
  width: 249px;
  height: 273px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #pierscienie .content img {
    width: auto;
    height: 273px;
    margin: 0 auto;
  }
}
@media (max-width: 767.99px) {
  #pierscienie .content img {
    width: 205px;
    height: 179px;
    margin: 0 auto;
  }
}
#pierscienie .content .col {
  color: #1D1D1B;
  width: 50%;
}
@media (max-width: 767.99px) {
  #pierscienie .content .col {
    width: 100%;
  }
}
#pierscienie .content .col .red_subtitule {
  z-index: 0;
}
#pierscienie .content .col h2 {
  color: #1D1D1B;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.99px) {
  #pierscienie .content .col h2 {
    font-size: 32px !important;
  }
}
#pierscienie .content .col .text {
  font-size: 1.75rem;
  margin-top: 30px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.99px) {
  #pierscienie .content .col .text {
    font-size: 1.25rem;
  }
}
#pierscienie .items {
  display: flex;
  justify-content: space-between;
  margin-top: 154px;
  gap: 75px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #pierscienie .items {
    flex-wrap: wrap;
    margin-top: 96px;
    gap: 69px;
  }
}
@media (max-width: 767.99px) {
  #pierscienie .items {
    margin-top: 48px;
    gap: 32px;
    flex-direction: column;
  }
}
#pierscienie .items .item {
  flex: 1;
  color: #1D1D1B;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #pierscienie .items .item {
    flex: auto;
    width: 33%;
  }
}
#pierscienie .items .item .text {
  margin-bottom: 19px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
#pierscienie .items .item p {
  font-size: 1rem;
  font-weight: 400;
}
#pierscienie .items .item p span {
  font-weight: bold;
}
@media (max-width: 767.99px) {
  #pierscienie .items .item p span {
    font-weight: 400;
  }
}
#pierscienie #squareBtn {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  margin-top: 88px;
  width: 100%;
}
#pierscienie #squareBtn span,
#pierscienie #squareBtn img {
  vertical-align: middle;
}
@media (max-width: 767.99px) {
  #pierscienie #squareBtn {
    margin-top: 72px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #pierscienie #squareBtn {
    margin-top: 84px;
  }
}

.accessories {
  background: #f6f6f6;
}
.accessories .wrapper {
  background-color: transparent !important;
}
.accessories #business_profile {
  margin-bottom: 0px;
  padding-top: 34px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .accessories #business_profile {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767.99px) {
  .accessories #business_profile {
    padding: 20px;
  }
}
.accessories #business_profile .container {
  background-color: white;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .accessories #business_profile .container {
    padding: 50px;
  }
}

#rolnicze {
  margin-bottom: -1px;
}
#rolnicze .red_subtitule {
  margin-bottom: -52px !important;
}
#rolnicze .content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: end;
}
@media (max-width: 767.99px) {
  #rolnicze .content {
    flex-direction: column;
    gap: 50px;
  }
}
#rolnicze .content .col {
  color: #1D1D1B;
}
@media (max-width: 1279.99px) {
  #rolnicze .content .col {
    width: 100%;
  }
}
#rolnicze .content .col .red_subtitule {
  z-index: 0;
}
#rolnicze .content .col h2 {
  color: #1D1D1B;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.99px) {
  #rolnicze .content .col h2 {
    font-size: 32px !important;
  }
}
#rolnicze .content .col .text {
  margin-top: 54px;
}
#rolnicze .content .col .text p {
  font-size: 1.25rem;
  margin-top: 30px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
  line-height: 140%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze .content .col .text p {
    font-size: 16px;
  }
}
#rolnicze .content .col .text p strong {
  font-weight: bold;
}
@media (max-width: 767.99px) {
  #rolnicze .content .col .text p {
    font-size: 1rem;
  }
}
#rolnicze .col-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze .col-content {
    gap: 76px;
  }
}
@media (max-width: 767.99px) {
  #rolnicze .col-content {
    flex-direction: column-reverse;
    gap: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze .col-content {
    flex-direction: column;
  }
}
#rolnicze .col-content .col-inner {
  width: 50%;
}
@media (max-width: 1279.99px) {
  #rolnicze .col-content .col-inner {
    width: 100%;
  }
}
#rolnicze .screws-desctop {
  width: 486px;
  height: 411px;
  object-fit: contain;
}
@media (max-width: 1279.99px) {
  #rolnicze .screws-desctop {
    margin: 0 auto;
  }
}
@media (max-width: 767.99px) {
  #rolnicze .screws-desctop {
    margin: 0 auto;
    width: 255px;
    height: 251px;
    margin-top: 64px;
  }
}
#rolnicze .screws-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze .screws-tablet {
    display: block;
    width: 241px;
    height: auto;
    object-fit: contain;
  }
}
#rolnicze .square-btn {
  margin-top: 100px;
  height: 57px;
  width: 283px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze .square-btn {
    margin-top: 69px;
  }
}
@media (max-width: 767.99px) {
  #rolnicze .square-btn {
    margin-top: 69px;
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  #rolnicze .desctop-btn {
    display: none;
  }
}
#rolnicze .mobile-btn {
  display: none;
}
@media (max-width: 767.99px) {
  #rolnicze .mobile-btn {
    display: flex;
    width: 100%;
  }
}
#rolnicze .bg-bottom {
  margin-top: 187px;
  height: 378px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/agricultural-bg.png");
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rolnicze .bg-bottom {
    margin-top: 116px;
  }
}
@media (max-width: 767.99px) {
  #rolnicze .bg-bottom {
    margin-top: 55px;
  }
}
@media (max-width: 1279.99px) {
  #rolnicze .bg-bottom {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/agricultural-mobile-bg.png");
  }
}

#oem {
  z-index: 1;
  position: relative;
}
#oem .text {
  font-family: "Montserrat", sans-serif;
  font-size: 3.25rem;
  z-index: 99999;
  position: relative;
}
#oem .eo {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/oe-bg.png");
}
#oem .text span {
  font-weight: bold;
}
@media (max-width: 768px) {
  #oem .bottom .content p {
    width: 100%;
  }
  #oem .text p {
    width: 100%;
  }
  #oem .text p br {
    display: none;
  }
}
#oem .dark-carusel {
  width: 50%;
  margin-top: 125px;
}
@media (max-width: 1279.99px) {
  #oem .dark-carusel {
    width: 100%;
  }
}
@media (max-width: 768.99px) {
  #oem .dark-carusel {
    margin-top: 33px;
  }
}
#oem .dark-carusel .wpcp-carousel-wrapper::after {
  right: 0;
  transform: rotate(180deg);
  background: linear-gradient(to right, #ffffff 0%, rgba(246, 246, 246, 0) 100%) !important;
}
#oem .dark-carusel .wpcp-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(246, 246, 246, 0) 100%) !important;
}
#oem #bg-container {
  margin-bottom: 60px;
}
#oem #bg-container h2 {
  color: white;
  font-weight: 900;
}
#oem #bg-container .red_subtitule {
  margin-bottom: -52px !important;
}
#oem .text {
  font-weight: bold;
  color: #1D1D1B;
  line-height: 100%;
}
@media (max-width: 768.99px) {
  #oem .text {
    font-size: 30px !important;
  }
}
@media (max-width: 768.99px) {
  #oem .text.desc {
    display: none;
  }
}
#oem .text.mob {
  display: none;
  margin-bottom: 32px;
  font-size: 32px !important;
}
@media (max-width: 768.99px) {
  #oem .text.mob {
    display: block;
  }
}
#oem p {
  font-size: 1.75rem;
  line-height: 120%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 300;
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.99px) {
  #oem p {
    font-size: 1rem;
    width: 65%;
  }
}
#oem .container {
  margin-top: 121px;
  margin-bottom: 175px;
  display: flex;
  flex-direction: column;
  color: #1D1D1B;
}
@media (max-width: 1279.99px) {
  #oem .container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.99px) {
  #oem .container {
    margin-bottom: 48px;
  }
}
@media (max-width: 1279.99px) {
  #oem .container {
    margin-top: 100px;
  }
}
#oem .container .top {
  position: relative;
}
#oem .container .top .top-col {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  position: relative;
}
#oem .container .top .top-col a:hover {
  background-color: #E30613;
  border: 1px solid #E30613;
  color: white;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #oem .container .top .top-col {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
#oem .container .top .top-col .eo-img {
  margin-right: 5%;
  width: 300px;
  height: 100%;
}
@media (max-width: 1279.99px) {
  #oem .container .top .top-col .eo-img {
    margin-right: auto;
    margin-left: auto;
  }
}
#oem .container .top .top-col .content {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279.99px) {
  #oem .container .top .top-col .content {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #oem .container .top .top-col h3 {
    font-size: 3rem;
  }
  #oem .container .top .top-col img {
    object-fit: contain;
  }
  #oem .container .top .top-col img {
    width: 343px;
    height: 389px;
    margin: 0 auto;
  }
}
@media (max-width: 768.99px) {
  #oem .container .top .top-col img {
    display: none;
  }
}
#oem .container .top .logos {
  width: 50%;
  height: 30px;
  object-fit: cover;
  margin-top: 125px;
}
@media (max-width: 1279.99px) {
  #oem .container .top .logos {
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 767.99px) {
  #oem .container .top .logos {
    margin-top: 30px;
  }
}
@media (max-width: 767.99px) {
  #oem .container .top .desctop-btn {
    display: none;
  }
}
#oem .container .top .mobile-btn {
  display: none;
}
@media (max-width: 767.99px) {
  #oem .container .top .mobile-btn {
    display: flex;
    width: 100%;
    margin-top: 108px;
  }
}
#oem .container .top .img-bg {
  display: none;
}
@media (max-width: 768.99px) {
  #oem .container .top .img-bg {
    display: block;
    position: absolute;
    right: -74px;
    top: -145px;
    z-index: 0;
    width: 245px;
  }
}
#oem .container .img-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
#oem .bottom {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  #oem .bottom {
    width: 100%;
  }
}
#oem .bottom p {
  margin-top: 32px;
  margin-bottom: 111px;
}
@media (max-width: 767.99px) {
  #oem .bottom p {
    margin-bottom: 48px;
    margin-top: 0px;
  }
}
#oem .bottom .red_subtitule {
  margin-bottom: -62px !important;
}
@media (max-width: 767.99px) {
  #oem .bottom .red_subtitule {
    margin-bottom: -53px !important;
  }
}
#oem .bottom .text {
  line-height: 120%;
  font-weight: 900;
}
@media (max-width: 767.99px) {
  #oem .bottom .text.des {
    display: none;
  }
}
#oem .bottom .text.mob {
  display: none;
}
@media (max-width: 767.99px) {
  #oem .bottom .text.mob {
    display: flex;
  }
}
@media (max-width: 1279.99px) {
  #oem .bottom {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 768.99px) {
  #oem .bottom {
    gap: 48px !important;
  }
}
@media (max-width: 767.99px) {
  #oem .bottom {
    flex-direction: column-reverse;
    margin-left: 0%;
    margin-right: 0%;
  }
}
#oem .bottom .content {
  width: 50%;
}
@media (max-width: 1279.99px) {
  #oem .bottom .content {
    width: 100%;
  }
}
@media (max-width: 767.99px) {
  #oem .bottom .content {
    margin-left: 20px;
    margin-right: 20px;
    width: 90%;
    gap: 48px;
  }
}
#oem .bottom .content .tex p {
  font-family: "Source Sans 3", sans-serif;
}
@media (max-width: 1279.99px) {
  #oem .bottom .content .tex p {
    margin-top: 50px !important;
  }
}
#oem .bottom .content p {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767.99px) {
  #oem .bottom .content p {
    font-weight: 500;
    line-height: 120%;
    font-size: 1.25rem;
  }
}
#oem .bottom .content .text p {
  color: #1D1D1B;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
@media (max-width: 767.99px) {
  #oem .bottom .content .text p {
    margin-top: 10px;
    font-weight: 300;
  }
}
#oem .bottom .content .text p strong {
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 767.99px) {
  #oem .bottom .content .text p strong {
    font-weight: 300;
  }
}
#oem .bottom .content-img {
  margin-right: 40px;
}
@media (max-width: 768.99px) {
  #oem .bottom .content-img {
    margin-right: 0px;
  }
}
#oem .bottom .img-col {
  position: relative;
}
@media (max-width: 1279.99px) {
  #oem .bottom .img-col {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #oem .bottom .img-col .content-img {
    width: 90%;
    margin-left: 2%;
    height: 611px;
    object-fit: cover;
    border-radius: 9px;
  }
}
@media (max-width: 767.99px) {
  #oem .bottom .img-col .content-img {
    width: 100%;
    border-radius: 0px;
    height: 296px;
    object-fit: cover;
  }
}
#oem .bottom .img-col a {
  position: absolute;
  bottom: 4%;
  float: right;
  right: 0;
  height: 57px;
  bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #oem .bottom .img-col a {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
    margin-top: -35px;
  }
}
@media (max-width: 767.99px) {
  #oem .bottom .img-col .desctop-btn {
    display: none;
  }
}
#oem .mobile-btn {
  display: none;
}
@media (max-width: 767.99px) {
  #oem .mobile-btn {
    display: flex;
    width: 100%;
  }
}

#oe > div.bg.products.eo > .text {
  color: white;
}

#rims-hero {
  overflow: hidden;
  gap: 25px;
}
#rims-hero .container::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/before-elemnt.png");
  top: 30%;
  z-index: 0;
  width: 100%;
  height: 748px;
}
@media (min-width: 1870px) {
  #rims-hero .container::before {
    left: -2%;
  }
}
@media (min-width: 1630px) and (max-width: 1869.99px) {
  #rims-hero .container::before {
    left: -14%;
  }
}
@media (min-width: 1500px) and (max-width: 1629.99px) {
  #rims-hero .container::before {
    left: -20%;
  }
}
@media (min-width: 1400px) and (max-width: 1499.99px) {
  #rims-hero .container::before {
    left: -30%;
  }
}
@media (min-width: 1280px) and (max-width: 1399.99px) {
  #rims-hero .container::before {
    left: -41%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #rims-hero .container::before {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/her-tablet_rims.png");
    right: 0;
    left: unset;
    width: 23vw;
    height: 77%;
    background-size: cover;
    top: 117px;
  }
}
@media (max-width: 767.99px) {
  #rims-hero .container::before {
    display: none;
  }
}
@media (min-width: 1850px) {
  #rims-hero .container .bottom {
    margin-left: 22vw;
  }
}
@media (min-width: 1700px) and (max-width: 1849.99px) {
  #rims-hero .container .bottom {
    margin-left: 23vw;
  }
}
@media (min-width: 1650px) and (max-width: 1699.99px) {
  #rims-hero .container .bottom {
    margin-left: 23vw;
  }
}
@media (min-width: 1600px) and (max-width: 1649.99px) {
  #rims-hero .container .bottom {
    margin-left: 21vw;
  }
}
@media (min-width: 1500px) and (max-width: 1599.99px) {
  #rims-hero .container .bottom {
    margin-left: 18vw;
  }
}
@media (min-width: 1400px) and (max-width: 1499.99px) {
  #rims-hero .container .bottom {
    margin-left: 12vw;
  }
}
@media (min-width: 1280px) and (max-width: 1399.99px) {
  #rims-hero .container .bottom {
    margin-left: 4vw;
  }
}
#rims-hero .container .bottom span.rim-3 {
  margin-top: 32px;
}
#rims-hero .container .bottom span.rim-4 {
  margin-top: 18px;
}
#rims-hero .container .bottom img {
  position: relative;
  object-fit: contain;
  width: 100px;
  height: 100px;
}
#rims-hero .rims3 {
  height: 105px;
  width: 98px;
}
#rims-hero .rims4 {
  width: 130px !important;
  height: 130px !important;
  margin-top: -15px;
}

#stalowe {
  margin-top: 120px;
}
@media (max-width: 767.99px) {
  #stalowe {
    margin-top: 53px;
  }
}
#stalowe .red_subtitule {
  margin-bottom: -52px !important;
}
#stalowe .content {
  display: flex;
  position: relative;
  gap: 100px;
  height: 556px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/steel-bg.png");
}
@media (max-width: 767.99px) {
  #stalowe .content {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Sailun_©Heimbach_12-13.png");
    height: 475.65px;
  }
}
@media (max-width: 1279.99px) {
  #stalowe .content {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#stalowe .content .col {
  width: 70%;
  position: absolute;
  top: 295px;
}
@media (max-width: 767.99px) {
  #stalowe .content .col {
    top: 273px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #stalowe .content .col {
    width: calc(100% - 50px) !important;
    left: 50px;
  }
}
#stalowe .content .col h2 {
  z-index: 2 !important;
  position: relative;
  color: white;
}
@media (max-width: 767.99px) {
  #stalowe .content .col h2 {
    font-size: 32px !important;
  }
}
#stalowe .content .col .text p {
  color: white;
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  margin-top: 55px;
  width: 70%;
  font-size: 400;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #stalowe .content .col .text p {
    width: 100%;
    padding-right: 50px;
  }
}
@media (max-width: 767.99px) {
  #stalowe .content .col .text p {
    width: 90%;
    display: none;
  }
}
#stalowe .content .col .text p strong {
  font-weight: bold;
}
#stalowe .content img {
  width: 375px;
  height: 394px;
  position: absolute;
  top: 295px;
  right: 10%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #stalowe .content img {
    left: 50%;
    transform: translateX(-50%);
    top: 95vh;
  }
}
#stalowe .content .red_subtitule {
  z-index: 0;
}
@media (max-width: 1279.99px) {
  #stalowe .mobile_dispaly {
    display: none !important;
  }
}
#stalowe .tablet_img {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #stalowe .tablet_img {
    display: block !important;
    margin: 0 auto;
  }
}
#stalowe .tel_dispaly {
  display: none;
}
@media (max-width: 767.99px) {
  #stalowe .tel_dispaly {
    display: flex !important;
    position: relative !important;
    top: 60px !important;
    width: 209px !important;
    height: auto !important;
    right: unset !important;
    left: -25px;
  }
}
#stalowe .bottom {
  background-color: #1D1D1B;
  padding-bottom: 89px;
  padding-top: 230px;
  margin-top: -2px;
}
@media (max-width: 767.99px) {
  #stalowe .bottom {
    padding-top: 245px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #stalowe .bottom {
    margin-top: -1px;
    padding-bottom: 210px;
  }
}
#stalowe .bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: end;
}
@media (max-width: 1279.99px) {
  #stalowe .bottom .container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
@media (max-width: 767.99px) {
  #stalowe .bottom .container {
    gap: 0px;
  }
}
#stalowe .bottom .container .bottom-content {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #stalowe .bottom .container .bottom-content {
    margin-top: 64px;
  }
}
@media (max-width: 1279.99px) {
  #stalowe .bottom .container .bottom-content {
    width: 100%;
  }
}
#stalowe .bottom .container .bottom-content .text {
  color: white;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
}
@media (max-width: 767.99px) {
  #stalowe .bottom .container .bottom-content .text {
    font-weight: 600;
    font-size: 30px;
  }
}
#stalowe .bottom .container .bottom-content p {
  color: white;
  line-height: 140%;
  font-weight: 400;
}
#stalowe .bottom .container a {
  height: 57px;
  width: 284px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #stalowe .bottom .container a {
    margin-top: 106px;
  }
}
#stalowe .mobile-text {
  display: none;
}
@media (max-width: 767.99px) {
  #stalowe .mobile-text {
    display: block;
    color: white;
    font-family: "Source Sans 3", sans-serif;
    line-height: 120%;
    font-size: 1rem;
  }
}
@media (max-width: 767.99px) {
  #stalowe .square-btn {
    margin-top: 37px;
    width: 100% !important;
  }
  #stalowe .mobile-text {
    margin-top: 38px;
  }
}

#ciezarowe {
  padding-top: 115px;
  padding-bottom: 189px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe {
    padding-top: 80px;
  }
}
@media (max-width: 767.99px) {
  #ciezarowe {
    padding-top: 61px;
    padding-bottom: 99px;
  }
}
#ciezarowe.ciezarowe .container {
  padding-right: 0px;
  padding: unset;
  display: block;
}
@media (max-width: 767.99px) {
  #ciezarowe.ciezarowe .container {
    padding-left: 20px;
  }
}
#ciezarowe.ciezarowe .red_subtitule {
  margin-bottom: -52px !important;
}
#ciezarowe.ciezarowe .truck-img {
  width: 347px;
  height: 371px;
}
#ciezarowe.ciezarowe #squareBtn {
  display: flex;
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  transition: max-width 1s ease;
  min-height: 54px;
  margin-top: 64px !important;
}
#ciezarowe.ciezarowe #squareBtn span,
#ciezarowe.ciezarowe #squareBtn img {
  vertical-align: middle;
}
#ciezarowe.ciezarowe .content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe.ciezarowe .content {
    gap: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 1279.99px) {
  #ciezarowe.ciezarowe .content {
    flex-direction: column;
  }
}
@media (max-width: 767.99px) {
  #ciezarowe.ciezarowe .content {
    gap: 0px;
  }
}
#ciezarowe.ciezarowe .content .mobile-img {
  object-fit: contain;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe.ciezarowe .content .mobile-img {
    width: 330px;
    height: 271px;
    margin: 0 auto;
  }
}
@media (max-width: 767.99px) {
  #ciezarowe.ciezarowe .content .mobile-img {
    display: none;
  }
}
#ciezarowe.ciezarowe .content .col {
  color: #1D1D1B;
  width: 50%;
}
@media (max-width: 767.99px) {
  #ciezarowe.ciezarowe .content .col {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe.ciezarowe .content .col {
    width: 100%;
  }
}
#ciezarowe.ciezarowe .content .col .red_subtitule {
  z-index: 0;
}
#ciezarowe.ciezarowe .content .col h2 {
  color: #1D1D1B;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.99px) {
  #ciezarowe.ciezarowe .content .col h2 {
    font-size: 32px !important;
  }
}
#ciezarowe.ciezarowe .content .col .text {
  margin-top: 54px;
}
@media (max-width: 1279.99px) {
  #ciezarowe.ciezarowe .content .col .text {
    overflow: hidden;
    position: relative;
  }
}
#ciezarowe.ciezarowe .content .col .text p {
  font-size: 1.75rem;
  margin-top: 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1D1D1B;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe.ciezarowe .content .col .text p {
    margin-right: 64px;
    width: 80%;
  }
}
@media (max-width: 1279.99px) {
  #ciezarowe.ciezarowe .content .col .text p br {
    display: none;
  }
}
@media (max-width: 767.99px) {
  #ciezarowe.ciezarowe .content .col .text p {
    font-size: 20px;
    max-width: 185px;
  }
}
#ciezarowe.ciezarowe .mobi {
  display: none;
  position: absolute;
  width: 205px;
  height: 207px;
  right: -48px;
  top: -14px;
}
@media (max-width: 767.99px) {
  #ciezarowe.ciezarowe .mobi {
    display: block;
  }
}
#ciezarowe.ciezarowe .items {
  display: flex;
  justify-content: space-between;
  margin-top: 152px;
  gap: 75px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe.ciezarowe .items {
    margin-top: 100px;
    flex-wrap: wrap;
    gap: inherit;
    margin-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe.ciezarowe .items .small {
    padding-left: 26px;
  }
}
@media (max-width: 767.99px) {
  #ciezarowe.ciezarowe .items {
    margin-top: 80px;
    gap: 52px;
    flex-direction: column;
    margin-right: 20px;
  }
}
#ciezarowe.ciezarowe .items .item {
  flex: 1;
  color: #1D1D1B;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe.ciezarowe .items .item.last {
    margin-top: 69px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe.ciezarowe .items .item {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
  }
  #ciezarowe.ciezarowe .items .item:nth-child(3) {
    flex: 1 1 100%;
  }
}
#ciezarowe.ciezarowe .items .item h5 {
  margin-bottom: 19px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  #ciezarowe.ciezarowe .items .item h5 {
    font-weight: bold;
  }
}
#ciezarowe.ciezarowe .items .item p {
  font-size: 1rem;
  font-weight: 400;
}
#ciezarowe.ciezarowe .items .item p strong {
  font-weight: bold;
}
#ciezarowe.ciezarowe #squareBtn {
  display: flex;
  width: fit-content;
  padding: 10px 20px;
  margin-top: 100px;
  border: 1px solid #ccc;
  background-color: transparent;
  color: black;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  float: left;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #ciezarowe.ciezarowe #squareBtn {
    width: calc(100% - 50px) !important;
  }
}
#ciezarowe.ciezarowe #squareBtn:hover {
  border: 1px solid #E30613;
  color: white;
  background-color: #E30613;
}
@media (max-width: 767.99px) {
  #ciezarowe.ciezarowe #squareBtn {
    margin-top: 48px !important;
    width: calc(100% - 20px) !important;
  }
}
#ciezarowe.ciezarowe #squareBtn span {
  display: inline-block;
}

#specialists_opinions {
  padding-top: 82px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}
@media (max-width: 767.99px) {
  #specialists_opinions {
    padding-bottom: 0px;
    padding-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #specialists_opinions {
    padding-top: 32px;
  }
}
#specialists_opinions .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #specialists_opinions .container {
    gap: 24px;
  }
}
#specialists_opinions .container .subheader {
  font-size: 20px !important;
}
@media (min-width: 1279.99px) {
  #specialists_opinions .container .subheader {
    margin-top: 24px;
  }
}
#specialists_opinions .container .square-btn img {
  width: 21px !important;
  height: 15px;
}
@media (max-width: 767.99px) {
  #specialists_opinions .container .square-btn {
    margin-bottom: 0px !important;
    margin-top: 16px;
  }
}
#specialists_opinions .container p {
  line-height: 140%;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1279.99px) {
  #specialists_opinions .container p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #specialists_opinions .container p {
    font-size: 14px;
  }
}
#specialists_opinions .container .text {
  margin-bottom: 46px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #1D1D1B;
  font-size: 3rem;
  line-height: 120%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #specialists_opinions .container .text {
    font-size: 3rem;
    margin-bottom: 0px;
  }
}
@media (max-width: 767.99px) {
  #specialists_opinions .container .text {
    font-size: 1.75rem;
    margin-bottom: 0px !important;
  }
}
#specialists_opinions .container .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1280px) {
  #specialists_opinions .container .wrapper {
    flex-direction: column;
  }
}
#specialists_opinions .container .opinion {
  flex: 3;
  border-radius: 8px;
  background-color: white;
  padding: 68px 48px;
  display: flex;
  gap: 50px;
}
@media (min-width: 1279.99px) {
  #specialists_opinions .container .opinion {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #specialists_opinions .container .opinion {
    flex-direction: column-reverse;
    padding: 24px;
    gap: 50px;
  }
}
@media (max-width: 767.99px) {
  #specialists_opinions .container .opinion {
    flex-direction: column;
    gap: 32px;
    padding: 24px;
  }
}
#specialists_opinions .container .opinion .name {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media (min-width: 1279.99px) {
  #specialists_opinions .container .opinion .name {
    min-width: 185px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #specialists_opinions .container .opinion .name {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
}
@media (max-width: 767.99px) {
  #specialists_opinions .container .opinion .name {
    display: flex;
    flex-direction: unset;
    align-items: center;
    gap: 20px;
  }
}
#specialists_opinions .container .opinion .name img {
  width: 158px;
  height: 158px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #specialists_opinions .container .opinion .name img {
    width: 105px;
    height: 105px;
  }
}
@media (max-width: 767.99px) {
  #specialists_opinions .container .opinion .name img {
    width: 96px;
    height: 96px;
  }
}
#specialists_opinions .container .opinion .name .text {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: bold;
}
#specialists_opinions .container .opinion .content img {
  margin-bottom: 50px;
}
@media (max-width: 767.99px) {
  #specialists_opinions .container .opinion .content img {
    display: none;
  }
}
#specialists_opinions .container .contact {
  flex: 1;
  background-color: #1D1D1B;
  padding: 42px 48px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#specialists_opinions .container .contact a {
  margin-bottom: 24px;
}
@media (max-width: 768.99px) {
  #specialists_opinions .container .contact {
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #specialists_opinions .container .contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 32px !important;
  }
  #specialists_opinions .container .contact a {
    height: 53px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) and (min-width: 768px) and (max-width: 1280px) {
  #specialists_opinions .container .contact a {
    margin-bottom: 0px;
  }
}
@media (max-width: 767.99px) {
  #specialists_opinions .container .contact a {
    width: 100%;
    justify-content: center;
  }
}
#specialists_opinions .container .contact p {
  text-transform: uppercase;
  color: white;
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 400;
}
@media (max-width: 768.99px) {
  #specialists_opinions .container .contact p {
    font-weight: 300;
  }
}
#specialists_opinions .container .contact .text {
  color: white;
  font-size: 2.375rem;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #specialists_opinions .container .contact .text {
    margin-bottom: 0px;
  }
}
@media (max-width: 1280px) {
  #specialists_opinions .container .contact .text {
    font-size: 1.5rem;
  }
}
#specialists_opinions .container .contact .text br {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #specialists_opinions .container .contact .text br {
    display: block;
  }
}

#B2B_hero {
  position: relative;
  overflow: hidden;
  height: auto !important;
}
#B2B_hero .container {
  display: flex;
  flex-basis: fit-content;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 96px;
  margin-top: 186px;
  padding-top: 0px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #B2B_hero .container {
    width: 100%;
    margin-top: 96px;
  }
}
@media (max-width: 767.99px) {
  #B2B_hero .container {
    margin-top: 0px !important;
    gap: 0px !important;
  }
}
#B2B_hero .container .row {
  display: flex;
  gap: 200px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #B2B_hero .container .row {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (max-width: 1279.99px) {
  #B2B_hero .container .row {
    gap: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #B2B_hero .container .row {
    gap: 96px;
  }
}
@media (max-width: 1279.99px) {
  #B2B_hero .container .row {
    flex-direction: column;
  }
}
#B2B_hero .container .row h1 {
  font-size: 48px;
  line-height: 100%;
  color: #1D1D1B;
  margin-bottom: 32px;
}
@media (max-width: 767.99px) {
  #B2B_hero .container .row h1 {
    font-size: 40px;
  }
}
#B2B_hero .container .row .text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 19px;
  line-height: 120%;
  color: #1D1D1B;
  margin-bottom: 32px;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  #B2B_hero .container .row .text {
    text-align: center;
  }
}
#B2B_hero .container .row p {
  font-family: "Source Sans 3", sans-serif;
  color: #1D1D1B;
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
}
#B2B_hero .container .row p span {
  font-weight: bold;
  display: inline;
  color: #1D1D1B;
  text-transform: math-auto;
  font-size: 16px;
}
#B2B_hero .container .row .col {
  flex: 1;
}
#B2B_hero .container .row .btns {
  display: flex;
  flex-wrap: wrap;
  max-width: 440px;
  gap: 6px;
}
@media (max-width: 767.99px) {
  #B2B_hero .container .row .btns {
    flex-direction: column;
    max-width: none;
  }
}
#B2B_hero .container .row .btns a {
  border: 1px solid #565656;
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 999px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: auto;
}
#B2B_hero .container .row .btns a:hover {
  background-color: #E30613;
  border: 1px solid #E30613;
  color: white;
}
@media (max-width: 767.99px) {
  #B2B_hero .container .row .btns a {
    width: 100%;
  }
}
#B2B_hero .container .her-bg {
  height: 604px;
}
@media (max-width: 767.99px) {
  #B2B_hero .container .her-bg {
    display: none;
  }
}

.btb-accordion {
  background: #E30613;
  z-index: 1;
  position: relative;
}
.btb-accordion .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  cursor: pointer;
}
.btb-accordion .container .text {
  color: white;
  font-size: 3rem;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media (max-width: 1279.99px) {
  .btb-accordion .container .text {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.99px) {
  .btb-accordion .container .text {
    font-size: 1.2rem;
  }
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 50px;
}

.accordion-arrow {
  transition: transform 0.3s ease;
}

.accordion-arrow.rotated {
  transform: rotate(180deg);
}

/* Animacja rozwijania i wypychania sekcji */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion-content .text_2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
  color: #E30613;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  .accordion-content {
    min-height: unset !important;
  }
}

.accordion-content.open {
  max-height: 1500px; /* wystarczająco duża wartość, aby całość się zmieściła */
}

@media (min-width: 768px) and (max-width: 1280px) {
  .warpper {
    flex-direction: column;
  }
}
.warpper {
  padding: 96px 0;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
}

@media (max-width: 767.99px) {
  .warpper {
    flex-direction: column;
    padding: 64px 0;
  }
}
.btb-accordion #contact {
  padding: 0px !important;
}

#B2B_partner {
  background-color: #E30613;
}
#B2B_partner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0px;
}
@media (max-width: 767.99px) {
  #B2B_partner .container {
    justify-content: center;
  }
}
#B2B_partner .container h4 {
  color: white;
  font-weight: bold;
}
@media (max-width: 767.99px) {
  #B2B_partner .container h4 {
    display: none;
  }
}
#B2B_partner .container img {
  width: 20px;
}
@media (max-width: 767.99px) {
  #B2B_partner .container img {
    display: none;
  }
}
#B2B_partner .container a {
  color: white;
  display: none;
  border: 1px solid white;
  border-radius: 999px;
  padding: 8px 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 767.99px) {
  #B2B_partner .container a {
    display: flex;
  }
}

#b2b_rentals {
  background-color: #f6f6f6;
  padding-bottom: 50px;
  margin-top: -1px;
}
#b2b_rentals .top {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/rental_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 390px;
  display: flex;
  align-items: end;
}
#b2b_rentals .top .products {
  display: none;
  margin-left: 20px;
  padding-bottom: 70px;
}
@media (max-width: 767.99px) {
  #b2b_rentals .top .products {
    display: block;
  }
}
#b2b_rentals .top .products .red_subtitule {
  margin-bottom: -51px;
}
#b2b_rentals .top .products h2 {
  color: white;
}
#b2b_rentals .container {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 767.99px) {
  #b2b_rentals .container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}
#b2b_rentals .container .products {
  padding-bottom: 70px;
}
@media (max-width: 767.99px) {
  #b2b_rentals .container .products {
    display: none;
  }
}
#b2b_rentals .container .products .red_subtitule {
  margin-bottom: -51px;
}
#b2b_rentals .container .products h2 {
  color: #1D1D1B;
  background-color: transparent !important;
}
#b2b_rentals .container .content {
  margin-bottom: 120px;
  padding: 130px 80px;
  border-radius: 7px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/service-content-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #b2b_rentals .container .content {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Frame-232-1.png");
  }
}
@media (max-width: 767.99px) {
  #b2b_rentals .container .content {
    padding: 130px 20px;
    border-radius: 0;
    margin-top: -20px;
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/rental-mopboile-bg.png");
  }
}
#b2b_rentals .container .content .inner-wrapper {
  width: 40%;
}
@media (max-width: 1279.99px) {
  #b2b_rentals .container .content .inner-wrapper {
    width: 100%;
  }
}
#b2b_rentals .container .content .inner-wrapper .text {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 46px;
}
#b2b_rentals .container .content .inner-wrapper .text span {
  font-weight: bold;
}
#b2b_rentals .container .content .inner-wrapper p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
#b2b_rentals .container .text2 {
  text-align: center;
  color: #1D1D1B;
  margin-bottom: 64px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #b2b_rentals .container .text2 {
    text-align: center;
  }
}
@media (max-width: 767.99px) {
  #b2b_rentals .container .text2 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#b2b_rentals .container .items {
  display: flex;
  gap: 13px;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  #b2b_rentals .container .items {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #b2b_rentals .container .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#b2b_rentals .container .items .item {
  background-color: white;
  border-radius: 7px;
  display: flex;
  padding: 50px 36px 49px 34px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 318px;
}
@media (max-width: 767.99px) {
  #b2b_rentals .container .items .item {
    padding: 50px 20px 30px 20px;
    min-height: 318px;
  }
}
#b2b_rentals .container .items .item img {
  height: 55px;
  width: fit-content;
}
#b2b_rentals .container .items .item p {
  color: #1D1D1B;
}
#b2b_rentals .container .items .item p,
#b2b_rentals .container .items .item a {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}
#b2b_rentals .container .items .item a {
  color: #E30613;
  text-decoration: underline;
}

@media (max-width: 767.99px) {
  #B2B_service {
    margin-top: 77px;
  }
}
#B2B_service .top {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/service_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 556px;
}
@media (max-width: 767.99px) {
  #B2B_service .top {
    z-index: 1;
    position: relative;
    margin-bottom: -90px;
    height: 310px;
  }
}
#B2B_service .bottom {
  background-color: #1D1D1B;
  padding-bottom: 80px;
  margin-top: -3px;
}
#B2B_service .bottom .red_subtitule {
  margin-bottom: -85px;
}
@media (max-width: 767.99px) {
  #B2B_service .bottom .red_subtitule {
    margin-bottom: -72px !important;
    z-index: 1 !important;
    font-size: 128px !important;
  }
}
#B2B_service .bottom .products h2 {
  color: white;
}
#B2B_service .bottom .col-top {
  display: flex;
  gap: 80px;
  color: white;
  margin-top: 64px;
}
@media (max-width: 1279.99px) {
  #B2B_service .bottom .col-top {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #B2B_service .bottom .col-top {
    margin-top: 50px;
    gap: 50px;
  }
}
@media (max-width: 767.99px) {
  #B2B_service .bottom .col-top {
    margin-top: 30px;
    gap: 20px;
  }
}
#B2B_service .bottom .col-top .large {
  font-size: 33px;
  font-family: "Montserrat", sans-serif;
  line-height: 110%;
  font-weight: 400;
  flex: 1;
}
#B2B_service .bottom .col-top .large span {
  font-weight: bold;
}
#B2B_service .bottom .col-top .small {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  flex: 1;
}
#B2B_service .bottom .col-top .small span {
  font-weight: bold;
}
#B2B_service .bottom .col-bottom {
  display: flex;
  gap: 100px;
  color: white;
  margin-top: 100px;
}
@media (max-width: 1279.99px) {
  #B2B_service .bottom .col-bottom {
    flex-direction: column;
  }
}
@media (max-width: 767.99px) {
  #B2B_service .bottom .col-bottom {
    margin-top: 32px;
    gap: 30px;
  }
}
#B2B_service .bottom .col-bottom .text {
  font-weight: bold;
  flex: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
}
#B2B_service .bottom .col-bottom .items {
  display: flex;
  flex: 1;
  gap: 26px;
}
@media (max-width: 1279.99px) {
  #B2B_service .bottom .col-bottom .items {
    margin-left: 5%;
  }
}
@media (max-width: 767.99px) {
  #B2B_service .bottom .col-bottom .items {
    flex-direction: column;
    gap: 13px;
  }
}
#B2B_service .bottom .col-bottom .items .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: fit-content;
  flex: 1;
  background-color: #1D1D1B;
  border-radius: 7px;
  height: 319px;
  background: rgba(24, 23, 22, 0.73);
  padding: 27px 32px 23px 40px;
  width: 309.5px;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  #B2B_service .bottom .col-bottom .items .item {
    min-height: 319px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #B2B_service .bottom .col-bottom .items .item {
    max-width: noe;
  }
}
#B2B_service .bottom .col-bottom .items .item img {
  margin-bottom: 50px;
  width: fit-content;
  height: 60px;
}
#B2B_service .bottom .col-bottom .items .item a,
#B2B_service .bottom .col-bottom .items .item p {
  font-size: 16px;
  line-height: 140%;
  font-weight: bold;
  font-family: "Source Sans 3", sans-serif;
}
#B2B_service .bottom .col-bottom .items .item p {
  color: white;
}
#B2B_service .bottom .col-bottom .items .item a {
  color: #E30613;
  text-decoration: underline;
}

#car_showrooms {
  background-color: #f6f6f6;
  padding-bottom: 130px;
}
#car_showrooms .red_subtitule {
  margin-bottom: -55px;
}
#car_showrooms .row {
  margin-top: 120px;
}
#car_showrooms .top {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/car-salons.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: end;
  padding-bottom: 100px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.99px) {
  #car_showrooms .top {
    margin-top: -2px;
    margin-bottom: -80px;
    height: 650px;
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/bg-mobile-show.png");
  }
}
#car_showrooms .top h2 {
  color: white;
}
#car_showrooms .content {
  margin-bottom: 100px;
  margin-top: 100px;
  padding: 130px 60px;
  border-radius: 7px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/salons_content_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
@media (max-width: 767.99px) {
  #car_showrooms .content {
    padding: 62px 40px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
    margin-top: 20px;
  }
}
@media (max-width: 1279.99px) {
  #car_showrooms .content {
    margin-bottom: 50px;
  }
}
#car_showrooms .content .inner-wrapper {
  width: 45%;
}
@media (max-width: 1279.99px) {
  #car_showrooms .content .inner-wrapper {
    width: 100%;
  }
}
#car_showrooms .content .text {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 30px;
}
#car_showrooms .content p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
#car_showrooms .row .text3 {
  color: #1D1D1B;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  line-height: 110%;
  font-weight: 400;
}
#car_showrooms .row .bold {
  margin-bottom: 32px;
  font-weight: bold;
}
@media (max-width: 767.99px) {
  #car_showrooms .row .bold {
    text-align: left;
  }
}
@media (max-width: 767.99px) {
  #car_showrooms .row .bold br {
    display: none;
  }
}
#car_showrooms .row .light {
  font-weight: 400;
  margin-bottom: 96px;
}
@media (max-width: 767.99px) {
  #car_showrooms .row .light {
    text-align: left;
  }
}
#car_showrooms .row .items {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #car_showrooms .row .items {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.99px) {
  #car_showrooms .row .items {
    flex-direction: column;
  }
}
#car_showrooms .row .items .item {
  flex: 1 1 50%;
  background-color: white;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 343px;
  height: 297px;
}
@media (max-width: 767.99px) {
  #car_showrooms .row .items .item {
    padding: 50px 20px 30px 20px;
    max-width: none;
  }
}
#car_showrooms .row .items .item .text3 {
  color: #1D1D1B;
  font-family: "Source Sans 3", sans-serif;
  line-height: 100%;
  text-align: left;
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 28px;
}
#car_showrooms .row .items .item p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #1D1D1B;
  text-align: left;
}
#car_showrooms .row .items .item img {
  margin-top: 60px;
  height: 55px;
  width: fit-content;
}
#car_showrooms .logos {
  margin-bottom: 200px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1279.99px) {
  #car_showrooms .logos {
    margin-bottom: 50px;
  }
}

#E_commerce {
  background-color: #1D1D1B;
}
@media (max-width: 767.99px) {
  #E_commerce .riverse-col {
    flex-direction: column-reverse !important;
  }
}
#E_commerce .top {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/E-COMERCE-BG.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 556px;
  display: flex;
  align-items: end;
  padding-bottom: 64px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.99px) {
  #E_commerce .top {
    margin-bottom: 40px;
    height: 310px;
  }
}
#E_commerce .top h2 {
  color: white;
}
#E_commerce .red_subtitule {
  margin-bottom: -54px;
}
#E_commerce .bottom .container .row {
  display: flex;
  gap: 80px;
  padding-bottom: 100px;
}
@media (max-width: 1279.99px) {
  #E_commerce .bottom .container .row {
    flex-direction: column;
    gap: 50px;
    padding-bottom: px;
  }
}
#E_commerce .bottom .container .row img,
#E_commerce .bottom .container .row .top-col,
#E_commerce .bottom .container .row h4,
#E_commerce .bottom .container .row .items {
  flex: 1;
}
#E_commerce .bottom .container .row img {
  height: 435px;
  width: 616px;
  border-radius: 7px;
}
@media (max-width: 767.99px) {
  #E_commerce .bottom .container .row img {
    width: auto;
    height: 497.31px !important;
  }
}
#E_commerce .bottom .container .row .top-col {
  color: white;
  display: flex;
  flex-direction: column;
}
#E_commerce .bottom .container .row .top-col h3 {
  margin-bottom: 32px;
  color: white;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #E_commerce .bottom .container .row .top-col h3 {
    font-size: 48px;
  }
}
#E_commerce .bottom .container .row .top-col p {
  font-size: 16px;
}
#E_commerce .bottom .container .row h4 {
  color: white;
  font-weight: 400;
}
#E_commerce .bottom .container .row .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.99px) {
  #E_commerce .bottom .container .row .items {
    gap: 15px;
  }
}
#E_commerce .bottom .container .row .items .item {
  gap: 112px;
  padding: 50px 31px 30px 31px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  #E_commerce .bottom .container .row .items .item {
    padding: 50px 0px 30px 0px;
    gap: 60px;
    justify-content: flex-start;
  }
}
@media (max-width: 767.99px) {
  #E_commerce .bottom .container .row .items .item img {
    max-height: 47.15px !important;
    width: fit-content !important;
  }
}
#E_commerce .bottom .container .row .items .item p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: white;
}
#E_commerce .bottom .container .row .items .item img {
  height: 100%;
  width: 60px;
}
#E_commerce .bottom .container .row .items .item img.star {
  width: 115px;
}

.b2b-page .dark .wrapper {
  padding: 96px 0px !important;
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 767.99px) {
  .b2b-page .dark .wrapper {
    padding: 64px 0px !important;
  }
}

@media (min-width: 1279.99px) {
  #fleet_operator .products h2 br {
    display: none;
  }
}
#fleet_operator .top {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Sailun_©Heimbach_12-13-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 556px;
}
#fleet_operator .top .container {
  display: flex;
  align-items: end;
  height: 100%;
}
#fleet_operator .top .container .products {
  margin-bottom: -109px;
  z-index: 999;
}
#fleet_operator .top .container .products .red_subtitule {
  margin-bottom: -52px;
}
#fleet_operator .top .container .products h2 {
  color: white;
}
@media (max-width: 767.99px) {
  #fleet_operator .top {
    z-index: 1;
    position: relative;
    margin-bottom: -80px;
    height: 310px;
  }
}
@media (max-width: 1279.99px) {
  #fleet_operator .top {
    background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/mobile-bg.png");
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #fleet_operator .top {
    background-repeat: no-repeat;
    background-size: cover;
    height: 556px;
    margin-bottom: -120px;
    position: relative;
    z-index: 1;
  }
}
#fleet_operator .bottom {
  background-color: #1D1D1B;
  padding-bottom: 130px;
  padding-top: 150px;
  position: relative;
}
#fleet_operator .bottom::before {
  position: absolute;
  content: "";
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/service-bg2.png");
  height: 900px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -90px;
  width: 620px;
  z-index: 0;
  top: -125px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #fleet_operator .bottom::before {
    height: 79%;
    left: -50px;
    width: 90vw;
    z-index: 0;
    top: -450px;
  }
}
#fleet_operator .bottom .container {
  position: relative;
  z-index: 1;
}
#fleet_operator .bottom .container .row .top-col {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279.99px) {
  #fleet_operator .bottom .container .row .top-col {
    flex-direction: column;
    gap: 100px;
    margin-top: 100px;
  }
}
#fleet_operator .bottom .container .row .top-col img {
  margin-left: 5%;
  height: 400px;
}
@media (max-width: 1279.99px) {
  #fleet_operator .bottom .container .row .top-col img {
    margin: 0 auto;
  }
}
#fleet_operator .bottom .container .row .top-col .content {
  display: flex;
  flex-direction: column;
  gap: 96px;
  color: white;
  max-width: 520px;
  justify-content: space-between;
}
@media (max-width: 1279.99px) {
  #fleet_operator .bottom .container .row .top-col .content {
    max-width: none;
  }
}
#fleet_operator .bottom .container .row .top-col .content .col .title {
  font-weight: bold;
  font-size: 33px;
  line-height: 110%;
  font-family: "Montserrat", sans-serif;
}
#fleet_operator .bottom .container .row .top-col .content .col .title2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 110%;
  font-family: "Montserrat", sans-serif;
}
#fleet_operator .bottom .container .row .top-col .content .col .text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin-top: 32px;
}
#fleet_operator .bottom .container .row .top-col .content .col .text span {
  font-weight: bold;
}
#fleet_operator .bottom .container .row .top-col .content .col .number {
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767.99px) {
  #fleet_operator .bottom .container .row .top-col .content .col .number {
    font-size: 40px;
  }
}
#fleet_operator .bottom .container .row .bottom-col {
  margin-top: 140px;
}
#fleet_operator .bottom .container .row .bottom-col .text {
  font-weight: bold;
  margin-bottom: 64px;
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
}
@media (max-width: 1279.99px) {
  #fleet_operator .bottom .container .row .bottom-col .text {
    text-align: left;
  }
}
#fleet_operator .bottom .container .row .bottom-col .items {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  #fleet_operator .bottom .container .row .bottom-col .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.99px) {
  #fleet_operator .bottom .container .row .bottom-col .items {
    flex-direction: column;
  }
}
#fleet_operator .bottom .container .row .bottom-col .items .item {
  flex: 1;
  background-color: #1a1917;
  padding: 50px 31px 30px 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 318px;
  border-radius: 7px;
}
@media (max-width: 767.99px) {
  #fleet_operator .bottom .container .row .bottom-col .items .item {
    padding: 50px 20px 30px 20px;
    min-height: 319px;
  }
}
#fleet_operator .bottom .container .row .bottom-col .items .item p {
  color: white;
}
#fleet_operator .bottom .container .row .bottom-col .items .item a {
  color: #E30613;
  text-decoration: underline;
}
#fleet_operator .bottom .container .row .bottom-col .items .item a,
#fleet_operator .bottom .container .row .bottom-col .items .item p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
}
#fleet_operator .bottom .container .row .bottom-col .items .item img {
  height: 55px;
  width: fit-content;
}

#foreign_trade {
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 50px;
}
#foreign_trade .red_subtitule {
  margin-bottom: -55px;
}
#foreign_trade .products {
  margin-bottom: 50px;
  margin-left: 40px;
}
#foreign_trade .row {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: end;
  margin-top: 150px;
}
@media (max-width: 1279.99px) {
  #foreign_trade .row {
    flex-direction: column;
    margin-top: 50px;
  }
}
#foreign_trade .row img {
  border-radius: 7px;
  height: 435px;
  width: 617.33px;
  z-index: 0;
  position: absolute;
  left: 40px;
  object-fit: cover;
}
@media (max-width: 1279.99px) {
  #foreign_trade .row img {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    left: 0;
  }
}
#foreign_trade .row .text-wrapper {
  background-color: white;
  border-radius: 7px;
  padding: 70px 80px;
  z-index: 1;
  width: 60%;
  float: right;
  right: 0;
  position: relative;
}
@media (max-width: 1279.99px) {
  #foreign_trade .row .text-wrapper {
    width: 100%;
    padding: 40px;
  }
}
#foreign_trade .row .text-wrapper .text2 {
  margin-bottom: 32px;
  color: #1D1D1B;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  line-height: 120%;
}
#foreign_trade .row .text-wrapper p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}
#foreign_trade .row .text-wrapper p b {
  font-weight: bold;
}
#foreign_trade .content {
  margin-bottom: 100px;
  margin-top: 130px;
  padding: 130px 80px;
  border-radius: 7px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/trade_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
@media (max-width: 767.99px) {
  #foreign_trade .content {
    padding: 130px 35px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1279.99px) {
  #foreign_trade .content {
    margin-bottom: 50px;
  }
}
#foreign_trade .content .inner-wrapper {
  width: 40%;
}
@media (max-width: 1279.99px) {
  #foreign_trade .content .inner-wrapper {
    width: 100%;
  }
}
#foreign_trade .content .text {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 46px;
}
#foreign_trade .content p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
#foreign_trade .content a {
  margin-top: 46px;
}
@media (max-width: 767.99px) {
  #foreign_trade .content a {
    width: 100%;
    justify-content: center;
  }
}

#news_page .cat-btn[data-cat="22"] {
  display: none !important;
}
#news_page h4 a:hover {
  color: #1D1D1B;
}
#news_page .news-date {
  white-space: nowrap;
}
#news_page a {
  color: #1D1D1B;
}
#news_page a:hover {
  color: white;
}
#news_page h5 a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 120%;
}
#news_page .addtoany_content {
  display: none;
}
#news_page .news-date {
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  color: #565656;
  line-height: 140%;
  font-weight: 300;
}
#news_page .header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 48px;
}
#news_page .news-posts {
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #f6f6f6;
  overflow: hidden;
}
@media (max-width: 1279.09px) {
  #news_page .news-posts {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1279.09px) {
  #news_page .news-posts .meta {
    display: none !important;
  }
}
#news_page .news-posts .news-category {
  line-height: 140%;
  font-weight: 300;
  height: auto;
}
@media (max-width: 1279.09px) {
  #news_page .news-posts .header {
    display: none;
  }
}
#news_page .news-posts .posts-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}
#news_page .news-posts .posts-grid-3 h4 a {
  font-size: 28px;
  line-height: 120%;
}
#news_page .news-posts .posts-grid-3 h4 a:hover {
  color: #1D1D1B;
}
#news_page .news-posts .posts-grid-3 .news-content {
  color: #1D1D1B;
  font-weight: 300;
  line-height: 160%;
  font-size: 16px;
}
@media (max-width: 1279.09px) {
  #news_page .news-posts .posts-grid-3 .news-thumbnail img {
    height: 150px;
  }
}
@media (min-width: 767.09px) and (max-width: 1280px) {
  #news_page .news-posts .posts-grid-3 .news-thumbnail img {
    height: 225px;
  }
}
@media (min-width: 767.09px) and (max-width: 1280px) {
  #news_page .news-posts .posts-grid-3 {
    margin-left: 50px;
  }
}
@media (max-width: 767.99px) {
  #news_page .news-posts .posts-grid-3 {
    margin-left: 5%;
  }
}
@media (max-width: 1279.09px) {
  #news_page .news-posts .posts-grid-3 {
    padding-right: 0%;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 1rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #news_page .news-posts .posts-grid-3::-webkit-scrollbar {
    display: none;
  }
  #news_page .news-posts .posts-grid-3 > * {
    flex: 0 0 80%;
    min-width: 80%;
    scroll-snap-align: start;
  }
  #news_page .news-posts .posts-grid-3 h4 {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#news_page .news-posts .posts-grid-6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  /* NOWE: tylko 3 pierwsze elementy między 768 a 1279.09px */
}
@media (max-width: 767.09px) {
  #news_page .news-posts .posts-grid-6 .news-title {
    max-width: 250px;
  }
}
#news_page .news-posts .posts-grid-6 .small-thumb img {
  width: 100%;
  min-width: 200px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767.09px) {
  #news_page .news-posts .posts-grid-6 .small-thumb img {
    max-width: 102px !important;
    height: 90px;
    min-width: auto;
  }
}
#news_page .news-posts .posts-grid-6 .small-thumb img {
  width: 306px;
  height: 190px;
}
@media (max-width: 767.09px) {
  #news_page .news-posts .posts-grid-6 .small-thumb {
    flex: none;
    width: auto !important;
  }
}
#news_page .news-posts .posts-grid-6 .content {
  padding-top: 16px;
  padding-right: 16px;
}
@media (max-width: 767.09px) {
  #news_page .news-posts .posts-grid-6 .content {
    flex: none;
  }
}
#news_page .news-posts .posts-grid-6 .news-title {
  margin-top: 8px;
  margin-bottom: 8px;
}
#news_page .news-posts .posts-grid-6 .top-row {
  justify-content: flex-start !important;
  align-items: center;
  gap: 20px;
}
#news_page .news-posts .posts-grid-6 p {
  color: #1D1D1B;
  line-height: 140%;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 767.09px) {
  #news_page .news-posts .posts-grid-6 p {
    display: none;
  }
}
#news_page .news-posts .posts-grid-6 h5 a {
  font-size: 1.5rem;
  font-family: "Source Sans 3", sans-serif;
}
#news_page .news-posts .posts-grid-6 h5 a:hover {
  color: #1D1D1B;
}
#news_page .news-posts .posts-grid-6 .news-small {
  display: flex;
  gap: 40px;
}
@media (max-width: 767.09px) {
  #news_page .news-posts .posts-grid-6 .news-small {
    gap: 20px;
  }
}
@media (max-width: 1279.09px) {
  #news_page .news-posts .posts-grid-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767.09px) {
  #news_page .news-posts .posts-grid-6 {
    gap: 20px;
  }
  #news_page .news-posts .posts-grid-6 .news-category {
    display: none;
  }
  #news_page .news-posts .posts-grid-6 .small-thumb {
    width: 100%;
    min-width: 90px;
  }
  #news_page .news-posts .posts-grid-6 .small-thumb img {
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #news_page .news-posts .posts-grid-6 > *:nth-child(n+4) {
    display: none;
  }
}
#news_page .news-posts .posts-grid-6 .news-small a img {
  height: 190px;
  border-radius: 8px;
}
@media (max-width: 767.09px) {
  #news_page .news-posts .posts-grid-6 .news-small a img {
    height: 102px;
  }
}
#news_page .news-posts .posts-grid-6 .news-small a h5 {
  font-size: 1.5rem;
  color: #1D1D1B;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767.09px) {
  #news_page .news-posts .posts-grid-6 .news-small a h5 {
    font-size: 1.25rem;
  }
}
#news_page .news-posts .posts-grid-6 .news-small a p {
  color: #1D1D1B;
  font-size: 1rem;
}
@media (max-width: 767.09px) {
  #news_page .news-posts .posts-grid-6 .news-small a p {
    display: none;
  }
}
#news_page .reviews {
  background-color: #1D1D1B;
  padding-top: 128px;
  padding-bottom: 128px;
}
@media (max-width: 767.09px) {
  #news_page .reviews .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#news_page .reviews .news-meta {
  padding: 24px 8px;
}
#news_page .reviews h4 a {
  color: white !important;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
#news_page .reviews h4 a:hover {
  color: white !important;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #news_page .reviews .container {
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #news_page .reviews {
    padding-left: 0%;
    padding-right: 0%;
  }
}
#news_page .reviews .news-category:hover {
  background-color: #c50e19 !important;
}
@media (max-width: 767.09px) {
  #news_page .reviews {
    padding-left: 5%;
    padding-right: 0%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #news_page .reviews .news-category {
    display: none;
  }
  #news_page .reviews .news-meta {
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
#news_page .reviews .header h3 {
  color: white;
}
#news_page .reviews .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #news_page .reviews .items {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 1rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #news_page .reviews .items > * {
    flex: 0 0 80%;
    min-width: 80%;
    scroll-snap-align: start;
  }
  #news_page .reviews .items::-webkit-scrollbar {
    display: none;
  }
}
#news_page .reviews .items img {
  height: 226px;
  width: 100%;
}
@media (max-width: 767.09px) {
  #news_page .reviews .items img {
    height: 150px;
  }
}
#news_page .reviews .items .news-box h4, #news_page .reviews .items .news-box .news-content {
  color: white !important;
}
#news_page .reviews .items .news-box .top-row .news-date {
  color: white;
  line-height: 140%;
  font-weight: 300;
}
#news_page .reviews .items .news-box .top-row .news-category {
  color: white;
  background-color: #E30613;
  border: 1px solid #E30613;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
#news_page .reviews .items .news-box .news-content {
  font-weight: 300;
  line-height: 160%;
  font-size: 16px;
}
#news_page .reviews .items .news-box h4 {
  font-size: 1.5rem !important;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
#news_page .tips {
  padding-bottom: 128px;
  padding-top: 128px;
  background-color: #f6f6f6;
}
@media (max-width: 767.09px) {
  #news_page .tips .news-small {
    gap: 0px !important;
  }
}
@media (max-width: 767.09px) {
  #news_page .tips .news-small .content {
    padding-top: 0px !important;
  }
}
@media (max-width: 767.09px) {
  #news_page .tips .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#news_page .tips h3 {
  font-weight: bold;
  line-height: 100%;
}
#news_page .tips .top-row {
  justify-content: flex-start !important;
  align-items: center;
  gap: 20px;
}
#news_page .tips .small-thumb img {
  width: 306px;
  height: 190px;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #news_page .tips .small-thumb img {
    width: 100%;
  }
}
#news_page .tips .small-thumb {
  width: 306px;
  height: 190px;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #news_page .tips .small-thumb {
    width: 100%;
  }
}
#news_page .tips .content {
  padding-top: 16px;
  padding-right: 16px;
}
@media (max-width: 1279.09px) {
  #news_page .tips {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 767.09px) {
  #news_page .tips {
    padding-left: 5%;
    padding-right: 0%;
  }
}
#news_page .tips .news-small {
  display: flex;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1279.09px) {
  #news_page .tips .news-small {
    gap: 10px;
  }
}
@media (max-width: 767.09px) {
  #news_page .tips .news-small {
    flex: 0 0 80%;
    min-width: 80%;
    scroll-snap-align: start;
  }
}
@media (max-width: 767.09px) {
  #news_page .tips .news-small img {
    height: 150px;
  }
}
@media (max-width: 1279.09px) {
  #news_page .tips .news-small {
    flex-direction: column;
  }
}
#news_page .tips .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
#news_page .tips .items .news-category {
  line-height: 140%;
  font-size: 16px;
  font-weight: 300;
}
#news_page .tips .items a {
  display: flex;
  gap: 30px;
}
@media (max-width: 1279.99px) {
  #news_page .tips .items a {
    flex-direction: column;
  }
}
@media (max-width: 767.99px) {
  #news_page .tips .items a {
    gap: 20px;
  }
}
#news_page .tips .items a img {
  height: 190px;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #news_page .tips .items a img {
    width: 100%;
  }
}
#news_page .tips .items .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news_page .tips .items h5 {
  color: #1D1D1B;
  margin-bottom: 8px;
  margin-top: 8px;
}
#news_page .tips .items h5 a {
  line-height: 120%;
  font-size: 24px;
  font-weight: bold;
  font-family: "Source Sans 3", sans-serif;
}
#news_page .tips .items h5 a:hover {
  color: #1D1D1B;
}
@media (max-width: 1279.99px) {
  #news_page .tips .items h5 {
    font-size: 1.5625rem;
  }
}
#news_page .tips .items p {
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 300;
}
@media (max-width: 767.09px) {
  #news_page .tips .items {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 20px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #news_page .tips .items::-webkit-scrollbar {
    display: none;
  }
  #news_page .tips .items a img {
    height: 150px;
  }
}
#news_page .trivia {
  background-color: #f6f6f6;
  padding-bottom: 100px;
}
@media (max-width: 767.99px) {
  #news_page .trivia .mobile-data {
    display: block !important;
  }
}
@media (max-width: 767.99px) {
  #news_page .trivia .news-date {
    display: flex !important;
    gap: 2px;
  }
}
#news_page .trivia .news-category {
  font-weight: 400;
  line-height: 140%;
}
#news_page .trivia h3 {
  line-height: 100%;
  font-weight: bold;
}
@media (max-width: 1279.99px) {
  #news_page .trivia {
    padding-bottom: 50px;
  }
}
#news_page .trivia h5 a:hover {
  color: #1D1D1B;
}
#news_page .trivia .top-row {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#news_page .trivia .top-row.desctop {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #news_page .trivia .top-row.desctop {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #news_page .trivia .top-row.mobile {
    display: none;
  }
}
#news_page .trivia .items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1279.99px) {
  #news_page .trivia .items {
    gap: 40px;
  }
}
#news_page .trivia .items .news-category {
  font-weight: 300;
  line-height: 140%;
}
#news_page .trivia .items .news-small {
  display: flex;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #news_page .trivia .items .news-small {
    gap: 10px;
  }
}
@media (max-width: 1279.99px) {
  #news_page .trivia .items .news-small {
    flex-direction: column;
  }
}
@media (max-width: 767.99px) {
  #news_page .trivia .items .news-small {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  #news_page .trivia .items .news-small img {
    min-width: 650px;
  }
}
#news_page .trivia .items .news-small a {
  display: flex;
  gap: 30px;
}
@media (max-width: 767.99px) {
  #news_page .trivia .items .news-small a {
    gap: 20px;
  }
}
@media (max-width: 1279.99px) {
  #news_page .trivia .items .news-small a {
    font-size: 1rem;
  }
}
@media (max-width: 1279.99px) {
  #news_page .trivia .items .news-small a {
    flex-direction: column;
  }
}
@media (max-width: 767.99px) {
  #news_page .trivia .items .news-small .news-category {
    display: none;
  }
}
#news_page .trivia .items .news-small img {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  max-width: 680px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #news_page .trivia .items .news-small img {
    height: 228px;
    object-fit: cover;
    width: 100%;
    max-width: none !important;
  }
}
@media (max-width: 767.99px) {
  #news_page .trivia .items .news-small img {
    height: 167px;
    object-fit: cover;
  }
}
#news_page .trivia .items .news-small .small-thumb, #news_page .trivia .items .news-small .content {
  flex: 1;
}
#news_page .trivia .items .news-small .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-right: 16px;
}
@media (max-width: 1279.99px) {
  #news_page .trivia .items .news-small .content {
    gap: 20px;
  }
}
#news_page .trivia .items .news-small .content h5 {
  font-size: 1.75rem;
  color: #1D1D1B;
  font-weight: bold;
  margin-top: 32px;
}
#news_page .trivia .items .news-small .content h5 a {
  font-size: 28px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #news_page .trivia .items .news-small .content h5 {
    margin-top: 0px;
  }
}
@media (max-width: 767.99px) {
  #news_page .trivia .items .news-small .content h5 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1279.99px) {
  #news_page .trivia .items .news-small .content h5 {
    font-size: 1.5625rem;
  }
}
#news_page .trivia .items .news-small .content p {
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 300;
}
#news_page .slider {
  position: relative;
  overflow: hidden;
  height: 70vh;
}
#news_page .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#news_page .slider .slide::after {
  background-color: rgba(0, 0, 0, 0.4117647059);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
#news_page .slider .slide.active {
  opacity: 1;
  z-index: 2;
}
#news_page .slider .slide .slide-content {
  height: 100%;
  padding-bottom: 76px;
  padding-top: 202px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1279.99px) {
  #news_page .slider .slide .slide-content {
    padding: 50px 5%;
    justify-content: flex-end;
    gap: 30px;
  }
}
@media (max-width: 767.99px) {
  #news_page .slider .slide .slide-content {
    gap: 20px;
  }
}
#news_page .slider .slide .slide-content .top {
  display: flex;
  justify-content: flex-start;
  gap: 11px;
  align-items: center;
}
@media (max-width: 767.09px) {
  #news_page .slider .slide .slide-content .top {
    display: none !important;
  }
}
#news_page .slider .slide .slide-content .top p {
  font-size: 1rem;
}
#news_page .slider .slide .slide-content .top .hero-subtitle {
  background-color: #616161;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 1rem;
  line-height: 140%;
}
#news_page .slider .slide .slide-content .top .sponsored {
  border: 1px solid white;
  padding: 8px 16px;
  border-radius: 999px;
  line-height: 140%;
  font-weight: 300;
}
#news_page .slider .slide .slide-content .bottom {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 1279.99px) {
  #news_page .slider .slide .slide-content .bottom {
    gap: 30px;
  }
}
@media (max-width: 767.99px) {
  #news_page .slider .slide .slide-content .bottom {
    gap: 20px;
  }
}
#news_page .slider .slide .slide-content .bottom h3 {
  color: white;
  margin-bottom: 20px;
  font-weight: bold;
}
#news_page .slider .slide .slide-content .bottom p {
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
}
#news_page .slider .slide .slide-content .bottom a {
  color: white;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Source Sans 3", sans-serif;
  margin-top: 30px;
  line-height: 120%;
  display: block;
}
#news_page .slider .slide .slide-content .col {
  display: flex;
  justify-content: space-between;
}
#news_page .slider .slide .slide-content .col .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1279.99px) {
  #news_page .slider .slide .slide-content .col .meta {
    gap: 20px;
  }
}
@media (max-width: 767.09px) {
  #news_page .slider .slide .slide-content .col .meta {
    display: none !important;
  }
}
#news_page .slider .slide .slide-content .col .meta div {
  display: flex;
  align-items: center;
}
#news_page .slider .slide .slide-content .col .meta .cat {
  gap: 20px;
}
@media (max-width: 1279.99px) {
  #news_page .slider .slide .slide-content .col .meta .cat p {
    display: none;
  }
}
#news_page .slider .slide .slide-content .col .meta .category {
  border: 1px solid white;
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1rem;
  margin-top: 0px;
  color: white;
  font-family: "Source Sans 3", sans-serif;
  line-height: 140%;
  font-weight: 300;
}
#news_page .slider .slide .slide-content .col .meta .category:hover {
  border: 1px solid #616161;
  background-color: #616161;
}
#news_page .slider .slide .slide-content .col .meta p, #news_page .slider .slide .slide-content .col .meta span {
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}
#news_page .slider .slide .dots {
  display: flex;
  align-items: center;
  gap: 17px;
}
#news_page .slider .slide .dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  border: 1px solid white;
}
#news_page .slider .slide .dots .dot.active {
  background: #fff;
  width: 13px;
  height: 13px;
}
#news_page .search-input, #news_page .search-input2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#news_page #apply-filters.disabled {
  color: #1D1D1B;
  cursor: not-allowed; /* zmienia kursor */
  pointer-events: none; /* blokuje hover i kliknięcia */
}
@media (max-width: 1279.99px) {
  #news_page .search {
    display: none !important;
  }
}
#news_page .news-category button {
  background-color: transparent;
  border: none;
}
#news_page .news-category:hover button {
  color: white;
}

.related-space {
  height: 50px;
  background-color: #f6f6f6;
}

.related {
  background-color: #1D1D1B;
  padding-top: 83px;
  padding-bottom: 83px;
}
.related .news-category {
  font-weight: 400;
  line-height: 140%;
}
.related .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.99px) {
  .related img {
    height: 150px;
  }
  .related .news-meta {
    padding-left: 0px;
  }
}
@media (max-width: 1279.99px) {
  .related {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.related p {
  font-weight: 300;
  color: white !important;
}
.related .news-date {
  color: #fff !important;
  line-height: 140%;
}
.related .news-category {
  font-family: "Source Sans 3", sans-serif;
  background-color: #E30613 !important;
  border: 1px solid #E30613 !important;
}
.related .news-category:hover {
  background-color: #c50e19 !important;
  color: white !important;
}
.related a {
  color: white !important;
}
.related a:hover {
  color: white !important;
}
.related h3 {
  color: white;
  margin-bottom: 50px;
}
.related h4, .related p, .related .news-date, .related .news-category {
  color: white;
}
@media (max-width: 767.99px) {
  .related h4 {
    font-size: 1.5625rem;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.related h4 a {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 120%;
}
.related h4 a:hover {
  color: white !important;
}
.related .addtoany_content {
  display: none;
}
.related .news-category {
  background-color: #E30613;
  padding: 8px 16px;
  border-radius: 999px;
}
@media (max-width: 767.99px) {
  .related .news-category {
    display: none;
  }
}
@media (min-width: 767.09px) and (max-width: 1280px) {
  .related .swiper {
    margin-left: 50px;
  }
}
@media (max-width: 767.99px) {
  .related .swiper {
    margin-left: 20px;
  }
}
.related .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.related .arrow-container {
  position: relative;
  display: flex;
  gap: 20px;
  margin-right: 20px;
}
@media (max-width: 1279.99px) {
  .related .arrow-container {
    display: none !important;
  }
}
.related .arrow-container .swiper-button-next, .related .arrow-container .swiper-button-prev {
  position: relative;
}
.related .arrow-container .swiper-button-next::after, .related .arrow-container .swiper-button-prev::after {
  display: none !important;
}

.category-page {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 100px;
}
.category-page h3 {
  margin-bottom: 50px;
}
.category-page h5 {
  color: #1D1D1B;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  font-size: 1.75rem;
}
@media (max-width: 1279.99px) {
  .category-page h5 {
    font-size: 1.5625rem;
  }
}
.category-page .top-row {
  margin-bottom: 30px;
}
.category-page .small-thumb img {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.category-page .posts-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr); /* domyślnie 3 kolumny */
}
@media (max-width: 767.99px) {
  .category-page .posts-grid {
    gap: 20px;
  }
}
@media (max-width: 1279.9px) {
  .category-page .posts-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 kolumny */
  }
}
@media (max-width: 767.9px) {
  .category-page .posts-grid {
    grid-template-columns: 1fr; /* 1 kolumna */
  }
}

.first-post {
  margin-bottom: 16px;
}
.first-post .meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.first-post .news-category {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.first-post a {
  border-radius: 8px;
  height: 420px;
  padding: 30px 40px 35px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: end;
}
@media (min-width: 767.09px) and (max-width: 1279.99px) {
  .first-post a {
    height: 452px;
  }
}
@media (max-width: 767.09px) {
  .first-post a {
    height: 340px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
  }
}
.first-post a h4 {
  margin-bottom: 27px;
}
.first-post a h4:hover {
  color: white !important;
}
.first-post a h4, .first-post a p {
  color: white;
}
.first-post a p {
  font-weight: 300;
  font-size: 1rem;
}

.search-input svg, .search-input2 svg {
  margin-top: 12px;
}

.search-results-container .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 767.09px) and (max-width: 1280px) {
  .search-results-container .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.09px) {
  .search-results-container .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .search-results-container .news-box {
    display: flex;
    gap: 20px;
  }
  .search-results-container .news-box .news-category {
    display: none;
  }
  .search-results-container .news-box .news-meta {
    padding: 0;
    width: 55%;
  }
  .search-results-container .news-box .news-meta h4 {
    font-size: 1rem;
    margin-bottom: 0px;
    margin-top: 5px;
  }
  .search-results-container .news-box .news-thumbnail {
    width: 40%;
    height: 102px;
  }
  .search-results-container .news-box .news-thumbnail img {
    width: 100%;
    height: 102px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .search-results-container .news-content {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767px) {
  .search-results-container .news-content {
    display: none;
  }
}

@media (max-width: 1279.99px) {
  .filters .tag-search {
    display: none;
  }
}

.filters {
  display: flex;
  padding-left: 4%;
  padding-right: 4%;
  background-color: white;
  flex-direction: row;
  justify-content: space-between;
  height: 66px;
  position: sticky;
  transition: top 0.3s ease;
  z-index: 9999999;
}
.filters .period-btn {
  cursor: pointer;
}
.filters .period-btn:hover {
  color: #E30613;
}
@media (max-width: 1279.99px) {
  .filters {
    padding-left: 5%;
  }
}
@media (max-width: 767.99px) {
  .filters {
    display: none;
  }
}
.filters .col {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 767.99px) {
  .filters .col {
    gap: 20px;
  }
}
.filters .col h6 {
  color: #1D1D1B;
  font-size: 1rem;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
  width: 91px;
}
@media (max-width: 1279.99px) {
  .filters .col h6 {
    display: none;
  }
}
.filters .filter-title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  color: #1D1D1B;
  font-family: "Source Sans 3", sans-serif;
  cursor: pointer;
  gap: 5px;
  display: flex;
}
@media (max-width: 767.99px) {
  .filters .filter-title {
    gap: 5px;
  }
  .filters .filter-title.active-title {
    color: white !important;
    background-color: #E30613;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #E30613;
  }
}
.filters .filter-title.active-title {
  color: #E30613;
}
.filters .filter-title:hover {
  color: #E30613;
}
.filters #apply-filters {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #1D1D1B;
  background-color: transparent;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem;
  line-height: 120%;
  font-weight: 400;
  height: 40px;
}
.filters #apply-filters:hover {
  background-color: #E30613;
  color: white;
  border: 1px solid #E30613;
  cursor: pointer;
}

.tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.period-btn {
  font-weight: 300;
  line-height: 140%;
}

.period-btn, .cat-btn, .tag-item, .sort-btn {
  background: transparent !important;
  border: none !important;
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 120%;
  color: #1D1D1B;
  font-family: "Source Sans 3", sans-serif;
}

.filter-options {
  gap: 8px;
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  z-index: 999999999;
  padding-left: 6%;
  background-color: white;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
}

#posts-search, #posts-search2 {
  height: 48px;
}

.sort-btn, .cat-btn {
  font-weight: 300;
  padding: 8px 16px;
}

@media (max-width: 767.99px) {
  .mobile-data {
    display: none;
  }
}

.filter-title .arrow-icon path {
  stroke: #1D1D1B; /* domyślnie ciemny */
  transition: transform 0.3s, stroke 0.3s;
}

.filter-title.active-title .arrow-icon {
  transform: rotate(180deg); /* obraca */
}

.filter-title.active-title .arrow-icon path {
  stroke: #E30613; /* zmiana koloru na czerwony */
}

.arrow svg {
  margin-bottom: 4px;
}

.filter-title:hover svg path {
  stroke: #E30613;
}

.cat-btn:hover, .sort-btn:hover, .tag-item:hover {
  color: #E30613;
}
.cat-btn.active, .sort-btn.active, .tag-item.active {
  color: #E30613 !important;
}

.tag-search, .tag-search2 {
  position: relative;
  width: 100%;
  max-width: 322px;
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 140%;
  font-family: "Source Sans 3", sans-serif;
  line-height: 140%;
  font-size: 16px;
  font-weight: 400;
}
.tag-search::placeholder, .tag-search2::placeholder {
  color: #1D1D1B;
  font-size: 1rem;
  line-height: 140%;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  color: #1D1D1B;
}
.tag-search::-webkit-input-placeholder, .tag-search2::-webkit-input-placeholder {
  color: #1D1D1B;
}
.tag-search::-moz-placeholder, .tag-search2::-moz-placeholder {
  color: #1D1D1B;
}
.tag-search:-ms-input-placeholder, .tag-search2:-ms-input-placeholder {
  color: #1D1D1B;
}
.tag-search::-ms-input-placeholder, .tag-search2::-ms-input-placeholder {
  color: #1D1D1B;
}

.tag-search input, .tag-search2 input {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border-radius: 999px !important;
  border: none;
  background-color: #f0f0f0; /* szare tło */
  outline: none;
  font-size: 0.875rem;
}
.tag-search input::placeholder, .tag-search2 input::placeholder {
  color: #1D1D1B;
}
.tag-search input::-webkit-input-placeholder, .tag-search2 input::-webkit-input-placeholder {
  color: #1D1D1B;
}
.tag-search input::-moz-placeholder, .tag-search2 input::-moz-placeholder {
  color: #1D1D1B;
}
.tag-search input:-ms-input-placeholder, .tag-search2 input:-ms-input-placeholder {
  color: #1D1D1B;
}
.tag-search input::-ms-input-placeholder, .tag-search2 input::-ms-input-placeholder {
  color: #1D1D1B;
}

.tag-search button, .tag-search2 button {
  position: absolute;
  right: 12px; /* odległość od prawej */
  top: 40%;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.tag-search svg {
  stroke: #555; /* kolor lupki */
  margin-top: 5px;
}

.tag-search2 svg {
  stroke: #555;
  margin-top: 10px;
}

#posts-search-btn svg, #posts-search-btn2 svg {
  margin-top: 15px !important;
}

.sort-btn, .cat-btn {
  padding: 0.5rem 1rem;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f5f5f5;
  font-size: 1rem;
}

.sort-btn.active, .cat-btn.active, .tag-item.active {
  background-color: #E30613;
  color: #fff;
  border-color: #E30613;
}

.tag-item {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

#clear-filters {
  border: 1px solid #1D1D1B;
  padding: 8px 16px;
  border-radius: 999px;
  color: #1D1D1B;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  height: 40px;
  font-weight: 400;
}
#clear-filters:hover {
  border: 1px solid #E30613;
  color: white;
  background-color: #E30613;
}

#results-view, #single-results-view {
  background-color: #f6f6f6;
}
#results-view h3, #single-results-view h3 {
  margin-bottom: 50px;
}
#results-view .container, #single-results-view .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #results-view .container .news-box-link, #single-results-view .container .news-box-link {
    display: flex;
    gap: 20px;
  }
  #results-view .container .news-box-link .news-category, #single-results-view .container .news-box-link .news-category {
    display: none;
  }
  #results-view .container .news-box-link .news-meta, #single-results-view .container .news-box-link .news-meta {
    padding: 0;
    width: 55%;
  }
  #results-view .container .news-box-link .news-meta h4, #single-results-view .container .news-box-link .news-meta h4 {
    font-size: 1rem;
    margin-bottom: 0px;
    margin-top: 5px;
  }
  #results-view .container .news-box-link .news-thumbnail, #single-results-view .container .news-box-link .news-thumbnail {
    width: 40%;
    height: 102px;
  }
  #results-view .container .news-box-link .news-thumbnail img, #single-results-view .container .news-box-link .news-thumbnail img {
    width: 100%;
    height: 102px;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  #results-view .container .news-content, #single-results-view .container .news-content {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767px) {
  #results-view .container .news-content, #single-results-view .container .news-content {
    display: none;
  }
}
#results-view .container .results-grid, #single-results-view .container .results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 767.09px) and (max-width: 1280px) {
  #results-view .container .results-grid, #single-results-view .container .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.99px) {
  #results-view .container .results-grid, #single-results-view .container .results-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cat-page-result {
  margin-top: 50px;
}
.cat-page-result #results-view, .cat-page-result #single-results-view {
  margin-top: 100px;
}

.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-category {
  padding: 8px 16px !important;
  border-radius: 999px !important;
  font-weight: 300;
  font-family: "Source Sans 3", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-category {
  color: #1D1D1B;
  background-color: transparent;
  border: 1px solid #565656;
  padding: 8px 16px;
  border-radius: 999px;
  font-family: "Source Sans 3", sans-serif;
}
.news-category:hover {
  color: white;
  background-color: #E30613;
  border: 1px solid #E30613;
}

.noresult {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  font-size: 20px;
}

#single-results-view .container {
  padding-top: 150px;
  padding-bottom: 100px;
}
#single-results-view h4 a {
  color: #1D1D1B;
}

.first-post .news-category {
  height: fit-content !important;
}

.rewers-col h3 {
  margin-bottom: 64px;
}

#categorys {
  background-color: #f6f6f6;
  padding-top: 64px;
  padding-bottom: 128px;
}
@media (max-width: 768px) {
  #categorys {
    padding-bottom: 0px;
    padding-top: 32px;
    margin-bottom: 54px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #categorys {
    padding-top: 64px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #categorys .container {
    padding-bottom: 20px;
  }
}
#categorys .container .text {
  margin-bottom: 64px;
  text-align: center;
  font-size: 2.0625rem;
  line-height: 110%;
  font-weight: bold;
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
}
#categorys .container .text span {
  display: none;
}
@media (max-width: 767.99px) {
  #categorys .container .text span {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #categorys .container .text {
    margin-bottom: 32px;
    text-align: left;
  }
}
@media (max-width: 767.99px) {
  #categorys .container .text {
    margin-top: 0px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  #categorys .container {
    width: 100%;
  }
}
#categorys .items {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #categorys .items.flex-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #categorys .items {
    flex-direction: column;
    gap: 0px;
    margin-right: 0%;
    margin-left: 0%;
  }
}
#categorys .items a {
  width: 33%;
  height: 440px;
  padding: 24px;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9px;
  background-position: center;
  align-items: end;
  position: relative;
  overflow: hidden;
}
#categorys .items a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/Container-3hover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}
#categorys .items a h5 {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
#categorys .items a p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  margin: 0;
  z-index: 2;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  color: white;
  font-weight: 400;
}
#categorys .items a:hover h5 {
  transform: translateY(-30px);
}
#categorys .items a:hover p {
  transform: translateY(0);
  opacity: 1;
}
#categorys .items a:hover::before {
  opacity: 0.6;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #categorys .items a {
    height: 247px;
  }
  #categorys .items a.flex-1 {
    flex: 1;
    width: 50%;
  }
  #categorys .items a.flex-2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #categorys .items a {
    width: 100%;
    border-radius: 0px;
    height: 247px;
  }
}
#categorys .items a.felgi {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/felgi-bg.png");
}
#categorys .items a.akcesoria {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/czujniki-bg.png");
}
#categorys .items a.zestawy {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/komplety-bg.png");
}
#categorys .items a.opony {
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/09/Latex-w-Liczbach.png");
}
#categorys .items a h5 {
  color: white;
  font-weight: bold;
  line-height: 120%;
  font-size: 1.75rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #categorys .items a h5 {
    font-size: 20px;
  }
}
@media (max-width: 767.99px) {
  #categorys .items {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    margin: 0;
    margin-right: -5%;
  }
  #categorys .items a {
    flex: 0 0 auto;
    width: 85%;
    scroll-snap-align: start;
    border-radius: 9px;
  }
}
#categorys .scroll-container {
  overflow: auto;
  scrollbar-width: none;
}
#categorys .scroll-container::-webkit-scrollbar {
  display: none;
}

#text-fild {
  margin-top: 150px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #text-fild {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

.products .red_subtitule {
  color: #E30613 !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 120% !important;
  font-size: 8rem !important;
  font-weight: 200 !important;
  z-index: -1;
  position: relative !important;
}
@media (max-width: 767.99px) {
  .products .red_subtitule {
    font-size: 6rem !important;
    margin-bottom: -50px !important;
  }
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 470px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768.99px) {
  .bg {
    height: 429px;
  }
}
@media (max-width: 1279.99px) {
  .bg {
    padding: 60px 5%;
  }
}
.bg h2 {
  color: white;
  z-index: 1;
}
@media (max-width: 768.99px) {
  .bg h2 {
    font-size: 1.875rem;
  }
}
.bg .red_subtitule {
  z-index: 0;
}

.products h2 {
  z-index: 2;
  position: relative;
  color: #1D1D1B;
  line-height: 100%;
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .products h2 {
    font-size: 3.25rem !important;
  }
}
@media (max-width: 767.99px) {
  .products h2 {
    font-size: 2.3rem !important;
    font-weight: 900;
  }
}
.products .red_subtitule {
  z-index: 0;
}

.products_hero {
  position: relative;
  height: 100vh;
  background-color: #f6f6f6;
}
@media (max-width: 767.99px) {
  .products_hero {
    height: 100%;
  }
}
.products_hero .swiper-pagination {
  display: flex;
  justify-content: center;
}
.products_hero .data span {
  text-transform: unset !important;
  display: block;
}
.products_hero h1 {
  font-weight: 900;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  .products_hero h1 {
    font-size: 64px !important;
    text-align: left !important;
    padding-left: 14px;
  }
}
@media (max-width: 767.99px) {
  .products_hero h1 {
    margin-top: 0px !important;
  }
}
.products_hero .red_subtitule {
  color: #E30613 !important;
  font-family: "Montserrat", sans-serif !important;
  line-height: 120% !important;
  font-size: 8rem !important;
  margin-bottom: -103px !important;
  font-weight: 200 !important;
  position: relative !important;
}
@media (max-width: 767.99px) {
  .products_hero .red_subtitule {
    font-size: 60px !important;
    margin-bottom: 0px !important;
  }
}
.products_hero .container {
  padding-top: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767.99px) {
  .products_hero .container {
    padding-top: 155px !important;
  }
}
.products_hero .container .top .list-placeholder {
  height: 65px;
}
@media (max-width: 767.99px) {
  .products_hero .container .top .list-placeholder {
    display: none;
  }
}
.products_hero .container .top .list {
  display: flex;
  gap: 20px;
  position: fixed;
  top: 130px;
  transition: top 0.3s ease;
  width: 100%;
  left: 0;
  right: 0;
  padding: 25px 10%;
  z-index: 99999;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  height: 80px;
  align-items: center;
  background-color: rgba(246, 246, 246, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.products_hero .container .top .list::-webkit-scrollbar {
  display: none;
}
.products_hero .container .top .list hr {
  display: none;
}
.products_hero .container .top .list ul.show li a {
  text-transform: lowercase;
}
.products_hero .container .top .list ul.show li a::first-letter {
  text-transform: uppercase;
}
.products_hero .container .top .list ul {
  display: flex;
  gap: 30px;
}
.products_hero .container .top .list li {
  white-space: nowrap;
}
.products_hero .container .top .list li img {
  display: none;
}
.products_hero .container .top .list li a {
  color: #1D1D1B;
  line-height: 125%;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase !important;
}
.products_hero .container .top .list li a:hover {
  color: #E30613;
}
.products_hero .container .top h1 {
  color: #E30613;
  font-size: 7.5rem;
  z-index: 9999;
  position: relative;
  margin-top: 35px;
}
@media (max-width: 1279.99px) {
  .products_hero .container .top h1 {
    font-size: 3rem;
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 767.99px) {
  .products_hero .container .top h1 {
    font-size: 2.5rem !important;
  }
}
.products_hero .container .bottom {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 50px;
  z-index: 999;
  margin-left: 30vw;
}
@media (min-width: 1279.99px) and (max-width: 1450px) {
  .products_hero .container .bottom {
    gap: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  .products_hero .container .bottom {
    margin-bottom: 50px;
  }
}
@media (max-width: 1279.99px) {
  .products_hero .container .bottom.pc {
    display: none !important;
  }
}
@media (max-width: 1279.99px) {
  .products_hero .container .bottom {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  .products_hero .container {
    margin-bottom: 48px;
    width: 100vw;
  }
}
.products_hero .container a {
  width: 190px;
  height: 221px;
  text-align: center;
  text-align: center;
  line-height: 140%;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.99px) {
  .products_hero .container a {
    width: 91px;
    height: 32px;
  }
}
.products_hero .container span {
  color: #565656;
  font-size: 1.2rem;
  line-height: 120%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  display: block;
}
@media (max-width: 767.99px) {
  .products_hero .container span {
    font-size: 14px;
  }
}
.products_hero .pc a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 279px;
}
.products_hero .pc a span {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
  width: 100% !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.products_hero .pc a img {
  transition: 0.9s;
}
.products_hero .pc a::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  background: #E30613;
  transform: translateY(100%);
  transition: transform 0.9s ease;
  z-index: 0;
}
.products_hero .pc a:hover::before {
  transform: translateY(0);
}
.products_hero .pc a:hover img {
  transform: scale(1.4) translateY(-12%);
}
.products_hero .pc a:hover span {
  color: white;
  display: block;
}
.products_hero #products-slider {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  .products_hero #products-slider {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  .products_hero .bottom.products.swiper {
    padding: 0px;
  }
  .products_hero .bottom.products.swiper .swiper-wrapper {
    display: flex;
    margin-bottom: 88px;
    padding-bottom: 0px;
  }
  .products_hero .bottom.products.swiper .swiper-slide {
    flex-shrink: 0;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .products_hero .bottom.products.swiper .swiper-slide:last-child {
    margin-right: 0;
  }
  .products_hero .bottom.products.swiper .swiper-pagination {
    margin-top: 20px;
    text-align: center;
  }
}
.products_hero .swiper-pagination-bullet-active {
  background-color: #1D1D1B !important;
}
.products_hero .swiper-pagination-bullet {
  background-color: white !important;
  border: 1px solid #1D1D1B;
}
.products_hero .item-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 45px;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products_hero .item-container img {
  width: auto;
  max-width: 272px;
  height: 277px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1279.99px) {
  .products_hero .item-container img {
    margin-top: 70px;
  }
}
.products_hero .activ-item {
  width: 90%;
  margin-top: 10px;
  z-index: 10;
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.products_hero .activ-item .images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products_hero .not-active-item {
  position: absolute;
  top: 10%;
  left: 68%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.products_hero .not-active-item img {
  width: auto !important;
  height: 192px;
  object-fit: fill;
  position: absolute;
  z-index: 0;
  max-width: 150px;
}
.products_hero .pagination-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #1D1D1B;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.products_hero .pagination-dots .dot.active {
  background-color: #1D1D1B; /* np. czerwony dla aktywnej */
}
.products_hero .item-container {
  display: none;
}
@media (max-width: 767.99px) {
  .products_hero .item-container {
    display: block;
  }
}
.products_hero .pagination-dots {
  display: none;
}
@media (max-width: 767.99px) {
  .products_hero .pagination-dots {
    display: flex;
    justify-content: center;
    margin-top: 22px;
    gap: 11px;
    z-index: 99999;
  }
}
.products_hero .data {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 22px;
}
.products_hero .data span {
  font-family: "Source Sans 3", sans-serif;
  margin-top: 0px;
  white-space: nowrap;
  display: block;
}
.products_hero .data .red_subtitule {
  font-size: 3.75rem;
  line-height: 120%;
  color: #E30613;
  font-weight: 500;
  color: #E30613;
}
@media (max-width: 767.99px) {
  .products_hero .red {
    margin-top: 22px;
  }
}

.dropdown-header {
  display: none;
}

@media (max-width: 767.99px) {
  .products_hero .dropdown-header {
    display: flex;
  }
  .products_hero .list img {
    display: block !important;
  }
  .products_hero .top {
    z-index: 100000000000000000000000000;
  }
  .products_hero .list ul {
    display: none !important;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
  }
  .products_hero .list {
    overflow: visible !important;
    padding: 0;
    background: rgba(246, 246, 246, 0.95) !important;
    backdrop-filter: blur(24px) !important;
  }
  .products_hero hr {
    margin-bottom: 28px;
    background-color: #1D1D1B;
    display: block !important;
  }
  .products_hero li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .products_hero li a {
    text-align: left !important;
  }
  .products_hero .list ul.show {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100001;
    padding-left: 42px;
    padding-right: 32px;
    padding-bottom: 48px;
    background: rgba(246, 246, 246, 0.95) !important;
    padding-top: 0px;
  }
  .products_hero .dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    padding-left: 42px;
    padding-right: 27px;
    z-index: 100000;
  }
  .products_hero .dropdown-arrow {
    width: 20px;
    transition: transform 0.3s ease;
  }
}
#post_hero {
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#post_hero::after {
  background-color: rgba(0, 0, 0, 0.4117647059);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
}
@media (max-width: 767.99px) {
  #post_hero {
    min-height: 715px;
  }
}
#post_hero .sponsored {
  border: 1px solid white;
  padding: 8px 16px;
  border-radius: 999px;
  line-height: 140%;
  font-weight: 300;
}
#post_hero .hero-subtitle {
  padding: 8px 16px;
  border-radius: 999px;
  background-color: rgba(246, 246, 246, 0.39);
  font-family: "Source Sans 3", sans-serif;
  color: white;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 140%;
  height: 36px;
}
@media (max-width: 767.99px) {
  #post_hero .hero-subtitle {
    font-size: 11px !important;
  }
}
#post_hero .mobile-data {
  display: none !important;
}
@media (max-width: 767.99px) {
  #post_hero .mobile-data {
    display: flex !important;
    align-items: center;
  }
}
@media (max-width: 767.99px) {
  #post_hero .desctop {
    display: none !important;
  }
}
#post_hero .container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  padding-bottom: 64px;
  padding-top: 202px;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #post_hero .container {
    padding: 100px 50px 50px 50px;
  }
}
@media (max-width: 767.99px) {
  #post_hero .container {
    justify-content: end;
    padding: 0px 20px 32px 20px;
  }
}
#post_hero .container .hero-top {
  display: flex;
  align-items: center;
  color: white;
}
#post_hero .container .hero-top a {
  color: white;
  text-decoration: underline;
}
#post_hero .container .hero-top a,
#post_hero .container .hero-top p {
  line-height: 140%;
  font-size: 1rem;
}
@media (max-width: 767.99px) {
  #post_hero .container .hero-top {
    display: none;
  }
}
#post_hero .container .hero-bottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#post_hero .container .hero-bottom .column {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1279.99px) {
  #post_hero .container .hero-bottom .column {
    flex-direction: column;
    gap: 20px;
  }
}
#post_hero .container .hero-bottom .column .hero-right {
  display: flex;
  align-items: baseline;
  color: white;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 140%;
  gap: 10px;
}
@media (max-width: 767.99px) {
  #post_hero .container .hero-bottom .column .hero-right {
    display: none;
  }
}
#post_hero .container .hero-bottom .column .hero-right .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: end;
}
#post_hero .container .hero-bottom .column .hero-right .tag {
  border: 1px solid rgba(246, 246, 246, 0.39);
  padding: 8px 16px;
  border-radius: 999px;
  text-align: center;
  color: white;
}
#post_hero .container .hero-bottom .column .hero-right .tag:hover {
  background-color: rgba(246, 246, 246, 0.39);
}
@media (max-width: 1279.99px) {
  #post_hero .container .hero-bottom {
    width: 100%;
  }
}
#post_hero .container .hero-bottom p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: white;
}
#post_hero .container .hero-bottom .category {
  display: flex;
  align-items: center;
  gap: 10px;
}
#post_hero .container .hero-bottom .category a {
  border: 1px solid white;
  background-color: transparent !important;
  padding: 8px 16px;
  border-radius: 999px;
  text-align: center;
  color: white;
}
@media (max-width: 767.99px) {
  #post_hero .container .hero-bottom .category a {
    color: white !important;
    border: 1px solid white !important;
    background-color: transparent !important;
    font-size: 11px !important;
  }
}
@media (max-width: 767.99px) {
  #post_hero .container .hero-bottom .category.desctop {
    display: none;
  }
}
#post_hero .container .hero-bottom .category.mobile {
  display: none;
}
@media (max-width: 767.99px) {
  #post_hero .container .hero-bottom .category.mobile {
    display: flex;
    flex-wrap: wrap;
  }
}
#post_hero .container .hero-bottom .category a {
  color: white;
  border-radius: 999px;
  padding: 8px 16px;
  color: white;
  height: fit-content;
  background-color: rgba(246, 246, 246, 0.39) !important;
  font-family: "Source Sans 3", sans-serif;
  border: 1px solid rgba(246, 246, 246, 0.39) !important;
  height: 36px;
  line-height: 140%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#post_hero .container .hero-bottom .category a:hover {
  background-color: #E30613;
}
#post_hero .container .hero-bottom .hero-dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#post_hero .container .hero-bottom .hero-dates .right-col {
  display: flex;
  align-items: center;
  gap: 10px;
}
#post_hero .container .hero-bottom .hero-dates .left-col {
  display: flex;
  gap: 17px;
}
#post_hero .container .hero-bottom h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 120%;
  color: white;
  font-family: "Montserrat", sans-serif !important;
}
@media (max-width: 767.99px) {
  #post_hero .container .hero-bottom h1 {
    font-size: 1.875rem;
    line-height: 110%;
  }
}
#post_hero .container .hero-bottom h4 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  color: white;
  font-weight: 600;
  width: 80%;
}
@media (max-width: 767.99px) {
  #post_hero .container .hero-bottom h4 {
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 300px;
  }
}

.addtoany_list {
  display: flex !important;
  flex-direction: column;
  gap: 31px;
  width: 204px;
  align-items: end;
}
@media (max-width: 1279.99px) {
  .addtoany_list {
    flex-direction: row !important;
  }
}
.addtoany_list .a2a_label {
  display: none !important;
}
.addtoany_list a,
.addtoany_list .span,
.addtoany_list img {
  width: 24px !important;
  height: auto !important;
}

#main_section {
  background-color: #f6f6f6;
  padding-top: 64px;
  padding-bottom: 85px;
}
#main_section h5 {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 1279.99px) {
  #main_section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
#main_section .content-left {
  max-width: 1000px;
}
#main_section .content-left p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}
#main_section .inner-wrapper {
  justify-content: center;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
@media (max-width: 1279.99px) {
  #main_section .inner-wrapper {
    padding-left: 0%;
    padding-right: 0%;
    flex-direction: column;
    gap: 20px;
  }
}
#main_section .section-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1D1D1B;
}
#main_section .quote-highlight {
  border-left: 5px solid #E30613;
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 30px;
  font-family: "Source Sans 3", sans-serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 120%;
}
#main_section img {
  width: 100%;
  height: 490px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 767.99px) {
  #main_section img {
    height: 206px;
  }
}
#main_section .post-nav {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 64px;
  height: 83px;
}
@media (max-width: 1279.99px) {
  #main_section .post-nav {
    display: none;
  }
}
#main_section .post-nav a {
  display: flex;
  align-items: center;
  gap: 20px;
}
#main_section .post-nav a img {
  width: 28px;
  height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#main_section .post-nav a span {
  font-size: 1.75rem;
  color: #1D1D1B;
  font-weight: 300;
  line-height: 120%;
  color: #1D1D1B;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
#main_section .content-right {
  position: relative;
}
#main_section .social-share {
  position: sticky;
  top: 130px;
}
@media (max-width: 767.99px) {
  #main_section .social-share {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
#main_section .social-share a img {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
}
#main_section .social-share a span {
  background-color: transparent !important;
}
#main_section .social-share p {
  display: none;
  color: #1D1D1B;
  font-size: 1.1875rem;
  line-height: 120%;
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 1279.99px) {
  #main_section .social-share p {
    display: block;
  }
}

#x_partner {
  background-color: #f6f6f6;
  padding-bottom: 50px;
}
@media (max-width: 767.99px) {
  #x_partner {
    padding-top: 0px;
  }
}
#x_partner img {
  width: auto;
  height: 292px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #x_partner img {
    width: auto !important;
  }
}
@media (max-width: 767.99px) {
  #x_partner img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 1279.99px) {
  #x_partner img {
    padding-left: 6%;
    padding-right: 6%;
  }
}
#x_partner .x-partner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/07/x-partner_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 90px;
  border-radius: 7px;
  height: 570px;
}
@media (max-width: 1279.99px) {
  #x_partner .x-partner {
    flex-direction: column;
    text-align: center;
    height: auto;
    text-align: center;
    padding: 80px;
  }
}
@media (max-width: 767.99px) {
  #x_partner .x-partner {
    padding: 32px 24px;
    gap: 48px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #x_partner .x-partner {
    padding-left: 40px;
    padding-right: 40px;
    padding-right: 80px;
    padding-bottom: 60px;
    gap: 60px;
  }
}
#x_partner .x-partner .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#x_partner .x-partner .content .title {
  font-family: "Source Sans 3", sans-serif;
  line-height: 120%;
  font-size: 1.25rem;
  color: white;
  text-transform: uppercase;
}
#x_partner .x-partner .content .header {
  color: white;
  line-height: 110%;
  font-size: 2.0625rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
}
@media (max-width: 767.99px) {
  #x_partner .x-partner .content .header {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #x_partner .x-partner .content .header {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
#x_partner .x-partner .content .text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  color: white;
  font-weight: 300;
}

.mobile-tags {
  display: none;
  margin-top: 50px;
}
.mobile-tags .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.mobile-tags .tag {
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
  padding: 8px 16px;
  border-radius: 999px;
  text-align: center;
}
@media (max-width: 767.99px) {
  .mobile-tags {
    display: flex;
  }
}

@media (max-width: 1279.99px) {
  .news_bg {
    background-color: #1D1D1B !important;
  }
  .news_bg h3,
  .news_bg h4,
  .news_bg .news-date,
  .news_bg .news-category,
  .news_bg .news-content p {
    color: white !important;
  }
}
.addtoany_content {
  display: none;
}

.social-share svg path {
  fill: #1D1D1B !important;
}

@media (max-width: 767.99px) {
  .mobile-news {
    display: block !important;
  }
}

@media (max-width: 767.99px) {
  .rewers-col {
    display: flex;
    flex-direction: column-reverse;
  }
  .rewers-col #x_partner {
    padding-top: 60px;
  }
  .rewers-col .top-row {
    display: flex !important;
    margin-bottom: 15px;
  }
  .rewers-col .news_bg {
    background-color: #f6f6f6 !important;
  }
  .rewers-col .news_bg h4,
  .rewers-col .news_bg p,
  .rewers-col .news_bg .news-date {
    color: #1D1D1B !important;
  }
  .rewers-col h3 {
    color: #1D1D1B !important;
  }
}

#carusel .wpcp-single-item {
  border: none !important;
}
#carusel .swiper-pagination-horizontal {
  display: none !important;
}
#carusel .wpcp-carousel-wrapper {
  width: 100%;
  position: relative;
}
#carusel #sp-wp-carousel-free-id-815, #carusel .swiper-slide a {
  pointer-events: none !important;
  cursor: default !important;
}
#carusel .swiper-horizontal {
  touch-action: none !important;
}
#carusel .wpcp-single-item:hover {
  transition: none !important;
}
#carusel.dark-carusel .wpcp-carousel-wrapper::before, #carusel.dark-carusel .wpcp-carousel-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  pointer-events: none;
  z-index: 10;
}
#carusel.dark-carusel .wpcp-carousel-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
}
#carusel.dark-carusel .wpcp-carousel-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
}
#carusel.dark-carusel .swiper-slide img {
  filter: grayscale(100%);
}
#carusel.white-carusel img {
  filter: invert(100%) brightness(200%);
}
#carusel.white-carusel::before, #carusel.white-carusel::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  pointer-events: none;
  z-index: 10;
}
#carusel.white-carusel::before {
  left: 0;
  background: linear-gradient(to right, #171717 0%, rgba(23, 23, 23, 0) 100%);
}
#carusel.white-carusel::after {
  right: 0;
  background: linear-gradient(to left, #171717 0%, rgba(23, 23, 23, 0) 100%);
}

#filters-mobile {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 100px;
}
@media (max-width: 767.99px) {
  #filters-mobile {
    display: flex;
  }
}
#filters-mobile .btn-radius {
  width: 100%;
  border: none;
  font-size: 16px;
  margin-top: 32px;
}
#filters-mobile .tag-list {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: baseline;
}
#filters-mobile button {
  position: relative;
}
#filters-mobile button.active {
  font-weight: bold !important;
}
#filters-mobile button.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/check-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#filters-mobile .disabled {
  background: rgba(156, 151, 147, 0.4);
  pointer-events: none;
  cursor: not-allowed;
  border: 1px solid transparent !important;
  color: #1D1D1B !important;
}
#filters-mobile .filters-content {
  height: 65vh;
}
#filters-mobile .filters-content .btns {
  display: flex;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#filters-mobile .filters-content .btns button {
  width: 50%;
  height: 32px;
  margin-top: 0px !important;
}
#filters-mobile .filters-content .btns .clear {
  padding: 8px 12px;
  border-radius: 50px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0%;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  font-weight: 400;
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
}
#filters-mobile.active {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  background: #5a6166;
  z-index: 9999;
}
#filters-mobile.active .top {
  position: fixed;
  left: 0;
  right: 0;
  height: 48px;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-top: 1px solid #bdbdbd;
  padding: 8px 0;
  transition: top 0.3s ease, opacity 0.3s ease;
}
#filters-mobile.active .top .sort-content {
  max-height: 411px;
  height: 411px;
}
#filters-mobile.active .top button {
  border: none;
  background-color: transparent;
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 16px;
  color: #1D1D1B;
  width: 169.5px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#filters-mobile.active .top button.sort-btn {
  font-weight: bold;
}
#filters-mobile.active .top button.filter-btn {
  font-weight: 500;
}
#filters-mobile.active .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #efefef;
  padding: 30px 20px;
  overflow-y: auto;
}
#filters-mobile.active .bottom .content {
  background-color: white;
  padding: 24px;
  border-radius: 8px;
  margin-top: 32px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#filters-mobile.active .bottom .sort-btn {
  border: none;
  width: fit-content;
  font-size: 16px;
  font-family: "Source Sans 3";
  font-weight: 400;
  line-height: 120%;
  color: #1D1D1B;
  background-color: white;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
#filters-mobile.active .bottom .sort-btn.active {
  font-weight: bold;
}
#filters-mobile.active .bottom .sort-btn.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("https://latexopony.pl/wp-content/uploads/2025/08/check-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#filters-mobile.active .bottom .top-div {
  display: flex;
  justify-content: space-between;
}
#filters-mobile.active .bottom .top-div p {
  font-family: "Source Sans 3";
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #1D1D1B;
}
#filters-mobile.active .bottom .accordion button,
#filters-mobile.active .bottom .accordion .tag-item {
  text-align: left !important;
  font-family: "Source Sans 3";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #1D1D1B;
}
#filters-mobile.active .bottom .accordion .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#filters-mobile.active .bottom .accordion .header img {
  transition: transform 0.4s ease;
}
#filters-mobile.active .bottom .accordion .accordion-body {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
#filters-mobile.active .bottom .accordion .accordion-body .content {
  margin-bottom: 20px;
}
#filters-mobile.active .bottom .filters-content .top-div {
  margin-bottom: 20px;
}
#filters-mobile.active .bottom .filters-content .content {
  margin-top: 10px !important;
}
#filters-mobile .top {
  display: flex;
  justify-content: center;
  border-top: 1px solid #bdbdbd;
  height: 48px;
  padding: 8px 0;
  align-items: center;
  background-color: white;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: top 0.3s ease, opacity 0.3s ease;
}
#filters-mobile .top button {
  border: none;
  background-color: transparent;
  font-family: "Source Sans 3";
  font-weight: 500;
  font-size: 16px;
  color: #1D1D1B;
  width: 169.5px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#filters-mobile .top button.sort-btn {
  font-weight: bold;
}
#filters-mobile .top button.filter-btn {
  font-weight: 500;
}
#filters-mobile .bottom {
  background-color: #efefef;
  padding: 30px 20px;
  flex: 1;
  overflow-y: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#contact-page .cta {
  display: none !important;
}

body {
  font-family: "Source Sans 3", sans-serif;
}

.test-prefix {
  display: flex;
  user-select: none;
}

/*# sourceMappingURL=style.css.map */
