/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media screen and (max-width: 1440px) {
    .slot-item {
        max-width: 17%;
    }
}

@media screen and (max-width: 940px) {
    .right-sidebar {
        display: none;
    }
    .main-wrapper {
        width: 100%;
    }
    .navbar-toggle svg {
        width: 30px;
        height: 30px;
    }
    .slot-item {
        max-width: 22%;
    }
}

@media screen and (max-width: 720px) {
    .slot-item {
        max-width: 20%;
    }
}

@media screen and (max-width: 525px) {
    .navbar-search {
        display: none;
    }
    .navbar-auth svg {
        width: 30px;
        height: 30px;
    }
    .btn-reg {
        background: none;
        padding: 25px 10px;
    }
    .btn-reg span {
        display: none;
    }
    .header-slider {
        padding: 0;
    }
    .slot-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: none;
    }
    .jackpot-value {
        font-size: 38px;
        line-height: 42px;
    }
    .soft-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
    .footer-brand {
        width: 50%;
    }
    .footer-brand img {
        width: 80%;
    }
    .footer-social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-social__title {
        margin-bottom: 8px;
    }
    .social-item {
        margin: 0 5px;
    }
    .social-item a {
        width: 30px;
        height: 30px;
    }
    .footer-nav ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .footer-content__wrapper {
        -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;
    }
    .footer-copyright__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer-copyright__text {
        margin-top: 15px;
    }
    .header-slider__wrapper {
        padding-bottom: 0;
    }
    .tour-item {
        border-radius: 0;
    }
    .payments {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}