@media (max-width: 1430px) {
    .container {
      width: 970px;
    }
    .menu-list {
        gap: 15px;
    }
    .banner-content {
        max-width: 635px;
    }
    .banner-wrap {
        height: 720px;
        background-size: 540px;
    }
    .banner-content h1 {
        font-size: 70px;
    }
    .total-block h5 {
        font-size: 20px;
    }
    .total-block {
        width: calc(33.333% - 15px);
        padding: 12px 10px;
    }
    .traders-title {
        padding-right: 0;
    }
    .performers {
        padding: 50px 0 40px;
    }
    .performers-top {
        margin-bottom: 20px;
    }
    .table-header p {
        font-size: 19px;
        margin-left: 5px;
    }
    .table-header img {
        height: 16px;
    }
    .user-name span {
        margin-right: 10px;
    }
    .table tbody tr td {
        font-size: 15px;
        padding: 17px 5px;
    }
    .boy-photo{
        display:none;
    }
    .enough{
        padding:50px 0;
    }
    .enough-box {
        padding: 50px 25px;
    }
    .footer-block {
        width: calc(50% - 115px);
        margin-top:25px;
    }
    .footer {
        padding: 35px 0 15px;
    }
    .modal .modal-block {
        padding: 20px 15px;
    }
    .modal-content {
        max-width: 445px;
    }
    .modal-photo{
        width:500px;
    }
    .modal-content h3 {
        font-size: 33px;
    }
    .modal-content p {
        font-size: 18px;
    }
    .timer-cards-photo{
        display:none;
    }
    .traders-anim-box {
        top: 630px;
    }
    .action-wrap {
        top: -10px;
    }
    .traders {
        background-image: none;
        background-color: #272337;
    }
}
@media (max-width: 991px) {
     .container {
       width: 750px;
     }
    .menu-list li a {
        font-size: 18px;
    }
    .banner-wrap {
        height: 630px;
        background-size: 440px;
    }
    .banner-content {
        max-width: 400px;
    }
    .banner-content h1 {
        font-size: 44px;
    }
    .banner-content p {
        font-size: 18px;
        margin: 10px 0 20px;
    }
    .traders-title {
        font-size: 72px;
    }
    .traders-wrap {
        width: 930px;
    }
    .traders-box {
        padding-top: 48px;
    }
    .traders-box {
        overflow: hidden;
    }
    .performers-title {
        font-size: 45px;
    }
    .user-name {
        padding-left: 10px;
    }
    .table tbody tr td {
        font-size: 13px;
        padding: 12px 3px;
    }
    .table-header p {
        font-size: 15px;
    }
    .table-header img {
        height: 14px;
    }
    .user-name span {
        width: 11px;
        margin-right: 6px;
    }
    .enough-content h2 {
        font-size: 40px;
    }
    .enough-content p {
        max-width: 210px;
        font-size: 16px;
        line-height: 2;
        margin: 40px 0 22px;
    }
    .footer-block {
        width: calc(50% - 50px);
    }
    .modal-content {
        max-width: 100%;
    }
    .modal .modal-block {
        padding: 30px 15px 80px;
        position:relative;
    }
    .modal-photo{
        width:270px;
        position:absolute;
        bottom:-60px;
        left:calc(50% - 130px);
    }
    .timer-block:not(:first-child) {
        margin-left: 45px;
    }
    .timer-block span {
        font-size: 50px;
        line-height: 1;
    }
    .timer-block:not(:first-child) span:before {
        top: 6px;
        left: -30px;
    }
    .timer-wrap .timer-block {
        width: 65px;
    }
    .timer-day {
        width: 120px;
        height: 120px;
        top: -135px;
        left: 0;
    }
    .traders-anim-box {
        top: 637px;
    }
    .action-wrap {
        top: 10px;
    }
}
@media (max-width: 767px) {
     .container {
       width: 100%;
     }
    .header-box {
        height: 60px;
    }
    .header-menu {
        width: 100%;
        flex-direction: column;
        padding: 20px 10px;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 10;
        background: #ffffff;
        box-shadow: 0 0 8px 4px rgba(255, 8, 113, 0.1);
        transform: translateX(-100%);
        transition: 0.3s
    }
    .menu-list {
        display: flex;
        flex-direction:column;
        text-align:center;
        gap: 15px;
        margin-bottom: 20px;
    }
    .header-menu.active {
        transform: translateX(0);
    }
    .menu_mob {
        display: block;
    }
    .overflow-wrap {
        width: calc(100% + 15px);
    }
    .banner-content {
        max-width: 400px;
        margin: auto;
    }
    .banner-content h1 {
        font-size: 40px;
        line-height:1.1;
        text-align: center;
    }
    .banner-content p {
        margin: 10px 0 212px;
        text-align: center;
    }
    .banner-btns {
        flex-direction: column;
    }
    .banner-btns .btn{
        width:100%;
    }
    .banner .container{
        padding:0;
    }
    .banner-wrap {
        padding:0 15px;
    }
    .banner-wrap {
        height: 730px;
        background-image: url(../img/banner-mobile.png);
        background-size: 360px;
        padding-top:30px;
    }
    .banner-scroll-btn{
        display:none;
    }
    .total-box {
        width:calc(100% + 15px);
        overflow:hidden;
    }
    .total-wrap {
        width: 940px;
    }
    .banner-content {
        padding-bottom: 20px;
    }
    .traders {
        height:792px;
    }
    traders-box {
        overflow: hidden;
    }
    .traders-title {
        font-size: 45px;
    }
    .traders-title span{
        display:block;
    }
    .traders-box {
        padding-top: 0;
        position:relative;
        top:-33px;
    }
    .traders-wrap{
        padding-top:111px;
    }
    .performers-top .btn{
        display:none;
    }
    .table {
        width: 750px;
    }
    .enough-box .btn,
    .enough-box h2{
        position: relative;
    }
    .footer-block {
        width: 100%;
        margin-top:15px;
    }
    .footer {
        background: #272337;
    }
    .footer-block:nth-child(4){
        order:-4;
    }
    .footer-block:nth-child(3) {
        order: -3;
    }
    .footer-block:nth-child(2) {
        order: -2;
    }
    .footer-info p {
        margin-bottom: 12px;
    }
    .modal-wrap{
        flex-wrap:wrap;
    }
    .modal-timer-box {
        order: -1;
        margin-bottom: 15px;
    }
    .timer-block span {
        font-size: 42px;
    }
    .timer-wrap .timer-block {
        width: 55px;
    }
    .timer-block:not(:first-child) {
        margin-left: 40px;
    }
    .modal .modal-block.modal-timer{
        padding-bottom:25px;
    }
    .traders-anim-box {
        top: 674px;
    }
    .action-wrap {
        right: auto;
        left: 225px;
    }
    .trader-block p{
        margin-bottom:3px;
    }
    .traders-container {
        width:calc(100% + 15px);
        overflow:auto;
    }
    .table-wrap {
        width: calc(100% + 15px);
        box-shadow: 0 8px 0px #163939;
        border-radius: 0 0 0 8px;
        overflow: auto;
    }
}
