/*Магазин → Товар → Попап*/
.t-btnflex, .t-btn.t-btnflex, .t-submit.t-btnflex {
    display: inline;
}
.t778__content .t778__btn-wrapper {
    padding: 0 30px 40px;
}
/*СТР МАГАЗИНА Товары → Кнопки в мобильной версии делаем в ряд*/
@media screen and (max-width: 480px) {
    .t-btnflex, .t-btn.t-btnflex, .t-submit.t-btnflex {
        max-width: 46%;
    }
}
@media screen and (max-width: 670px) {
    .t-store__card__btn:not(:first-child) {
        margin-top: 0px;
    }
}
/*Попап товара*/
/*Увеличиваем заголовок*/
.t-store__prod-popup__name {
    font-size: 24px !important;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .t-store__prod-popup__name {
        font-size: 24px !important;
    }
}


/*Menu mobile*/
@media screen and (max-width: 980px) {
    .t450__container .t-menusub__content:not(.t978__submenu-content) {
        padding: 0 0 20px;
    }
    .t-menusub__menu:not(.t-menusub__menu_mobile-absolute,.t-menusub__menu_adaptive960) {
        border: none;
        border-bottom: none;
    }
    .t-menusub__list-item {
        margin-left: 20px;
    }
}
/*Нижнее меню с контактами*/
.t975__menu-text {
    text-align: center;
    font-size: 0.58em;
}

/*Выбор города на десктопе*/
#rec1590373281 .t794__list li:nth-child(1) a {
	color: #1f2858 !important;
	opacity: 0.3;
	pointer-events: none;
    cursor: default;
}

#rec1590365581 .t794__list li:nth-child(2) a {
	color: #1f2858 !important;
	opacity: 0.3;
	pointer-events: none;
    cursor: default;
}
/*Выбор города в мобилке*/
#rec1635228161 .t794__list li:nth-child(1) a {
	color: #fff !important;
	opacity: 0.3;
	pointer-events: none;
    cursor: default;
}

#rec1635217631 .t794__list li:nth-child(2) a {
	color: #fff !important;
	opacity: 0.3;
	pointer-events: none;
    cursor: default;
}
/*Фильтр у товаров*/
@media screen and (max-width: 960px) {
    .t-store__filter__options, .t-store__filter__search-and-sort, .t-store__filter__sort {
        display: block !important;
    }
    .js-store-filter-mob-btn {
        display: none !important;
    }
    .t-store__filter__item, .t-store__filter__item.t-store__filter__item_sort-mobile {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 6px 0;
    }
    .t-store__filter__item:first-child {
        border-top: none;
    }
    .t-store__filter__item-title:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
.t-store__filter__item.t-descr_xxs {
    font-size: 18px;
}
.t-checkbox__control.t-descr_xxs {
    font-size: 16px;
}
.t-store__filter__item_checkbox .t-store__filter__item-controls-wrap, .t-store__filter__item_select .t-store__filter__item-controls-wrap {
    min-width: 240px;
}
[data-product-part-uid="317790685492,395079092732"] .js-product-price:before {content: "от "}
[data-product-part-uid="317790685492,795362759832"] .js-product-price:before {content: "от "}
[data-product-part-uid="317790685492,866110749312"] .js-product-price:before {content: "от "}

/*Чек-боксы*/
@media screen and (max-width: 640px) {
    .t-text_xs {
        font-size: 14px;
    }
}
.t754__wrapper .t-descr_xxs {
    font-size: 16px !important;
}
@media screen and (max-width: 640px) {
    .t754__wrapper .t-descr_xxs {
        font-size: 16px !important;
    }
    .t754__wrapper .t-name_xl {
        font-size: 24px !important;
    }
}
/*Уведомление о куках*/
@media screen and (max-width: 960px) {
    .t657_rectangle .t657__wrapper, .t657_long .t657__wrapper {
        max-width: 50% !important;
        width: 50% !important;
    }
}

/*Список сборов (товары)*/
/*Убираем лишний отступ снизу*/
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 40px !important;
    }
}
/*Филиал → События филиала: Убираем лишний отступ*/
@media screen and (max-width: 960px) {
    .t772__col {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 479px) {
    .uc-phototrener .t776__parent {
        width: 320px;
    }
    .uc-phototrener .t-col {
        padding-left: 0;
        padding-right: 0;
    }
}

/*Для спортзалов на стр nevsky-bears.ru/adult-volleyball*/
@media screen and (max-width: 480px) {
    .uc-sportzal .t-popup .t776__title {
        font-size: 20px !important;
    }
}

/* Страница тренеров → Фильтр по району/филиалу */
.uc-trainers-filter {
    margin: 24px 0 40px;
    color: #1f2858;
    font-family: 'Montserrat', Arial, sans-serif;
}

.uc-trainers-filter__label {
    display: block;
    margin-bottom: 10px;
    color: #1f2858;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.uc-trainers-filter__input {
    box-sizing: border-box;
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    border: 1px solid #c9ced8;
    border-radius: 10px;
    background: #fff;
    color: #1f2858;
    font: inherit;
    font-size: 16px;
    line-height: 1.4;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.uc-trainers-filter__input:focus {
    border-color: #ef7d22;
    box-shadow: 0 0 0 3px rgba(239, 125, 34, 0.18);
}

.uc-trainers-filter__input::placeholder {
    color: #747b87;
}

.uc-trainers-filter__empty {
    margin: 16px 0 0;
    color: #747b87;
    font-size: 16px;
}

.uc-trainers-filter-hidden {
    display: none !important;
}

.uc-trainers-filter-reveal {
    animation: uc-trainers-filter-reveal 300ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: var(--uc-trainers-reveal-delay, 0ms);
}

@keyframes uc-trainers-filter-reveal {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 640px) {
    .uc-trainers-filter {
        margin: 18px 0 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .uc-trainers-filter-reveal {
        animation: none;
    }
}
