body {
    margin: 0;
    background: #13181E;
}

.header-container {
    background: #000000;
    display: flex;
    border: 1px solid #FF8322;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 300px;
}

.home-url {
    text-decoration: none;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-container img {
    top: 20px;
    position: relative;
}

.logo-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #FF9802;
}

.select-lang {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
}

.hero-banner {
    padding: 50px 300px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.banner-image {
    width: 475px;
    position: absolute;
    top: 70px;
    right: 10px;
}

.person {
    display: flex;
    align-items: end;
    border-top: 2px solid #FF9703;
    padding-top: 5px;
    gap: 10px;
    width: 265px;
}

.person-details {
    display: flex;
    flex-direction: column;
}

.name-data {
    color: #FF9802;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.job-position {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.banner-text-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    z-index: 1;
}

.banner-text-title {
    color: #ffffff;
    font-size: 52px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0;
}

.banner-text-details {
    display: flex;
    gap: 30px;
}

.details-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.details-item img {
    width: 22px;
}

.item-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

footer p {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
}

.select-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.select-item {
    position: relative;
    border-radius: 15px;
    background: linear-gradient(to top, #000000, #2f292999);
    padding: 0 20px;
    display: flex;
    gap: 20px;
    height: 209px;
    z-index: 1;
}

.select-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 1px;
    background: linear-gradient(135deg, #FFD401, #FF6504);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
                  linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}


.select-item-review-description {
    display: flex;
    gap: 20px;
    padding-right: 20px;
    position: relative;
    border-right: 2px solid #FF6504;
}

.select-item-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 30px 20px 30px 0;
    width: 340px;
    justify-content: space-between;
    border-right: 2px solid #FF6504;
}

.item-rating {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item-rating img {
    width: 167px;
}

.rating-score {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.select-item-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
}

.item-description-title {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.item-description-bonus {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    color: #FF9802;
    font-weight: bold;
}

.item-description-payments {
    display: flex;
    gap: 10px;
}

.payment-method {
    width: 61px;
}

.bonus-to-action-container {
    display: flex;
    flex-direction: column;
    z-index: 1;
    justify-content: space-between;
    padding: 30px 0 30px 7px;
}

.bonus-to-action {
    display: flex;
    gap: 50px;
}

.bonus-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bonus-icon {
    width: 44px;
    height: 44px;
    border: 1px solid #FFD401;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.bonus-icon img {
    width: 24px;
    height: 24px;
}


.bonus-text {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FF9802;
    margin-top: 10px;
    line-height: 25px;
}

.separator {
    border-right: 1px solid #FF9703;
    padding-right: 50px;
}

.bonus-to-action-button {
    background: linear-gradient(to bottom, #FF8322 0%, #FFD401 1%, #FF2D05 77%);
    color: #fff;
    border: none;
    padding: 5px 24px;
    border-radius: 22px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    cursor: pointer;
    box-shadow: 0 0 16px rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
}

.select-top-left-image {
    width: 63px;
    height: 59px;
    position: absolute;
    top: -40px;
    left: -25px;
}

.bottom-text-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 110px;
}

.bottom-text-container p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

footer .container {
    background: #000000;
    height: 317px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 20px;
    border-top: 2px solid #FF7904;
}

.footer-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-top: 2px solid #ff980245;
    padding-top: 30px;
}

@media (max-width: 1350px) {
    .logo-container img {
        width: 80px;
        top: 10px;
    }
    .logo-title {
        font-size: 18px;
    }
    .header-container {
        padding: 0 80px;
    }
    .hero-banner {
        padding: 80px 80px;
    }
    .banner-image {
        width: 300px;
        top: 250px;
        right: 0;
    }
    .banner-text-title {
        font-size: 36px;
    }
    .item-text {
        font-size: 12px;
    }
    .select-item {
        flex-direction: column;
        padding: 0;
        height: auto;
        margin: 0;
        gap: 10px;
    }
    .footer-images img {
        width: 15%;
    }
    .select-item-review {
        width: 150px;
        padding: 15px;
        justify-content: space-evenly;
    }
    .item-rating img {
        width: 90px!important;
    }
    .rating-score {
        font-size: 12px;
    }
    .item-description-title,
    .item-description-bonus {
        font-size: 18px;
    }
    .select-item-review img {
        width: 120px;
    }
    .bonus-icon img {
        width: 22px;
        height: 22px;
    }
    .bonus-icon {
        width: 40px;
        height: 40px;
    }
    .bonus-text {
        font-size: 20px;
        line-height: 15px;
    }
    .select-item-review-description {
        gap: 10px;
        border-bottom: 2px solid #FF6504;
        border-right: none;
        padding-right: 0;
    }
    .bonus-to-action {
        justify-content: center;
    }
    .bonus-to-action-container {
        gap: 30px;
        padding: 15px;
    }
    .bonus-to-action-button {
        width: 300px;
        margin: 0 auto;
    }
    .select-item-description {
        justify-content: unset;
        gap: 10px;
        padding: 15px;
        margin: 0 auto;
    }
    .item-rating {
        gap: 5px;
    }
    .select-top-left-image {
        width: 60px;
        height: 55px;
        top: -20px;
        left: -15px;
    }
    .select-container {
        margin: 0 40px;
    }
    #wild {
        width: 80px!important;
    }
    #cherry {
        width: 55px!important;
        top: -15px!important;
    }
    .bottom-text-container {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .item-description-payments {
        justify-content: space-between;
        gap: 5px;
    }
    .logo-container img {
        width: 62px;
    }
    .logo-title {
        font-size: 14px;
    }
    .header-container {
        padding: 0 30px;
    }
    .logo-container img {
        top: 10px;
    }
    .hero-banner {
        padding: 50px 30px;
    }
    .banner-image {
        width: 230px;
        top: 230px;
        right: 0;
    }
    .banner-text-title {
        font-size: 24px;
    }
    .item-text {
        font-size: 8px;
    }
    .select-item {
        flex-direction: column;
        padding: 0;
        height: 250px;
        margin: 0;
        gap: unset;
    }
    .footer-images img {
        width: 20%;
    }
    .select-item-review {
        width: 120px;
        padding: 10px;
        justify-content: space-evenly;
    }
    .item-rating img {
        width: 72px!important;
    }
    .rating-score {
        font-size: 10px;
    }
    .item-description-title {
        font-size: 15px;
    }
    .item-description-bonus {
        font-size: 16px;
    }
    .select-item-review img {
        width: 100px;
    }
    .payment-method {
        width: 45px;
    }
    .bonus-icon img {
        width: 17px;
        height: 17px;
    }
    .bonus-icon {
        width: 34px;
        height: 34px;
    }
    .bonus-text {
        font-size: 18px;
        line-height: 15px;
    }
    .select-item-review-description {
        gap: 5px;
        border-bottom: 2px solid #FF6504;
        border-right: none;
        padding-right: 0;
    }
    .bonus-to-action {
        justify-content: center;
    }
    .bonus-to-action-container {
        gap: 20px;
        padding: 10px;
    }
    .bonus-to-action-button {
        width: 260px;
        margin: 0 auto;
    }
    .select-item-description {
        justify-content: unset;
        gap: 5px;
        padding: 10px 10px 10px 5px;
    }
    .item-rating {
        gap: 1px;
    }
    .select-top-left-image {
        width: 44px;
        height: 41px;
        top: -25px;
        left: -15px;
    }
    .select-container {
        margin: 0 20px;
    }
    #wild {
        width: 63px!important;
    }
    #cherry {
        width: 42px!important;
        top: -20px!important;
    }
    .bottom-text-container {
        padding: 30px;
    }
    .banner-text-details {
        gap: 20px;
    }
}