@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@font-face {
    font-family: 'VAG Rounded Bold';
    src: url('../fonts/VAGRoundedLTCYR-Bold.woff2') format('woff2'),
        url('../fonts/VAGRoundedLTCYR-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VAG Rounded Black';
    src: url('../fonts/VAGRoundedStd-Black.woff2') format('woff2'),
        url('../fonts/VAGRoundedStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@media(min-width: 1600px){
    .container.container--loyalty {
        width: 1530px;
    }
}

.loyalty-hero.header-margin {
    margin-top: 0;
    padding-top: 80px;
}

.loyalty-hero {
    background-image: url(../images/bg-hero.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.loyalty-hero .hero-mob {
    display: none;
}

.loyalty-hero .container--loyalty {
    position: relative;
}

.hero-disclaimer {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #fff;
    font-family: 'VAG Rounded Bold';
    font-size: 20px;
}

.hero-tape {
    position: absolute;
    bottom: -175px;
    left: 0;
    right: 0;
    margin: auto;
}

.hero-tape img {
    max-width: 100%;
}

.loyalty-wrapper {
    background-color: #d4282f;
    background-image: url(../images/bg-pattern.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    font-family: "Poppins", sans-serif;
}

.loyalty-info {
    padding: 190px 0 80px 0;
}

.loyalty-info-box {
    background-color: #fff;
    border-radius: 180px;
    padding: 60px 90px;
    color: #302f2f;
    font-size: 35px;
    line-height: 40px;
}

.loyalty-info-box p {
    margin-bottom: 24px;
}

.loyalty-info-box p:last-child {
    margin-bottom: 0;
}
.loyalty-app {
    min-height: 750px;
    padding-bottom: 100px;
}
.loyalty-app-box {
    position: relative;
    width: 100%;
    max-width: 1100px;
    padding: 40px 100px 40px 30px;
    border: 5px solid #820e15;
    color: #fff;
    border-radius: 50px;
    margin: 130px 0;
    background-color: #d4282f;
}

.loyalty-app-box .phone {
    position: absolute;
    right: -360px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.loyalty-app-text-1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.loyalty-app-text-1 span {
    position: relative;
    font-size: 72px;
    font-weight: bold;
    z-index: 2;
    color: #d4282f;
    padding: 10px 5px;   
}

.loyalty-app-text-1 span:after {
    content: '';
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.47);
    background-color: #fff;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}

.loyalty-app-text-2 {
    font-family: 'VAG Rounded Bold';
    font-size: 32px;
    line-height: 42px;
    background-color: #fff;
    border: 5px solid #820e15;
    border-radius: 80px;
    text-align: center;
    color: #d4282f;
    padding: 20px;
    margin-bottom: 25px;
}
.loyalty-app-text-2 p {
    margin-bottom: 5px;
}
.loyalty-app-text-2 p:last-child {
    margin-bottom: 0;
}
.loyalty-app-text-2 span {
    font-size: 65px;
}
.loyalty-app-box .disclaimer {
    font-size: 22px;
}
.loyalty-app-text-2 h3 {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 30px;
}

.loyalty-app-download span {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 20px;
    font-family: 'VAG Rounded Bold';
}

.loyalty-app-download {
    margin-bottom: 30px;
}

.loyalty-steps-box {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.download-stores {
    display: flex;
}

.download-stores a {
    flex: 1;
}

.download-stores a:first-child {
    text-align: right;
}

.download-stores a img {
    width: 100%;
    max-width: 345px;
}

.loyalty-codes .loyalty-codes-wrapper{
    background-color: #fff;
    border-radius: 100px;
    margin-bottom: 40px;
}

.loyalty-codes .container--loyalty h3 {
    color: #000;
    margin: 0;
    line-height: 1;
    padding: 20px 0 10px 0;
}

.loyalty-steps-box .step-box {
    flex: 1;
    border: 3px solid #820e15;
    background-color: #d4282f;
    padding: 30px 15px 10px 15px;
    border-radius: 40px;
    position: relative;
}

.loyalty-steps-wrapper {
    background-color: #fff;
    border-radius: 40px;
    padding: 50px 20px 25px 20px;
    margin-bottom: 85px;
}

.step-content {
    background-color: #fff;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    position: relative;
    font-family: 'VAG Rounded Bold';
    font-size: 31px;
    text-align: center;
    color: #820e15;
    line-height: 31px;
    height: 170px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.step-content > div {
    width: 100%;
}

.step-content > span {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #d4282f;
    border: 2px solid #911b20;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.step-footer {
    height: 55px;
    display: flex;
    align-items: center;
}

.step-footer img {
    margin: auto;
    max-height: 100%;
    max-width: 90%;
}

.loyalty-steps-title {
    font-family: 'VAG Rounded Bold';
    font-size: 78px;
    line-height: 52px;
    color: #302f2f;
    margin-bottom: 35px;
    text-align: center;
}

.step-box.step-box--soon:before {
    content: '';
    width: 270px;
    height: 174px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/uskoro.png);
    z-index: 10;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.loyalty-prize {
    padding-bottom: 100px;
}

.loyalty-faqs-title,
.loyalty-prizes-title {
    font-family: 'VAG Rounded Bold';
    font-size: 78px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
}

.loyalty-faqs-title.loyalty-faqs-title--small {
    font-size: 50px;
}

.loyalty-rules-wrapper,
.loyalty-products-wrapper,
.loyalty-contact-wrapper {
    background-color: #fff;
    border-radius: 60px;
    padding: 40px;
    text-align: center;
    margin-bottom: 70px;
}
.loyalty-rules-title,
.loyalty-products-title {
    font-family: 'VAG Rounded Bold';
    font-size: 55px;
    line-height: 50px;
    color: #302f2f;
    margin-bottom: 30px;
}

.loyalty-products-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-box {
    width: 25%;
    margin-bottom: 40px;
    border-right: 3px solid #cccccc;
}
.loyalty-products-box.loyalty-products-box-first .product-box:nth-child(3),
.loyalty-products-box:last-child .product-box:nth-child(4),
.loyalty-products-box:last-child .product-box:nth-child(8) {
    border-right: 0;
}

.product-image {
    margin-bottom: 15px;
    display: flex;
    height: 115px;
    widht: 100%;
    align-items: center;
    justify-content: center;
}

.product-image img {
    height: 100%;
    max-width: 100%;
    width: auto;
}

.product-name {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #302f2f;
}

.loyalty-prizes-box-2 {
    margin-top: 40px;
    text-center;
}

.loyalty-prizes-box-2 img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.faq-single {
    padding: 40px 60px;
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 25px;
}

.faq-single .faq-header {
    display: flex;
    color: #302f2f;
    font-size: 40px;
    font-family: 'VAG Rounded Bold';
    line-height: 1;
    cursor: pointer;
}

.faq-header .question {
    flex: 1;
}

.faq-header .icon {
    width: 42px;
    text-align: right;
}

.faq-single.is-active .icon img {
    transform: rotate(180deg);
}

.faq-single .faq-content {
    display: none;
    font-size: 30px;
    color: #302f2f;
    padding-top: 30px;
}

.faq-single .faq-content p {
    font-size: 30px;
    color: #302f2f;
    margin-bottom: 30px;
}

.faq-single .faq-content ul {
    list-style-position: inside;
}

.faq-single .faq-content p:last-child {
    margin-bottom: 0;
}

.loyalty-contact {
    font-family: 'VAG Rounded Bold';
    color: #302f2f;
}

.loyalty-contact-title {
    font-size: 40px;
    margin-bottom: 30px;
}

.loyalty-contact .contact {
    font-size: 45px;
}

.rules p {
    text-align: left;
}

.view-rules {
    font-family: 'VAG Rounded Bold';
    background-color: #D4282F;
    padding: 20px 40px 15px 40px;
    display: inline-block;
    color: #ffff;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 30px;
    text-decoration: none;
}

.view-rules:visited,
.view-rules:active,
.view-rules:focus {
    text-decoration: none;
}

@media(max-width: 1599px){
    .loyalty-info-box {
        padding: 60px;
        font-size: 33px;
    }
    .loyalty-app-text-1 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .loyalty-app-text-2 {
        font-size: 26px;
        line-height: 30px;
    }
    .loyalty-app-text-2 span {
        font-size: 44px;
    }
    .loyalty-app-box .phone {
        right: -175px;
        width: 280px;
    }
    .loyalty-app-box {
        width: 1000px;
        margin: 80px 0;
        padding: 40px 135px 40px 30px;
    }
    .loyalty-app-text-1 span {
        font-size: 50px;
    }
    .loyalty-app-text-1 span::after {
        height: 60px;
    }
    .step-box.step-box--soon:before {
        width: 200px;
    }
    .step-content {
        font-size: 20px;
        line-height: 22px;
        padding: 20px 10px;
    }
    .step-footer img {
        max-width: 100%;
    }
    .hero-tape {
        max-width: 850px;
    }
    .hero-tape img {
        width: 100%;
    }
    .hero-disclaimer {
        font-size: 16px;
    }
    .download-stores a img {
        max-width: 250px;
    }
    .loyalty-app-download span {
        font-size: 40px; 
    }
}
@media(max-width: 1199px){
    .hero-tape {
        bottom: -150px;
    }
    .loyalty-info-box {
        padding: 45px;
        font-size: 28px;
    }
    .loyalty-app-box {
        padding: 50px 300px 50px 30px;
    }
    .loyalty-app {
        min-height: 100%;
    }
    .loyalty-prizes-title,
    .loyalty-steps-title,
    .loyalty-products-title,
    .loyalty-faqs-title {
        font-size: 55px;
    }
    .loyalty-steps-box {
        justify-content: center;
    }
    .loyalty-steps-box .step-box {
        flex: auto;
        max-width: calc(33.33% - 2px);
        width: calc(33.33% - 2px);
        margin-bottom: 20px;
    }

    .step-content {
        font-size: 30px;
        line-height: 32px;
        padding: 30px 15px;
    }

    .product-box {
        width: 33.33%;
    }

    .loyalty-products-box.loyalty-products-box-first .product-box:nth-child(3),
    .loyalty-products-box:last-child .product-box:nth-child(3),
    .loyalty-products-box:last-child .product-box:nth-child(6),
    .loyalty-products-box:last-child .product-box:nth-child(8) {
        border-right: 0;
    }
    .loyalty-products-box:last-child .product-box:nth-child(4) {
        border-right: 3px solid #ccc;
    }

    .faq-single .faq-header {
        font-size: 32px;
    }
    .faq-single .faq-content p {
        font-size: 24px; 
    }

    .faq-header .icon img {
        width: 30px;
        margin-left: auto;
    }
    .faq-single {
        padding: 25px 50px;
        border-radius: 25px;
    }
    .loyalty-app-box .phone {
        width: 200px;
        right: -130px;
    }
    .loyalty-app-text-2 p {
        margin-bottom: 10px;
    }
    .loyalty-app-text-1 span {
        font-size: 40px;
    }
    .loyalty-app-text-1 span::after {
        height: 44px;
    }
    .loyalty-app-text-1 {
        margin-bottom: 10px;
    }
    .download-stores {
        max-width: 400px;
        gap: 20px;
        margin: auto;
    }

    .loyalty-faqs-title.loyalty-faqs-title--small {
        font-size: 40px;
    }

    .loyalty-app-box {
        width: 850px;
        padding: 50px 90px 50px 30px;
    }
    .loyalty-app-box .disclaimer {
        font-size: 16px;
    }
    .loyalty-app-text-2 h3 {
        font-size: 44px;
        line-height: 54px;
        margin-bottom: 20px;
    }
}

@media(max-width: 991px){
    .hero-tape {
        max-width: 600px;
    }
    .loyalty-hero .hero-mob {
        display: block !important;
    }
    .loyalty-hero .hero-desk {
        display: none !important;
    }
    .loyalty-info-box {
        padding: 30px;
        font-size: 22px;
        border-radius: 120px;
        line-height: 28px;
    }
    .hero-tape {
        bottom: -100px;
    }
    .loyalty-info {
        padding: 120px 0 20px 0;
    }
    .loyalty-app-box {
        margin: 80px 0;
        max-width: 100%;
        padding: 50px 30px 50px 30px;
    }
    .loyalty-app-box .phone {
        width: 100%;
        position: relative;
        right: 0;
    }
    .loyalty-app-text-1 span::after {
        height: 38px;
        bottom: 13px;
    }
    .loyalty-app-text-1 span {
        font-size: 28px;
    }
    .loyalty-app-text-1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .loyalty-app-text-2 {
        font-size: 22px;
        line-height: 24px;
    }
    .loyalty-app-text-2 span {
        font-size: 28px;
    }
    .step-content {
        font-size: 24px;
        line-height: 26px;
        padding: 30px 15px;
    }
    .loyalty-prizes-title, .loyalty-steps-title, .loyalty-products-title {
        font-size: 48px;
    }

    .loyalty-info-box br {
        display: inline-block;
    }
    .loyalty-prizes-box-2 {
        margin-top: 20px;
    }
    .loyalty-prizes-box-2 img {
        width: 60%;
    }
    .faq-single {
        padding: 25px; 
    }
    .faq-single .faq-header {
        font-size: 28px;
    }
    .download-stores {
        max-width: 320px;
    }
    .loyalty-app-download span {
        font-size: 30px;
        line-height: 36px; 
    }
}
@media(max-width: 768px){
    .container.container--loyalty {
        padding: 0 32px;
    }
    .hero-tape {
        max-width: 85%;
    }
    .hero-tape {
        bottom: -15%;
    }
    .loyalty-info-box {
        padding: 16px;
        font-size: 16px;
        border-radius: 60px;
        line-height: 24px;
    }
    .loyalty-app-box {
        margin: 40px 0;
        padding: 20px;
    }
    .loyalty-app-box .phone {
        right: -10px;
        width: 140px;
    }
    .loyalty-app {
        padding-bottom: 40px;
    }
    .loyalty-steps-box .step-box {
        max-width: 100%;
        width: 100%;
    }
    .loyalty-prizes-title, .loyalty-steps-title, .loyalty-products-title {
        font-size: 36px;
        line-height: 38px;
    }
    .product-box {
        width: 100%;
        border-right: 0 !important;
    }
    .loyalty-info {
        padding: 110px 0 20px 0;
    }
    .hero-disclaimer {
        font-size: 14px;
    }

     .loyalty-info-box {
        padding: 32px 16px;
        font-size: 16px;
        border-radius: 30px;
    }
    .faq-single .faq-header {
        font-size: 24px;
    }
    .faq-single .faq-content,
    .faq-single .faq-content p {
        font-size: 16px;
    }

    .loyalty-rules-title, .loyalty-products-title {
        font-size: 38px;
        line-height: 40px; 
    }

    .view-rules {
        padding: 15px 15px 10px 15px;
        border-radius: 50px;
        font-size: 20px; 
    }
    .loyalty-contact-title,
    .loyalty-contact .contact {
        font-size: 32px;
    }
    .loyalty-rules-wrapper, .loyalty-products-wrapper, .loyalty-contact-wrapper {
        border-radius: 30px;
        padding: 30px;
    }
    .faq-header .icon img {
        width: 20px; 
    }

    .loyalty-app-text-2 h3 {
        font-size: 36px;
        line-height: 38px;
    }

    .loyalty-app-text-2 {
        border-radius: 40px;
    }
}

@media(max-width: 480px){
    .loyalty-app-box .phone {
        width: auto;
        position: relative;
        right: 0;
        max-width: 100%;
        margin-top: 20px;
    }
    .loyalty-app-box {
        width: 100%;
        margin: 20px 0;
        padding: 20px;
        text-align: center;
    }
    .loyalty-products-wrapper {
        border-radius: 40px;
        padding: 20px;
    }
    .loyalty-contact-title, .loyalty-contact .contact {
        font-size: 24px;
    }
}