@media screen and (max-width:1500px){
    .bonuses__list li{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .bonuses__list img{
        max-width: 400px;
        max-height: 350px;
    }
}

@media screen and (max-width:1435px){
    .home .main__content > section.banner:nth-of-type(11) .banner__info{
        margin-left: 0;
    }

    .home .bonuses__table thead th{
        padding: 12px;
    }
}

@media screen and (max-width:1250px){
    .sidebar{
        display: none;
    }

    .page-nav{
        display: block;
    }

    .main__content{
        width: 100%;
        max-width: 1250px;
    }

    .hero__info{
        margin-left: 0;
    }

    .home .bonuses__table{
        min-width: 950px;
    }
}

@media screen and (max-width:1050px){
    /* .home .hero{
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg-main.jpg');
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../img/bg-main.jpg');
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg-main.jpg');
    }

    .bonus .hero{
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg-bonus.jpg');
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../img/bg-bonus.jpg');
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg-bonus.jpg');
    }

    .app .hero{
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg-app.jpg');
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../img/bg-app.jpg');
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg-app.jpg');
    } */

    .hero__info{
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 12px;
                border-radius: 12px;
    }

    .home .main__content > section.banner:nth-of-type(11){
        background-position: 60% center;
    }
}

@media screen and (max-width:1000px){
    .header__burger {
        border: 2px solid rgba(65, 177, 91, 1);
        padding: 4px;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        width: 40px;
        height: 40px;
        background-color: transparent;
        margin-left: 20px;
        z-index: 500;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 6px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
   }

   .header__burger span{
        display: block;
        width: 100%;
        height: 2px;
        background-color: rgba(65, 177, 91, 1);
        -webkit-border-radius: 8px;
                border-radius: 8px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .header__burger.active span:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
            -ms-transform: translateY(8px) rotate(45deg);
                transform: translateY(8px) rotate(45deg);
    }

    .header__burger.active span:nth-child(2) {
        opacity: 0;
    }

    .header__burger.active span:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
            -ms-transform: translateY(-8px) rotate(-45deg);
                transform: translateY(-8px) rotate(-45deg);
    }

    .header__menu{
        display: none;
        position: static;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin-left: 0;
    }

    .mobile-menu .header__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width:900px){

    .mobile__ios, .mobile__android{
        width: 100%;
        gap: 12px;
    }

    .download__image{
        opacity: 0.5;
    }

    .banner{
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .banner__info{
        margin-left: 0 !important;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 12px;
                border-radius: 12px;
    }

    .footer__menu{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 30px 10px;
    }

    .footer-menu__item{
        width: -webkit-calc((100% - 20px) / 3);
        width: calc((100% - 20px) / 3);
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .footer__info{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer__extra{
        width: 100%;
    }

    .footer__limitation{
        min-width: 0;
    }
}

@media screen and (max-width:850px){
    .info__table{
        width: 100%;
    }

    .final__info{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 12px;
                border-radius: 12px;
        padding: 10px;
        max-width: 500px;
    }
}

@media screen and (max-width:800px){
    .features__data, .features__text{
        width: 100%;
    }
}

@media screen and (max-width:750px){
    .bonuses__list li{
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .bonuses__list img{
        max-height: 250px;
    }
}

@media screen and (max-width:701px){
    .header__button-auth{
        display: none;
    }

    .mobile-menu .header__button-auth{
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .header__button-auth{
        margin-right: 0;
        margin-left: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .header__clock{
        margin-left: auto;
    }

    .pros-cons__table{
        width: 100%;
    }

    .features__data{
        width: 100%;
    }

    .footer__text{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .footer__payments{
        width: 100%;
    }

    .hero, .banner{
        background-position: 70% center;
    }

    .bonus .main__content > section.banner:nth-of-type(18){
        background-position: 80% center;
    }
}

@media screen and (max-width:600px){
    /* h1, h2, h3, h4, h5, .title{
        font-size: 30px;
        padding: 8px 12px;
    }

    h3, .title.medium{
        font-size: 24px;
    }

    h4, .title.low{
        font-size: 20px;
    } */

    .section{
        padding: 16px;
    }

    .final{
        padding: 8px;
    }

    .main{
        padding: 0 12px;
    }

    .header__container{
        padding: 20px 12px;
    }

    .header__menu ul{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .mobile-menu__content{
        gap: 30px;
    }

    .home .main__content > section.banner:nth-of-type(16){
        background-position: 80% center;
    }

    .bonus .main__content > section.banner:nth-of-type(6){
        background-position: 80% center;
    }

    .bonus .main__content > section.banner:nth-of-type(10){
        background-position: 80% center;
    }

    .reviews__list{
        gap: 0 !important;
    }

    .reviews__list li{
        width: 100% !important;
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
            -ms-flex: 0 0 100% !important;
                flex: 0 0 100% !important;
    }

    .opinion__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .bonuses__info{
        min-width: 0;
    }

    .bonus .registration__list{
        padding: 12px;
    }

    .registration-item__list li{
        padding: 6px 6px 6px 18px;
    }
}

@media screen and (max-width:500px){
    .footer-menu__item{
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:400px){
    .banner__button, .hero__button{
        min-width: 0;
        width: 100%;
    }

    .reviews__wrap{
        gap: 12px;
    }

    .reviews__list-wrap{
        width: -webkit-calc(100% - 72px);
        width: calc(100% - 72px);
    }

    .mobile__ios, .mobile__android{
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
}