@media screen and (max-width: 980px) {
    .mobile_nav {
        display: flex;
        position: relative;
        background: linear-gradient(to bottom, #061F24, #183136);
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
    }

    .mobile_nav_fles {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .navigation {
        height: auto;
        background: linear-gradient(to bottom, #061F24, #183136);
        gap: 20px;
        flex-direction: column;
        padding: 25px 0;
        position: absolute;
        z-index: 999;
        width: 100%;
        left: 0;
        top: 5px;
        display: none;
    }

    .headDesc {
        height: auto;
        padding: 25px 50px;
        text-align: center;
        align-items: center;
    }

    .navigation.active {
        display: flex;
    }

    .footer .navigation {
        display: none !important;
    }

    .mobile_nav::before {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        bottom: -5px;
        left: 0;
        z-index: 2;
        background: url(../img/nav-line.png);
    }

    .leftContent {
        padding: 0 25px;
    }

    .navigation::before {
        display: none;
    }

    .mobile_nav img {
        max-width: 100%;
        height: auto;
    }

    .logoMobile img {
        height: 50px;
    }

    .wrapper {
        width: auto;
    }

    .mobileMenu {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 45px;
        width: 45px;
    }

    .mobileMenu2 {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 45px;
        width: 45px;
    }

    .mobileMenu span {
        display: block;
        width: 60%;
        height: 3px;
        background: #183136;
    }

    .mobileMenu2 span {
        display: block;
        width: 60%;
        height: 3px;
        background: #c4ac81;
    }

    .mobileMenu2 svg {
        width: 30px;
        fill: #c4ac81;
    }

    .content {
        grid-template-columns: 1fr;
        padding: 40px 0 0 0;
        display: block;
    }

    .logo {
        display: none;
    }

    .headRightSt,
    .headLeftSt {
        display: none;
    }

    .headDesc {
        background: url(../img/header.jpg) top left no-repeat;
        position: relative;
        background-size: cover;
    }

    .headDesc::before {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        background: url(../img/nav-line.png);
    }

    .footerDesc {
        position: relative;
    }

    .footerDesc::before {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: url(../img/nav-line.png);
    }

    .contAdvantagesGrid {
        grid-template-columns: repeat(1, 1fr);
    }

    .asidTabsBtn {
        flex-direction: column;
        padding: 0 25px;
    }

    .footRightSt,
    .footLeftSt {
        display: none;
    }

    .leftContentFlex {
        flex-direction: column;
    }

    .bottomSd,
    .topSd {
        display: none;
    }

    .logoB,
    .logoB2 {
        display: none;
    }

    .contLine img {
        max-width: 100%;
        height: auto;
    }

    .leftContentFlex {
        align-items: center;
    }

    .rightSidebar {
        order: -1;
    }

    .wrapper {
        overflow: hidden;
    }

    .rightSidebar {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 auto;
        z-index: 99;
        background: url(../img/body.jpg);
        padding: 25px 0;
        width: 100%;
    }

    .rightSidebar.active {
        display: block;
    }

    .pageTitle {
        font-size: 24px;
    }

    .content {
        animation: none;
    }

    .offersWrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .affiliateWrapper b,
    .offersName {
        line-height: 120%;
    }

    .affiliateWrapper ol li {
        display: inline-block;
    }

    .suportForm {
        flex-direction: column;
    }

    .newsWrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .pagination {
        flex-wrap: wrap;
        gap: 18px;
    }

    .mainBallWrapper {
        grid-template-columns: 1fr;
    }

    .mainWidgetFlex {
        flex-direction: column;
        gap: 20px;
    }

    .mainWidgetListDFlrex {
        flex-direction: column;
    }

    .headDesc h1 {
        font-size: 24px;
    }

    .plansWrapper {
        grid-template-columns: 1fr;
    }

    .mainWidgetPsys {
        flex-direction: column;
    }

    .pSysBalBtn {
        flex-direction: column;
    }

    .amountWrapper {
        flex-direction: column;
    }

    .table-responsive {
      overflow-x: auto;
      padding: 10px;
    }

    .mainTable {
        min-width: 700px;
    }



}