.glide {
    position: relative;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.glide * {
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

.glide__slides,
.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    padding: 0;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__slides,
.glide__track {
    overflow: visible
}

.glide__slide.big-spot-wrapper {
    opacity: .45;
    transition: opacity .45s
}

.glide__slide .big-spot__ribbon-position-wrapper {
    display: none
}

.glide__slide.glide__slide--active .big-spot__content {
    visibility: visible;
    opacity: 1;
    transition: visibility .75s, opacity .75s
}

.glide__slide.glide__slide--active.big-spot-wrapper {
    opacity: 1
}

.glide__slide.glide__slide--active .big-spot__ribbon-position-wrapper {
    display: block
}

.glide__slide.big-spot-wrapper.bs-will-be-active {
    opacity: 1
}

.glide__slide.big-spot-wrapper.bs-will-be-active .big-spot__content {
    visibility: visible;
    opacity: 1
}

.glide__slide.big-spot-wrapper.bs-will-be-active .big-spot__ribbon-position-wrapper {
    display: none
}

.glide__slide.big-spot-wrapper.bs-was-active {
    opacity: .45
}

.glide__slide.big-spot-wrapper.bs-was-active .big-spot__content {
    visibility: hidden;
    opacity: 0
}

.glide__slide .big-spot__content {
    visibility: hidden;
    opacity: 0;
    transition: visibility .75s, opacity .75s
}

.glide * {
    -moz-box-sizing: initial;
    box-sizing: initial
}

.glide>* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.big-spot__carousel-container {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    height: 490px
}

.big-spot__carousel-items-wrapper {
    position: relative;
    height: 100%
}

.big-spot__carousel-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.big-spot__carousel-pages-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    height: 41px;
    width: 100%;
    text-align: center;
    white-space: nowrap
}

.carousel__page {
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto 5px;
    border-radius: 2px;
    width: 41px;
    height: 1px;
    cursor: pointer;
    background: var(--theme-section-pagination)
}

.carousel__page:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: 0 0;
    background: var(--theme-section-pagination);
    will-change: transform
}

.carousel__page:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 0;
    bottom: -15px;
    left: 0
}

.carousel__arrow {
    position: absolute;
    cursor: pointer;
    fill: var(--theme-section-arrows);
    stroke: var(--theme-bg-primary)
}

.carousel__arrow:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px
}

.arrow-left {
    left: 8px;
    transform: scaleX(-1)
}

.arrow-right {
    right: 8px
}

.carousel__arrow-small {
    width: 13px;
    height: 13px
}

.glide__bullet--active {
    border: 1px solid var(--theme-section-pagination-active);
    height: 3px;
    background-color: transparent
}

.glide__bullet--active:after {
    transform: scaleX(1);
    background-color: var(--theme-section-pagination-active);
    transition: transform 4s ease-out
}

.big-spot__carousel-arrow-wrapper,
.big-spots__arrows {
    display: none
}

.slide-hover {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.slide-hover--left {
    right: 50%
}

.slide-hover--right {
    left: 50%
}

@media (hover) {
    .big-spots-wrapper:hover .glide__bullet--active:after {
        transform: scaleX(0);
        transition: none
    }
    .slide-hover--left:hover,
    .slide-hover--left:hover~.slide-hover-container {
        transform: translate(24px)
    }
    .slide-hover--left:hover .big-spot-wrapper.bs-is-previous:not(.bs-will-be-active),
    .slide-hover--left:hover~.slide-hover-container .big-spot-wrapper.bs-is-previous:not(.bs-will-be-active) {
        opacity: .8
    }
    .slide-hover--left:hover~.slide-hover-container .slider-stays-in-place,
    .slide-hover--right:hover,
    .slide-hover--right:hover~.slide-hover-container {
        transform: translate(-24px)
    }
    .slide-hover--right:hover .big-spot-wrapper.bs-is-next:not(.bs-will-be-active),
    .slide-hover--right:hover~.slide-hover-container .big-spot-wrapper.bs-is-next:not(.bs-will-be-active) {
        opacity: .8
    }
    .slide-hover--right:hover~.slide-hover-container .slider-stays-in-place {
        transform: translate(24px)
    }
    .slide-hover-transition {
        transition: transform .3s
    }
}

@media (min-width: 768px) {
    .big-spot__carousel-container {
        height: 490px
    }
    .arrow-left {
        margin-right: 16px
    }
    .arrow-right {
        margin-left: 16px
    }
    .carousel__arrow {
        position: relative
    }
    .big-spots__arrows {
        pointer-events: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        z-index: 1;
        left: 50%;
        width: 100%;
        height: 100%;
        padding: 0 1rem;transform: translateX(-50%);
        z-index: 9;
    }
    .big-spots__arrow-wrapper {
        pointer-events: all;
        position: relative;
        cursor: pointer
    }
    .big-spots__arrow-wrapper:before {
        content: "";
        position: absolute;
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px
    }
    .big-spots__arrow-icon {
        width: 40px;
        height: 40px;
        color: white;
        border: none;
        border-radius: 100%;
        font-size: 40px;
        display: flex;
        justify-content: center;
        background: none;
        align-items: center;
    }
    .big-spots__arrow-icon--left {
        /* transform: scaleX(-1) */
    }
    .slide-hover {
        display: block
    }
    .slide-hover--left {
        margin-right: calc(.5 * 100vw - 16px)
    }
    .slide-hover--right {
        margin-left: calc(.5 * 100vw - 16px)
    }
}

@media (min-width:1128px) {
    .slide-hover--left {
        margin-right: 250px;
    }
    .slide-hover--right {
        /* margin-left: 250px; */
    }
}

@media (min-width:1196px) {
    .big-spots__arrows {
        /* width: 800px; */
    }
}

@media (min-width:1324px) {
    .carousel__arrow-tap {
        display: none
    }
    .big-spot__carousel-arrow-wrapper {
        display: block;
        position: absolute;
        z-index: 2;
        top: calc(50% - 64px);
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .big-spot__carousel-arrow-wrapper:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 5px;
        right: -9px;
        width: 48px;
        height: 71px;
        background: rgba(0, 0, 0, .42)
    }
    .big-spot__carousel-arrow-wrapper:hover:after {
        background: rgba(26, 26, 26, .42)
    }
    .big-spot__carousel-arrow {
        position: relative;
        z-index: 2;
        top: 28px;
        width: 25px;
        height: 25px;
        fill: var(--theme-text-negative)
    }
    .big-spot__carousel-arrow-wrapper-left {
        left: -103px;
        transform: scaleX(-1)
    }
    .big-spot__carousel-arrow-wrapper-right {
        right: -103px
    }
}
@keyframes blink {
    0% {
        opacity: .2
    }
    20% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.glide>.glide__track,
.glide__track>.glide__slides {
    margin-bottom: -10px;
    padding-bottom: 10px
}

.big-spot {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
    height: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

.glide__slide {
    margin-left: 8px;
    width: calc(100% - 24px)
}

.big-spots-container {
    padding-bottom: 41px
}

.big-spot-height {
    height: 283px
}

.big-spot__gradient {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: linear-gradient(1deg, rgb(51 45 37 / 77%), rgb(51 45 37 / 46%) 30%, rgba(51,45,37, 0) 50%);bottom: 0;
    left: 0;
    opacity: 1;
    transition: filter .5s, opacity .5s
;border-radius: 8px !important;}

.big-spot__background-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.big-spot__background {
    position: absolute;
    z-index: -2;
    left: 0;
    height: 100%;
    opacity: 1;
    /* transform: translateZ(0) translateX(-50%); */
    /* transition: filter .5s, opacity .5s; */
    will-change: transform;
    width: 100%;
    /* object-fit: cover; */
    border-radius: 8px !important;}

.big-spot__background--animated {
    animation: zoomIn 50s forwards ease-out
}

.big-spot__background-source {
    position: absolute;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 8px !important;}

.big-spot__content {
    z-index: 1
}

.big-spot__body,
.big-spot__container,
.big-spot__content {
    position: relative;
    height: 100%
}

.big-spot__container {
    margin-right: 8px;
    margin-left: 8px
}

.big-spot__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

.big-spot__logo-image {
    height: 161px
}

.big-spot__text {
    position: absolute;
    z-index: 1;
    bottom: 40px;
    width: 100%
}

.big-spot--dark .big-spot__price,
.big-spot--dark .big-spot__title {
    color: #111
}

.big-spot--dark .big-spot__super-title {
    color: hsla(0, 0%, 7%, .5)
}

.big-spot--dark .big-spot__platforms-icon {
    fill: hsla(0, 0%, 7%, .5)
}

.big-spot--dark .big-spot__extra-info {
    color: #111
}

.big-spot--dark .big-spot__extra-info--secondary {
    color: hsla(0, 0%, 7%, .5)
}

.big-spot__title {
    padding-top: 16px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    line-height: 22px;
    text-align: left
}

.big-spot-wrapper--show-extra-info .big-spot__title {
    padding-top: 8px;
    padding-bottom: 24px
}

.big-spot__super-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--theme-banners-text-secondary);
    font-weight: 600
}

.big-spot-wrapper--show-extra-info .big-spot__super-title {
    font-weight: 300
}

.big-spot__super-title-text {
    display: none
}

.big-spot__ribbon {
    margin-right: 8px
}

.big-spot-wrapper {
    position: relative
}

.big-spot__ribbon-position-wrapper {
    position: absolute;
    top: -7px;
    z-index: 2;
    left: 8px
}

.big-spot__ribbon-position-wrapper .big-spot__ribbon-wrapper {
    margin-left: 0
}

.big-spot__ribbon-wrapper {
    position: static
}

.big-spot .big-spot__ribbon-wrapper,
.big-spot .big-spot__ribbon-wrapper * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.big-spot__action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    bottom: 8px;
    right: 0;
    width: 100%;
    text-align: right;
    white-space: nowrap
}

.big-spot__action-left-side {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center
}

.big-spot__discount {
    display: inline-block;
    margin-right: 8px;
    border-radius: 3px;
    padding: 6px 8px;
    background-color: var(--theme-banners-accent);
    color: var(--theme-text-negative);
    font-weight: 700;
    font-size: 14px
}

.big-spot__discount--custom {
    margin-right: 0;
    background-color: transparent;
    color: var(--theme-banners-accent)
}

.big-spot__price {
    font-weight: 600;
    font-size: 18px;
    color: var(--theme-banners-text-primary)
}

.big-spot__button-content,
.big-spot__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.big-spot__button-content {
    position: relative
}

.big-spot__button {
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: var(--theme-button-shadow);
    min-height: 46px;
    color: var(--theme-button-primary-text);
    background: var(--theme-button-primary) padding-box, var(--theme-button-primary-border);
    border-top-color: var(--theme-button-primary-border-top);
    border-bottom-color: var(--theme-button-primary-border-bottom);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    height: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.big-spot__button:hover {
    background: var(--theme-button-primary-hover) padding-box, var(--theme-button-primary-hover-border);
    border-top-color: var(--theme-button-primary-hover-border-top)
}

.big-spot__button:active,
.big-spot__button:hover {
    border-bottom-color: var(--theme-button-primary-hover-border-bottom)
}

.big-spot__button:active {
    background: var(--theme-button-primary-pressed) padding-box, var(--theme-button-primary-pressed-border);
    border-top-color: var(--theme-button-primary-pressed-border-top)
}

.big-spot__button:disabled {
    background: var(--theme-button-primary-disabled);
    border-color: var(--theme-button-primary-disabled-border)
}

.big-spot__button-redirecting .spinner-wrapper .spinner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 3px solid hsla(0, 0%, 100%, .5);
    border-right: 3px solid #fff;
    width: 20px;
    height: 20px;
    animation: spin .5s linear infinite
}

.big-spot__button-redirecting .big-spot__button-text,
.big-spot__button-redirecting .big-spot__in-cart-icon {
    visibility: hidden
}

.big-spot__button--custom {
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: var(--theme-button-shadow);
    color: var(--theme-button-accented-text);
    background: var(--theme-button-accented) padding-box, var(--theme-button-accented-border);
    border-top-color: var(--theme-button-accented-border-top);
    border-bottom-color: var(--theme-button-accented-border-bottom)
}

.big-spot__button--custom:hover {
    background: var(--theme-button-accented-hover) padding-box, var(--theme-button-accented-hover-border);
    border-top-color: var(--theme-button-accented-hover-border-top);
    border-bottom-color: var(--theme-button-accented-hover-border-bottom)
}

.big-spot__button--custom:active {
    background: var(--theme-button-accented-pressed) padding-box, var(--theme-button-accented-pressed-border);
    border-top-color: var(--theme-button-accented-pressed-border-top);
    border-bottom-color: var(--theme-button-accented-pressed-border-bottom)
}

.big-spot__button--custom:disabled {
    background: var(--theme-button-primary-disabled);
    border-color: var(--theme-button-accented-disabled-border)
}

.big-spot__button--custom .big-spot__button-content {
    padding: 0 10px
}

.big-spot__button--custom .big-spot__button-text {
    display: inline-block
}

.big-spot__add-to-cart-icon,
.big-spot__in-cart-icon {
    margin: 0 8px;
    width: 14px;
    height: 14px;
    fill: var(--theme-button-primary-text)
}

.big-spot__button-text {
    margin-right: 8px;
    font-size: 14px;
    font-weight: 700
}

.big-spot__under-title {
    position: relative
}

.big-spot__platforms:nth-child(n) {
    display: inline-block;
    margin-right: 2px;
    margin-left: 8px
}

.big-spot__platforms-icon {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 12px;
    height: 13px;
    fill: var(--theme-banners-text-secondary)
}

.big-spot-wrapper--show-extra-info .big-spot__platforms-icon {
    width: 13px;
    height: 14px
}

.is-slider-not-initialized .glide__slide {
    width: calc(100vw - 24px);
    max-width: 1096px
}

.big-spots-header {
    margin-top: 16px
}

.big-spot__extra-info {
    font-size: 12px;
    line-height: 14px;
    color: var(--theme-banners-text-primary);
    margin-right: 8px
}

.big-spot__extra-info--secondary {
    color: var(--theme-banners-text-secondary)
}

@media (min-width:375px) {
    .big-spot-height {
        height: 382px
    }
    .big-spot__logo-image {
        height: auto
    }
    .big-spot__title {
        font-size: 20px;
        line-height: 25px
    }
    .big-spot__price {
        font-size: 22px
    }
    .big-spot__discount {
        font-size: 18px
    }
    .big-spot__button-text {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .big-spots-header {
        margin: 16px auto;
        width: calc(100vw - 32px);
        max-width: 1096px
    }
    .big-spot {
        margin: 0 auto
    }
    .big-spot-height {
        height: 396px
    }
    .big-spot__logo {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -8px
    }
    .big-spot__platforms:nth-child(n) {
        margin-left: 0
    }
    .big-spot__text {
        bottom: 11px;
        margin-left: 8px;
        width: 50%
    }
    .big-spot__super-title {
        max-width: 80%;
        white-space: nowrap
    }
    .big-spot-wrapper--show-extra-info .big-spot__super-title {
        font-size: 16px
    }
    .big-spot__super-title-text {
        display: inline-block;
        margin-left: 14px
    }
    .big-spot__title {
        font-size: 22px;
        line-height: 36px;
        text-indent: -2px
    }
    .big-spot-wrapper--show-extra-info .big-spot__title {
        padding-bottom: 8px
    }
    .big-spot__ribbon-position-wrapper {
        left: 23px;
        top: -11px
    }
    .big-spot__ribbon-wrapper {
        margin-left: 0;
        border-radius: 2px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .big-spot__action {
        -ms-flex-pack: end;
        justify-content: flex-end;
        bottom: 16px;
        right: 8px;
        width: 50%
    }
    .big-spot--dark .big-spot__price {
        color: var(--theme-banners-text-primary)
    }
    .big-spot__price {
        margin-right: 24px;
        font-size: 22px
    }
    .big-spot__discount {
        font-size: 18px
    }
    .big-spot__button {
        height: 40px
    }
    .big-spot__add-to-cart-icon,
    .big-spot__in-cart-icon {
        margin-right: 8px;
        width: 16px;
        height: 16px
    }
    .big-spot__button-text {
        display: inline-block;
        font-size: 16px
    }
    .is-slider-not-initialized .glide__slide {
        width: calc(100vw - 2 * 32px)
    }
    .big-spot__extra-info {
        font-size: inherit
    }
}

@media (min-width:1024px) {
    .big-spot__container {
        margin-right: auto;
        margin-left: auto
    }
    .big-spot__action {
        bottom: 32px;
        right: 32px;
        width: 45%
    }
    .big-spot__button {
        height: 49px
    }
    .big-spot__button-content {
        padding: 0 20px
    }
    .big-spot__button-text {
        font-size: 20px
    }
    .big-spot__discount,
    .big-spot__price {
        font-size: 28px
    }
    .big-spot__price {
        margin-right: 38px
    }
    .big-spot__discount {
        margin-right: 16px;
        padding: 10px 16px
    }
    .big-spot__discount:after {
        margin-left: 8px
    }
    .big-spot__add-to-cart-icon,
    .big-spot__in-cart-icon {
        width: 24px;
        height: 24px
    }
    .big-spot__title {
        font-size: 28px
    }
    .big-spot__text {
        bottom: 28px;
        left: 32px;
        margin-left: 0;
        width: 45%
    }
}

@media (min-width:1152px) {
    .big-spot-wrapper {
        width: 1096px
    }
    .big-spot-height {
        height: 420px;
    }
    .big-spot__logo {
        top: 26px;
        margin-left: 0
    }
}

@media (max-width:340px) {
    .big-spot__discount--custom {
        font-size: 22px
    }
}

@media (min-width:768px) {
    .big-spots-wrapper {
        /* width: calc(3 * (100vw - 2 * 32px) + 2 * 16px); */
        /* transform: translateX(-50%) */
    }
    .glide__slide {
        width: calc(100vw - 2 * 32px)
    }
    .big-spots-container {
        position: relative
    }
    .big-spots-wrapper {
        /* position: absolute; */
        /* left: 50% */
    }
    .glide__slide {
        margin-right: 0;
        margin-left: 0;}
    .is-slider-initialized .glide__slide:first-child {
        margin-left: 0
    }
    .is-slider-initialized .glide__slide:last-child {
        margin-right: 0
    }
    .is-slider-not-initialized .glide__slide {
        -ms-flex-order: 2;
        /* order: 2 */
    }
    .is-slider-not-initialized .glide__slide:last-child {
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0
    }
}

@media (min-width:1128px) {
    .big-spot-wrapper {
        width: 1096px
    }
    .is-slider-not-initialized .glide__slide {
        width: calc(100vw - 16px)
    }
}

@media (min-width:1160px) {
    .big-spots-wrapper {
        /* width: 1160px; */
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(1.25)
    }
}
.slider_container{position: absolute;bottom: 0;width: 100%;z-index: 9;}
.slider_footer{display: flex;justify-content: space-between;align-items: center;padding: 2.5rem 2rem;}
.slider_footer_left{}
.slider_title{font-size: 1.8rem;font-weight: 500;}
.slider_footer_right{display: flex;}
.slider_discount{display: inline-block;
    margin-right: 8px;
    border-radius: 7px;
    padding: 5px 5px;
    background-color: #B5E4CA;
    color: #1A1D1F;
    font-weight: 700;
    font-size: 24px;display: flex;}
.slider_buttons{}
.slider_button{
    border: 1px solid transparent;


    background: #fff;color: #2a85ff !important;height: 48px;
    padding: 0 20px;

    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;display: flex;align-items: center;padding: 0 1.2rem;box-shadow: 0 2px 4px rgba(0,0,0,.15);height: 50px !important;}
.slider_platform_icon img.summary_category_icon_item_normal{display:none !important}
.slider_platform_icon img.summary_category_icon_item_white{display:block !important}

.slider_platform_icon img{height: 12px;padding: 0 4px;}
.slider_platforms{display:flex}
.slider_platform_icon{margin-right:.5rem;display: flex;align-items: center;}
@media(max-width: 720px){
    .slider_price{font-size: 1.2rem;padding-right: 0;}
    .slider_footer_start{display: flex;align-items: center;}
    .slider_footer_end{display: flex;align-items: center;justify-content: center;}
    .slider_discount{font-size: 20px;display: flex;align-items: center;justify-content: center;height: 35px;padding: 0 9px;margin-right: 6px;}
    .slider_footer_right{flex-direction:row;/* flex-wrap:wrap; */justify-content: space-between;align-items: center;padding-right: .7rem;width: 100%;}
    .slider_buttons{width:100%}
    .slider_buttons a{width: auto;display: inline-flex;margin-top: .5rem;height: 35px;margin-top: 0;}
    .slider_title{font-size: 1.1rem;width: 93%;}
    .slider_footer{flex-direction: column;padding: 1rem .5rem;align-items: flex-start;margin-top: .5rem;margin-bottom: .5rem;}
}

.big-spots-container .owl-carousel .owl-nav{position: absolute;top: calc(50% - 20px);margin: 0;width: 100%;}
.big-spots-container .owl-carousel .owl-nav button.owl-prev{position: absolute;left: -30px;z-index: 9999;background: none !important;color: #8f8f8f !important;font-size: 28px;width: 28px;height: 28px;display: flex;justify-content: center;align-items: center;}
.big-spots-container .owl-carousel .owl-nav button.owl-next{position: absolute;
    right: -30px;
    z-index: 9999;
    background: none !important;
    color: #8f8f8f !important;
    font-size: 28px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;}

.user_wallet{background: #3e4143f7;font-weight: 300;}
.owl-dots{margin-bottom:15px}
.owl-carousel .owl-item,.owl-carousel .owl-item .item{border-radius:8px !important}

.slider_type_2{
    /* display: flex; */
    display: grid;
    grid-column-gap: 1.25rem;
    grid-template-columns: 1.444fr 6.5fr 1.444fr;
}
.slider_type_2 .owl-carousel,.slider_type_3 .owl-carousel,.slider_type_4 .owl-carousel{overflow:hidden}
.slider_left,.slider_right{
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    border-radius: 0.625rem;
    overflow: hidden;
    display: block;
    display: block;
    transition: transform 0.3s;
}
.slider_left img, .slider_right img{width:100%;height:100%;/*object-fit:cover;*/border-radius: 0.625rem;}
.slider_left{}
.slider_left{margin-right:1.5rem}
.slider_right{
    margin-left: 1.5rem;
}
.slider_type_3,.slider_type_4{
    display: flex;
}
.slider_type_2 .owl-carousel,.slider_type_3 .owl-carousel,.slider_type_4 .owl-carousel{border-radius:0.625rem;}

.slider_type_2 .owl-carousel .big-spot__gradient,.slider_type_3 .owl-carousel .big-spot__gradient,.slider_type_4 .owl-carousel .big-spot__gradient{border-radius:0.625rem !important;}
.slider_type_2 .owl-carousel .big-spot__background,.slider_type_3 .owl-carousel .big-spot__background,.slider_type_4 .owl-carousel .big-spot__background{border-radius:0.625rem !important;}




.slider_right .slider_mobile_img{display:none}
.slider_left .slider_mobile_img{display:none}
@media(max-width: 768px){
    .slider_type_2 ,.slider_type_3 ,.slider_type_4 {
        flex-direction: column;
        display: flex;
        height: auto;
    }

    .slider_right .slider_mobile_img{display:block}
    .slider_left .slider_mobile_img{display:block}

    .slider_right .slider_desktop_img{display:none}
    .slider_left .slider_desktop_img{display:none}
    .slider_type_2 .slider_left img, .slider_type_2 .slider_right img, .slider_type_3 .slider_left img, .slider_type_3 .slider_right img ,.slider_type_4 .slider_left img, .slider_type_4 .slider_right img{
        height: auto !important;
    }
    .slider_type_2 .owl-carousel,.slider_type_3 .owl-carousel,.slider_type_4 .owl-carousel{
        order: 2;
        height:382px;margin:1rem 0;
    }
    .slider_type_2 .slider_left,.slider_type_3 .slider_left,.slider_type_4 .slider_left{
        order: 1;
        margin: 0;
    }
    .slider_type_2 .slider_right,.slider_type_3 .slider_right,.slider_type_4 .slider_right{
        order: 3;
        margin: 0;
    }
}
