@media screen and (max-width:1435px){
    .footer__menu{
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        gap: 55px;
    }

    .footer-links__info{
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
    }
}

@media screen and (max-width:1400px){
    .rating__item{
        width: calc((100% - 40px) / 3);
    }
}

@media screen and (max-width:1250px){
    .sidebar{
        position: static !important;
        width: 100%;
        margin-bottom: 0;
    }

    .sidebar__list:first-child{
        display: none;
    }

    .main{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .main__content{
        width: 100%;
        max-width: 1250px;
    }

    .hero__info{
        margin-left: 0;
    }

    .banner__info{
        margin-left: 0;
    }

    .footer__container{
        width: 100%;
        max-width: 1440px;
    }

    .footer__menu{
        gap: 16px;
    }
}

@media screen and (max-width:1200px){
    .download{
        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/download.jpg');
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/download.jpg');
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/download.jpg');
    }

    .footer__menu{
        gap: 55px;
    }
}

@media screen and (max-width:1050px){
    .home .hero{
        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: -o-linear-gradient(rgba(0, 0, 0, 0.5), 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: -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: -o-linear-gradient(rgba(0, 0, 0, 0.5), 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: -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: -o-linear-gradient(rgba(0, 0, 0, 0.5), 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(1, 45, 52, 0.6);
    }

    .banner{
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../img/banner.jpg');
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/banner.jpg');
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/banner.jpg');
    }
}

@media screen and (max-width:1000px){
    .header__burger {
        border: 2px solid rgba(0, 178, 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;
   }

   .header__burger span{
        display: block;
        width: 100%;
        height: 2px;
        background-color: rgba(0, 178, 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;
    }

    .advantages__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .advantages__info{
        width: 100%;
    }

    .advantages__banner{
        width: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../img/banner.png');
        background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/banner.png');
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/banner.png');
        background-position: center 85%;
    }

    .bonuses__list li{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .bonuses__info{
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .bonuses__info p{
        text-align: center;
    }

    .bonuses__title{
        text-align: center !important;
    }
}

@media screen and (max-width:900px){
    .advantages__info{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .advantages__table, .advantages__list{
        width: 100%;
    }

    .advantages__list li, .advantages__table tr{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .advantages__table th, .advantages__table td{
        width: -webkit-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width:800px){
    .footer__data{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .footer__data li{
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .download{
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;    
    }

    .download__button-group{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-left: 0;
    }

    .download__logo{
        margin-left: 0;
    }
}

@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__lang{
        margin-left: auto;
    }

    .rating__item{
        width: calc((100% - 20px) / 2);
    }

    .bonuses__list li{
        width: 80%;
    }

    .footer__links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer__menu{
        gap: 40px;
    }
}

@media screen and (max-width:600px){
    .section{
        padding: 16px;
    }

    .bonuses{
        padding: 0;
    }

    .banner{
        padding: 12px;
        -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;
    }
    
    .banner__info{
        padding: 0;
    }

    .header__container{
        padding: 20px;
    }

    .footer{
        padding: 0 20px;
    }

    .footer__menu{
        gap: 20px;
    }

    .footer-menu__item{
        width: -webkit-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .main{
        padding: 0 12px;
    }

    .hero{
        width: calc(100% - 24px);
    }

    .footer{
        padding: 0 12px;
    }
}

@media screen and (max-width:500px){
    .title.general{
        font-size: 48px;
    }

    .banner__title{
        font-size: 48px;
    }

    .hero{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .advantages__table tr{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px;
    }

    .advantages__table th, .advantages__table td{
        width: 100%;
        text-align: center;
    }

    .rating__item{
        width: 100%;
    }

    .footer__text{
        -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 li{
        width: 100%;
    }

    .advantages__table tr{
        padding: 9px;
    }
}

@media screen and (max-width:400px){
    .footer-menu__item{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .footer__menu{
        gap: 32px;
        max-width: 270px;
        margin: 0 auto;
    }

    .footer-menu__item{
        justify-content: space-between;
    }

    .footer__list{
        width: 138px;
    }

    .footer__data li{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer__data li:last-child img{
        width: 100% !important;
    }
}

@media (orientation: landscape){
    .title.general{
        font-size: 48px;
    }

    .banner__title{
        font-size: 48px;
    }
}