/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.banner_title {
    display: none !important;
}

.element-count2 {
    display: none !important;
}

.section-compact-list__image {
        display: none !important;
}

.section-compact-list__item {
    padding:0px!important;
    justify-content: center;
    margin: 10px 5px;
   /* background-color: #de002b!important;*/
}

.section-compact-list__item a:hover {
    /*color: #fff!important;*/
}

.section-compact-list__info {
    font-size:12px;
    padding: 0px !important;
}

.section-compact-list__info:hover {
    font-size:12px;
    padding: 0px !important;
    /*color: #fff!important;*/
}

.section-compact-list__info a.section-compact-list__link {
    /*color: #fff!important;*/
    text-align: center;
    width: 100%!important;
    height:100%!important;
}

.section-compact-list__info span:hover {
    /*color: #fff!important;*/
}

.section-compact-list__info a.section-compact-list__link:hover {
    /*color: #fff!important;*/
}

.section-compact-list__info .dark_link {
   /* color: #fff!important;*/
}


@media (min-width: 1200px) {
    .section-compact-list div .col-lg-3 {
    width: 20%;

}
}

.section-compact-list .row.margin0 > div[class*="col-"] {
    margin-bottom: 10px!important;
}


        /* Cookies Modal Styles */
        .cookies-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            align-items: flex-end;
            justify-content: center;
            z-index: 9998;
            animation: fadeIn 0.3s ease-out;
        }

        .cookies-overlay.active {
            display: flex;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        @keyframes slideUp {
            from {
                transform: translateY(100%);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .cookies-modal {
            background: white;
            border-radius: 12px 12px 0 0;
            padding: 28px 24px;
            max-width: 600px;
            width: 100%;
            box-shadow: 0 -5px 40px rgba(0, 0, 0, 0.16);
            animation: slideUp 0.4s ease-out;
            position: relative;
        }

        @media (max-width: 768px) {
            .cookies-modal {
                border-radius: 16px;
                margin: 20px;
            }
        }

        .cookies-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 16px;
        }

        .cookies-title {
            font-size: 20px;
            font-weight: 600;
            color: #1a1a1a;
            line-height: 1.3;
        }

        .cookies-close {
            background: none;
            border: none;
            cursor: pointer;
            font-size: 24px;
            color: #999;
            padding: 0;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: color 0.2s;
            flex-shrink: 0;
            margin-left: 12px;
        }

        .cookies-close:hover {
            color: #ff2c54;
        }

        .cookies-close:focus-visible {
            outline: 2px solid #ff2c54;
            outline-offset: 2px;
            border-radius: 4px;
        }

        .cookies-text {
            color: #666;
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .cookies-text a {
            color: #ff2c54;
            text-decoration: none;
            transition: color 0.2s;
        }

        .cookies-text a:hover {
            color: #e61f3f;
            text-decoration: underline;
        }

        .cookies-actions {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .cookies-btn {
            flex: 1;
            min-width: 140px;
            padding: 12px 20px;
            border: none;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: none;
            line-height: 1.4;
        }

        .cookies-btn-accept {
            background: #ff2c54;
            color: white;
        }

        .cookies-btn-accept:hover {
            background: #e61f3f;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(255, 44, 84, 0.3);
        }

        .cookies-btn-accept:active {
            transform: translateY(0);
        }

        .cookies-btn-accept:focus-visible {
            outline: 2px solid #ff2c54;
            outline-offset: 2px;
        }

        .cookies-btn-decline {
            background: #f0f0f0;
            color: #333;
            border: 1px solid #ddd;
        }

        .cookies-btn-decline:hover {
            background: #e5e5e5;
            border-color: #999;
        }

        .cookies-btn-decline:focus-visible {
            outline: 2px solid #ff2c54;
            outline-offset: 2px;
        }

        @media (max-width: 480px) {
            .cookies-modal {
                padding: 20px 16px;
            }

            .cookies-title {
                font-size: 18px;
            }

            .cookies-text {
                font-size: 13px;
            }

            .cookies-actions {
                flex-direction: column;
            }

            .cookies-btn {
                min-width: 100%;
                width: 100%;
            }

            .cookies-header {
                margin-bottom: 12px;
            }
        }







