@media (max-width: 768px) {
       html, body {
        height: 100%;
        overflow-y: auto;
    }
    body {
        min-width: unset;
        min-height: unset;
        width: 100%;
        height: auto;
        overflow-x: hidden;
        padding-bottom: 63px;
        touch-action: pan-y;
    }
    .mobile-navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 18px 20px 10px;
    }
    .mobile-navigation__item {
        width: 40px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-decoration: none;
        background-color: transparent;
        outline: none;
        border: none;
        z-index: 1100;
    }
    .profile-img {
        width: 35px;
        height: 35px;
    }
    .mobile-navigation__item-path {
        fill: #96A7A1;
    }
    .mobile-navigation__item_opened {
        p {
            color: #424F4B;
        }
        .mobile-navigation__item-path {
            fill: #424F4B;
        }
    }
    .mobile-navigation-item__text {
        color: #96A7A1;
        margin: 5px 0 0;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        min-height: 100vh;

    }

    /* Header */
    .catalog, .search-form, .header-icons {
        display: none;
    }
    .main-header {
        width: 100%;
        height: auto;
        padding: 12px 15px;

        justify-content: space-between;
        align-items: center;
    }
    .header__logo {
        width: 150px;
        height: 35px;
    }
    .logo {
        width: 35px;
        height: 35px;
    }
    .logo__text {
        width: 105px;
        height: 25px;
    }
    .button-accommodate {
        display: block;
        width: 190px;
        height: 35px;
        background-color: #7B9329;
        color: white;
        font-weight: 500;
        font-size: 12px;
        border: none;
        border-radius: 2px;
    }

    /* Меню */
    .menu-main {
        flex-direction: column-reverse;
        padding: 25px 15px;
        width: 100%;
        overflow: hidden;
        border-radius: 0 0 10px 10px;
    }
    .region {
        justify-content: start;
        margin: 0 0 20px;
    }
    .region__icon {

    }
    .region__icon > svg {
        width: 16px;
        height: 16px;
    }
    .region__text {
        font-size: 14px;
        max-width: 80%;
    }
    .catalog-button-img, .filters__svg{
        width: 26px;
        height: 26px;
    }
    .mobile-search-container {
        display: flex;
        margin-bottom: 15px;
    }
    .catalog-button {
        width: 54px;
        height: 54px;
        border-radius: 11px;
        border: none;
        outline: none;
        cursor: pointer;
        background-color: #F0EFEC;
        flex-shrink: 0;
    }
    .search-form_mobile {
        width: 100%;
        height: auto;
        margin-left: 15px;
    }
    .search {
        height: 100%;
        width: 100%;
    }
    .magnifying-glass-button {
        width: 54px;
        height: 100%;
        margin: 0;
        border-radius: 10px 0 0 10px; 
    }
    .search-field {
        width: 84%;
        height: 100%;
        max-width: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }
    .search-filters-button {
        width: 54px;
        height: 100%;
        border-radius: 0 10px 10px 0; 
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F0EFEC;
        cursor: pointer;
    }
    .menu__items {
        width: auto;
        max-width: none;
        height: auto;
    }
    .menu__item {
        margin-left: 35px;
    }
    .menu__item-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        border-radius: 4px;
    }
    .menu__item-svg {
        display: none;
    }
    .menu__item-svg_mobile {
        display: block;
        margin-top: 2px;
    }
    .menu__item-text {
        text-align: left;
        font-size: 12px;
        line-height: 100%;
        margin-left: 8px;
    }
    
    /* Сообщества */ 
    .societies, .news {
        width: 100%;
        height: auto;
        padding: 30px 15px 25px;
        margin: 0;
    }
    .carousel-small__header {
        display: none;
    }
    h2 {
        font-size: 24px;
        color: #424F4B;
        text-align: left;
        line-height: 100%;
    }

    .carousel-small {
        width: 100%;
        margin: 0;
    }
    .carousel-small__body {
        gap: 20px;
        width: 100%;
    }
    .carousel-small-item_square-img {
        width: 110px;
        height: 70px;
        border-radius: 15px;
    }
    .carousel-small-item_square-img > svg {
        width: 44px;
        height: 17px;
    }
    .carousel-small-item_square-text, .carousel-small-item_circle-text {
        font-size: 15px;
        margin-top: 10px;
        max-width: 110px;
        text-align: center;
    }

    /* Большая карусель */ 
    .carousel-big-container {
        display: none;
    }

        /* Новости */ 
    .news {
        margin: 0 0 35px 15px;
        padding: 0;
        height: auto;
    }
    .news-header {
        display: none;
    }
    .carousel-small__body_circles {
        gap: 0px;
        padding-right: 20px;
    }
    .carousel-small-item_circle {
        margin: 0;
        flex-shrink: 0;
        gap: 13px;
    }
    .carousel-small-item_circle-img {
        border-radius: 50%;
        width: 90px;
        height: 90px;
        border: solid #F5F7FA 4.5px;
        background-color: #E7E5E1;
        margin: 2px;
        flex-shrink: 0;
    }
    .carousel-small-item_circle-img:hover {
        box-shadow: 0 0 0 2px #7B9329;
    }
    .carousel-small-item_circle-text {
        margin: 0; 
        width: 120px;
        max-width: none;
        font-size: 14px;
    }

    /* Мобильный баннер */ 
    .banner-carousel {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
        padding: 0 15px;
        margin: 0 0 30px;
        width: 100%;
    }
    .banner_mobile {
        scroll-snap-align: start;
        scroll-margin-left: 15px; 
        width: 100%;
        flex-shrink: 0;
        height: 165px;
        background-color: #7B9329;
        border-radius: 10px;
        margin: 15px auto 20px;
        padding: 30px 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        margin-right: 15px;
    }
    .banner-header {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        color: white;
        max-width: 50%;
    }
    .banner-data {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #0F3027;
        position: absolute;
        bottom: 37px;
        left: 200px;
    }
    .banner-button {
        width: 125px;
        height: 32px;
        background-color: #EBAA07;
        color: white;
        border: none;
        outline: none;
        border-radius: 3px;
        cursor: pointer;
        margin-bottom: 0;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 10px;
    }
    .banner-button:hover {
        background-color: #d49a07;
    }
    .banner-side-img {
        position: absolute;
        top: -15px;
        right: 50px;
        width: 200px;
        height: 200px;
        image-rendering: crisp-edges; 
    }

        /* Мероприятия */
    .heart-icon, .heart-icon_selected {
        width: 27px;
        height: 24px;
    }
    .events {
        width: 100%;
        padding: 0 15px;
        margin: 0 0 30px;
        overflow: hidden;
    }
    .events__body {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
    }
    .events__header {
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }
    .events__header-arrow-body {
        margin: 0 0 0 15px;
    }
    .events__header-text {
        height: auto;
        margin-left: 0;
    }
    .events__header-arrow {
        width: 18px;
        height: 12px;
    }
    .product-card, .product-card2 {
        width: 240px;
        height: 400px;
        padding: 12px;
        margin: 0;
        scroll-snap-align: start;
    }
    .product-card__header {
        width: 100%;
        height: 220px;
        flex-shrink: 0;
    }
    .favorites-button {
        width: 27px;
        height: 24px;
        margin: 14px 11px;
    }
    .product-card__text {
        font-size: 18px;
        line-height: 100%;
        width: 100%;
        max-height: 55px;
        flex-shrink: 0;
    }
    .product-card__price {
        font-size: 20px;
        color: #424F4B;
        text-align: left;
        width: 100%; 
    }
    .product-card__location {
        font-size: 15px;
        margin: 15px auto 18px;    
    }

        /* Истории */ 
    .stories {
        width: 100%;
        padding: 25px 0 30px 30px;
        margin: 0 0 45px;
        border-radius: 10px;
    }
    .stories__header {
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }
    .stories__header-arrow-body {
        margin: 0 0 0 80px;
    }
    .stories__header-text {
        height: auto;
        margin: 0;
    }
    .stories__header-arrow {
        width: 18px;
        height: 12px;
    }
    .stories__body {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
    }
    .story, .story__poster {
        width: 100px;
        height: 176px;
        margin-right: 10px;
        flex-shrink: 0;
        scroll-snap-align: start;
    }
    .story__video {
        border-radius: 10px;
        width: 100%;
        height: 100%;
    }
    .story-play {
        width: 14px;
        height: 16px;
        left: 10px;
        bottom: 10px;
    }
    .story__controls {
        padding: 10px;
    }

        /* Блок с подборкой товаров */ 
    .products-block {
        width: 100%;
        margin: 30px auto 40px;
    }
    .products-block__top {
        flex-direction: column;
        margin-bottom: 20px;
        padding: 0 0 0 15px;
    }
    .products-block-top__left {
        margin-bottom: 20px;
        padding-left: 0;
    }
    .products-block__text {
        font-size: 14px; 
    }
    .products-block__header {
        margin-bottom: 5px;
        position: relative;
    }
    .products-block__header-arrow-body {
        position: static;
        margin: 2px 0 0 10px;
    }

    .products-block__header-arrow {
        width: 18px;
        height: 12px;
    }
    .products-block-top__right {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
        white-space: nowrap;
    }
    .regions-block {
        display: flex;
        gap: 5px;
        min-width: max-content;
        max-height: 100px;
        width: 100%;
    }
    .regions-block-item {
        scroll-snap-align: start;
        height: 38px;
        align-items: center;
        padding: 0 9px 0 0;
        margin: 0;
        background-color: white;
        border-radius: 11px;
        cursor: pointer;
    }
    .regions-block-item__img {
        margin: 7px 5px 7px 9px;
    }
    .regions-block-item__img_belarus {
        width: 26px;
        height: 26px;
        margin: 3px 2px 3px 4px;
    }
    .regions-block-item__img__permskiy {
        width: 32px;
        height: 32px;
        margin: 6px 5px 6px 7px;
    }
    .navigation-container {
        padding: 8px;
        margin-bottom: 50px;
        height: 40px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;

    }
    .products-block__body {
        margin-bottom: 7px;
        width: 100%;
        padding: 0 7px;
        overflow: hidden;
    }
    .navigation-container__item {
        scroll-snap-align: start;
        overflow: hidden;
        width: auto;
        white-space: nowrap;
        font-size: 14px;
    }
    .navigation-container__item:first-child {
        scroll-margin-left: 20px;
    }
    .navigation-container__item:last-child {
        margin-right: 0;
    }

    .navigation-container__item_selected {
        padding: 4px 16px;
    }
    .products-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .products-container-grid {
        gap: 11px 9.2px;
    }
    .product-card2 {
        scroll-snap-align: start;
        flex-shrink: 0; 
        margin: 0;
    }
    .product-card2:first-child, .product-card2:nth-child(3)  {
        margin-left: 0;
    }
    .product-card2:nth-child(2), .product-card2:nth-child(4)  {
        margin-right: 0;
    }
    .product-card2 > .product-card__location {
        margin: auto auto 14px;
        height: 25px;
    }
    .products-block__bottom {
        display: none;
    }
        /* Социальный гид */ 
    .social-guide {
        width: 100%;
        height: auto;
        border-radius: 0;
        background-color: transparent;
        margin: 0;
        padding: 0 15px 0;
        flex-direction: row;
        position: relative;
    }
    .social-guide__header {
        margin: 0 0 10px;
        text-align: left;
    }
    .social-guide__text {
        width: auto;
        font-size: 14px;
        max-width: 80%;
        margin: 0;
    }
    .social-guide__right {
        margin: 0;
        width: 100%;
        height: 300px;
        position: static;
        overflow: visible;
    }
    .social-guide__img {
        position: absolute;
        left: auto;
        right: 0;
        bottom: -80px;
        width: 420px;
        height: 400px;
    }
    .social-guide__button {
        margin: 0;
        width: 200px;
        height: 52px;
        border-radius: 12.5px;
        position: absolute;
        bottom: 30px;
        left: 15px;
        font-size: 11.5px;
    }

        /* Разместиться на Клумбе */ 
    .accommodate {
        width: 100%;
        margin: 0 0 40px;
        background-color: #fff;
        border-radius: 10px;
        padding: 30px 15px 15px;
        position: relative;
        display: flex;
        align-items: center;
    }
    .accommodate__header {
        text-align: left;
        margin: 0 0 10px;
        width: 100%;
    }
    .accomodate__text {
        max-width: 100%;
        font-size: 14px;
        margin: 0 0 20px;
    }
    .accomodate__button {
        width: 250px;
        height: 50px;
        border-radius: 12.5px;
        font-size: 11.5px;
    }
    .accommodate__left {
        height: 190px;
        width: 325px;
    }
    .accommodate__right {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
    }
    .icons-grid {
        width: 372px;
        height: 360px;
    }
    .icons-grid-item {
        width: auto;
        height: 125px;
    }
    .icons-grid-item__icon-container {
        width: 78px;
        height: 78px;
        border-radius: 14.7px;
    }
    .icons-grid-item__text {
        font-size: 12px;
        margin-top: 5px;
    }
    .icons-grid-item__icon_culture {
        width: 45px;
        height: 45px;
    }
    .icons-grid-item__icon_sport {
        width: 28px;
        height: 41px;
    }
    .icons-grid-item__icon_education {
        width: 45px;
        height: 34px;
    }
    .icons-grid-item__icon_medicine {
        width: 41px;
        height: 37px;
    }
    .icons-grid-item__icon_tourism {
        width: 36px;
        height: 36px;
    }
    .icons-grid-item__icon_youth {
        width: 30px;
        height: 32px;
    }
    .icons-grid-item__icon_socials {
        width: 25px;
        height: 39px;
    }
    .icons-grid-item__icon_ecology {
        width: 37px;
        height: 35px;
    }
    .icons-grid-item__icon_HACS {
        width: 36px;
        height: 36.5px;
    }
    .icons-grid-item__icon_legal {
        width: 39px;
        width: 39px;
    }
    .icons-grid-item__icon_psychology {
        width: 37px;
        height: 37px;
    }
    .icons-grid-item__icon_work {
        width: 33px;
        height: 39px;
    }   

        /* Отзывы */
    .reviews {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }
    .reviews__button {
        display: none;
    }
    .reviews-item {
        scroll-snap-align: start;
        width: 100%;
        height: 300px;
        padding: 16px 15px 30px;
        display: flex;
        flex-direction: column;
    }
    .reviews-carousel {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
    }
    .reviews-item__header-container-mobile {
        display: flex;
    }
    .reviews-item__header {
        margin: 10px 10px 0 0;
    }
    .green-quotes_mobile {
        width: 50px;
        height: 50px;
    }
    .reviews-item__top_mobile {
        display: flex;
        margin-bottom: 24px;
    }
    .reviews-item__img {
        width: 56px;
        height: 56px;
    }
    .reviews-item__data {
        height: auto;
        margin: 8px auto 0 15px;
        font-weight: 500;
    }
    .reviews-item__company-name {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #0F3027;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .reviews-item__top {
        display: none;
    }
    .reviews-item__bottom {
        margin-left: 0;
    }
    .green-quotes {
        display: none;
    }
    .reviews-item__text {
        margin: 0;
        font-size: 14px;
        line-height: 125%;
        max-width: 90%;
        max-height: 12rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
    }
    .reviews-item__date_mobile {
        margin: auto 0 0;
        display: block;
        font-size: 12px;
    }
    .reviews__bottom {
        height: 50px;
    }

        /* Футер */
    footer {
        margin-bottom: 20px;
    }
    .footer__top {
        width: auto;
        height: auto;
        background-color: transparent;
        margin: 0;
        padding: 20px 10px;
        margin: 0 15px 20px;
        background-color: #E6E9EE;
    }
    .footer__logo {
        width: 140px;
        height: auto;
    }
    .logo_footer {
        width: 32px;
        height: 32px;
    }
    .logo__text_footer {
        width: 95px;
        height: 22px;
        margin-left: 10px;
    }
    .menu__items_footer {
        display: flex;
        width: 100%;
        margin-left: 22px;
        justify-content: space-between;
    }
    .menu__item_footer {
        margin: 0;
    }
    .menu__item_footer > .menu__item-text {
        font-size: 14px;
        margin-left: 10px;
    }
    .menu__item_footer > .menu__item-icon {
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
    .socials-container {
        display: none;
    }
    .footer__text {
        display: none;

    }
    .footer__bottom {
        width: 100%;
        margin: 0;
        padding: 0 15px;
        display: flex;
    }
    .footer__button {
        display: block;
        width: 170px;
        height: 45px;
        font-size: 16px;
    }
    .footer-links-container {
        margin-left: 40px;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 60%;
    }
    .footer-links-container__item {
        display: block;
        font-size: 14px;
    }
    .footer-links-container__item_mobile {
        display: none;
        margin: 0 20px 15px 0;
    }

    .mobile__header {
        display: flex;
    }
    .mobile__header {
        display: flex;
        justify-content: space-between;
    }
    .back-button {
        background-color: transparent;
        border: none;
        outline: none;
    }
    .mobile__header-text {
        font-weight: 700;
        color: #0F3027;
        line-height: 100%;
    }
    .filter-button {
        background-color: transparent;
        border: none;
        outline: none;
    }
}
@media (max-width: 480px) {
    html, body {
        height: 100%;
        overflow-y: auto;
    }
    body {
        min-width: unset;
        min-height: unset;
        width: 100%;
        height: auto;
        overflow-x: hidden;
        padding-bottom: 50px;
        touch-action: pan-y;
    }
    .mobile-navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        height: 50px;
        background-color: #fff;
        padding: 8px 20px;
    }
    .mobile-navigation__item {
        width: 40px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-decoration: none;
        background-color: transparent;
        outline: none;
        border: none;
        z-index: 1100;
    }
    .profile-img {
        width: 35px;
        height: 35px;
    }
    .mobile-navigation__item-path {
        fill: #96A7A1;
    }
    .mobile-navigation__item_opened {
        p {
            color: #424F4B;
        }
        .mobile-navigation__item-path {
            fill: #424F4B;
        }
    }
    .mobile-navigation-item__text {
        color: #96A7A1;
        margin: 5px 0 0;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 100%;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        min-height: 100vh;

    }

    /* Header */
    .catalog, .search-form, .header-icons {
        display: none;
    }
    .main-header {
        width: 100%;
        height: auto;
        padding: 12px 15px;

        justify-content: space-between;
        align-items: center;
    }
    .header__logo {
        width: 120px;
        height: 28px;
    }
    .logo {
        width: 28px;
        height: 28px;
    }
    .logo__text {
        width: 82px;
        height: 19px;
    }
    .button-accommodate {
        display: block;
        width: 123px;
        height: 28px;
        background-color: #7B9329;
        color: white;
        font-weight: 500;
        font-size: 8px;
        border: none;
        border-radius: 2px;
    }

    /* Меню */
    .menu-main {
        flex-direction: column-reverse;
        padding: 8px 14px  20px;
        width: 100%;
        overflow: hidden;
        border-radius: 0 0 10px 10px;
    }
    .region {
        justify-content: start;
        margin: 0 0 8px;
    }
    .region__icon {

    }
    .region__icon > svg {
        width: 16px;
        height: 16px;
    }
    .region__text {
        font-size: 13px;
        max-width: 80%;
    }
    .catalog-button-img, .filters__svg{
        width: 24px;
        height: 24px;
    }
    .mobile-search-container {
        display: flex;
        margin-bottom: 15px;
    }
    .catalog-button {
        width: 54px;
        height: 54px;
        border-radius: 11px;
        border: none;
        outline: none;
        cursor: pointer;
        background-color: #F0EFEC;
        flex-shrink: 0;
    }
    .search-form_mobile {
        width: 100%;
        height: auto;
        margin-left: 8px;
    }
    .search {
        height: 100%;
        width: 100%;
    }
    .magnifying-glass-button {
        width: 54px;
        height: 100%;
        margin: 0;
        border-radius: 10px 0 0 10px; 
    }
    .search-field {
        width: 84%;
        height: 100%;
        max-width: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }
    .search-filters-button {
        width: 54px;
        height: 100%;
        border-radius: 0 10px 10px 0; 
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F0EFEC;
        cursor: pointer;
    }
    .menu__items {
        width: auto;
        max-width: 340px;
        height: 25px;
    }
    .menu__item {
        margin-left: 13px;
    }
    .menu__item-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        border-radius: 4px;
    }
    .menu__item-svg {
        display: none;
    }
    .menu__item-svg_mobile {
        display: block;
        margin-top: 2px;
    }
    .menu__item-text {
        text-align: left;
        font-size: 12px;
        line-height: 100%;
        margin-left: 8px;
    }
    
    /* Сообщества */ 
    .societies, .news {
        width: 100%;
        height: auto;
        margin: 20px auto 28px 15px;
    }
    .carousel-small__header {
        display: none;
    }
    h2 {
        font-size: 24px;
        color: #424F4B;
        text-align: left;
        line-height: 100%;
    }

    .carousel-small {
        width: 100%;
        margin: 0;
    }
    .carousel-small__body {
        gap: 15px;
    }
    .carousel-small-item_square-img {
        width: 80px;
        height: 52px;
        border-radius: 11px;
    }
    .carousel-small-item_square-img > svg {
        width: 44px;
        height: 17px;
    }
    .carousel-small-item_square-text, .carousel-small-item_circle-text {
        font-size: 11px;
        margin-top: 7px;
        text-align: center;
    }

    /* Большая карусель */ 
    .carousel-big-container {
        display: none;
    }

        /* Новости */ 
    .news {
        margin: 28px 0 15px 5px;
        height: auto;
    }
    .news-header {
        display: none;
    }
    .carousel-small__body_circles {
        gap: 5px;
        padding-right: 20px;
    }
    .carousel-small-item_circle {
        margin: 0 1.5px;
        flex-shrink: 0;
    }
    .carousel-small-item_circle-img {
        border-radius: 50%;
        width: 78px;
        height: 78px;
        border: solid #F5F7FA 3px;
        background-color: #E7E5E1;
        margin: 2px;
        flex-shrink: 0;
    }
    .carousel-small-item_circle-img:hover {
        box-shadow: 0 0 0 2px #7B9329;
    }
    .carousel-small-item_circle-text {
        margin: 8px auto 0; 
        width: 90px;
    }

    /* Мобильный баннер */ 
    .banner-carousel {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
        margin-left: 15px;
    }
    .banner_mobile {
        scroll-snap-align: start;
        scroll-margin: 2px; 
        width: 340px;
        flex-shrink: 0;
        height: 140px;
        background-color: #7B9329;
        border-radius: 10px;
        margin: 15px auto 20px;
        padding: 16px 11px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        margin-right: 15px;
    }
    .banner-header {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 15px;
        color: white;
        max-width: 65%;
    }
    .banner-data {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #52611F;
    }
    .banner-button {
        width: 100px;
        height: 25px;
        background-color: #EBAA07;
        color: white;
        border: none;
        outline: none;
        border-radius: 2px;
        cursor: pointer;
        margin-bottom: 8px;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 8px;
    }
    .banner-button:hover {
        background-color: #d49a07;
    }
    .banner-side-img {
        position: absolute;
    }
    .banner-side-img {
        top: -10px;
        right: -9px;
        width: 160px;
        height: 160px;
        image-rendering: crisp-edges; 
    }

        /* Мероприятия */
    .heart-icon, .heart-icon_selected {
        width: 20px;
        height: 17px;
    }
    .events {
        width: 356px;
        margin: 20px auto 25px;
        overflow: hidden;
    }
    .events__body {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
    }
    .events__header {
        width: 100%;
        height: auto;
        margin-bottom: 17px;
    }
    .events__header-arrow-body {
        margin: 0 9px 0 0;
    }
    .events__header-text {
        height: auto;
        margin-left: 8px;
    }
    .events__header-arrow {
        width: 18px;
        height: 12px;
    }
    .product-card, .product-card2 {
        width: 172px;
        height: 282px;
        padding: 8px;
        margin: 0 6px;
        scroll-snap-align: start;
    }
    .product-card__header {
        width: 156px;
        height: 156px;
        flex-shrink: 0;
    }
    .favorites-button {
        width: 20px;
        height: 17px;
        margin: 10px 8px;
    }
    .product-card__text {
        font-size: 13px;
        line-height: 100%;
        width: 100%;
        max-height: 40px;
    }
    .product-card__price {
        font-size: 14px;
        color: #424F4B;
        text-align: left;
        width: 100%; 
    }
    .product-card__location {
        font-size: 11px;
        margin: 15px auto 8px;    
    }

        /* Истории */ 
    .stories {
        width: 100%;
        padding: 25px 0 27px 15px;
        margin: 25px 0 30px;
        border-radius: 10px;
    }
    .stories__header {
        margin-bottom: 15px;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }
    .stories__header-arrow-body {
        margin: 0 16px 0 0;
    }
    .stories__header-text {
        height: auto;
        margin: 0;
    }
    .stories__header-arrow {
        width: 18px;
        height: 12px;
    }
    .stories__body {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
    }
    .story, .story__poster {
        width: 100px;
        height: 176px;
        margin-right: 10px;
        flex-shrink: 0;
        scroll-snap-align: start;
    }
    .story__video {
        border-radius: 10px;
        width: 100%;
        height: 100%;
    }
    .story__controls {
        padding: 10px;
    }

        /* Блок с подборкой товаров */ 
    .products-block {
        width: 100%;
        margin: 30px auto 40px;
    }
    .products-block__top {
        flex-direction: column;
        margin-bottom: 4px;
        padding: 0 0 0 10px;
    }
    .products-block-top__left {
        margin-bottom: 15px;
        padding-left: 5px;
    }
    .products-block__text {
        font-size: 14px; 
    }
    .products-block__header {
        margin-bottom: 5px;
        position: relative;
    }
    .products-block__header-arrow-body {
        position: absolute;
        right: 17px;
        top: 29px;

        margin: 0;
    }

    .products-block__header-arrow {
        width: 18px;
        height: 12px;
    }
    .products-block-top__right {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
        white-space: nowrap;
    }
    .regions-block {
        display: inline-grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(2, auto);
        gap: 2px;
        min-width: max-content;
        max-height: 100px;
        width: 120%;
    }
    .regions-block-item {
        scroll-snap-align: start;
        height: 38px;
        align-items: center;
        padding: 0 9px 0 0;
        margin: 0 5px 10px;
        background-color: white;
        border-radius: 11px;
        cursor: pointer;
    }
    .regions-block-item__img {
        margin: 7px 5px 7px 9px;
    }
    .regions-block-item__img_belarus {
        width: 26px;
        height: 26px;
        margin: 3px 2px 3px 4px;
    }
    .regions-block-item__img__permskiy {
        width: 32px;
        height: 32px;
        margin: 6px 5px 6px 7px;
    }
    .navigation-container {
        padding: 8px;
        margin-bottom: 9px;
        height: 40px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;

    }
    .products-block__body {
        margin-bottom: 7px;
        width: 100%;
        padding: 0 7px;
        overflow: hidden;
    }
    .navigation-container__item {
        scroll-snap-align: start;
        overflow: hidden;
        width: auto;
        white-space: nowrap;
        font-size: 14px;
    }
    .navigation-container__item:first-child {
        scroll-margin-left: 20px;
    }
    .navigation-container__item:last-child {
        margin-right: 0;
    }

    .navigation-container__item_selected {
        padding: 4px 16px;
    }
    .products-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .products-container-grid {

        gap: 12px;
    }
    .product-card2 {
        scroll-snap-align: start;
        flex-shrink: 0; 
        margin: 0;
    }
    .product-card2:first-child, .product-card2:nth-child(3)  {
        margin-left: 0;
    }
    .product-card2:nth-child(2), .product-card2:nth-child(4)  {
        margin-right: 0;
    }
    .product-card2 > .product-card__location {
        margin: auto auto 14px;
        height: 25px;
    }
    .products-block__bottom {
        display: none;
    }
        /* Социальный гид */ 
    .social-guide {
        width: 100%;
        height: 567px;
        border-radius: 0;
        background-color: transparent;
        margin: 40px 0 30px;
        padding: 0 15px 0;
        flex-direction: column;
    }
    .social-guide__header {
        margin: 0 0 10px;
        text-align: left;
    }
    .social-guide__text {
        width: auto;
        font-size: 14px;
        max-width: 90%;
        margin: 10px auto 5px 5px;
    }
    .social-guide__right {
        margin: 0;
        width: 100%;
        height: 353px;
        position: relative;
        overflow: hidden;

    }
    .social-guide__img {
        position: relative;
        left: -10px;
        right: auto;
        bottom: auto;
        width: 373px;
        height: 352px;
    }
    .social-guide__button {
        margin: 0;
        width: 340px;
        height: 80px;
        border-radius: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 20px;
    }

        /* Разместиться на Клумбе */ 
    .accommodate {
        width: 100%;
        margin: 15px 0 7.5px;
        background-color: #fff;
        border-radius: 10px;
        padding: 30px 15px 14px;
        position: relative;
    }
    .accommodate__header {
        text-align: left;
        margin: 0 0 7px;
    }
    .accomodate__text {
        max-width: 90%;
        font-size: 14px;
        margin-bottom: 380px;
    }
    .accomodate__button {
        width: 340px;
        height: 63px;
        border-radius: 15px;
        font-size: 14px;
    }
    .accommodate__left {
        height: auto;
        width: auto;
    }
    .accommodate__right {
        position: absolute;
        width: 340px;
        height: 328.5px;
        margin-right: 0;
        left: 15px;
        bottom: 83.5px;
    }
    .icons-grid {
        width: auto;
        height: auto;
    }
    .icons-grid-item {
        width: 71px;
        height: 104px;
    }
    .icons-grid-item__icon-container {
        width: 71.3px;
        height: 71.3px;
        border-radius: 14.7px;
    }
    .icons-grid-item__text {
        font-size: 12px;
        margin-top: 6.5px;
    }
    .icons-grid-item__icon_culture {
        width: 42px;
        height: 42px;
    }
    .icons-grid-item__icon_sport {
        width: 26px;
        height: 38px;
    }
    .icons-grid-item__icon_education {
        width: 42px;
        height: 31px;
    }
    .icons-grid-item__icon_medicine {
        width: 38px;
        height: 34px;
    }
    .icons-grid-item__icon_tourism {
        width: 33px;
        height: 33px;
    }
    .icons-grid-item__icon_youth {
        width: 28px;
        height: 30px;
    }
    .icons-grid-item__icon_socials {
        width: 23px;
        height: 35px;
    }
    .icons-grid-item__icon_ecology {
        width: 34px;
        height: 32px;
    }
    .icons-grid-item__icon_HACS {
        width: 33px;
        height: 34px;
    }
    .icons-grid-item__icon_legal {
        width: 36px;
        width: 36px;
    }
    .icons-grid-item__icon_psychology {
        width: 34px;
        height: 34px;
    }
    .icons-grid-item__icon_work {
        width: 30px;
        height: 36px;
    }   

        /* Отзывы */
    .reviews {
        width: 100%;
        margin: 14px 0 0;
    }
    .reviews__button {
        display: none;
    }
    .reviews-item {
        scroll-snap-align: start;
        width: 100%;
        height: 365px;
        padding: 16px 14px 24px;
        display: flex;
        flex-direction: column;
    }
    .reviews-carousel {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
    }
    .reviews-item__header-container-mobile {
        display: flex;
    }
    .reviews-item__header {
        margin: 10px 10px 0 0;
    }
    .green-quotes_mobile {
        width: 50px;
        height: 50px;
    }
    .reviews-item__top_mobile {
        display: flex;
        margin-bottom: 24px;
    }
    .reviews-item__img {
        width: 56px;
        height: 56px;
    }
    .reviews-item__data {
        height: auto;
        margin: 8px auto 0 15px;
    }
    .reviews-item__company-name {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #0F3027;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .reviews-item__top {
        display: none;
    }
    .reviews-item__bottom {
        margin-left: 0;
    }
    .green-quotes {
        display: none;
    }
    .reviews-item__text {
        margin: 0;
        font-size: 14px;
        line-height: 125%;
        max-width: 90%;
        max-height: 12rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
    }
    .reviews-item__date_mobile {
        margin: auto 0 0;
        display: block;
        font-size: 12px;
    }
    .reviews__bottom {
        height: 50px;
    }

        /* Футер */
    .footer__top {
        width: 100%;
        height: auto;
        background-color: transparent;
        margin: 0;
        padding: 15px;
    }
    .footer__logo {
        width: 163px;
        height: auto;
    }
    .logo_footer {
        width: 38px;
        height: 38px;
    }
    .logo__text_footer {
        width: 117px;
        height: 27px;
        margin-left: 13px;
    }
    .menu__items_footer {
        display: none;
    }
    .socials-container {
        display: flex;
    }
    .footer__text {
        display: block;
        margin-left: 15px;
        max-width: 90%;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: #70827D;
        margin-bottom: 15px;
    }
    .footer__bottom {
        width: 100%;
        margin: 0;
        display: flex;
    }
    .footer__button {
        display: none;
    }
    .footer-links-container {
        margin-left: 0;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 100%;
    }
    .footer-links-container__item {
        display: none;
    }
    .footer-links-container__item_mobile {
        display: block;
        margin: 0 20px 15px 0;
    }

    .mobile__header {
        display: flex;
    }
    .mobile__header {
        display: flex;
        justify-content: space-between;
    }
    .back-button {
        background-color: transparent;
        border: none;
        outline: none;
    }
    .mobile__header-text {
        font-weight: 700;
        color: #0F3027;
        line-height: 100%;
    }
    .filter-button {
        background-color: transparent;
        border: none;
        outline: none;
    }
}
