@charset "UTF-8";
html, body {
  font-family: "Barlow", sans-serif;
  scroll-behavior: auto;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  font-size: 16px;
  background-color: #f5f5f5;
  color: #383939;
}

@media (min-width: 992px) {
  a:focus, a:not(#totop):focus, button:focus, input[type=text]:focus, input[type=date]:focus, input[type=number]:focus, input[type=submit]:focus, input[type=email]:focus, textarea:focus, select:focus, .select2-container--focus .select2-selection:focus {
    transition: all 0.3s ease;
    outline: 0;
    box-shadow: 0 0 0 5px rgb(219, 24, 27) !important;
    z-index: 999;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.pagination__info {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pagination .page-item.active a {
  background-color: #dd291b;
  border-color: #dd291b;
  color: #fff;
}
.pagination .page-link {
  color: #383939;
  transition: all 0.3s ease;
  border-radius: 0 !important;
}
.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link:active {
  background-color: rgb(116, 116, 116);
  border-color: rgb(116, 116, 116);
  color: #fff;
  transition: all 0.3s ease;
}

.btn {
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 0.9rem;
}
.btn-primary {
  background-color: #dd291b;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #3f3f3f;
  color: #fff;
}
.btn-gray {
  background-color: #3f3f3f;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
  background-color: rgb(116, 116, 116);
  color: #fff;
}
.btn-promotion {
  background-color: #080;
}
.btn-promotion:hover, .btn-promotion:focus, .btn-promotion:active {
  background-color: #4F4;
  color: #FFF;
}
.btn-light-gray {
  background-color: rgb(116, 116, 116);
}
.btn-light-gray:hover, .btn-light-gray:focus, .btn-light-gray:active {
  background-color: #3f3f3f;
  color: #fff;
}
.btn-icon {
  padding: 0.2rem 0.45rem;
  align-items: center;
}
.btn:hover, .btn:focus, .btn:active {
  transition: all 0.3s ease;
}
.btn.active {
  background-color: var(--bs-green);
  border-color: var(--bs-green);
}

.form-control, .form-select {
  border-radius: 0;
}
.form_error_message {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.form .field_error_value:not([type=checkbox]) {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.select2-container {
  max-width: 100%;
}

.border--bottom {
  border-bottom: 4px solid #f3f3f3;
}
.border--top {
  border-top: 4px solid #f3f3f3;
}

.float-left {
  float: left;
}

.goto-top {
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 15px;
  right: 15px;
  border: 1px solid #939393;
  cursor: pointer;
  z-index: 999;
}
.goto-top:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  left: 9px;
  top: 12px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(45deg);
}

.fs-7 {
  font-size: 0.8rem !important;
}

.header__top {
  background-color: rgb(116, 116, 116);
  color: #fff;
}
.header__top--text {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
}
.header__top--text strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .header__top--text {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
.header__menu {
  /* ============ desktop view ============ */
}
.header__menu .navbar {
  padding: 0;
}
.header__menu .navbar-brand {
  display: flex;
  align-items: center;
  align-self: stretch;
}
@media (max-width: 500px) {
  .header__menu .navbar-brand img {
    height: 27px;
  }
}
.header__menu .navbar-brand.megacennik {
  background-color: #fff;
  margin-left: -12px !important;
}
.header__menu .navbar-toggler {
  text-transform: uppercase;
  min-height: 35px;
}
.header__menu .navbar-collapse {
  align-self: stretch;
}
.header__menu .navbar-nav {
  background-color: #3f3f3f;
  align-self: stretch;
  align-items: center;
  flex-wrap: wrap;
}
.header__menu .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  position: relative;
}
.header__menu .navbar-nav .nav-item.dropdown {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .header__menu .navbar-nav .nav-item {
    width: 100%;
  }
}
.header__menu .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  padding: 1rem 0.5rem;
  transition: background-color 0.3s ease-out;
}
.header__menu .navbar-nav .nav-link.active {
  font-weight: bold;
}
.header__menu .navbar-nav .nav-link.active:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 13px solid rgb(116, 116, 116);
  border-right: 13px solid transparent;
  border-bottom: 0;
  border-left: 13px solid transparent;
}
@media (max-width: 992px) {
  .header__menu .navbar-nav .nav-link.active {
    background-color: rgb(116, 116, 116);
  }
}
.header__menu .navbar-nav .nav-link:hover, .header__menu .navbar-nav .nav-link:focus, .header__menu .navbar-nav .nav-link:active {
  background-color: rgb(116, 116, 116);
  transition: background-color 0.3s ease-in;
}
@media (max-width: 992px) {
  .header__menu .navbar-nav .nav-link {
    width: 100%;
  }
}
.header__menu .navbar-nav .nav-img {
  height: 20px;
}
@media (max-width: 992px) {
  .header__menu .navbar-nav .dropdown-menu {
    width: 100%;
    border-radius: 0;
  }
}
.header__menu .cart-link__items[data-cart-items="0"] {
  display: none;
}
.header__menu .cart-link__items:before {
  content: attr(data-cart-items);
}
@media all and (min-width: 992px) {
  .header__menu .navbar .nav-item__megamenu {
    position: static !important;
  }
  .header__menu .navbar .nav-item__megamenu .dropdown-megamenu {
    left: -12px;
    right: 0;
    width: 90%;
    margin-top: 0;
    border-radius: 0;
  }
}
@media (min-width: 992px) and (max-width: 992px) {
  .header__menu .navbar .nav-item__megamenu .dropdown-megamenu {
    width: 100%;
  }
}
.header__menu .navbar .nav-category .category__dropdown--menu {
  top: 0;
  left: 415px;
  width: -webkit-fill-available;
  border: none;
}
@media (max-width: 992px) {
  .header__menu .navbar .nav-category .category__dropdown--menu {
    width: 100%;
  }
}
.header__menu .navbar .nav-category .category__item {
  width: content-box;
  position: initial !important;
}
.header__menu .navbar .nav-category .category__item--link {
  white-space: initial;
  width: 400px;
}
.header__menu .navbar .nav-category .category__item--link:active, .header__menu .navbar .nav-category .category__item--link.show {
  color: var(--bs-dropdown-link-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.header__menu .navbar .nav-category .category__item--link:after {
  display: none;
}
@media (max-width: 992px) {
  .header__menu .navbar .nav-category .category__item--link {
    width: 100%;
  }
}
.header__menu .navbar .nav-category .category__subitem--link {
  white-space: initial;
  font-size: 0.9rem;
}
.header__menu .navbar .nav-category .category__subitem--link:active, .header__menu .navbar .nav-category .category__subitem--link.show {
  color: var(--bs-dropdown-link-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.main .banner__top .glide__image {
  width: 100%;
  height: auto;
  max-height: 171px;
  object-fit: contain;
}
.main .banner__side .glide__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .banner__side .glide__image {
  max-width: 100%;
  height: auto;
}

.glide__slides {
  margin: 0;
}
.glide__link {
  display: flex;
}

.main__statistics .statistics__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .main__statistics .statistics__list {
    flex-direction: column;
    align-items: center;
  }
}
.main__statistics .statistics__wrap {
  color: #dd291b;
  text-transform: uppercase;
  text-decoration: none;
}
.main__statistics .statistics__wrap.link:hover, .main__statistics .statistics__wrap.link:focus, .main__statistics .statistics__wrap.link:active {
  text-decoration: underline;
}
.main__statistics .statistics__text {
  font-weight: 300;
  font-size: 1.75rem;
}
@media (max-width: 1400px) {
  .main__statistics .statistics__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 500px) {
  .main__statistics .statistics__text {
    font-size: 1.1rem;
  }
}
.main__statistics .statistics__text strong {
  font-weight: bold;
}
.main__category--list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.main__category--list .list__item {
  flex-basis: 20%;
}
@media (max-width: 1200px) {
  .main__category--list .list__item {
    flex-basis: 25%;
  }
}
@media (max-width: 768px) {
  .main__category--list .list__item {
    flex-basis: 33%;
  }
}
@media (max-width: 500px) {
  .main__category--list .list__item {
    flex-basis: 50%;
  }
}
.main__category--list .list__item.featured {
  background-color: #dd291b;
  color: #fff;
}
.main__category--list .list__item.featured .list__item--link {
  color: #fff;
  justify-content: center;
  opacity: 1;
}
.main__category--list .list__item.featured .list__item--image {
  height: 80px;
}
.main__category--list .list__item.featured .list__item--title {
  font-weight: bold;
}
.main__category--list .list__item.promo {
  background-color: rgb(116, 116, 116);
  color: #fff;
}
.main__category--list .list__item.promo .list__item--link {
  color: #fff;
  justify-content: center;
  opacity: 1;
}
.main__category--list .list__item.promo .list__item--image {
  height: 80px;
}
.main__category--list .list__item.promo .list__item--title {
  font-weight: bold;
}
.main__category--list .list__item--link {
  padding: 1rem;
  min-height: 235px;
  color: #3f3f3f;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.main__category--list .list__item--link:hover, .main__category--list .list__item--link:focus, .main__category--list .list__item--link:active {
  text-decoration: underline;
  color: #dd291b;
  transition: all 0.3s ease;
}
.main__category--list .list__item--link:hover .list__item--image, .main__category--list .list__item--link:focus .list__item--image, .main__category--list .list__item--link:active .list__item--image {
  opacity: 1;
  transform: scale(1.15);
  transition: all 0.3s ease;
}
.main__category--list .list__item--link:hover .list__item--title, .main__category--list .list__item--link:focus .list__item--title, .main__category--list .list__item--link:active .list__item--title {
  text-shadow: 0 0 0 #dd291b;
}
.main__category--list .list__item--link:hover .list__item--title:before, .main__category--list .list__item--link:focus .list__item--title:before, .main__category--list .list__item--link:active .list__item--title:before {
  opacity: 1;
  transition: all 0.3s ease;
}
.main__category--list .list__item--image {
  height: 120px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.main__category--list .list__item--title {
  font-size: 1rem;
  text-align: center;
  padding-top: 1.5rem;
  position: relative;
}
.main__category--list .list__item--title:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 0;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #dd291b;
  border-left: 13px solid transparent;
  opacity: 0;
  transition: all 0.3s ease;
}

.section__header {
  color: #383939;
  font-size: 1.5rem;
}
.section__header--content {
  color: #fff !important;
  font-size: 1.3rem;
  padding: 0.4rem 1rem;
  margin-bottom: 0;
  background-color: #3f3f3f;
}

.main__search .form-label {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.main__search .form-control {
  border-radius: 0;
  height: 35px;
}
.main__search .form-select {
  border-radius: 0;
  height: 35px;
  padding: 0.3rem 0.75rem;
}
.main__search .form .select2-selection--single {
  border-radius: 0;
  min-height: 35px;
}
.main__search .form .select2-selection__rendered {
  line-height: 20px;
}
.main__search .form .etim-class-list {
  list-style: none;
  max-height: 300px;
  overflow-y: auto;
  padding-left: 10px;
}
.main__search .form .etim-class-list li {
  padding-bottom: 7px;
}
.main__search .form .etim-class-list li .etim-class-name {
  text-decoration: none;
  color: #383939;
}
.main__search .form .etim-class-list li .etim-class-name:hover {
  text-decoration: underline;
  cursor: pointer;
}
.main__search .form .etim-class-list li .etim-class-name.current {
  color: #dd291b;
}
.main__search .form .etim-class-list li .bi-x:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .main__search .offcanvas-body {
    overflow-y: initial;
  }
}
.main__search--advanced .advanced__container {
  display: flex;
  flex-flow: row nowrap;
  border: 1px solid #ced4da;
}
.main__search--advanced .advanced__container .textToFind {
  flex: 1 1 auto;
}
.main__search--advanced .advanced__container #textToFind {
  width: 100%;
  height: 42px;
  padding: 0 0.75rem;
  border: none;
}
.main__search--advanced .advanced__edit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.main__search--advanced .advanced__reset {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  margin-left: auto;
  align-self: flex-start;
  position: absolute;
  right: 0;
  top: 0;
}
.main__search--advanced .advanced__width {
  visibility: hidden;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  position: absolute;
}
.main__search--advanced .advanced__submit {
  min-height: 42px;
}
.main__search--advanced .advanced__filter {
  min-height: 42px;
}
.main__description {
  max-width: 100%;
  overflow-x: hidden;
}
.main__description--header {
  font-weight: 600;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}
.main__description--text {
  font-size: 0.9rem;
  line-height: 1.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main__description--text.active {
  display: block;
  overflow: visible;
  -webkit-line-clamp: none;
}
.main__description .btn-main-desc .show-desc {
  display: inline-block;
}
.main__description .btn-main-desc .hide-desc {
  display: none;
}
.main__description .btn-main-desc.btn-main-desc--collapsed .show-desc {
  display: none;
}
.main__description .btn-main-desc.btn-main-desc--collapsed .hide-desc {
  display: inline-block;
}

.main__search--result .product__filter .form-label {
  margin: 0;
}
.main__search--result .product__filter .form-select {
  border-radius: 0;
  height: 35px;
  padding: 0.3rem 2rem 0.3rem 0.75rem;
}
.main__search--result .product__filter .pagination__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.main__search--result .product__filter .pagination__info {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.main__search--result .product__filter .pagination__page-from, .main__search--result .product__filter .pagination__on-page {
  display: none;
}
.main__search--result .product__filter .pagination__list {
  margin: 0 0 0 0.5rem;
}
.main__search--result .product__filter .pagination__list .page-link {
  padding: 2px 8px;
}
.main__search--result .product__body:nth-child(odd) > div {
  background-color: #f5f5f5;
}
.main__search--result .product__promotion h3 {
  color: #dd291b;
}
.main__search--result .product__container {
  border-bottom: 2px solid #dcdcdc;
}
.main__search--result .product__occasion {
  height: 0;
  overflow: visible;
}
.main__search--result .product__occasion--text {
  text-align: center;
  background-color: #dd291b;
  color: #fff;
}
.main__search--result .product__image {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main__search--result .product__image--link {
  display: flex;
  align-items: center;
  height: 100%;
}
.main__search--result .product__symbol {
  font-weight: 600;
}
.main__search--result .product__name {
  display: flex;
}
.main__search--result .product__header {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}
.main__search--result .product__link {
  color: #383939;
  text-decoration: none;
}
.main__search--result .product__link:hover, .main__search--result .product__link:focus, .main__search--result .product__link:active {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .main__search--result .product__buy {
    font-size: 0.8rem;
  }
}
.main__search--result .result__footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main__search--result .result__footer .form-label {
  margin: 0;
}
.main__search--result .result__footer .form-select {
  border-radius: 0;
  height: 35px;
  padding: 0.3rem 2rem 0.3rem 0.75rem;
}
.main__search--result .result__footer .pagination__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.main__search--result .result__footer .pagination__info {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.main__search--result .result__footer .pagination__on-page {
  display: none;
}
.main__search--result .result__footer .pagination__list {
  margin: 0 0 0 0.5rem;
}
.main__search--result .result__footer .pagination__list .page-link {
  padding: 2px 8px;
}

#wyszukiwanie_public_menu_wyniki {
  position: absolute;
  background: #FFF;
  z-index: 10;
  border: 2px solid #ced4da;
  padding: 10px calc(var(--bs-gutter-x) * 0.5);
}
#wyszukiwanie_public_menu_wyniki .search-result-time-summary {
  font-size: 0.75rem;
}
#wyszukiwanie_public_menu_wyniki .product-name {
  min-height: 50px;
  align-items: center;
}
#wyszukiwanie_public_menu_wyniki a {
  color: #dd291b;
  text-decoration: none;
}
#wyszukiwanie_public_menu_wyniki a:hover, #wyszukiwanie_public_menu_wyniki a:focus, #wyszukiwanie_public_menu_wyniki a:active {
  text-decoration: underline;
}
#wyszukiwanie_public_menu_wyniki .panel {
  margin-bottom: 15px;
}
#wyszukiwanie_public_menu_wyniki .panel:last-child {
  margin-bottom: 0;
}
#wyszukiwanie_public_menu_wyniki .panel__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: transparent;
  border: none;
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}
#wyszukiwanie_public_menu_wyniki .panel__header:after {
  content: "\f229";
  display: block;
  font-family: bootstrap-icons, sans-serif;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
#wyszukiwanie_public_menu_wyniki .panel__header:not(.collapsed):after {
  transform: rotate(-180deg);
}
#wyszukiwanie_public_menu_wyniki .panel__content {
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
}
#wyszukiwanie_public_menu_wyniki .panel__content > .row {
  padding-top: 3px;
  padding-bottom: 3px;
}
#wyszukiwanie_public_menu_wyniki .panel__actions {
  flex: 0 0 100%;
  text-align: right;
}
#wyszukiwanie_public_menu_wyniki .panel__actions > span {
  width: 23px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
}
#wyszukiwanie_public_menu_wyniki .panel__actions .bi-boxes {
  color: var(--bs-green);
}
#wyszukiwanie_public_menu_wyniki .panel__actions .bi-box-seam {
  color: var(--bs-orange);
}
#wyszukiwanie_public_menu_wyniki .panel__actions .bi-currency-dollar {
  color: var(--bs-red);
}
#wyszukiwanie_public_menu_wyniki .row.white_gray {
  border-bottom: 1px solid #ccc;
}
#wyszukiwanie_public_menu_wyniki .row.white_gray:last-child {
  border-bottom: none;
}
#wyszukiwanie_public_menu_wyniki .row.white_gray:nth-child(even) {
  background: #FFF;
}
#wyszukiwanie_public_menu_wyniki .row.white_gray:nth-child(odd) {
  background: #f5f5f5;
}

.main__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main__list .list__item {
  border: 2px solid #eee;
}
.main__list .list__item:nth-child(odd) {
  background-color: #f5f5f5;
}
.main__webinar--form .form-label {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.main__webinar--result .webinar__heading {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f5f5f5;
  margin-bottom: 0.5rem;
}
.main__webinar--result .webinar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main__webinar--result .webinar__list .list__item {
  border: 2px solid #eee;
}
.main__webinar--result .webinar__list .list__item img {
  max-width: 100%;
  height: auto !important;
}
.main__webinar--result .webinar__list .list__item:hover {
  border: 2px solid rgb(116, 116, 116);
  transition: all 0.3s ease;
}
.main__webinar--result .webinar__list .list__item:active, .main__webinar--result .webinar__list .list__item:focus {
  border: none;
}
.main__webinar--result .webinar__list .list__item:nth-child(odd) {
  background-color: #f5f5f5;
}
.main__webinar--result .webinar__list .list__item__title {
  margin-bottom: 0.75rem;
}
.main__webinar--result .webinar__list .list__link {
  color: #383939;
  text-decoration: none;
}
.main__webinar--page .webinar__logo {
  height: 30px;
}
.main__webinar--page .webinar__description img {
  max-width: 100%;
  height: auto !important;
}
@media (min-width: 1200px) {
  .main__webinar--page .webinar__content {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.main__webinar--page .webinar__content a:not(.btn) {
  color: #dd291b;
  display: inline-block;
}
.main__webinar--page .webinar__status {
  border: 1px solid rgb(116, 116, 116);
}
.main__webinar--page .webinar__embed embed {
  height: 90vh;
}
.main__webinar--page .webinar__row {
  border-bottom: 1px solid rgb(116, 116, 116);
}
.main__webinar--page .webinar__row:nth-child(odd) {
  background-color: #f5f5f5;
}

.iframe {
  /* Then style the iframe to fit in the container div with full height and width */
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.iframe-responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.product-related .show-all-products {
  float: right;
  margin-bottom: 1rem;
}

.promotion__heading {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f5f5f5;
  margin-bottom: 0.5rem;
}
.promotion__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.promotion__list .list__wholesalers, .promotion__list .list__producers {
  width: 45%;
}
.promotion__list .list__producers {
  float: right;
}
.promotion__list .list__wholesalers {
  float: left;
}
.promotion__list .list__active-until {
  text-align: right;
}
.promotion__list .list__archived {
  color: #dd291b;
}
.promotion__list .list__item:nth-child(odd) {
  background-color: #f5f5f5;
}
.promotion__list .list__item__image img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.promotion__list .list__item.inactive.archived {
  color: #888;
}
.promotion__list .list__item.inactive.archived p, .promotion__list .list__item.inactive.archived a {
  color: #999;
}
.promotion__list .list__item.inactive.archived img {
  opacity: 0.4;
}
.promotion__list .list__link {
  color: #383939;
  text-decoration: none;
  display: block;
  border: 2px solid #eee;
}
.promotion__list .list__link:hover {
  border: 2px solid rgb(116, 116, 116);
  transition: all 0.3s ease;
}
.promotion__list .list__header {
  font-size: initial;
  font-weight: 700;
}

.promotion-link a:not(.btn) {
  color: #dd291b;
  display: inline-block;
}

.main__map .searchMap__container {
  position: relative;
  z-index: 401;
  margin: 15px;
  display: flex;
  justify-content: flex-end;
}
.main__map #map {
  height: 500px;
}
.main__map #map .marker.centrala img {
  border: 3px solid #dd291b;
}
.main__map #map .marker__info a:not(.btn) {
  color: #dd291b;
}
.main__map #map .marker img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background-color: white;
  border-radius: 50px;
  border: 2px solid rgb(116, 116, 116);
}
.main__map #map .marker__btn {
  color: #fff;
  margin-top: 1rem;
}
.main__map #map .leaflet-popup-content-wrapper {
  border-radius: 0;
}

.modal-body #map {
  margin: 0 !important;
}

.city__map--description table, .city__map--description th, .city__map--description td {
  border: 1px solid black;
}
.city__map--description img {
  max-width: 100%;
  height: auto;
}
.city__map #mapCity {
  height: 300px;
}
.city__map #mapCity .marker.centrala img {
  border: 3px solid #dd291b;
}
.city__map #mapCity .marker__info a:not(.btn) {
  color: #dd291b;
}
.city__map #mapCity .marker img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background-color: white;
  border-radius: 50px;
  border: 2px solid rgb(116, 116, 116);
}
.city__map #mapCity .marker__btn {
  color: #fff;
  margin-top: 1rem;
}
.city__map #mapCity .leaflet-popup-content-wrapper {
  border-radius: 0;
}

.modal-body #mapCity {
  margin: 0 !important;
}

.miniMap__svg path {
  fill: #d0d2d2;
  pointer-events: all;
  transition: all 0.3s ease;
}
.miniMap__svg path:hover, .miniMap__svg path.active {
  fill: #dd291b;
  transition: all 0.3s ease;
  cursor: pointer;
}
.miniMap__svg path:focus {
  outline: none;
}

.popover {
  border-radius: 0;
  background-color: #3f3f3f;
  color: #fff;
  padding: 1.5rem;
}
.popover-header {
  background-color: #3f3f3f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: none;
  margin-bottom: 1rem;
  padding: 0;
}
.popover-body {
  color: #fff;
  padding: 0;
}
.popover[data-popper-placement^=top] .popover-arrow:before, .popover[data-popper-placement^=top] .popover-arrow:after {
  border-top-color: #3f3f3f !important;
}
.popover[data-popper-placement^=right] .popover-arrow:before, .popover[data-popper-placement^=right] .popover-arrow:after {
  border-right-color: #3f3f3f !important;
}
.popover[data-popper-placement^=left] .popover-arrow:before, .popover[data-popper-placement^=left] .popover-arrow:after {
  border-left-color: #3f3f3f !important;
}
.popover-error {
  background-color: #dd291b;
}
.popover-error[data-popper-placement^=top] .popover-arrow:before, .popover-error[data-popper-placement^=top] .popover-arrow:after {
  border-top-color: #dd291b !important;
}
.popover-error[data-popper-placement^=right] .popover-arrow:before, .popover-error[data-popper-placement^=right] .popover-arrow:after {
  border-right-color: #dd291b !important;
}
.popover-error[data-popper-placement^=left] .popover-arrow:before, .popover-error[data-popper-placement^=left] .popover-arrow:after {
  border-left-color: #dd291b !important;
}
.popover-success {
  background-color: green;
}
.popover-success[data-popper-placement^=top] .popover-arrow:before, .popover-success[data-popper-placement^=top] .popover-arrow:after {
  border-top-color: green !important;
}
.popover-success[data-popper-placement^=right] .popover-arrow:before, .popover-success[data-popper-placement^=right] .popover-arrow:after {
  border-right-color: green !important;
}
.popover-success[data-popper-placement^=left] .popover-arrow:before, .popover-success[data-popper-placement^=left] .popover-arrow:after {
  border-left-color: green !important;
}

.main__product .product__gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  flex-basis: 45%;
  flex-grow: 1;
  max-width: 45%;
}
@media (max-width: 992px) {
  .main__product .product__gallery {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.main__product .product__gallery .product-gallery-list {
  padding-left: 40px;
  padding-right: 40px;
}
.main__product .product__gallery .product-gallery-list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.main__product .product__gallery .product-gallery-list .glide__slide {
  height: unset;
}
.main__product .product__gallery .product-gallery-list .glide__arrows .glide__arrow--left {
  left: 0;
}
.main__product .product__gallery .product-gallery-list .glide__arrows .glide__arrow--right {
  right: 0;
}
.main__product .product__gallery .product-gallery-list .glide__arrow img {
  width: 10px;
}
.main__product .product__gallery .gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
  width: 110px;
  height: 110px;
  border: 3px solid #f5f5f5;
}
@media (max-width: 768px) {
  .main__product .product__gallery .gallery__item {
    width: 90px;
    height: 90px;
  }
}
.main__product .product__gallery .gallery__item.big {
  flex-basis: 100% !important;
  width: auto;
  height: auto;
  border: none;
  margin: 0.5rem 2rem;
}
.main__product .product__gallery .gallery__item.big .gallery__image {
  width: auto;
  max-height: 300px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 768px) {
  .main__product .product__gallery .gallery__item.big .gallery__image {
    max-height: 200px;
  }
}
.main__product .product__gallery .gallery__item--placeholder img {
  max-height: 300px !important;
}
.main__product .product__gallery .gallery__image {
  max-width: 100%;
  height: 100%;
}
.main__product .product__main {
  flex-basis: 55%;
  flex-grow: 1;
}
.main__product .product__description {
  font-size: 1rem;
  font-weight: 400;
  color: #757676;
}
.main__product .product__description h3 {
  font-size: 1.5rem;
}
.main__product .product__description--text {
  color: #383939;
  margin-top: 0.5rem !important;
}
.main__product .product__description--text * {
  max-width: 100%;
}
.main__product .product__description--text table {
  width: 100%;
  table-layout: fixed;
}
.main__product .product__description--text table th {
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: #f5f5f5;
  color: #383939 !important;
}
.main__product .product__description table tr > :first-child {
  font-weight: 400;
  color: #757676;
}
.main__product .product__description table tr > :nth-child(2n) {
  font-weight: 600;
  padding-left: 1.5rem;
  color: #383939;
}
.main__product .product__name {
  font-size: 1.5rem;
  font-weight: 400;
}
.main__product .product__name:first-letter {
  text-transform: capitalize;
}
.main__product .product__info {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .main__product .product__info {
    font-size: 1rem;
  }
}
.main__product .product__info tr > :first-child {
  font-weight: 400;
  color: #757676;
}
.main__product .product__info tr > :nth-child(2n) {
  font-weight: 600;
  padding-left: 1.5rem;
  color: #383939;
}
.main__product .product__info small {
  font-size: 0.9rem;
}
.main__product .product__info--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main__product .product__info--list li a {
  padding-left: 1.5rem;
  word-break: break-word;
}
.main__product .product__info--list li:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  background-image: url("/nowy/public/images/new/next.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 9px;
}
.main__product .product__info--list li .small {
  margin-left: 0.5rem;
  font-weight: 300;
  color: #383939;
}
.main__product .product__info a {
  color: #dd291b;
  font-weight: 700;
  text-decoration: none;
}
.main__product .product__info a:hover, .main__product .product__info a:focus, .main__product .product__info a:active {
  text-decoration: underline;
}
.main__product .product__info .manufacturer .name {
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
}
.main__product .product__info .manufacturer .address {
  font-weight: 300;
  text-decoration: none;
}
.main__product .product__info .manufacturer .contact {
  font-weight: 300;
  text-decoration: none;
}
.main__product .product__info .manufacturer .contact a {
  font-weight: 300;
}
.main__product--tabs .nav-item {
  margin: 0.1rem;
}
.main__product--tabs .nav-link {
  font-size: 1rem;
  background-color: #dd291b;
  border-radius: 0;
  color: #fff;
  padding: 0.5rem;
}
.main__product--tabs .nav-link:hover {
  color: #fff;
  background-color: #dd291b;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.main__product--table .table__header {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f5f5f5;
}
.main__product--table .table__header--main {
  color: #fff;
  font-size: 1.3rem;
  padding: 0.4rem 1rem;
  margin-bottom: 0;
  background-color: #3f3f3f;
}
.main__product--table .table__header--item {
  position: relative;
}
.main__product--table .table__header--item[data-sort] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__product--table .table__header--item[data-sort]:after {
  content: "\f57a";
  font-family: "bootstrap-icons", serif;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .main__product--table .table__header--item[data-sort] {
    justify-content: flex-end;
  }
}
.main__product--table .table__header--item[data-sort-type=asc]:after {
  content: "\f57a";
}
.main__product--table .table__header--item[data-sort-type=desc]:after {
  content: "\f574";
}
@media (max-width: 992px) {
  .main__product--table .table__header--item:not([data-sort]) {
    display: none;
  }
}
@media (max-width: 768px) {
  .main__product--table .table__item {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.main__product--table .table__border {
  border-bottom: 4px solid #f5f5f5;
}
.main__product--table .table__name a {
  text-decoration: none;
  color: var(--bs-body-color);
}
@media (min-width: 1200px) {
  .main__product--table .table__name {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .main__product--table .table__distance {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .main__product--table .table__price {
    font-weight: bold;
  }
}
.main__product--table .table__count {
  font-weight: bold;
  text-align: right;
}
.main__product--table .table__actions {
  display: flex;
  justify-content: end;
}
@media (max-width: 1200px) {
  .main__product--table .table__actions {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .main__product--table .table__actions {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .main__product--table .table__actions--item {
    max-width: 50%;
  }
}
.main__product--table .table__collapse {
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .main__product--table .table__col {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
}
.main__product--table .table-tbody .btn {
  font-size: 0.8rem;
  padding: 0.4rem 0.7rem;
}
.main__product--table .table__description img {
  max-width: 100%;
  height: auto;
}
.main__product--table .table__more {
  margin-bottom: 0.3rem;
}
.main__product--table .table__more--button {
  background-color: transparent;
  border: none;
  padding: 0.2rem 1rem;
}
.main__product--table .table__more--button img {
  height: 10px;
  padding: 0;
  margin-top: -2px;
  transition: all 0.3s ease;
}
.main__product--table .table__more--button:not(.collapsed) img {
  transform: rotateX(180deg);
  transition: all 0.3s ease;
}
.main__product--table .table__more--text {
  font-weight: normal;
}
.main__product--table .table__more .table__item--child {
  font-size: 0.9rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(63, 63, 63, 0.5);
}
.main__product--table .table__more .table__item--child:nth-child(2) {
  border-top: 1px solid rgba(63, 63, 63, 0.5);
}
.main__product--table .table__more .table__col {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.main__product--table .table__more .table__actions--item__buy {
  display: none !important;
  visibility: hidden;
}
.main__product--table .table__more .table__actions .btn, .main__product--table .table__more .table__distance .btn {
  padding-top: 1px;
  padding-bottom: 1px;
}
.main__product--table .btn {
  font-size: 0.8rem;
}
.main__product--table .btn-icon {
  font-size: 1.2rem;
}

.product-related .related__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-related .related__item {
  flex-basis: 20%;
  margin-bottom: 0.3rem;
}
@media (max-width: 1200px) {
  .product-related .related__item {
    flex-basis: 25%;
  }
}
@media (max-width: 992px) {
  .product-related .related__item {
    flex-basis: 33.33%;
  }
}
@media (max-width: 768px) {
  .product-related .related__item {
    flex-basis: 50%;
  }
}
.product-related .related__content {
  word-break: break-word;
  border: 4px solid #f3f3f3;
  min-height: 245px;
  margin: 0.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-related .related__link {
  color: #383939;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.product-related .related__link:hover, .product-related .related__link:focus, .product-related .related__link:active {
  text-decoration: underline;
}
.product-related .related__image {
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: contain;
}
@media (max-width: 768px) {
  .product-related .related__image {
    max-height: 75px;
  }
}
.product-related .related__name {
  font-weight: 600;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-related .related__producent {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-related .related__symbol {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-related .related__symbol {
    font-size: 0.8rem;
  }
}
.product-related .related__ean {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-related .related__ean {
    font-size: 0.8rem;
  }
}
.product-related .glide .related__content {
  margin: 0;
}
.product-related .glide__arrow {
  color: #383939;
  padding: 0;
  top: 20px;
  border-radius: 0;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  box-shadow: none;
  background-color: white;
  border: 4px solid #f3f3f3;
  transition: all 0.3s ease;
}
.product-related .glide__arrow:hover, .product-related .glide__arrow:focus, .product-related .glide__arrow:active {
  background-color: #f3f3f3;
  transition: all 0.3s ease;
}
.product-related .glide__arrow--left {
  left: 0;
}
.product-related .glide__arrow--right {
  right: 0;
}
.main__cart .cart__product {
  position: relative;
}
.main__cart .cart__header {
  font-size: 1.2rem;
  line-height: 3rem;
}
.main__cart .cart__header__logo {
  float: right;
  max-height: 3rem;
}
.main__cart .cart__error {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  animation: opacity 5s ease-in-out;
  opacity: 0;
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.main__cart .product__body:nth-child(odd) > div {
  background-color: #f5f5f5;
}
.main__cart .product__container {
  border-bottom: 2px solid #dcdcdc;
}
.main__cart .product__image {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main__cart .product__image--link {
  display: flex;
}
.main__cart .product__symbol {
  font-weight: 600;
}
.main__cart .product__name {
  display: flex;
}
.main__cart .product__outlet {
  background: #080;
  color: #FFF;
  padding: 0.25rem;
}
.main__cart .product__header {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}
.main__cart .product__link {
  color: #383939;
  text-decoration: none;
}
.main__cart .product__link:hover, .main__cart .product__link:focus, .main__cart .product__link:active {
  text-decoration: underline;
}

.main__contact--text {
  border: 2px solid #eee;
}
.main__contact--warehouse .table__header {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #f5f5f5;
}
.main__contact--warehouse .table__header--main {
  color: #fff;
  font-size: 1.3rem;
  padding: 0.4rem 1rem;
  margin-bottom: 0;
  background-color: #3f3f3f;
}
.main__contact--warehouse .table__header--item {
  position: relative;
}
.main__contact--warehouse .table__header--item[data-sort] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__contact--warehouse .table__header--item[data-sort]:after {
  content: "\f57a";
  font-family: "bootstrap-icons", serif;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .main__contact--warehouse .table__header--item[data-sort] {
    justify-content: flex-end;
  }
}
.main__contact--warehouse .table__header--item[data-sort-type=asc]:after {
  content: "\f57a";
}
.main__contact--warehouse .table__header--item[data-sort-type=desc]:after {
  content: "\f574";
}
@media (max-width: 992px) {
  .main__contact--warehouse .table__header--item:not([data-sort]) {
    display: none;
  }
}
@media (max-width: 768px) {
  .main__contact--warehouse .table__item {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.main__contact--warehouse .table__border {
  border-bottom: 4px solid #f5f5f5;
}
.main__contact--warehouse .table__name a {
  text-decoration: none;
  color: var(--bs-body-color);
}
@media (min-width: 1200px) {
  .main__contact--warehouse .table__name {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .main__contact--warehouse .table__distance {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .main__contact--warehouse .table__price {
    font-weight: bold;
  }
}
.main__contact--warehouse .table__count {
  font-weight: bold;
  text-align: right;
}
.main__contact--warehouse .table__actions {
  display: flex;
  justify-content: end;
}
@media (max-width: 1200px) {
  .main__contact--warehouse .table__actions {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .main__contact--warehouse .table__actions {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .main__contact--warehouse .table__actions--item {
    max-width: 50%;
  }
}
.main__contact--warehouse .table__collapse {
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .main__contact--warehouse .table__col {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
}
.main__contact--warehouse .table-tbody .btn {
  font-size: 0.8rem;
  padding: 0.4rem 0.7rem;
}
.main__contact--warehouse .table__description img {
  max-width: 100%;
  height: auto;
}
.main__contact--warehouse .table__more {
  margin-bottom: 0.3rem;
}
.main__contact--warehouse .table__more--button {
  background-color: transparent;
  border: none;
  padding: 0.2rem 1rem;
}
.main__contact--warehouse .table__more--button img {
  height: 10px;
  padding: 0;
  margin-top: -2px;
  transition: all 0.3s ease;
}
.main__contact--warehouse .table__more--button:not(.collapsed) img {
  transform: rotateX(180deg);
  transition: all 0.3s ease;
}
.main__contact--warehouse .table__more--text {
  font-weight: normal;
}
.main__contact--warehouse .table__more .table__item--child {
  font-size: 0.9rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(63, 63, 63, 0.5);
}
.main__contact--warehouse .table__more .table__item--child:nth-child(2) {
  border-top: 1px solid rgba(63, 63, 63, 0.5);
}
.main__contact--warehouse .table__more .table__col {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.main__contact--warehouse .table__more .table__actions--item__buy {
  display: none !important;
  visibility: hidden;
}
.main__contact--warehouse .table__more .table__actions .btn, .main__contact--warehouse .table__more .table__distance .btn {
  padding-top: 1px;
  padding-bottom: 1px;
}
.main__contact--warehouse a:not(.btn) {
  color: #dd291b;
}

.main__content--text a:not(.btn) {
  color: #dd291b;
}
.main__content--text img {
  max-width: 100%;
  height: auto;
}
.main__content--text ul li {
  margin-left: 30px;
  padding-left: 0;
}
.main__content--text ul.lista_odfajkowana {
  list-style: none;
}
.main__content--text ul.lista_odfajkowana li {
  padding-left: 0;
  text-indent: -12px;
  margin-left: 0;
}
.main__content--text ul.lista_odfajkowana li:before {
  content: "✓";
  position: relative;
  left: -12px;
}
.main__content--text table {
  margin-bottom: 1rem;
}
.main__content--text table * {
  border: 1px solid #222;
}

.main__producent .producent__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main__producent .producent__item--A, .main__producent .producent__item--B {
  padding: 0.5rem;
  flex-basis: 20%;
}
@media (max-width: 992px) {
  .main__producent .producent__item--A, .main__producent .producent__item--B {
    flex-basis: 33.3333333%;
  }
}
@media (max-width: 500px) {
  .main__producent .producent__item--A, .main__producent .producent__item--B {
    flex-basis: 50%;
  }
}
.main__producent .producent__item--A .producent__link, .main__producent .producent__item--B .producent__link {
  min-height: 130px;
}
.main__producent .producent__item--A .producent__image, .main__producent .producent__item--B .producent__image {
  max-height: 130px;
}
.main__producent .producent__item--C, .main__producent .producent__item--D {
  padding: 0.5rem;
  flex-basis: 16.6666%;
}
@media (max-width: 992px) {
  .main__producent .producent__item--C, .main__producent .producent__item--D {
    flex-basis: 33.33%;
  }
}
.main__producent .producent__item--C .producent__link, .main__producent .producent__item--D .producent__link {
  min-height: 80px;
}
.main__producent .producent__item--C .producent__image, .main__producent .producent__item--D .producent__image {
  max-height: 80px;
}
.main__producent .producent__item--Z {
  padding: 0.5rem;
  flex-basis: 12.5%;
}
@media (max-width: 992px) {
  .main__producent .producent__item--Z {
    flex-basis: 33.333%;
  }
}
.main__producent .producent__item--Z .producent__link {
  min-height: 50px;
}
.main__producent .producent__item--Z .producent__image {
  max-height: 50px;
}
.main__producent .producent__link {
  border: 4px solid #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: background-color 0.3s ease-in-out;
  text-decoration: none;
  color: #383939;
}
.main__producent .producent__link:hover, .main__producent .producent__link:focus, .main__producent .producent__link:active {
  background-color: #f3f3f3;
  transition: background-color 0.3s ease-in-out;
  text-decoration: underline;
}
.main__producent .producent__name {
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
}

.footer__top--map {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.footer__partners {
  background-color: #fff;
  position: relative;
}
.footer__partners:before {
  content: "";
  border-top: 4px solid rgba(63, 63, 63, 0.15);
  position: absolute;
  left: 0;
  top: -4px;
  width: 300%;
}
.footer__partners:after {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  z-index: -1;
}
.footer__partners .glide__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.footer__partners .glide__link {
  filter: grayscale(1);
  transition: filter 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  max-width: 100%;
}
.footer__partners .glide__link:hover, .footer__partners .glide__link:focus, .footer__partners .glide__link:active {
  filter: grayscale(0);
  transition: filter 0.3s ease;
}
.footer__partners .glide__image {
  max-height: 60px;
  max-width: 100%;
}
.footer__partners .glide__arrow {
  border: none;
  background-color: #fff;
  box-shadow: none;
  color: #000;
}
.footer__partners .glide__arrow img {
  height: 30px;
}
.footer__partners .glide__arrow--left {
  left: -2.7rem;
}
.footer__partners .glide__arrow--right {
  right: -2.7rem;
}
.footer__bottom {
  color: #fff;
  background-color: #3f3f3f;
  border-top: 15px solid #dd291b;
}
.footer__bottom--text a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.footer__bottom--text a:hover, .footer__bottom--text a:focus, .footer__bottom--text a:active {
  text-decoration: underline;
}

.modal-content {
  border-radius: 0;
}
.modal-body a {
  color: #dd291b;
}
.modal-body .bg-danger {
  background-color: transparent !important;
}
.modal-body .bg-danger ul {
  margin: 0;
}
.modal .form-label {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.modal .form-control {
  border-radius: 0;
}
.modal .form-control:not(textarea) {
  height: 35px;
}
.modal .form-select {
  border-radius: 0;
  height: 35px;
  padding: 0.3rem 0.75rem;
}
.modal .form .select2-selection--single {
  border-radius: 0;
  min-height: 35px;
}
.modal .form .select2-selection__rendered {
  line-height: 20px;
}

.main__no-page {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.main__no-page .no-page__code {
  font-weight: 800;
  font-size: 10rem;
  line-height: 7rem;
}
.main__no-page .no-page__code span {
  font-size: 1.5rem;
}
.main__no-page .no-page__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__no-page .no-page__text {
  font-size: 1rem;
}

.main__hurt--logo-column {
  text-align: center;
}
.main__hurt--logo-column img {
  max-height: 130px;
  max-width: 100%;
}

.cookie-modal {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.29);
  z-index: 1000;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  animation: 1s ease 0s normal forwards 1 cookieModal;
}
.cookie-modal__content {
  max-width: 800px;
  width: 100%;
  margin: 1rem;
  padding: 2rem;
  background-color: #fff;
  border: 5px solid #f5f5f5;
}
@keyframes cookieModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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