/* Сообщества */ 
.societies {
    display: flex;
    max-width: 1250px;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    margin: 45px auto 37px;
}
.carousel-small__header {
    margin: 20px 0 auto 30px;
    display: flex;
    align-items: center;

}
.soobs__header {
    display: none;
}
h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #424F4B;
    text-align: right;
    margin: auto;
    line-height: 95%;
}

.carousel-small {
    display: flex;
    flex-direction: row;
    margin: 0 0 0 17px;
    flex: 1 1 auto;
    overflow-x: auto;
    max-width: calc(100% - 170px);
}
.carousel-small__body {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 26px;
}
.carousel-small__body::-webkit-scrollbar {
    display: none; /* Скрыть scrollbar в Chrome/Safari */
}


.carousel-small__arrow_left, .carousel-small__arrow_right {
    display: flex;
    justify-content: center;
    margin: 70px 0 110px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
}
.carousel-small-item_square, .carousel-small-item_circle {
    background-color: transparent;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: none;
    cursor: pointer;
    padding: 0;
    scroll-snap-align: start;
}
.carousel-small-item_square {
    flex: 0 0 auto;
    scroll-snap-align: start; /* Для прилипания */
    transform: translateZ(0); /* Аппаратное ускорение */
}
.carousel-small-item_square-img {
    width: 140px;
    height: 90px;
    border-radius: 14px;
    background-color: #E7E5E1;
    display: flex;
    align-items: center;
    justify-content: center;

}
.carousel-small-item_square-img > svg {
    width: 76px;
    height: 31px;
}
.carousel-small-item_square-text, .carousel-small-item_circle-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #535353;
    text-align: center;
    margin: auto;
    margin-top: 12px;
}

/* Большая карусель */ 
.carousel-big-container {
    width: 1250px;
    height: 287px;
    overflow: hidden; 
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 37px auto 46px;
    position: relative;
}
.carousel-big {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 278px;
    transition: transform 1s ease; 
    gap: 20px;
}
.carousel-big__arrow {
    position: absolute;
    background-color: #FFFFFF;
    width: 25px;
    height: 25px;
    opacity: 0.6;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 100;
    top: 135px;
}
.carousel-big__arrow:hover {
    background-color: #cecece;
}
.carousel-big__arrow_left {
    left: 10px;
}
.carousel-big__arrow_right {
    right: 10px;
}
.carousel-big__arrow > svg:first-child {
    margin: 7.5px 6.5px;
}
.carousel-big__item {
    display: block;
    width: 1250px;
    height: 278px;
    flex-shrink: 0;
    background-color: #0F3027;
    border-radius: 8px;
    position: relative;
}
.carousel-big__header {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #ffffff;
    text-align: left;
    margin: 50px 0 37px 60px;
}
.carousel-big__bottom-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 13px 0 60px;
}
.carousel-big__button_green {
    background-color: #7B9429;
    border: none;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    border-radius: 10px;
    width: 195px;
    height: 55px;
    cursor: pointer;
}
.carousel-big__button_green:hover {
    background-color: #657C19;
}
.carousel-big__button_yellow {
    width: 146px;
    height: 45px;
    background-color: #EBAA07;
    border: none;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    border-radius: 2px;
}
.carousel-big__background {
    width: 909px;
    height: 43px;
}
.carousel-big__side-img {
    position: absolute;
    top: -10px;
    right: 66px;
    width: 590px;
    height: 290px;
}

.carousel-big__item-text {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #424F4B;
    margin: 0 0 0 40px;
}
/* Мобильный баннер */ 
.banner_mobile {
    display: none;
}

/* Новости */ 
.news {
    display: flex;
    max-width: 1250px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin: 46px auto 58px;
}
.news-header {
    margin-top: 25px;
    margin-left: 60px;
    flex: 0 0 170px;
}
.carousel-small__body_circles {
    gap: 10px;
}
.carousel-small-item_circle {
    gap: 10px;
}
.carousel-small-item_circle-img {
    border-radius: 50%;
    width: 99px;
    height: 99px;
    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 {
    width: 115px;
}

/* Мероприятия */

.events {
    max-width: 1250px;
    width: 100%;
    margin: 58px auto 36px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.events__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    margin: 0 10px 24px 10px;
}
.events__header-arrow-body {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 40px;
}
.events__header-text {
    height: 35px;
}
.events__header-arrow {
    width: 26px;
    height: 18px;
}
.events__body {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/* Истории */ 
.stories {
    width: auto;
    margin: 36px 10px 61px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    background-color: #fff;
    padding: 20px 10px 26px;
    border-radius: 13px;
}
.stories__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 35px;
    margin-bottom: 24px;
}
.stories__header-arrow-body {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 24px;
}
.stories__header-text {
    height: 35px;
}
.stories__header-arrow {
    width: 26px;
    height: 18px;
}
.stories__body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    gap: 4px;
}
.story {
    position: relative;
    width: 135px;
    height: 235px;
}
.story__video {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    cursor: pointer;
    border: none;
    outline: none;
}
.story__poster{
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}
.story-play {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    bottom: 12px;
    left: 13.5px;
    width: 20px;
    height: 22px;
}
/* Блок с подборкой товаров */ 
.products-block {
    max-width: 1251px;
    width: 100%;
    margin: 61px auto 43px;
}
.products-block__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0 10px;
}
.products-block-top__left {
    flex: 0 0 auto;
}
.products-block__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #424F4B;
    text-align: left;   
}

.products-block__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.products-block__header-arrow-body {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0 0 24px;
}
.products-block__header-text {
    margin: 0;
}
.products-block__header-arrow {
    width: 24px;
    height: 17px;
}
.regions-block {
    display: flex;
    flex-flow: row wrap;
    row-gap: 8px;
}
.regions-block-item {
    display: flex;
    height: 40px;
    align-items: center;
    padding: 6px 20px 6px 10px;
    margin: 0 5px;
    background-color: white;
    border-radius: 11px;
    cursor: pointer;
}
.regions-block-item__img {
    margin-right: 10px;
}

.regions-block-item__name {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #535353;
    text-align: left;   
}
.navigation-container {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 28px;
    background: linear-gradient(90deg, #EBF3CF 0%, #96B4AC 100%);
    padding: 17px 13px 16px;
    border-radius: 28.5px;
    overflow: hidden;
    flex-flow: row wrap;
    row-gap: 12px;
}
.products-block__body {
    margin-bottom: 11px;
}
.navigation-container__item {
    outline: none;
    border: none;
    height: 24px;
    margin: 0 7.5px;
    background-color: transparent;
    color: #0F3027;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center; 
    cursor: pointer;
    line-height: 100%;
    flex-shrink: 0;
}
.navigation-container__item:first-child {
    margin-left: 0;
}
.navigation-container__item:last-child {
    margin-right: 0;
}

.navigation-container__item_selected {
    border-radius: 12px;
    padding: 2px 15px;
    color: white;
    background-color: #0F3027;
}
.show-all-link {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center; 
    cursor: pointer;
    color: #424F4B;
    border-bottom: solid #424F4B 1px;
}
/* Социальный гид */ 
.social-guide {
    max-width: 1250px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    border-radius: 13.5px;
    background-color: #fff;
    margin: 43px auto 38px;
    padding: 23px 40px 25px;
}
@media (max-width: 1009px) {
    .social-guide {
        justify-content: center;
        gap: 15px;
    }
}

.social-guide__header {
    margin: 29px 0 40px;
    text-align: left;
}
.social-guide__text {
    width: 557px;
    line-height: 125%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left; 
    color: #424F4B;
}
.social-guide__right {
    position: relative;
}
.social-guide__img {
    width: 373px;
    height: 352px;
}
.social-guide__button {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 35px;
    width: 294px;
    height: 60px;
    color: white;
    background-color: #7B9329;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}
/* Разместиться на Клумбе */
.accommodate-mobile {display: none;}
.accommodate {
    max-width: 1250px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 38px auto 32px;
}
.accommodate__left {

}
.accommodate__header {
    text-align: left;
    margin: 30px 0 40px;
}
.accomodate__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    text-align: left;
    width: 403px;
    color: #424F4B;
    margin-bottom: 62px;
}
.accomodate__button {
    color: white;
    width: 340px;
    height: 63px;
    background-color: #7B9329;
    border-radius: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
}
.accommodate__right {
    width: 558px;
    
}
.icons-grid {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
}
.icons-grid-item {
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    height: 170px;
}

.icons-grid-item__icon-container {
    width: 117px;
    height: 117px;
    border-radius: 24px;
    border: solid 1px #D2D2D2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icons-grid-item__icon_culture {
    width: 68px;
    height: 68px;
}
.icons-grid-item__icon_sport {
    width: 42px;
    height: 62px;
}
.icons-grid-item__icon_education {
    width: 68px;
    height: 52px;
}
.icons-grid-item__icon_medicine {
    width: 62px;
    height: 56px;
}
.icons-grid-item__icon_tourism {
    width: 54px;
    height: 54px;
}
.icons-grid-item__icon_youth {
    width: 47px;
    height: 48px;
}
.icons-grid-item__icon_socials {
    width: 38px;
    height: 58px;
}
.icons-grid-item__icon_ecology {
    width: 55px;
    height: 52px;
}
.icons-grid-item__icon_HACS {
    width: 54px;
    height: 55px;
}
.icons-grid-item__icon_legal {
    width: 59px;
    width: 59px;
}
.icons-grid-item__icon_psychology {
    width: 56px;
    height: 57px;
}
.icons-grid-item__icon_work {
    width: 49px;
    height: 58px;
}
.icons-grid-item__icon-container > .icons-grid-item__icon > path {
    fill: #7B9329;
}
.icons-grid-item__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    margin-top: 8px;
}
.icons-grid-item:hover > .icons-grid-item__icon-container {
    background-color: #7B9329;
}
.icons-grid-item:hover > .icons-grid-item__icon-container > .icons-grid-item__icon > path {
    fill: white;
}
/* Отзывы */
.reviews {
    width: 1250px;
    overflow: hidden;
    position: relative;
    margin: 32px auto 0;
    display: flex;
    flex-direction: row;
}
.reviews__button {
    position: absolute;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #888888;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #888888;
    height: 22px;
    top: 35px;
    right: 10px;
    cursor: pointer;
}
.reviews-carousel {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: transform 1s ease; 
    gap: 20px;
}
.reviews-item {
    width: 1250px;
    height: 395px;
    flex-shrink: 0; 
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}
.reviews-item__top {
    display: flex;
    justify-content: flex-start;
    margin: 40px 0 55px 40px;
}
.reviews-item__img {
    width: 126px;
    height: 126px;
    border-radius: 50%;
}
.reviews-item__data {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 115px;
    margin: 13px 0 0 40px;
}
.reviews-item__date {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #888888;
    margin-bottom: 5px;
    
}
.reviews-item__name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #0F3027;
    margin: 0 0 14px;
    flex-shrink: 0;
    line-height: 120%;
    max-height: 3.3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.reviews-item__stars {
    display: flex;
    width: 206px;
    justify-content: space-between;
}
.reviews-item__bottom {
    display: flex;
    margin-left: 28px;
}
.green-quotes {
    width: 50px;
    height: 50px;
}
.reviews-item__text {
    margin: 4px 0 0 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #5A5A5A;
    max-width: 80%;
    max-height: 7.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.reviews-item__header-container-mobile, .reviews-item__date_mobile, .reviews-item__top_mobile {
    display: none;
}
.reviews__bottom {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-window {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgb(16,29,25, 0.8);
    width: 100%;
    height: 100%;
    cursor: pointer;
    scrollbar-width: none;
}
.modal-container {
    position: relative;
    max-width: 90%;
    width: auto;
    max-height: 90vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}
.registration {
    display: none;
    width: 470px;
    margin: 100px auto;
    background-color: #fff;
    z-index: 400;
    border-radius: 20px;
    position: relative;
    flex-direction: column;

    transform: translateY(0);
}
.registration__main {
    display: none;
    cursor: default;
    flex-direction: column;
    justify-content: center;
}
.modal-exit {
    position: absolute;
    right: -40px;
    top: 0;
    cursor: pointer;
}
.modal-exit__svg_cross {
    width: 22px;
    height: 22px;
}

.registration__provider {
    display: none;
}

.form-group_TIN {
    margin-bottom: 28px;
}

.form-group_with-background {
    background-color: #F1F0ED;
    border-radius: 46px;
    margin-right: auto;
    padding: 8px 20px 8px 8px;
    height: 35px;
    margin-bottom: 15px;
    align-items: center;
    flex-direction: row;
}
.form-group_with-background:hover {
    background-color: rgb(219, 213, 201);
}
.form-group_with-background.selected {
    background-color: #424F4B; 
    color: white;
}
.selected-form-group {
    color: white;
    background-color: #424F4B;
}
.modal-input__radio_shadowed {
    width: 18px !important;
    height: 18px !important;
    box-shadow: inset 0 1px 2.6px -1px rgba(0, 0, 0, 0.25);
}
.registration-legend_category {
    margin-bottom: 15px;
}

.password-recovery {
    display: none;
}
.radio2_recovery {
    margin: 40px auto;
}
.recovery-legend {
    font-size: 14px;
    font-weight: 400;
}

.remember:checked ~ .revocery-form__login {
    display: none;
}
.revocery-form__email {
    display: none;
}
.modal-exit_toggle {
    display: none;
}

.registr-alert {
    display: none;
    width: 470px;
    margin: 100px auto;
    z-index: 400;
    border-radius: 20px;
    position: relative;
    flex-direction: column;

    transform: translateY(0);
    background-color: #F5F7FA;
}
.registr-alert__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.registr-alert__img {
    width: 83px;
    height: 83px;
}
.registr-alert__button {
    margin-top: 15px;
}

.location {
    display: none;
    width: 630px;
    margin: 100px auto;
    background-color: #fff;
    z-index: 400;
    border-radius: 20px;
    position: relative;
    flex-direction: column;

    transform: translateY(0);
}
.location__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
}
.button__enter_location {
    height: 70px;
    background-color: #0F3027;
}
.custom-select {
    display: flex;
}

/* Новости */
.modal-news {
    display: none;
    width: 430px;
    margin: 100px auto;
    background-color: transparent;
    z-index: 400;
    position: relative;

    transform: translateY(0);
    cursor: default;
}
.modal-news > .modal-exit {
    right: -37px;
    z-index: 500;
}
.modal-news > .modal-exit_cross > .modal-exit__svg_cross > path {
    stroke: white;
}
.modal-button_left {
    height: 100%;
    position: absolute;
    left: -52px;
    top: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.modal-button_right {
    height: 100%;
    position: absolute;
    right: -52px;
    top: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wide-track {
    position: absolute;
    top: 15px;
    left: 50%;
    height: 3px;
    width: 90%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    z-index: 300;
}
.wide-track__element {
    background-color: rgb(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    border-radius: 2px;
}
.wide-track__element.focused {
    background-color: rgb(0, 0, 0, 0.6);
}
.modal-news__content {
    display: flex;
    width: 430px;
    height: 760px;
    justify-content: center;
    overflow: hidden;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    border-radius: 20px;
}
.modal-news__carousel {
    display: flex;
    width: 430px;
    height: 760px;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    transition: transform 0.4s ease-out;
}
.modal-news-card {
    width: 430px;
    height: 100%;
    background-color: #F8FFDF;
    border-radius: 20px;
    padding: 25px 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.modal-news-card__img {
    margin: 40px 0 40px;
    width: 354px;
    height: 354px;
}
.modal-news-card__bottom {
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.modal-news-card__header {
    color: #0F3027;
    text-align: left;
    margin: 0;
}
.modal-news-card__text {
    font-size: 16px;
    color: #0F3027;
    line-height: 125%;
    margin: 12px 0 auto;

}
.modal-news-card__button {
    background-color: #7B9329;
    border-radius: 10px;
    width: 210px;
    height: 44px;
    color: #fff;
    cursor: pointer;
    border: none;
    flex-shrink: 0;
    margin-top: 10px;
}


/* Сторис */

.modal-stories {
    display: none;
    width: 430px;
    margin: auto;
    background-color: transparent;
    z-index: 400;
    position: relative;
    transform: translateY(0);
    cursor: default;
    justify-content: center;
}
.modal-stories > .modal-stories__content > .modal-story > .modal-exit_cross > .modal-exit__svg_cross > path {
    stroke: white;
}
.modal-stories__content {
    height: 760px;
    overflow: hidden;
}
.modal-story {
    display: none;
    width: 430px;
    height: 760px;
    justify-content: center;
    overflow: hidden;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
}
.modal-story > video {
    height: 100%;
    min-width: 100%;
}
.custom-controls {
    position: absolute;
    bottom: 12px;
    width: 93%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(20, 20, 20, 0.6);
    padding: 4px 2px 2px 2px;
    border-radius: 4px;
}
.custom-videoplayer {
    cursor: pointer;
    background-color: black;
    object-fit: cover;
    object-position: center;
}
.play-pause-btn, .mute-btn, .download-btn {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.current-time, .duration {
    color: white;
    font-size: 10px;
    line-height: 100%;
    font-weight: 400;
}
.progress-container {
    width: 285px;
    cursor: pointer;
    padding: 10px 0;
}
.progress-bar {
    width: 100%;

    height: 2px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255, 0.5);
}
.progress-filled {
    height: 2px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
}
.download-btn {
    position: absolute;
    top: 19px;
    left: 22px;
}
.item-link {
    position: absolute;
    bottom: 65px;
    width: 400px;
    height: 60px;
    border-radius: 7px;
    padding: 8px 8px 10px;
    background-color: #fff;
    display: flex;
    text-decoration: none;
}
.item-link__left {
    width: 50px;
    height: 42px;
    flex-shrink: 0;
}
.item-link__img {
    width: 100%;
    height: 100%;
}
.item-link__right {
    margin-left: 7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 80%;
}
.item-link__header {
    color: #424F4B;
    font-weight: 600;
    font-size: 14px;
    line-height: 90%;
    margin: 0 0 auto;

}
.item-link__price {
    color: #424F4B;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    margin: auto 0 0;
}
.download-btn__svg {
    width: 18px;
    height: 19px;
}
.play-btn__svg {
    width: 14px;
    height: 15px;
} 
.mute-btn__svg {
    width: 19px;
    height: 15px;
}
.products-block__bottom {
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
 /* Сообщества */ 
    .societies {
        /*height: 73px;*/
        margin: 19px 14px 29px 14px;
        flex-direction: column;
    }
    .carousel-small__header {
        display: none;
    }
    h2 {
        font-size: 24px;
        color: #424F4B;
        text-align: left;
        line-height: 100%;
    }
    .soobs__header {
        display: flex;
        width: calc(100% - 28px);
        height: auto;
        margin: 0 0 17px 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .soobs__header-text {
        margin: 0;
        height: auto;
    }
    .soobs__header-arrow-body {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .carousel-small {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
    
    .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;
    }

    /* Большая карусель */
    .carusel-top {
        display: none;
    }
    .carousel-big-container {
        display: none;
    }
      /* Новости */ 
    .news {
        width: 100%;
        margin: 0 14px 15px 14px;
        height: auto;
    }
    .news-header {
        display: none;
    }
    .carousel-small__body_circles {
        gap: 5px;
    }
    .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: 14px;
    }
    .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; 
    }
     /* Мероприятия */
    
    .events {
        width: 100%;
        margin: 10px auto 25px;
        overflow: hidden;
        padding: 0 14px;
    }
    .events__body {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
    }
    .events__header {
        width: 100%;
        height: auto;
        margin: 0 10px 17px 0;
    }
    .events__header-arrow-body {
        margin: 0 9px 0 0;
    }
    .events__header-text {
        height: auto;
        margin-left: 0;
    }
    .events__header-arrow {
        width: 18px;
        height: 12px;
    }

     /* Истории */ 
    .stories {
        width: 100%;
        padding: 25px 0 27px 14px;
        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 14px;
    }
    .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;
        flex-flow: row;
    }
    .products-block__body {
        margin-bottom: 7px;
        width: 100%;
        padding: 0 14px;
        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;
    }

     /* Социальный гид */ 
    .social-guide {
        width: 100%;
        height: 567px;
        border-radius: 0;
        background-color: transparent;
        margin: 40px 0 30px;
        padding: 0 14px 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: 50%;
        margin: 0;
        transform: translateX(-50%);
    }
    .social-guide__button {
        margin: 0;
        width: 330px;
        height: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

        /* Разместиться на Клумбе */ 
    .accommodate {display: none;}
    .accommodate-mobile {
        width: 100%;
        margin: 14px 0 7.5px;
        background-color: #fff;
        border-radius: 10px;
        padding: 30px 14px 17px 14px;
        display: block;
        text-align: center;
    }
    .accommodate__header {
        text-align: left;
        margin: 0 0 7px;
    }
    .accomodate__text {
        max-width: 90%;
        font-size: 14px;
       margin-bottom: 24px;
    }
    .accommodate__right {
        position: absolute;
        width: 340px;
        height: 328.5px;
        margin-right: 0;
        left: 15px;
        bottom: 83.5px;
    }
    .accomodate__button {
        margin-top: 17px;
        width: 330px;
    }
    .icons-grid { 
        display: grid;
      width: 100%;
      /* 4 колонки с равными промежутками */
      grid-template-columns: repeat(4, 1fr);
      
      /* Расстояние между колонками: от 19px до 30px */
      /* Используем gap с minmax через clamp() */
      gap: clamp(10px, 5vh, 20px) clamp(15px, 4vw, 30px);
      align-items: stretch;
    }
    .icons-grid-item {
        width: 71px;
        height: 104px;
        margin: auto;
    }
    .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;
    }

        .registration, .location {
        width: 100%;
        height: auto;
        min-height: 100%;
        margin: 35px auto 50px;
        padding-bottom: 50px;
        border-radius: 10px 10px 0 0;
    }
    .modal-exit {
        position: absolute;
        left: 15px;
        right: auto;
        top: 34px;
    }
    .modal-exit__svg_cross {
        display: none;
    }


    .form-group_with-background {
        width: auto;
        margin: 0 auto 15px 0;
        padding: 8px 15px 8px 8px;
        height: 35px;
        margin-bottom: 15px;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }

    .registr-alert {
        height: 100%;
        margin: 0;
        border-radius: 0;
        align-items: center;
        justify-content: center;
    }
    .registr-alert__img {
        margin-bottom: 44px;
    }
    .button__enter_location {
        height: 55px;
        margin-top: 40px;
    }
    
    .modal-news {
        height: 100%;
        width: 100%;
        margin: 0;
        border-radius: 30px;
    }
    .modal-news__content {
        width: 100%;
        height: 100%;
        border-radius: 30px;
    }
    .modal-news__carousel {
        width: 100%;
        height: 100%;
        border-radius: 30px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
    }
    .modal-news-card {
        width: 100%;
        background-color: #F8FFDF;
        border-radius: 20px;
        padding: 25px 20px;
        margin: 0;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        scroll-snap-align: start;
    }
    .wide-track {
        top: 53px;
    }
    .modal-news > .modal-exit {
        right: 15px;
        left: auto;
    }
    .modal-news > .modal-exit > .modal-exit__svg_cross {
        display: block;
        width: 20px;
        height: 20px;
    }
    .modal-news > .modal-exit_cross > .modal-exit__svg_cross > path {
        stroke: black;
    }
    .modal-news-card__img {
        width: 250px;
        height: 250px;
    }
    .modal-news-card__header {
        font-size: 32px;
    }
    .modal-news-card__text {
        font-size: 14px;
        overflow: hidden;
    }
    .modal-news-card__bottom {
        padding-bottom: 25px;
        height: 50%;
        flex-shrink: 0;
    }
    .modal-news > .modal-exit_cross {
        top: 70px;
    }


    /* Сторис */

    .modal-stories {
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 30px;
    }
    .modal-stories__content {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        scroll-snap-type: y mandatory;
        scroll-behavior: auto;
        scrollbar-width: none;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-bottom: 500px;
    }
    .modal-story {
        display: flex;
        flex-shrink: 0;
        width: 100%;
        height: 74vh;   
        border-radius: 30px;
        position: relative;
        scroll-snap-align: start;
        scroll-margin-top: 50px;

    }
    .modal-story > .modal-exit  {
        display: flex;
        top: 21px;
        left: 15px;
    }
    .modal-story > .modal-exit > .modal-exit__svg_cross {
        display: flex;
        width: 20px;
        height: 20px;
    }
    .download-btn {
        width: 25px;
        height: 25px;
        left: auto;
        right: 15px;
        top: 18px;
    }
    .item-link {
        bottom: 70px;
        width: 92%;
        height: 80px;
        border-radius: 10px;
        padding: 6px 6px 10px;
    }
    .item-link__left {
        width: 80px;
        height: 70px;
    }
    .item-link__right {
        margin-left: 9px;
    }

    .item-link__header {
        font-weight: 400;
        line-height: 100%;
    }
    .item-link__price {
        font-weight: 700;
        font-size: 14px;
    }
    .custom-controls {
        width: 90%;
        bottom: 25px;
    }
    .play-btn__svg {
        width: 16px;
        height: 18px;
    }
    .current-time, .duration {
        font-size: 12px;
    }
    .progress-container {
        width: 200px;
    }
    .mute-btn__svg {
        width: 20px;
        height: 16px;
    }
}