

/* Start:/bitrix/components/reload/reload.camp.filters/templates/.default/style.css?17652832183639*/
.reload-tours-component {
    width: 100%;
}

.reload-tours-filters {
    margin-bottom: 30px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 4px;
}

.reload-tours-filters__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-end;
}

.reload-tours-filters__item {
    flex: 1 1 200px;
    min-width: 200px;
}

.reload-tours-filters__label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.reload-tours-filters__input {
    width: 100%;
}

.reload-tours-filter-select,
.reload-tours-filter-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.reload-tours-filter-select:focus,
.reload-tours-filter-input:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

.reload-tours-filters__actions {
    flex: 0 0 auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.reload-tours-filter-submit {
    padding: 8px 20px;
    background: #0066cc;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.reload-tours-filter-submit:hover {
    background: #0052a3;
}

.reload-tours-filter-reset {
    padding: 8px 20px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.reload-tours-filter-reset:hover {
    color: #333;
    text-decoration: underline;
}

.reload-tours-results {
    width: 100%;
}

.reload-tours-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.reload-tours-item {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: box-shadow 0.3s;
}

.reload-tours-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.reload-tours-item__title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.reload-tours-item__title a {
    color: #0066cc;
    text-decoration: none;
}

.reload-tours-item__title a:hover {
    text-decoration: underline;
}

.reload-tours-item__shift {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.reload-tours-item__preview {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.reload-tours-item__image {
    margin-top: 15px;
}

.reload-tours-item__image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.reload-tours-load-more {
    margin-top: 30px;
    text-align: center;
}

.reload-tours-load-more-btn {
    padding: 12px 30px;
    background: #0066cc;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.reload-tours-load-more-btn:hover:not(:disabled) {
    background: #0052a3;
}

.reload-tours-load-more-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.reload-tours-empty {
    padding: 40px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.reload-tours__loading {
    padding: 40px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.reload-tours__error {
    padding: 40px;
    text-align: center;
    color: #d32f2f;
    font-size: 16px;
}

@media (max-width: 768px) {
    .reload-tours-filters__wrapper {
        flex-direction: column;
    }
    
    .reload-tours-filters__item {
        flex: 1 1 100%;
    }
    
    .reload-tours-filters__actions {
        flex: 1 1 100%;
        justify-content: center;
    }
    
    .reload-tours-list {
        grid-template-columns: 1fr;
    }
}


/* End */


/* Start:/bitrix/components/reload/reload.camp.list/templates/.default/style.css?1765282238188*/
.tours__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 равные колонки */
    gap: 20px; /* расстояние между карточками */
}
/* End */
/* /bitrix/components/reload/reload.camp.filters/templates/.default/style.css?17652832183639 */
/* /bitrix/components/reload/reload.camp.list/templates/.default/style.css?1765282238188 */
