@media (min-width: 1400px) {
    .container {
        max-width: 1050px;
    }
    .container-xl {
        max-width: 1140px;
    }
}
@media screen and (max-width: 468px) {

    .store-categories{
        height: 180px;
        overflow: scroll;
    }
    .home-news-overlay{
        padding: 10px;
    }
    .home-news-overlay>p{
        font-size: 14px;
    }
    .home-news-overlay>span{
        font-size: 10px;
    }
    .order-agreement{
        width: 75%;
        margin: 0 auto;
    }
    .profile-btn-mobile{
        display: flex!important;
        background-color: #fff;
        border: none;
        width: 75%;
        padding:10px;
    }
    .paginator__list li{
        margin-right: 5px;
    }

    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    .my-xs{
        margin-top: 1rem!important;
        margin-bottom: 3rem!important;
    }
    .profile-btn{
        display: none!important;
    }
    .nav-item{
        background-color: #fff;
        padding: 3px 15px;
        border-radius: 5px;
    }
    .nav-link{
        color: #000;
    }
    .profile-btn{
        margin: 0;
        width: 100%;
    }
    #header-menu{
        border-top: 1px solid #92000042;
    }
    .account-menu-tab{
        width: 90%;
        left: 5%;
        top: 100%;
        height: 500px;
        overflow: scroll;
    }
    .account-menu-tab .nav{
        padding: 15px;
    }
    .link-area .card-body .card-title{
        width: 90%;
    }
    .dropdown-menu-button{
        background-color: #fff;
        color: #000;
    }
    .nav-guest-buttons>a{
        background-color: #fff;
        color: #000;
        height: fit-content;
        padding: 10px;
        min-width: 100px;
        text-align: center;
        border-radius: 5px;
        border: none;
    }
    .tariff-table td {
        font-size: 14px;
    }
    .logo-web{
        display: none;
    }
    .logo-mobile{
        display: flex;
    }
    .navbar-default{
        background-color: var(--main-color);
        padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    }
    .section-header{
        font-size: 20px;
    }
    .navbar-customer{
        width:60%;
        max-width: 60%;
        border: none;
    }
    .customer-name>span{
        color: #fff;
        font-size: 15px;
    }
    .customer-name .pe-md-2{
        color: rgba(255, 255, 255, 0.5) !important;
        font-size: 14px;
    }
    .navbar .bi-icon-link{
        height: 25px;
        width: 25px;
        font-size: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        position: relative;
    }
    .button{
        font-size: 14px;
    }

    .bi-hidden{
        display: none;
    }
    .card-title{
        margin-bottom: 10px;
    }
    .footer {
        height: var(--mobile-footer-height);
        padding: 20px 10px!important;
    }
    .footer-apps-web{
        display: none;
    }
    .mobile-footer-icons{
        position: fixed;
        bottom: 0;
        border-top: 1px solid #c2c2c287;
        width: 100%;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 70px;
        background-color: #F03F3F;
        z-index: 1000;
    }
    .mobile-footer-icon{
        display: grid;
        justify-items: center;
    }
    .mobile-footer-icon>i{
        font-size: 25px;
        color: #fff;
        margin-bottom: 2px;
    }
    .mobile-footer-icon>span{
        color: #fff;
        font-size: 12px;
        margin-top: 5px;
    }
    .hotline{
        display: flex;
        align-items: flex-end;
    }
    .footer-menu {
        justify-content: space-between;
        margin: 15px 0px;
    }
    .card-icon{
        padding: 10px;
    }
    .select-orders-table>tbody>tr>td{
        padding: 5px;
    }
    .select-orders-table>thead>tr>td{
        padding: 3px 5px;
    }
    .card-balance{
        background: none;
        overflow-x:auto;
    }
    .balance-cards-block{
        margin-left: 10%;
    }
    .swiper-slide{
        width: 300px!important;
        height: 190px;
    }
    .swiper-wrapper{
        justify-content: unset!important;
    }
    .balance-log-text{
        height: 40px;
        overflow: auto;
    }
    .mobile-footer{
        height: 60px;
        background-color: var(--main-color);
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .mobile-footer>a{
        opacity: 0.5;
    }
    .footer-active{
        opacity: 1!important;
    }
}
@media screen and (max-width: 375px) {
    .nav-guest-buttons>a{
        min-width: unset;
    }
}
