*, :after, :before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Circe Rounded DM';
    src: url("../fonts/circe.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Circe Rounded DM';
    src: url("../fonts/circe-bold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: 'Circe Rounded DM';
    src: url("../fonts/circe-alt-bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: 'Circe Rounded DM';
    src: url("../fonts/circe-extra-bold.ttf") format("truetype");
    font-weight: 800;
}

* {
    font-family: "Circe Rounded DM", Arial, sans-serif!important;
}

.cashback-main {
    position: relative;
    background: linear-gradient(180deg, #53A7DB 40%, #E6F5FF 100%);
    color: #ffffff;
}

.cashback-main::after {
    content: '';
    position: absolute;
    background-image: url('../img/cashback-main-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.cashback-main section {
    position: relative;
    z-index: 3;
}


.cashback-main a {
    text-decoration: none;
    transition: all 1s;
}

.cashback-container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 49px;
    padding-right: 49px;
}

.cashback-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0124A3;
    border-radius: 16px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #ffffff;
    padding: 24px 32px;
}

.cashback-tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    background: #ffffff;
    border-radius: 50%;
    color: #54A8DB;
    font-size: 12px;
    top: 0;
    left: 1px;
    cursor: pointer;
}

.cashback-tooltip.steps-tooltip {
    display: inline;
    top: 1px;
}

.cashback-tooltip [role='tooltip'] {
    position: absolute;
    min-width: calc(100% + 117px);
    height: auto;
    font-size: 10px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.64);
    font-weight: 400;
    letter-spacing: 0;
    padding: 6px 10px;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    left: 50%;
    bottom: calc(100% + 6px);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}

.cashback-tooltip.steps-tooltip [role='tooltip'] {
    min-width: calc(100% + 217px);
    left: calc(100% - 40px);
    text-align: left;
}

.cashback-tooltip [role='tooltip'].active {
    opacity: 1;
    visibility: visible;
}

.cashback-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cashback-hero__button {
    position: relative;
    z-index: 1;
    padding: 24px 32px;
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 19px;
}

.cashback-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 70px;
}

.cashback-header__nav {
    display: flex;
    align-items: center;
    margin: 0;
    list-style-type: none;
    padding-left: 19px;
}

.cashback-header__nav-item {
    padding: 0 11px;
}

.cashback-header__nav-item a {
    font-size: 18px;
    font-weight: 600;
    color: #101828;
    text-decoration: none;
    transition: all 1s;
}

.cashback-header__nav-item a:hover {
    color: #0124A3;
}

.cashback-header__nav-btn {
    font-size: 16.5px !important;
    margin-left: 12px;
}

.cashback-hero {
    overflow: hidden;
}

.cashback-hero__container {
    position: relative;
    display: flex;
    padding-left: 138px;
    padding-top: 47px;
}

.cashback-hero__info {
    width: 60%;
    flex-shrink: 0;
}

.cashback-hero__title {
    position: relative;
    font-weight: 900;
    font-size: 98px;
    line-height: 95px;
    margin: 0 0 15px 0;
}

.cashback-header__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #0124A3 !important;
    border: 1px solid #0124A3;
    border-radius: 51px;
    height: 41px;
    padding: 0 6px;
}

.cashback-hero__title::before,
.cashback-hero__title::after {
    content: '';
    position: absolute;
    background-size: contain;
    transform: translateY(41%);
}

.cashback-hero__title::before {
    background: url('../img/hero-arrow-1.svg') center center no-repeat;
    width: 86px;
    height: 353px;
    left: -119px;
    top: -2px;
}

.cashback-hero__title::after {
    background: url('../img/hero-arrow-2.svg') center center no-repeat;
    width: 127px;
    height: 159px;
    top: 3px;
    right: -18px;
}

.cashback-hero__list {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.36px;
    margin: 0 0 26px 0 !important;
    padding: 0;
}

.cashback-hero__list-item {
    padding: 6px 0;
}

.cashback-hero__list-item::before {
    content: '•';
    margin-right: 5px;
}

.cashback-hero__image {
    position: absolute;
    transform: translate(-33px, 64px);
    right: 0;
}

.cashback-hero__nutrilon-img {
    transform: translate(-21px, -32px);
}

.cashback-hero__mark {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-weight: 700;
    font-size: 12px;
}


@media (max-width: 1400px) {
    .cashback-hero__title::after {
        top: 50px;
        right: 70px;
    }
}

@media (max-width: 1200px) {
    .cashback-hero__mark {
        max-width: 20%;
    }
}


@media (max-width: 1024px) {
    .cashback-hero__title {
        font-size: 88px;
        line-height: 96px;
        order: 1;
        width: 50%;
    }

    .cashback-hero__list {
        order: 3;
    }

    .cashback-hero__button {
        order: 4;
    }

    .cashback-hero__info {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 220px;
    }

    .cashback-hero__title::before {
        background: url('../img/hero-arrow-1_mob.svg') center center no-repeat;
        width: 67px;
        height: 62px;
        left: auto;
        top: 0;
        right: 30px;
    }

    .cashback-hero__title::after {
        background: url('../img/hero-arrow-2_mob.svg') center center no-repeat;
        width: 25px;
        height: 192px;
        top: auto;
        right: auto;
        left: 15px;
        bottom: -72px;
    }

    .cashback-hero__container.cashback-container {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        flex-direction: column-reverse;
    }

    .cashback-hero__image {
        position: absolute;
        top: 0;
        right: 0;
        width: 565px;
        height: 542px;
        transform: translate(71px, 24px);
    }

    .cashback-hero__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .cashback-hero__mark {
        position: relative;
        order: 5;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        max-width: 100%;
    }

    .cashback-btn {
        width: 100%;
    }

    .cashback-hero__nutrilon-img img {
        width: 100%;
        object-fit: contain;
        height: 100%;
    }

    .cashback-hero__nutrilon-img {
        order: 2;
        transform: translate(0, 0);
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .cashback-hero__title {
        font-size: 48px;
        line-height: 56px;
        width: 40%;
    }

    .cashback-hero__title::before {
        left: 45px;
        top: -100px;
        right: auto;
    }

    .cashback-hero__title::after {
        top: 44px;
        right: auto;
        left: -5px;
        bottom: auto;
    }

    .cashback-hero__container.cashback-container {
        padding-left: 19px;
        padding-right: 19px;
    }

    .cashback-hero__info {
        display: flex;
        padding-top: 197px;
    }

    .cashback-hero__image {
        width: 365px;
        height: 342px;
    }

    .cashback-hero__mark {
        font-size: 10px;
    }
}

/* ===================== */

.cashback-steps {
    position: relative;
    padding: 39px 0 92px 0;
    overflow: hidden;
}

.cashback-steps::before {
    content: '';
    position: absolute;
    /*background: url('../img/steps-bg.png') 0 0 no-repeat;*/
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}


.cashback-steps__title {
    font-weight: 900;
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    margin: 0 0 79px 0;
    text-align: center;
}

.cashback-steps__inner {
    padding: 55px 0 48px 0;
    overflow: visible;
}

.cashback-steps__inner .swiper-wrapper {
    justify-content: space-between;
}

.cashback-steps__item {
    width: calc(33.3% - 16px);
    background-color: #ffffff;
    color: #0124A3;
    text-align: center;
    border-radius: 80px;
    padding: 0 48px;
    height: 412px;
}

.cashback-steps__item:nth-child(2) {
    height: 480px;
    margin-top: -32px;
}

.cashback-steps__item-num {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    border-radius: 30%/20%;
    top: -48px;
    margin: 0 auto;
}

.cashback-steps__item:first-child .cashback-steps__item-num {
    background-color: #F72A16;
    transform: rotate(340deg);
}

.cashback-steps__item:nth-child(2) .cashback-steps__item-num {
    background-color: #FABC22;
    transform: rotate(20deg);
}

.cashback-steps__item:nth-child(3) .cashback-steps__item-num {
    background-color: #00A743;
    transform: rotate(340deg);
}

.cashback-steps__item-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
    margin: 0 0 24px 0;
}

.cashback-steps__item:nth-child(2) .cashback-steps__item-title {
    margin: 13px 0 26px 0;
}


.cashback-steps__item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 33px;
    color: rgba(1, 36, 163, 0.64)
}

.cashback-steps__item-text span {
    display: block;
    font-size: 24px;
    margin-top: 10px;
    color: #0124A3;
}

.cashback-steps__item-btn {
    font-size: 16px;
    padding: 18px 36px;
}

.cashback-steps__more {
    position: relative;
    display: flex;
    width: 205px;
    font-size: 16px;
    color: #0124A3;
    background: #fff;
    padding: 18px 0;
    margin: 0 auto;
    z-index: 1;
}

.footer_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: #808080;
    margin: 120px 0 0;
}

.footer_text a {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 1280px) {
    .cashback-steps__item {
        width: calc(50% - 24px);
    }

    .cashback-steps__item:nth-child(2) {
        height: auto;
    }

    .cashback-steps__item:nth-child(2) .cashback-steps__item-title {
        margin: 0 0 24px 0;
    }
}

@media (max-width: 767px) {
    .cashback-steps__item:nth-child(2) {
        margin-top: 0;
    }

    .cashback-steps {
        padding: 79px 0 62px 0;
    }

    .cashback-steps__item {
        width: calc(100% - 43px);
        border-radius: 64px;
        padding: 0 24px;
    }

    .cashback-steps__title {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 25px 0;
    }

    .cashback-steps__item-num {
        width: 64px;
        height: 64px;
        font-size: 32px;
        top: -32px;
    }

    .cashback-steps__item-title {
        font-size: 24px;
    }

    .cashback-steps__item:nth-child(2) {
        height: 412px;
    }

    .cashback-steps__inner {
        padding: 55px 0 32px 0;
    }

    .cashback-steps__more {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .cashback-steps__item {
        width: calc(100% - 15px);
    }

    .cashback-steps__item-title {
        font-size: 22px;
        line-height: 32px;
    }

    .cashback-steps__item-text {
        font-size: 14px;
    }
}

/* ===================== */

.cashback-purchases {
    padding-bottom: 155px;
}

.cashback-purchases__title {
    margin: 0 0 42px 0;
}

.cashback-purchases__tabs {
    max-width: 1200px;
    margin: 0 auto;
}

.cashback-purchases__tabs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 116px;
}

.cashback-purchases__tabs-nav_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 24px;
    padding: 10px 22px;
    cursor: pointer;
    transition: all .3s ease;
}

.cashback-purchases__tabs-nav_item._active {
    background: #0124A3;
    border-color: #0124A3;
    color: #ffffff;
}

.cashback-purchases__tabs-mobile-text {
    display: none;
}

.cashback-purchases__tabs-nav_item span {
    font-weight: 700;
    margin-right: 6px;
}

.cashback-purchases__tabs-content {
    position: relative;
}

.cashback-purchases__tabs-content::before,
.cashback-purchases__tabs-content::after {
    content: '';
    position: absolute;
    background-size: contain;
    width: 228px;
    height: 57px;
}

.cashback-purchases__tabs-content::before {
    background: url('../img/purchase-arrow-1.png') center center no-repeat;
    top: -65px;
    left: 259px;
}

.cashback-purchases__tabs-content::after {
    background: url('../img/purchase-arrow-2.png') center center no-repeat;
    right: 26%;
    bottom: -61px;
}

.cashback-purchases__tabs-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cashback-purchases__tabs-items._hidden {
    display: none;
}

.cashback-purchases__tabs-item {
    width: calc(33.3% - 16px);
    background: #fff;
    color: #0124A3;
    text-align: center;
    border-radius: 200px;
    padding: 48px 48px 38px 48px;
}

.cashback-purchases__tabs-price {
    font-weight: 600;
    font-size: 100px;
    line-height: 80px;
    letter-spacing: -0.10em;
    margin-bottom: 10px;
}

.cashback-purchases__tabs-text {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.04em;
}

.cashback-purchases__tabs-text span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 10px;
    opacity: 0.64;
}

@media (max-width: 1024px) {
    .cashback-purchases__tabs-item {
        width: 80%;
        padding: 58px 30px 52px 30px;
    }

    .cashback-purchases__tabs-price {
        font-size: 64px;
        margin-bottom: 2px;
    }

    .cashback-purchases__tabs-text {
        font-size: 24px;
        line-height: 24px;
    }

    .cashback-purchases__tabs-content::before {
        left: 235px;
    }

    .cashback-purchases__tabs-content::after {
        right: 31%;
    }
}

@media (max-width: 767px) {
    .cashback-purchases {
        padding-bottom: 60px;
    }

    .cashback-purchases__tabs-nav_item span {
        display: none;
    }

    .cashback-purchases__tabs-nav_item {
        text-align: center;
    }

    .cashback-purchases__tabs-nav {
        margin-bottom: 43px;
    }

    .cashback-purchases__tabs-item {
        width: 100%;
        padding: 27px 60px 21px 60px;
    }

    .cashback-purchases__tabs-items {
        flex-direction: column;
        padding: 0 21px;
    }

    .cashback-purchases__tabs-mobile-text {
        display: block;
        text-align: center;
        font-weight: 700;
        margin-bottom: 22px;
    }
}

/* ===================== */

.cashback-spend {
    position: relative;
    padding-bottom: 92px;
}

.cashback-spend__inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 94px;
}

.cashback-spend__item {
    position: relative;
    width: calc(33.3% - 12px);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.04em;
    text-align: center;
    padding: 0 26px 28px 26px;
}

.cashback-spend__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 80px;
    border: 4px solid transparent;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 68.95%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0.16;
}

.cashback-spend__item-num {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    background: #59AADC;
    border: 4px solid rgba(255, 255, 255, 0.32);
    border-radius: 30%/20%;
    margin: 0 auto;
    top: -66px;
}

.cashback-spend__item:first-child .cashback-spend__item-num {
    transform: rotate(340deg);
}

.cashback-spend__item:nth-child(2) .cashback-spend__item-num{
    transform: rotate(20deg);
}

.cashback-spend__item:nth-child(3) .cashback-spend__item-num {
    transform: rotate(340deg);
}

.cashback-spend__item-icon {
    margin: -12px 0 30px 0;
}

.cashback-spend__price-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 56px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #0124A3;
}

.cashback-spend__price-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 38px;
}

.cashback-spend__price-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.04em;
    border-radius: 80px;
    border: 4px solid rgba(255, 255, 255, 0.16);
    padding: 0 14px;
}

.cashback-spend__price-btn {
    display: flex;
    width: 253px;
    margin: 0 auto;
    font-size: 16px;
    padding: 18px 0;
}

/* ===================== */

.cashback-products {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}

.cashback-products__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 24px;
    padding: 39px 0 56px 0;
}

.cashback-products__item {
    position: relative;
    display: none;
    width: calc(50% - 12px);
    min-height: 375px;
    background: #ffffff;
    font-size: 18px;
    color: #0124A3;
    border-radius: 32px;
}

.cashback-products__item:nth-child(1),
.cashback-products__item:nth-child(2),
.cashback-products__item:nth-child(3),
.cashback-products__item:nth-child(4) {
    display: flex;
}


.cashback-products__item-img {
    width: calc(20% + 20px);
    position: absolute;
    left: 33px;
    top: -33px;
}

.cashback-products__item-img img {
    width: 100%;
    height: auto;
}

.cashback-products__item-info {
    padding: 40px 20px 45px 0;
    margin-left: auto;
    width: calc(100% - 218px);
}

.cashback-products__item-tag {
    display: inline-flex;
    background: #0124A3;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.05em;
    border-radius: 18px;
    padding: 4px 17px;
    margin-bottom: 24px;
}

.cashback-products__item-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 36px;
}

.cashback-products__item-list li {
    position: relative;
    display: block;
    font-weight: 500;
    padding-left: 15px;
}

.cashback-products__item-list li:not(:last-child) {
    margin-bottom: 8px;
}

.cashback-products__item-list li::before {
    content: '•';
    position: absolute;
    left: 0;
}

.cashback-products__item-important {
    margin: 24px 0 0;
    position: relative;
    border-radius: 15px;
    padding: 8px;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(90.35deg, #0124A3 4.53%, #582F81 54.11%, #DBB46F 86.27%, #F7CBDA 105.27%) border-box;
    border: 2px solid transparent;
    font-size: 0.7em;
    line-height: 1.3;
}

.cashback-products__item-weight {
    display: flex;
    align-items: center;
    opacity: 0.5;
    margin-bottom: 7px;
}

.cashback-products__item-weight p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.cashback-products__item-weight p:not(:last-child)::after {
    content: '•';
    margin: 0 5px;
}

.cashback-products__btn {
    display: flex;
    width: 229px;
    background: #ffffff;
    color: #0124A3;
    font-size: 16px;
    margin: 0 auto;
    padding: 18px 0;
    cursor: pointer;
}

.cashback-products__link {
    display: none;
}

/* ===================== */

.cashback-faq {
    position: relative;
    padding-bottom: 65px;
}

.cashback-faq__title {
    font-weight: 900;
    font-size: 56px;
    line-height: 72px;
    letter-spacing: -0.05em;
    color: #0124A3;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 52px 0;
}

.cashback-faq__accordion {
    position: relative;
    padding: 0 113px;
    margin-bottom: 51px;
    z-index: 1;
}

.cashback-faq__accordion-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.2px;
    padding-right: 40px;
    cursor: pointer;
}

.cashback-faq__accordion-head svg {
    position: absolute;
    flex-shrink: 0;
    right: 32px;
    transition: all .3s ease;
}

.cashback-faq__accordion-head.is-open svg {
    transform: rotate(180deg);
}

.cashback-faq__accordion-item {
    position: relative;
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
    color: #0124A3;
    border-radius: 32px;
    padding: 31px 32px 33px 32px;
    margin-bottom: 8px;
}

.cashback-faq__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
}

.cashback-faq__btn {
    display: flex;
    width: 169px;
    font-size: 16px;
    margin: 0 auto;
    padding: 18px 0;
}

.cashback-faq__info-text {
    padding: 60px 113px 0;
}

.cashback-faq__info-text p, .cashback-faq__info-text ul {
    font-size: 14px;
    line-height: 24px;
    color: #0124A3;
    opacity: 0.48;
    text-align: left;
    margin: 12px 0;
}

.cashback-faq__info-text ul {
    list-style-type: auto;
    list-style-position: inside;
}

.cashback-faq__info-text p.last-one {
    font-size: 20px;
    margin: 40px 0;
    opacity: 1;
    color: rgba(1, 36, 163, 0.48);
}

.cashback-faq__info-text p.last-one br:last-child {
    display: none;
}

.header-center__logo {
    display: none;
}

header {
    display: none;
}

@media (max-width: 1024px) {

    .cashback-header__inner {
        padding: 16px 0;
    }
    .cashback-faq__accordion {
        padding: 0;
    }

    .cashback-faq__info-text {
        padding: 40px 0;
    }

    .cashback-faq__accordion-head {
        font-size: 22px;
    }

    .cashback-products__item {
        flex-direction: column;
    }

    .cashback-products__item-img {
        position: static;
    }

    .cashback-products__item-info {
        padding: 40px 30px 34px 30px;
        margin-left: 0;
        width: 100%;
    }

    .cashback-spend__inner {
        flex-direction: column;
        gap: 90px;
    }

    .cashback-spend__item {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .cashback-faq {
        padding-bottom: 0;
    }

    .cashback-faq__btn {
        width: 100%;
    }

    .cashback-header {
        display: none;
    }

    .cashback-faq__title {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 42px 0;
    }

    .cashback-faq__accordion-head {
        font-size: 18px;
        line-height: 24px;
    }

    .cashback-purchases__tabs-content::before, .cashback-purchases__tabs-content::after {
        content: none;
    }

    .cashback-spend__price-items {
        gap: 1px;
    }

    .cashback-spend__price-item {
        font-size: 20px;
        padding: 3px 7px;
        flex-shrink: 0;
    }

    .cashback-spend__price-title {
        font-size: 20px;
        line-height: 27px;
        width: 90%;
        margin: 0 auto 15px;
    }

    .cashback-products__inner {
        flex-direction: column;
    }

    .cashback-products__item {
        width: 100%;
        border-radius: 17px;
    }

    .cashback-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cashback-products__item-info {
        padding: 37% 20px 34px 20px;
    }

    .cashback-products__item-tag {
        font-size: 14px;
        padding: 6px 17px;
    }

    .cashback-products__item-img {
        position: absolute;
    }

    .cashback-spend__item-num {
        font-size: 32px;
        width: 64px;
        height: 64px;
        top: -32px;
    }

    .cashback-spend__inner {
        padding-top: 54px;
    }

    .cashback-products__item-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .cashback-products__item-list li {
        font-size: 14px;
    }

    .cashback-main {
        overflow: hidden;
    }

    .cashback-faq__accordion {
        margin-bottom: 24px;
    }

    .cashback-faq__accordion-item {
        border-radius: 24px;
        padding: 24px;
    }

    .cashback-faq__accordion-head svg {
        right: 23px;
    }

    .cashback-faq__accordion-head.is-open {
        margin-bottom: 10px;
    }

    .cashback-spend__item {
        padding: 0 0 28px 0;
    }

    .cashback-main {
        background-image: url('../img/cashback-main-bg_mob.png');
        background-size: 100% 100%;
    }

    .cashback-products__item:nth-child(3),
    .cashback-products__item:nth-child(4) {
        display: none;
    }

    header {
        display: block;
    }

    .-logo-gap .header-center__logo {
        width: auto;
    }

    .header-center__logo {
        display: block;
    }

    header nav#main-navbar-menu {
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 10;
        display: block;
        width: 100%;
        height: 100vh;
        border: none;
        background-color: #ffffff;
        transition: all 1s;
    }

    header nav#main-navbar-menu ul#menu-header-main-menu a {
        color: #101828 !important;
    }

    header nav#main-navbar-menu ul#menu-header-main-menu {
        background-color: #ffffff;
    }

    .header__logo-box {
        margin-left: 40px;
    }

    .cashback-header__logo-alt {
        margin-left: 20px;
    }

    .cashback-header__logo-alt img {
        height: 39px;
    }

    header div#toggle-btn span.isOpenToggleMenu, header div#toggle-btn span.isOpenToggleMenu::before, header div#toggle-btn span.isOpenToggleMenu::after {
        background-color: #282830;
    }

    header nav#main-navbar-menu ul#menu-header-main-menu::after {
        display: none;
    }

    .cashback-faq__info-text p.last-one a {
        color: rgba(1, 36, 163, 0.48) !important;
    }

    .cashback-faq__info-text p.last-one br:last-child {
        display: block;
    }

    .footer_text {
        margin: 40px 0;
    }

}

@media (max-width: 392px) {
    .cashback-tooltip.steps-tooltip [role='tooltip'] {
        min-width: calc(100% + 217px);
        left: calc(100% - 80px);
        text-align: left;
    }
}

@media (max-width: 375px) {
    .cashback-spend__price-item {
        font-size: 16px;
    }
}