

/* 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 */


/* Start:/local/templates/cor/components/bitrix/catalog.section/corp/style.css?17501572231932*/
.notmain:has(.products.detail-list.showcase){
    display: grid;
    grid-template-columns: 320px 1fr;
    gap:32px;
}


.row {
    margin-left: 0;
    margin-right: 0;
}

.products.detail-list.showcase{
    display: grid;
    grid-template-columns: repeat(3, minmax(230px, 1fr));
    gap: 32px;
}

.products.detail-list.showcase .item .pic img {
 
    object-fit: cover;
	max-height: 100%;
}

.product-detail-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.product-detail-card .data{
    padding: 24px;
}

.products .item {
    display: flex;
    margin-bottom: 0 !important;
    flex-direction: column;
 
}

.products .item .descr {
	color: #7B7B7B;
	font-size: 14px;
}

.product-detail-card .name {
    margin-bottom: 12px;
}
.product-detail-card .name .aprimary {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: black;
    
}

.product-detail-card .btns{
    display: flex;
    justify-content: space-between;
    gap:20px;
    flex-wrap: wrap;
}

.btns .btn-callback a{
    border: 1px solid rgba(0, 70, 150, 1);
    border-radius: 4px;
    padding: 9px 16px;
    color: rgba(0, 70, 150, 1);
    font-size: 14px;
    display: block;
}

.btns .btn-link-to-detail-page a{
    border-radius: 4px;
    padding: 10px 16px;
    color: white;
    background-color: rgba(0, 70, 150, 1);
    font-size: 14px;
    display: block;
}

.btn-link-to-detail-page a:hover,
.btn-callback a:hover{
    text-decoration: none !important;
}

.products.detail-list.showcase + nav{
    text-align: center !important;
}



@media(max-width: 1124px){
    .notmain:has(.products.detail-list.showcase){
        grid-template-columns: 1fr;
    }
}

@media(max-width: 530px){
    .maincontent .content-wrap {
        padding: 0px !important;
    }
}





/* End */
/* /local/templates/cor/components/bitrix/catalog/corp/style.css?17501572232146 */
/* /local/templates/cor/components/bitrix/catalog.section/corp/style.css?17501572231932 */
