@media screen and (max-width: 720px) {
    html, body{
        min-width: 390px;
        max-width: 720px;
        font-size: 14px;
        line-height: 18px;
    }


    .header{
        padding: 0;
    }

    .header-container-land{
        width: 100%;
        margin-top: 40px;
        padding-left: 24px;
        padding-right: 24px;
        flex-direction: column;
        gap: 26px;
    }

    .nav__logo img {
        width: 160px;
    }

    .header-container-land-link {
        font-size: 16px;
        line-height: 20px;
    }

    h1 {
        font-size: clamp(1.5rem, 0.3182rem + 4.8485vw, 2.5rem);
        font-weight: 300;
        line-height: 120%;
        text-align: center;
    }
    .main-land-container {
        gap: 0px;

    }
    .col-1-4{
        display: none;
    }
    .col-3-4{
        margin: 0px;
        background: linear-gradient(270deg, rgba(252, 125, 118, 0.7) -68%, rgba(254, 255, 255, 1) 52%, rgba(190, 227, 255, 0.7) 100%);
    }

    .banner-container{
        flex-direction: column;
    }

    .hero-button-container {
        display: flex;
        font-weight: 400;
        text-align: center;
        align-items: center;
        /*flex-direction: column-reverse;*/
        gap: 4px;
    }

    .hero-content {
        width: 100%;
        align-items: center;
    }

    .hero-content h1 {
        line-height: 30px;
    }
    /*.hero-button-container-offer{
        display: none;
    }*/
    .hero-button-container-offer-mobile{
        display: block;
        font-size: 24px;
        padding: 20px;
        background: white;
        border: solid 1px gray;
        border-radius: 10px;
        width: 80%;
    }

    .hero-image{
        width: 1160px;
        display: none;
    }

    .page-title {
        font-size: 16px;
        text-align: center;
        line-height: 20px;
        font-weight: 600;
    }

    .feature-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 40px;
        align-content: center;
        align-items: center;
    }

    .feature {
        display: flex;
        flex-direction: row;
        width: 80%;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 21.86px;
        gap: 12px;
    }
    .top-sales {
        display: none;
    }

    h2{
        display: none;
    }
    .mobile-h2,
    .login-popup-h2 {
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
    }

    .mobile-cta-button{
        display: flex;
        background: #F76C6C;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        justify-content: center;
        align-items: center;
        width: 219px;
        height: 46px;
        gap: 8px;
        border-radius: 8px;
    }

    .modal{
        padding-top: 60px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        color: #303C6C;
        z-index: 200;
        background: white;
    }

    .one-column-container{
        margin-top: 18px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        padding: 0 24px;
    }


    .header-dash{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #FCFCFC;
        padding: 32px 24px 18px 24px;
        gap: 8px;
    }

    .logo-dash{
        width: 160px;
    }

    .sales-item {
        display: grid;
        grid-template-columns: auto auto min-content;
        grid-template-rows: auto auto auto auto auto auto;
        padding: 8px 17px;
        gap: 8px;
    }

    .sales-item-first-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        grid-column: 1 / 2;
        grid-row: 1 / -2;
        align-self: self-start;
        font-size: 14px;
        line-height: 18px;
    }

    .sales-item-column {
        display: grid;
        gap: 8px;
        position: relative;
        grid-column: 2 / 3;
        grid-template-columns: 137px 1fr;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        line-height: 18px;
    }

    .sales-item-first-column .sales-item-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .favorite-checkbox-column .sales-item-column {
        display: flex;
    }

    .stats-button {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

    .favorite-checkbox-column {
        grid-column: -1 / -2;
        grid-row: 1 / -2;
        justify-self: end;
        align-self: center;
    }

    #selectedCategory,
    #selectedItem,
    #selectedBrand,
    #selectedSupplier,
    #selectedTOP {
        display: none;
    }

    /*.tooltip {
      display: none;
    }*/

    .category-container {
        gap: 20px;
        flex-direction: column-reverse;
        /*margin-bottom: 6px; Думаю можно убрать */
    }

    .category-module {
        display: grid;
        gap: 18px;
        align-items: center;
        grid-template-columns: auto auto;
    }

    .category-module > div:nth-of-type(4) {
        grid-column: 1 / -1;
    }

    .sort-container,
    .option-wrapper {
        width: 100%;
    }

    .sort-container {
        grid-column: 1 / -1;
    }

    .filter-block {
        gap: 0;
    }

    .social-icon-group{
        gap: 18px;
        grid-column: 1 / -1;
        justify-self: center;
    }

    .socnet-icons {
        width: 24px;
        height: 24px;
    }

    .bloger-list {
        gap: 8px;
    }

    .bloger-list-container {
        align-items: center;
        gap: 18px;
    }

    .sales-item-header {
        gap: 2px;
    }

    .dash-container {
        gap: 24px;
    }


    #removeFavoriteButton {
        margin-top: 0;
    }


    .sales-item-img-social-network{
        width: 24px;
        height: 24px;
    }

    .header-dash {
        position: relative;
    }

    .login-dash {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 48px);
        padding: 18px 13px;
        font-weight: 600;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 1000;
        box-sizing: border-box;
        border-radius: 8px;
        margin: 0 auto;
    }

    .login-dash > .link::before {
        width: 24px;
        height: 24px;
        content: "";
        display: block;
    }

    .login-dash .link:nth-child(1)::before {
        background-image: url("/img/icon-house.svg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .login-dash .link:nth-child(4)::before {
        background-image: url("/img/icon-user.svg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .login-dash .link:nth-child(2)::before {
        background-image: url("/img/icon-dollar.svg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .login-dash .link:nth-child(3)::before {
        background-image: url("/img/icon-star.svg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    /*Знак вопроса относиттся к FAQ, который в десктопе закомменчен
    .login-dash .link:nth-child(5)::before {
    background-image: url("/img/icon-questionMark.svg");
    background-repeat: no-repeat;
    background-size: cover;
    }*/


    .link {
        font-size: 0;
        height: 24px;
    }

    #search-mobile {
        width: 100%;
    }

    .search-container {
        width: 100%;
    }

    .filter-block {
        display: none;
        width: calc(100% - 48px);
        height: 555px;
        font-weight: 500;
        position: fixed;
        bottom: 107px;
        left: 0;
        right: 0;
        font-size: 16px;
        line-height: 20px;
        z-index: 1000;
        box-sizing: border-box;
        margin: 0 auto;
        background-color: #ffffff;
        border-radius: 8px;
        padding: 12px 20px 0;
        overflow-y: auto;
    }

    .filter-flex-container{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 20px;
    }

    .decor-element {
        display: block;
        width: 60px;
        height: 8px;
        border-radius: 4px;
        background-color: #D3D7E0;
        margin: 0 auto;
    }

    .filter-block .calendar-wrapper {
        width: 100%;
    }

    .filter-block .category-module{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .filter-block #selectedCategory,
    .filter-block #selectedItem,
    .filter-block #selectedBrand,
    .filter-block #selectedSupplier,
    .filter-block #selectedTOP {
        display: flex;
    }
    .category-module-empty-place{
        display: none;
    }

    .filter-background{
        display: none;
        position: fixed;
        background: #53627DB2;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }

    .footer-dash{
        position: relative;
    }

    .category-mobile-container{
        width: 100%;
    }

    .filter-mobile-button {
        display: flex;
        justify-content: center;
        width: calc(100% - 60px);
        font-weight: 600;
        align-items: center;
        bottom: 64px;
        left: 0;
        right: 0;
        font-size: 16px;
        line-height: 20px;
        z-index: 2;
        box-sizing: border-box;
        background: white;
        border: 1px solid #0348D2;
        padding: 8px;
        border-radius: 8px;
        cursor: pointer;
    }

    .filter-mobile-button.active {
        background: #0348D2;
        color: #FCFCFC;

    }

    .filter-mobile-button-container {
        width: 100%;
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 64px;
        left: 0;
        z-index: 2;
    }

    .sales-item-header-tooltip{
        min-width: 0;
    }


    .main-input-field-filter{
        width: 100%;
    }

}