@media screen and (max-width: 1024px) {
    .carousel-item__content {
        left: 0;
        width: 100%
    }
    .carousel-item__text {
        position: absolute;
        top: 80px;
        left: 100px
    }
    .carousel-item__subtitle {
        margin-bottom: 35px
    }
    .main-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .sidebar {
        width: 100%;
        max-width: none;
        position: relative;
        top: auto;
        right: auto;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin-bottom: 35px;
        padding: 0 20px
    }
}
@media screen and (max-width: 920px) {
    .navbar-top__nav{
        display: none;
    }
    .slots-preheader{
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 640px) {
  
    .slots-type__item button{
        padding: 5px 0;
    }
    .sidebar-app__action{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .slots-type {
        gap: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 12px;
    }
    .slots-preheader {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 12px;
    }
}
@media screen and (max-width: 768px) {
    body{
        padding-top: 75px;
    }
    
    .navbar-brand {
        /* padding: 1rem .3rem; */
        margin: 0
    }
    .navbar-collapse {
        height: 100vh;
        padding: 24px
    }
    .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .navbar-nav li {
        margin-right: 0;
        /* margin-bottom: 15px */
    }
    .auth-reg__link,
    .auth-login__link {
        padding: 5px 15px
    }
    .navbar-nav .nav-link {
        line-height: 33px
    }
    .carousel-item__content {
        width: 100%;
        top: 30px;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .carousel-item__content img {
        display: none
    }
    .carousel-item__text {
        left: 30px;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .carousel-item__image img {
        height: 350px
    }
    .carousel-item__title {
        font-size: 18px
    }
    .carousel-item__subtitle {
        font-size: 14px
    }
    .carousel-indicators {
        display: none
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none
    }
    .sidebar {
        margin-top: 50px
    }
    .container {
        padding: 0 1rem
    }
    .main-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .sidebar {
        width: 100%;
        min-width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .soft-item {
        padding: 15px
    }
    .footer-navbar {
        padding: 20px
    }
    .slots-header{
        gap: 15px;
    }
    .slots-more{
        width: 100%;
    }
    .slots-more__link{
        width: 100%;
    }
    .sidebar-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: none
    }
    .sidebar-soft {
        width: 50%
    }
    .sidebar-carousel {
        width: 50%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }
    .header-carousel {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }
    .soft-items {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px
    }
    .promo-title {
        font-size: 32px;
        line-height: 38px;
        width: 100%;
    }
    .footer-navbar ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
                width: 100%;
    }
    .navbar-top {
        width: 100%;
    }
    .payments-list__inner{
        flex-wrap: wrap;
    }
    .payments-list__item{
        height: 26px;
    }
    .soft-item{
        padding: 5px;
    }
}

@media screen and (max-width: 480px) {
    .navbar-brand img {
        height: 25px;
    }
    .auth-reg__link,
    .auth-login__link {
        font-size: 12px;
        padding: 0px 10px;
    }
    .sidebar-jackpot__value {
        font-size: 32px
    }
    .sidebar-soft__item,
    .sidebar-jsoft__item {
        width: 100%;
        margin-right: 0
    }
    .slots-title h2 {
        font-size: 16px
    }
    .sidebar-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: none
    }
    .sidebar-soft {
        width: 100%
    }
    .sidebar-carousel {
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }
    .header-carousel .header-slide__img {
        display: none
    }
    .header-slide__title {
        max-width: none
    }
    .header-banner{
        padding: 25px;
    }
    .navbar-collapse{
        top: 50px;
    }
    
}

@media screen and (max-width: 525px) {
    .cookieinfo>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .cookieinfo-close {
        position: relative;
        margin-top: 20px
    }
    .navbar-top{
        padding: 10px;
    }
    .navbar-top__inner{
        gap: 10px;
    }
    .navbar-toggler-icon,
    .navbar-toggler-icon svg{
        width: 25px !important;
        height: 25px !important;
    }
    .navbar-brand {
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .banner-row{
        width: 100%;
    }
    .banner-title{
        font-size: 38px;
        line-height: 48px;
    }
    .header-banner__content{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .header-banner__img{
        background-size: auto 50%;
        background-position: 100% 100%;
    }
}