@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}


.header {
    background-color: #ff7043;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.header .btn {
    background-color: #333333;
    color: #fff;
}


.header-hero-desktop {
    background: url(../nexto_layout/hero-background.png) no-repeat center center;
    background-size: cover;
    height: 770px;
}

.hero-title {
    margin-top: 80px;
    color: #FFF;
    font-family: Inter !important;
    font-size: 45px;
    font-weight: 700;
    line-height: 129%;
    text-align: left;
}

.hero-description {
    margin-top: 30px;
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    width: 450px;
}

.hero-image {
    height: 665px;
}

.hero-discount {
    position: absolute;
    top: 369px;
    left: -140px;
    width: 222px;
}

.hero-texts {
    text-align: left;
}

.hero-arrows {
    position:absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}


.btn-hero {
    margin-top: 30px;
    background: #000;
    box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 129%;
    width: 264px;
    height: 70px;
    padding: 20px 0;
    display: block;
    text-align: center;
    border: none;
    flex-shrink: 0;
    position: relative;
    left: 0;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.btn-hero a {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 129%;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}

.btn-hero:hover,
.btn-hero a:hover {
    background-color: #000;
    box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.15);
    color: #FFF;
}

.btn-buy {
    background-color: #ff7043;
    color: white;
    border: none;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 1rem;
    width: 100%;
}

.btn-options {
    border: 1px solid #000;
    background-color: white;
    color: #000;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 1rem;
    width: 100%;
}


.offer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.offer-image {
    max-width: 150px;
    height: auto;
}

.badge-discount {
    background-color: #ffcc00;
    color: #000;
    border-radius: 50%;
    padding: 10px 20px;
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: bold;
}

.offer-content {
    flex-grow: 1;
    margin-left: 30px;
}

.products-section {
    padding: 60px 0;
}

.old-price {
    text-decoration: line-through;
    color: #999;
}

.offer-price {
    text-align: right;
}


.card-cover {
    width: 196px;
    /* height: 298px; */
    flex-shrink: 0;
}

.card-title {
    color: #262626;
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
}

.card-description {
    color: #606060;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

.card-prenumerata-rodzaj {
    color: #262626;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.card-price {
    color: #E8491D;
    text-align: right;
    font-family: Inter;
    font-size: 32px;
    font-weight: 800;
    line-height: 150%;
}

.card-price-old {
    color: #606060;
    text-align: right;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: line-through;
}

.card-price-omnibus {
    color: #606060;
    text-align: right;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
}

.card-btn-kup-teraz {
    margin: 10px 0;
    background: #E46038;
    width: 300px;
    padding: 20px;
    flex-shrink: 0;
    display: inline-block;
    border: none;
    text-align: center;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}

.card-btn-kup-teraz span {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.8px;
    display: block;
    text-align: center;
}

.card-btn-kup-teraz:hover {
    background-color: #F27041;
}

.card-btn-inne-opcje {
    background: transparent;
    width: 300px;
    padding: 10px;
    flex-shrink: 0;
    display: inline-block;
    border: 2px solid #000;
    text-align: center;
    border-radius: 0px;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.card-btn-inne-opcje span {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 25.8px;
    display: block;
    text-align: center;
}

.card-btn-inne-opcje:hover {
    background-color: #000;
    color: #FFF;
}

.card-btn-inne-opcje:hover span {
    color: #FFF;
}

/* Offer Backgrounds */
.offer-white {
    background-color: #fff;
}

.offer-gray {
    background-color: #F5F5F5;
}


.footer {
    background-color: #ff7043;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #ddd;
}

.footer-background {
    background: url(../nexto_layout/hero-background.png) no-repeat center center;
    background-size: cover;
    height: 523px;
}

.footer-szukasz-czegos-innego {
    margin-top: 10px;
    color: #FFF;
    font-family: Inter;
    font-size: 50px;
    font-weight: 700;
    line-height: 140%;
}

.footer-sprawdz-pozostale {
    margin-top: 15px;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}

.footer-copyright {
    color: #888;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
}

.footer-copyright span {
    color: #888;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
}

.footer-row {
    background-color: #ffffff;
}

.footer-logo {
    height: 27px;
    position: relative;
    top: -15px;
}

.footer-socials a {
    color: #ff7043 !important;
}


.wybierz-swoja-ulubiona-e-gazete {
    color: #262626;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.promocja-potrwa-tylko-do {
    margin-top:20px;
    color: #888;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}