.header {
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.header>img {
    height: 57px;
}

.header .logo {
    margin: 0 auto 0 0;
}

.header>.gradient-color {
    width: 215px;
    margin-left: 8px;
}

.block__gradient {
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, #000 0%, #09072C 86.22%);
}

.hero-section {
    display: flex;
    padding-top: calc(100px + 96px);
    padding-bottom: 100px;


}


.hero-section .container {
    justify-content: space-between;
}

.hero-section .info-part {
    display: flex;
    flex-direction: column;
    z-index: 5;
}

.hero-section>.container>img {
    margin: 0 -100px 0 0;
    width: 572px;
    height: 461px;
}


.hero-section .info-part>p {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    margin: 0 0 100px;
}

.hero-amount {
    transform: translateY(5px);
}

.hero-section .info-part>p:last-child {
    margin-top: 75px;
    color: #8E8E93;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    white-space: nowrap;
}

.button-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}

.button-wrapper .button {
    gap: 16px;
}

.button-wrapper .button img {
    width: 25px;
    height: 25px;
}

.hero-section .info-part>.button-wrapper>span {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

.hero-section .info-part>.button-wrapper>span>a {
    text-decoration: unset;
}

.hero-section.register .info-part>p {
    margin-bottom: 0;
}

.hero-section.register.page {
    box-sizing: border-box;
    background: linear-gradient(180deg, #000 0%, #09072C 86.22%);
}

.hero-section.register.page .container {
    height: max-content;
    min-height: 100%;
}

.hero-section.register.page .container {
    align-items: center;
}

.hero-section.register .container>img {
    display: none;
}

.hero-section.register:not(.page) .info-part>p:last-child {
    margin: 0 0 36px;
}

.hero-section.register.page .container>p {
    display: none;
}

.hero-section.register .info-part>*:not(img) {
    z-index: 5;
}

.hero-section.register .info-part>img {
    width: 490px;
    max-width: 100%;
    margin-top: 15px;
}

.hero-section.register.page .info-part>img {
    margin-top: 0;
}

.hero-section.register .info-part>img:first-child {
    width: 200px;
    margin-bottom: 70px;
}

.hero-section.register .info-part {
    width: 50%;
}

.rating {
    display: flex;
    gap: 15px;
}

.rating p {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}


.replicate {
    display: flex;
    padding-bottom: 100px;

}

.replicate__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.replicate__container {
    display: flex;
    flex-direction: column;
}

.replicate__container>.button-wrapper {
    margin-top: 60px;
    justify-content: center;
}

.replicate__img {
    max-width: 932px;
    width: 100%;
    object-fit: cover;
    margin: 60px auto 0;
}

.replicate__text {
    color: #8E8E93;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 36px;
}

.believe {
    background-color: #09072C;
}

.believe .scrollable {
    background-color: #1662FF;
    gap: 16px;
    justify-content: space-between;
}

.believe .scrollable>div {
    background-color: #1662FF;
    border-radius: 9px;
    padding: 19px 15px;
    width: 304px;
}

.believe .scrollable>div>p {
    color: #FFF;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin: 14px 0;
}

.believe .scrollable>div>span {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.invest {
    padding: 0 !important;
}

.invest .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 60px;
}

.invest .container h1 {
    margin-top: 0;
}

.invest .container>p {
    color: #FFF;
    text-align: left;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin: 0;
}

.logos {
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow: hidden;
}

.logos-line,
.logos-line-part {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    justify-content: center;
}

.bonuses-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}


.bonuses-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 15px;
    border: 1px solid #C3A275;

    max-width: 276px;
    width: 100%;
}

.bonuses-image {
    width: 60px;
    height: 60px;
}

.bonuses-title {
    font-family: Helvetica;
    font-size: 22px;
    margin-top: 24px;

}

.bonuses-txt {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 0px;
    letter-spacing: -0.32px;
}

.bonuses-footer {
    display: flex;
    align-items: center;
    margin-top: 24px;
    border-left: 1px solid #C3A275;
    padding-left: 16px;
    height: 36px;
    margin-top: auto;
}

.bonuses-free {
    color: #C3A275;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bonuses-criest {
    color: #FFF;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 5px;
    position: relative;
}

.bonuses-criest::before {
    content: "";
    top: 10px;
    transform: rotate(-17deg);
    position: absolute;
    width: 54px;
    height: 2px;
    background: #CC0031;
}

.logos-line:first-child .logos-line-part:first-child {
    margin-left: 60px;
}

.logos-line:last-child .logos-line-part:first-child {
    margin-left: -60px;
}

.icon-cards {
    padding: 60px 0;
}

.icon-cards-wrapper {
    display: flex;
    border-radius: 15px;
    border: 1px solid rgba(142, 142, 147, 0.50);
}

.icon-cards-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px;
}

.icon-cards-item:not(:last-child) {
    border-right: 1px solid rgba(142, 142, 147, 0.50);
}

.icon-cards-item img {
    width: 36px;
    height: 36px;
}

.icon-cards-item p,
.icon-cards-item p span {
    margin: 40px 0 0;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.icon-cards-item p a {
    text-decoration: none;
}

.button-wrapper .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.button-wrapper p {
    color: #8E8E93;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.24px;
}

.bordered-icons-wrapper .container {
    padding-bottom: 0;
}

.bordered-icons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 15px;
    border: 1px solid #1662FF;
    padding: 46px 52px;
    margin-top: 60px;
}

.believe.image-card-wrapper {
    background: linear-gradient(to top, #000 0%, #09072C 86.22%);
}

.image-card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
    gap: 23px;
    padding-bottom: 80px;
}

.image-card-item {
    width: calc(33.333% - 16px);
    display: block;
    position: relative;
    border-radius: 9px;
    background: linear-gradient(268.5deg, #FFF6DF, #E5CC9A, #C19F72, #DCC18D, #F5E4BF);
}

.image-card-item-inner {
    margin: 1px;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border-radius: 9px;
    display: flex;
    background: linear-gradient(180deg, #000 0%, #09072C 100%);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    gap: 24px;
}

.image-card-item p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin: 24px 0 0;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px; */
    width: calc(100% - 30px);
}

.image-card-item span {
    display: inline-block;
    color: #8E8E93;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    top: calc(100% + 16px);
    position: absolute;
}

.image-card-item img {
    height: max-content;
}

.image-card-item:not(:nth-child(6)) img {
    max-width: calc(100% - 16px);
}

.image-card-item:nth-child(1) img {
    width: 271px;
    transform: translateX(36px);
}

.image-card-item:nth-child(2) img {
    width: 285px;
}

.image-card-item:nth-child(3) img {
    width: 334px;
}

.image-card-item:nth-child(4) img {
    width: 244px;
    transform: translateX(-13px);
}

.image-card-item:nth-child(5) img {
    width: 268px;
    transform: translateX(-21px);
}

.image-card-item:nth-child(6) img {
    width: 100%;
}

.why {
    background-color: #fff;
}

.why h1 {
    margin-bottom: 60px;
}

.why h1 span {
    color: #000;
}

.why h1 span.gold {
    color: #C3A275;
}

.icons-with-text {
    width: 100%;
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
}

.icons-with-text-item {
    display: flex;
    width: 25%;
    gap: 24px;
}

.icons-with-text-item>img {
    width: 60px;
    height: 60px;
}

.icons-with-text-item>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.why .icons-with-text-item>div p {
    color: #09072C;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin: 0;
}

.why .icons-with-text-item>div span {
    color: #111;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.icons-with-text.with-border {
    margin-top: 60px;
    flex-wrap: wrap;
}

.icons-with-text.with-border .icons-with-text-item {
    border-radius: 15px;
    border: 1px solid #09072C;
    padding: 30px;
    width: calc(50% - 24px/2);
}

.icons-with-text.with-border .icons-with-text-item>img {
    align-self: center;
}

.icons-with-text.with-border .icons-with-text-item>div {
    gap: 24px;
}

.why.believe.button-wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
}

.hero-section.stay {
    background-image: url(assets/images/DEV_-1.webp);
    background-size: 80%;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 1050px;
    padding-top: 120px;
}

.hero-section.stay .container {
    align-items: flex-start;
    gap: 100px;
}

.stay.hero-section .info-part>p {
    margin-bottom: 36px;
}

.card-part {
    display: flex;
    gap: 24px;
}

.card-part-item {
    border-radius: 9px;
    border: 0.5px solid #5993FF;
    background: linear-gradient(270deg, #DAB763 0%, #F1DFB0 100%);
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    padding: 24px;
    width: 276px;
}

.card-part-item img:first-child {
    width: 90px;
    height: 90px;
    margin-top: -45px;
}

.card-part-item img:not(:first-child) {
    width: calc(50% - 4px);
    margin-top: 24px;
}

.card-part-item img:last-child {
    margin-left: auto;
}

.card-part-item>*:not(img) {
    width: 100%;
}

.card-part-item p {
    color: #09072C;
    text-align: center;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin-bottom: 14px;


}


.card-part-item p>span {
    color: #09072C;
    text-align: center;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin-bottom: 14px;
}

.card-part-item span {
    color: #111;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.ready-wrapper {
    background: linear-gradient(180deg, #000 0%, #09072C 86.22%);
    padding-top: 120px;
}

.ready {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 360px;
    border-radius: 9px;
    background: linear-gradient(270deg, #DAB763 0%, #F1DFB0 100%);
}

.ready>*:not(img) {
    position: relative;
    z-index: 5;
    max-width: 370px;
}

.ready>img {
    position: absolute;
    z-index: 3;
}

.ready>img:nth-child(1) {
    bottom: 0;
    left: 0;
}

.ready>img:nth-child(2) {
    top: 0;
    right: 0;
}

.ready>img:nth-child(3) {
    display: none;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 30px);
}

.ready p {
    color: #000;
    text-align: center;
    font-family: Helvetica;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
}

.ready span {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    margin-top: 24px;
}

.ready .button {
    background-color: #000;
    margin-top: 46px;
}

.number-cards {
    display: flex;
    gap: 24px;
    width: 100%;
    margin-top: 40px;
}

.number-cards {
    display: flex;
    gap: 24px;
    width: 100%;
    margin-top: 40px;
}

.number-card-item {
    width: calc(33.333% - 16px);
    border-radius: 9px;
    background: linear-gradient(268.5deg, #FFF6DF, #E5CC9A, #C19F72, #DCC18D, #F5E4BF);
}

.number-card-item.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 1px;
    padding: 0 60px 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(9, 7, 44, 0.80) 100%), #111;
}

.number-card-item p {
    color: #FFF;
    text-align: center;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    margin: 0 0 24px;
}

.number-card-item span:not(.gradient-color) {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.32px;
}

.number-card-item span.gradient-color {
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
    position: absolute;
    top: 18px;
    left: 20px;
}

.how-to-after-button-section {
    padding-bottom: 120px;
}

.believe .button-wrapper {
    margin-top: 60px;
}

.start {
    padding: 165px 0;
}

.start .container {
    align-items: center;
    align-content: center;
}

.start .container>img {
    object-fit: contain;
    width: 50%;
}

.start-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    margin-left: 70px;
    width: calc(50% - 70px);
}

.start-info h1 {
    color: #111;
    margin-top: 0;
}

.start-info p {
    color: #111;
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    margin: 8px 0 42px;
}

.start-info .button-wrapper {
    margin-bottom: 42px;
}

.start-info>span:last-child {
    color: #8E8E93;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

footer {
    background: #09072C;
    padding: 50px 0;
}

footer .container {
    flex-direction: column;
    gap: 42px;
}

footer p {
    color: #FFF;
    text-align: justify;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

footer a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1880px) {

    .ready>img:nth-child(1),
    .ready>img:nth-child(2) {
        width: 30%;
    }
}

@media (max-width: 1600px) {
    .bonuses-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1440px) {
    .hero-section>.container>img {
        width: 400px;
        height: 320px;
        margin: 0 -100px 0 0;
    }

    .ready {
        height: 550px;
        padding-bottom: 190px;
    }

    .ready>img:nth-child(1),
    .ready>img:nth-child(2) {
        display: none;
    }

    .ready>img:nth-child(3) {
        display: block;
    }
}

@media (max-width: 1100px) {

    .header>.gradient-color,
    .header>a {
        display: none;
    }

    .header .headerIco_mob {
        display: block;
    }

    .hero-section>.container>img {
        margin: 0 -30px 0 0;
    }

    .believe {
        /* overflow: scroll; */
        padding: 60px 0;
    }

    .believe .scrollable {
        background-color: transparent;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: max-content;
    }

    .logos-line {
        flex-direction: column;
        align-items: flex-start;
        margin-left: -75px;
    }

    .logos-line .logos-line-part:last-child {
        flex-direction: row-reverse;
    }

    .logos-line .logos-line-part img {
        width: 200px;
    }

    .believe.button-wrapper {
        padding: 0;
    }

    .bordered-icons {
        flex-wrap: wrap;
        padding: 16px;
        margin-top: 18px;
        gap: 16px;
    }

    .bordered-icons img:nth-child(1),
    .bordered-icons img:nth-child(2),
    .bordered-icons img:nth-child(3),
    .bordered-icons img:nth-child(4) {
        width: 16%;
    }

    .bordered-icons img:nth-child(5),
    .bordered-icons img:nth-child(6),
    .bordered-icons img:nth-child(7) {
        width: calc(33.333% - 16px*2);
    }

    .icons-with-text {
        flex-wrap: wrap;
    }

    .icons-with-text-item {
        width: 100%;
    }

    .hero-section.stay .container {
        flex-direction: column;
        justify-content: flex-start;
    }

    .card-part-item {
        width: 50%;
    }

    .number-cards {
        flex-direction: column;
        align-items: center;
    }

    .number-card-item {
        width: 100%;

    }

    .number-card-item .inner {
        width: 100%;
        border: 1px solid #C3A275;
    }

    .how-to-after-button-section {
        padding-bottom: 60px !important;
    }

    .start {
        padding: 54px 0 60px;
    }

    .start .container {
        flex-direction: column-reverse;
        gap: 36px;
    }

    .start .container>* {
        width: 100% !important;
    }

    .start-info {
        margin: 0;
    }

    .start-info .button-wrapper,
    .start-info .button-wrapper a {
        width: 100%;
        justify-content: center;
        margin: 0 0 12px 0;
    }

    .start-info p {
        margin: 18px 0 36px;
        font-size: 18px;
    }

    /* }

@media (max-width: 768px) { */
    .header>img {
        height: 36px;
    }


    /* .hero-section.stay {
        background-image: url(./assets/images/DEV_1-mob.webp);
        background-position-y: bottom;


    } */

    .hero-section {
        padding-top: calc(35px + 59px);
        padding-bottom: 0;
    }

    .hero-section>.container>img {
        margin: 0 auto;
        max-width: 335px;
        max-height: 268px;
        margin-top: 39px;
    }

    .hero-section .container,
    .button-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .button-wrapper {
        margin: 36px 0;
    }

    .button-wrapper .button {
        width: 100%;
        justify-content: center;
    }

    .hero-section .info-part>p {
        font-size: 18px;
        font-weight: 300;
        line-height: 140%;
        margin: 0;
    }

    .hero-section .info-part>p>br {
        display: none;
    }

    .hero-section .info-part>.button-wrapper>span,
    .hero-section .info-part>p:last-child {
        font-size: 16px;
        font-weight: 300;
        line-height: 140%;
        margin: 0;
    }

    .replicate__header {
        font-size: 36px;
        text-align: left;
        display: initial;
        margin-top: 55px;

    }

    .logos {
        gap: 6px;
    }

    .logos-line {
        margin-left: -54px;
    }

    .logos-line,
    .logos-line-part {
        gap: 6px;
    }

    .logos-line .logos-line-part img {
        width: 120px;
    }

    .invest .container {
        padding-top: 0px;
        padding-bottom: 36px;
    }

    .invest .container>p {
        font-size: 18px;
        font-weight: 300;
        line-height: 140%;
    }

    .icon-cards {
        padding-bottom: 30px;
    }

    .icon-cards-wrapper {
        flex-direction: column;
    }

    .icon-cards-item {
        width: 100%;
    }

    .icon-cards-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(142, 142, 147, 0.50);
    }

    .believe.button-wrapper {
        margin: 0;
    }

    .bordered-icons-wrapper .container {
        padding-top: 30px;
    }

    .image-card {
        margin-top: 36px;
        gap: 14px;
    }

    .image-card-item {
        width: 100%;
    }

    .image-card-item:nth-child(4) {
        margin-bottom: 45px;
    }

    .image-card-item span {
        text-align: left;
        font-size: 12px;
        top: calc(100% + 14px);
    }

    .bonuses__header,
    .how-to__header {
        font-size: 36px;
        font-weight: 700;
        line-height: 110%;
    }

    .why .icons-with-text-item>div p {
        font-size: 20px;
    }

    .icons-with-text.with-border .icons-with-text-item {
        width: 100%;
        flex-direction: column;
    }

    .icons-with-text.with-border .icons-with-text-item>img {
        align-self: flex-start;
    }

    .why.believe.button-wrapper {
        padding-top: 0;
        padding-bottom: 56px;
    }

    .hero-section.stay {
        min-height: unset;
        padding-top: 30px;
        padding-bottom: 500px;

    }

    .hero-section.stay .info-part {
        width: 100%;
    }

    .how-to {
        padding-top: 120px !important;
    }

    .number-cards {
        margin-top: 18px;
    }

    .replicate {
        padding-bottom: 50px;
    }

    .replicate__text {
        font-size: 16px;
        text-align: left;
    }

    .hero-section.register .container>* {
        width: 100%;
    }

    .hero-section.register:not(.page) .container .info-part {
        margin-bottom: 36px;
    }

    .hero-section.register:not(.page) .container .info-part>img {
        display: none;
    }

    .hero-section.register .container>img {
        display: block;
    }

    .formWrapper {
        margin: 0 !important;
    }

    .hero-section.register.page .info-part>img {
        display: none;
    }

    .hero-section.register.page .info-part>p:last-child {
        display: none;
    }

    .hero-section.register.page .info-part {
        margin-bottom: 16px;
    }

    .hero-section.register.page .container>p {
        display: inline-block;
        font-size: 18px;
        font-weight: 300;
        line-height: 140%;
        color: #8E8E93;
        font-family: Inter;
        margin-top: 20px;
    }
}

@media (max-width: 550px) {
    .hero-section.stay {
        padding-bottom: 350px;
    }

    .bonuses-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .hero-section.stay .container {
        gap: 54px;
    }

    .card-part {
        flex-wrap: wrap;
        gap: 50px;
    }

    .card-part-item {
        width: 100%;
    }

    .bonuses-card {
        max-width: calc(100% - 2px);
    }

    .how-to {
        padding-top: 40px !important;
    }
}

@media (max-width: 425px) {
    .hero-section.stay {
        padding-bottom: 250px;
    }

    .bonuses__header,
    .how-to__header {
        max-width: 320px;
    }

    .number-card-item,
    .bonuses-card {
        max-width: 320px;
    }

    .hero__title>br {
        display: none;
    }

    .bonuses-cards {
        margin-top: 37px;
    }

    .bonuses .button-wrapper,
    .how-to .button-wrapper {
        width: 100%;
        max-width: 320px;
    }

    .hero__banner {
        max-width: 300px;
    }



    .replicate__header {
        max-width: 328px;
    }

    .replicate__text {
        margin-top: 0px;
    }



}