

/* Start:/local/templates/tacticum/components/bitrix/news.list/price/style.css?17795632752557*/
.input-label {
    position: absolute;
    left: 1rem;
    top: .75rem;
    color: #6b7280;
    transform-origin: left;
    transition: transform .15s ease, font-size .15s ease, color .15s ease, left .15s ease, top .15s ease;
    pointer-events: none;
}

.input-label.is-floating {
    left: 10px;
    top: 4px;
    z-index: 10;
    padding: 0 4px;
    background: #fff;
    color: #0066CC;
    font-size: .75rem;
    transform: translateY(-21px) scale(.9);
}

#specialistOrderForm input[type="checkbox"][data-tacticum-consent]:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
}

.filter-tab[data-active="true"],
.filter-tab[data-active="true"]:hover,
.filter-tab[data-active="true"]:focus {
    background-color: #0066CC !important;
    border-color: #0066CC !important;
    color: #fff !important;
}

.price-level-option[data-active="true"],
.price-level-option[data-active="true"]:hover,
.price-level-option[data-active="true"]:focus {
    background-color: #0066CC;
    border-color: #0066CC;
    color: #fff;
}

.tacticum-team-summary-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: .5rem;
}

.tacticum-team-summary-item {
    min-width: 0;
    padding: .625rem .75rem;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    background: #f8fafc;
}

.tacticum-team-summary-title,
.tacticum-team-summary-meta,
.tacticum-team-summary-extra {
    display: block;
    min-width: 0;
}

.tacticum-team-summary-title {
    overflow: hidden;
    color: #001F3F;
    font-weight: 600;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tacticum-team-summary-meta {
    margin-top: .125rem;
    color: #6b7280;
    font-size: .8125rem;
    line-height: 1.35;
}

.tacticum-team-summary-extra {
    width: fit-content;
    margin-top: .4rem;
    padding: .125rem .45rem;
    border-radius: 999px;
    background: rgba(0, 102, 204, .08);
    color: #0066CC;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.3;
}

.tacticum-team-summary-item--more {
    border-style: dashed;
    background: #fff;
}

#specialistOrderForm button[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: .55;
}

@media (max-width: 639px) {
    .tacticum-team-summary-list {
        grid-template-columns: 1fr;
    }
}

/* End */
/* /local/templates/tacticum/components/bitrix/news.list/price/style.css?17795632752557 */
