.map-oferty .info-window p:not(:last-child) {
    margin-bottom: 1rem;
}

.map-oferty .info-window .opis strong {
    color: #212529;
}

/* English menu styles */

.header-menu.desktop-menu.english-menu a {
    margin: 0 28px;
}

@media screen and (max-width: 1859px) {
    .header-menu.desktop-menu.english-menu a {
        margin: 0 17px;
    }
}

@media screen and (max-width: 1659px) {
    .header-menu.desktop-menu.english-menu a {
        margin: 0 7px;
    }
}

@media screen and (max-width: 1459px) {
    .header-menu.desktop-menu.english-menu {
        align-items: center;
        display: flex;
    }

    .header-menu.desktop-menu.english-menu a {
        font-size: 12px;
        margin: 0 5px;
    }
}

/* Five items menu */

.header-menu.desktop-menu.five-items a {
    font-size: 14px;
    margin: 0 28px;
}

@media screen and (max-width: 1859px) {
    .header-menu.desktop-menu.five-items a {
        margin: 0 17px;
    }
}

@media screen and (max-width: 1659px) {
    .header-menu.desktop-menu.five-items a {
        margin: 0 7px;
    }
}

@media screen and (max-width: 1459px) {
    .header-menu.desktop-menu.five-items {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .header-menu.desktop-menu.five-items a {
        font-size: 12px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 1199px) {
    .header-menu.desktop-menu.five-items a {
        font-size: 11px;
    }
}

/* Six items menu */

.header-menu.desktop-menu.six-items a {
    font-size: 14px;
    margin: 0 15px;
}

@media screen and (max-width: 1859px) {
    .header-menu.desktop-menu.six-items a {
        margin: 0 15px;
    }
}

@media screen and (max-width: 1659px) {
    .header-menu.desktop-menu.six-items a {
        font-size: 12px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 1459px) {
    .header-menu.desktop-menu.six-items {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .header-menu.desktop-menu.six-items a {
        font-size: 10px;
        margin: 0 5px;
    }
}

@media screen and (max-width: 1199px) {
    .header-menu.desktop-menu.six-items a {
        font-size: 10px;
    }
}

.fleetcard-lista {
    list-style-type: none;
    max-width: 480px;
}

.fleetcard-lista li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.fleetcard-lista-ikonka {
    height: 65px;
    flex: 0 0 50px;
    max-width: 50px;
    text-align: center;
}

.fleetcard-lista-ikonka img {
    min-width: 25px;
    vertical-align: baseline;
}

.fleetcard-lista-tekst {
    font-size: 16px;
    margin-left: 10px;
}

.fleetcard-lista-nowosc {
    position: absolute;
    top: 5%;
    left: -10%;
    width: 27%;
}

.fleetcard-lista-przycisk {
    margin-top: auto;
}

.fleetcard-lista-dokumenty li:before {
    top: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header.six-items {
        height: 97px;
    }

    .six-items .header-menu {
        text-align: left;
    }

    .six-items .header-menu a {
        font-size: 16px;
        margin: 0;
    }

    .six-items .header-menu a:after {
        display: none;
    }

    .six-items .header-submenu-level-1 {
        display: block;
        height: auto;
        max-height: 0;
        overflow: hidden;
        padding-left: 25px;
        position: relative;
        transition: max-height .3s ease;
    }

    .six-items .header-submenu-level-1:before, .six-items .header-submenu-level-1:after {
        content: '';
        display: block;
        height: 10px;
    }

    .six-items .header-submenu-level-1.active {
        max-height: 2000px;
    }

    .six-items .header-submenu-level-1 div {
        flex-basis: 100%;
    }

    .six-items .header-submenu-level-1 a {
        font-size: 12px;
    }

    .six-items .header-submenu-level-2 {
        display: block;
        max-height: 0;
        padding-left: 25px;
        overflow: hidden;
        transition: max-height .3s ease;
    }

    .six-items .header-submenu-level-2:before, .six-items .header-submenu-level-2:after {
        content: '';
        display: block;
    }

    .six-items .header-submenu-level-2:before {
        height: 10px;
    }

    .six-items .header-submenu-level-2:after {
        height: 5px;
    }

    .six-items .header-submenu-level-2.active {
        max-height: 2000px;
    }

    .six-items .header-submenu-level-2 a {
        display: block;
        font-size: 12px;
        margin-bottom: 5px;
        padding: 0;
    }

    .six-items .header-submenu-level-2 a:hover {
        background-color: transparent;
        color: #3a3e3d;
        font-weight: 400;
    }

    .six-items .header-button {
        font-size: 13px;
        width: 50%;
    }

    .six-items .header-button__language {
        margin: 0;
    }

    .six-items .header-searchform {
        opacity: 1;
        pointer-events: all;
        position: relative;
    }

    .six-items .header-searchform-input {
        align-items: center;
        background-color: #F8F9FA;
        border: 0;
        display: inline-flex;
        font-size: 14px;
        height: 50px;
        justify-content: center;
        min-width: auto;
        padding: 0 16px;
        width: 100%;
    }

    .six-items .header-searchform-input:focus {
        background-color: #e9ecef;
        outline: 0;
    }

    .six-items .header-searchform-button {
        background-color: transparent;
        border: 0;
        font-size: 19px;
        position: absolute;
        top: 12px;
        right: 16px;
    }

    .six-items .footer-head {
        min-height: auto;
    }

    main {
        padding-top: 97px;
    }
}

@media (min-width: 992px) {
  [data-name="zobacz-promocje"], [data-name="o-nas"] {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .food-leads.boxes-1 .box-1:nth-child(even) .description {
    text-align: left;
  }

  .food-leads.boxes-1 .box-1:nth-child(even) .description ul:not([class]) li {
    padding-left: 28px;
    padding-right: 0;
    text-align: left;
  }

  .food-leads.boxes-1 .box-1:nth-child(even) .description ul:not([class]) li:before {
    left: 0;
    right: unset;
  }
}

@media (max-width: 767px) {
    .fleetcard-lista-nowosc {
        left: -3%;
    }
}