

/* Start:/local/templates/cor/components/bitrix/catalog/corp/style.css?17501572232146*/
.gallery .info-wrapp{
    display: flex;
    flex-direction: column;
    height: 126px;
    justify-content: space-between;
}

.news-filter-container {
    margin-bottom: 30px;
}

.filter-wrapper {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.filter-item {
    padding: 0 10px;
    margin-bottom: 10px;
    flex: 1;
    min-width: 200px;
}

.filter-item label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.filter-item select,
.filter-item input {
    width: 100%;
    padding: 10px 24px 9px;
    border: 1px solid #10458F;
    border-radius: 21px;
}
.search-wrapper .fa-search {width: 18px; height: 18px; background: url(/upload/footer-svg/search.svg) center center no-repeat;}
.search-wrapper .fa-search:before {content: "";}

.filter-item input::placeholder {
	color: #10458F;
}

.search-wrapper {
    position: relative;
    display: flex;
}

.search-wrapper input {
    flex: 1;
    padding-right: 70px;
}

.search-wrapper button {
    position: absolute;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
}

.search-wrapper #searchButton {
    right: 0;
    width: 50px;
	line-height: 49px;
	
}

.search-wrapper #searchClearBtn {
    right: 40px;
    width: 30px;
    font-size: 18px;
    font-weight: bold;
}

.search-wrapper button:hover {
    color: blue;
}

/* Loading indicator */
.loading #newsListContainer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

#ajaxLoadingIndicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .filter-item {
        flex: 0 0 100%;
    }
}
/* End */
/* /local/templates/cor/components/bitrix/catalog/corp/style.css?17501572232146 */
