

/* Start:/static_files/css/homepage.css?17604568473730*/
.box-delivery {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-delivery ul {
    padding: 1.5rem 0;
    margin: 0 0 0 10px;
    list-style-type: none;
}
.box-delivery ul > li {
    padding-bottom: 15px;
}
.box-delivery ul > li:last-child {
    padding-bottom: 0;
}
.box-delivery .fa {
    color: #005c9b;
}
/*.box-delivery .row > div:first-child {*/
/*    background-position: center center;*/
/*    background-size: cover;*/
/*    background-image: url('/static_files/images/car.jpg');*/
/*    background-repeat: no-repeat;*/
/*    min-height: 203px;*/
/*}*/
.box-brands {
    background-color: #f5f5f5;
}
.box-brands .container {
    position: relative;
}
.box-brands .js-brands-cont {
    padding-left: 30px;
    padding-right: 30px;
}
.box-brands a {
    padding: 7px;
    width: 200px;
    height: 120px;
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.box-brands a:hover {
    -webkit-box-shadow: 0 0 15px 0 #005c9b;
    -moz-box-shadow: 0 0 15px 0 #005c9b;
    box-shadow: 0 0 15px 0 #005c9b;
}
.box-brands .slick-slide {
    margin: 0 10px;
    overflow: hidden;
}
.box-brands .brand-prev,
.box-brands .brand-next {
    font-size: 54px;
    color: #b0b0b0;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -16px;
    z-index: 9;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}
.box-brands .brand-next {
    left: auto;
    right: 12px;
}
.box-brands a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.box-brands .brand-camelion {
    background-image: url('/static_files/images/camelion.png');
}
.box-brands .brand-panasonic {
    background-image: url('/static_files/images/panasonic.png');
}
.box-brands .brand-duracell {
    background-image: url('/static_files/images/duracell.png');
}
.box-brands .brand-robiton {
    background-image: url('/static_files/images/robiton.png');
}
.box-brands .brand-energizer {
    background-image: url('/static_files/images/energizer.png');
}
.box-brands .brand-samsung {
    background-image: url('/static_files/images/samsung.png');
}
.box-brands .brand-gopower {
    background-image: url('/static_files/images/gopower.png');
}

.categories {
    background-color: #ffffff; /* Основной синий цвет */
    color: white;
    padding: 30px 0;
    text-align: center;
}
.categories h2 {
    color: #000000;
}
.category-item {
    margin-bottom: 30px;
}
.category-image {
    max-width: 400px; /* Фиксированная ширина */
    height: 200px; /* Фиксированная высота */
    object-fit: cover; /* Сохранение пропорций */
    border-radius: 8px;
    transition: transform 0.3s;
}
.category-image:hover {
    transform: scale(1.05);
}
.category-item h5 {
    margin-top: 10px; /* Отступ сверху для текста */
    font-weight: bold; /* Жирное выделение текста */
}
.category-item a {
    text-decoration: none; /* Убираем подчеркивание */
}
.btn-custom {
    background-color: #0056b3; /* Темно-синий цвет для кнопки */
    border-color: #0056b3;
    margin: 5px;
    text-decoration: none;
}
.btn-custom:hover {
    background-color: #004494; /* Более темный оттенок при наведении */
    border-color: #004494;
}
/* End */
/* /static_files/css/homepage.css?17604568473730 */
