.loco-heroscreen {
    color: var(--heroscreen-main-color)
}

.loco-heroscreen__breadcrumbs {
    background: var(--heroscreen-block-bg);
    padding: 20px 0
}

.loco-heroscreen__breadcrumbs svg {
    color: var(--heroscreen-breadcrumbs-color);
    height: 16px;
    width: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 5px
}

.loco-heroscreen__links {
    background: var(--heroscreen-block-bg)
}

.loco-heroscreen__links .loco-hero-links {
    padding-bottom: 0
}

.loco-heroscreen__breadcrumbs-wrapper {
    position: relative
}

.loco-heroscreen__content {
    background: var(--heroscreen-block-bg);
    padding: 48px 0 0
}

.loco-heroscreen__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 64px
}

.loco-heroscreen__info,.loco-heroscreen__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loco-heroscreen__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 16px;
    padding-bottom: 48px;
    width: 100%
}

.loco-heroscreen__info .loco-bonus:has(.loco-promocode) {
    background: transparent;
    border: 1px solid var(--contrast-bg)
}

.loco-heroscreen__info:not(:has(.loco-bonus)) .loco-heroscreen__info-buttons {
    max-width: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.loco-heroscreen__info-title {
    color: inherit;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%
}

.loco-heroscreen__info-description {
    color: var(--heroscreen-secondary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.loco-heroscreen__info-description a {
    color: var(--heroscreen-links-color)
}

.loco-heroscreen__info-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 16px
}

.loco-heroscreen__info-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.loco-heroscreen__info-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.loco-heroscreen__img {
    -ms-flex-negative: 0;
    border-radius: 16px;
    flex-shrink: 0;
    height: 100%;
    max-width: 430px;
    overflow: hidden;
    width: 100%
}

.loco-heroscreen__img img {
    height: auto;
    width: 100%
}

.loco-heroscreen .loco-rating__value {
    color: var(--heroscreen-main-color)
}

@media (max-width: 1200px) {
    .loco-heroscreen__wrapper {
        gap:32px
    }
}

@media (max-width: 1024px) {
    .loco-heroscreen__content {
        padding:32px 0 0
    }

    .loco-heroscreen__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loco-heroscreen__info {
        padding-bottom: 0
    }

    .loco-heroscreen__img {
        max-width: none;
        width: 100%
    }
}

@media (max-width: 768px) {
    .loco-heroscreen__breadcrumbs {
        padding:12px 0
    }

    .loco-heroscreen__links .loco-hero-links {
        padding-bottom: 8px
    }

    .loco-heroscreen__info .loco-bonus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .loco-heroscreen__info .loco-bonus__info,.loco-heroscreen__info .loco-promocode {
        width: 100%
    }

    .loco-heroscreen__info-title {
        font-size: 30px;
        font-weight: 600;
        line-height: 130%
    }
}

@media (max-width: 640px) {
    .loco-heroscreen__info:not(:has(.loco-bonus)) .loco-heroscreen__info-buttons {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loco-heroscreen__info-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
