

/* Start:/local/templates/silamarket/css/style.css?175087747518412*/
* {
    box-sizing: border-box;
    font-family: "Raleway", Arial, sans-serif;
    letter-spacing: 0.01rem;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

:root {
    --primary: #203E5C;
    --secondary: #D61A19;
    --light: #FFFFFF;
    --dark: #00092C;
    --gray: #EDEDED;
}

html, body {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    background-color: #EDEDED;
}

.container {
    width: 1640px;
    margin: 0 auto;
}


main {
    width: 1210px;
}


.row, .col {
    display: flex;
    flex-wrap: nowrap;
}

.col {
    flex-direction: column;
}

.ac {
    align-items: center;
}

.jc {
    justify-content: center;
}

.jb {
    justify-content: space-between;
}

.g-5 {
    gap: 5px;
}

.g-10 {
    gap: 10px;
}

.g-15 {
    gap: 15px;
}

.g-20 {
    gap: 20px;
}

.g-25 {
    gap: 25px;
}

.g-30 {
    gap: 30px;
}

.g-35 {
    gap: 35px;
}

.g-40 {
    gap: 40px;
}

.wrap {
    flex-wrap: wrap;
}

.top-bar {
    padding: 8px 0;
}

.page-title {
    font-size: 36px;
    font-weight: 800;
    color: #203E5C;
    margin: 30px 0;
    text-align: left;
    text-transform: uppercase;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #203E5C;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #D61A19;
    border-radius: 2px;
}

header {
    background: #f9f9f9;
    border-radius: 0 0 20px 20px;
    position: sticky;
    top: -1px;
    z-index: 1000;
    transition: 0.2s ease-in-out;
    overflow: visible;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

header .menu {
    padding: 13px 0;
}

header .logo img {
    height: 48px;
    border-radius: 5px;
}

header .search {
    position: relative;
}

header .search input {
    height: 50px;
    width: 480px;
    border-radius: 25px;
    border: 1px solid #E2E3E4;
    padding: 0 25px;
    outline: none;
}

header .search-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}


.top-bar a {
    font-weight: 600;
    font-size: 13px;
    color: #606060;
    text-decoration: none;
    line-height: 1;
    transition: .25s ease-in-out;
    padding: 3px;
    border-bottom: 1px dashed transparent;
    white-space: nowrap;
}

.top-bar a:hover {
    border-bottom: 1px dashed #303030;
    color: #101010;
}

.top-bar .links {
    padding: 15px 20px;
    background: #ededed;
    border-radius: 50px;
}

.bottom-bar {
    display: none;
}

.top-contacts a {
    font-weight: 600;
    font-size: 13px;
    color: #303030;
}

.top-contacts button {
    background: #000;
    border-radius: 80px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
    padding: 8px 20px;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    align-items: center;
}

.top-contacts button:hover {
    background: #202020;
}
.links-wrapper {
    position: relative;
    max-width: 100%;
}

.links-wrapper.collapsed {
    width: 600px;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
}

.links-wrapper.collapsed::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, transparent, #ededed 70%);
    pointer-events: none;
}

.toggle-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23303030" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>') no-repeat center;
    background-size: 20px;
    cursor: pointer;
    z-index: 2;
}

.links-wrapper:not(.collapsed) .toggle-arrow {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23303030" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="15 18 9 12 15 6"></polyline></svg>') no-repeat center;
    background-size: 20px;
}

@media (min-width: 1660px) {
    .links-wrapper {
        width: auto !important;
    }
    .links-wrapper.collapsed::after,
    .toggle-arrow {
        display: none;
    }
}

/* Ensure ul.links remains flex */
.links {
    display: flex;
}

.menu-contacts .phone, .menu-contacts .mail {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #303030;
    text-decoration: none;
    margin: 0 5px;
}

.menu-contacts b {
    font-size: 12px;
    font-weight: 600;
}

aside {
    width: 400px;
}

.aside-title {
    background: #203E5C;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    height: 60px;
    border-radius: 15px 15px 0 0;
    text-transform: uppercase;
}

.aside-content {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 15px 15px;
}

.aside-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aside-content li {
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

.aside-content li:last-child {
    border-bottom: none !important;
}

.aside-content li a {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.55;
    text-transform: uppercase;
    color: #00092C;
    text-decoration: none;
}

.main-nav {
    background: #203E5C;
    display: flex;
    align-items: center;
    height: 60px;
    width: 100%;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}


.main-nav ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav li {
    flex: 1;
}

.main-nav a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #fff;
    height: 60px;
    padding: 0 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-nav a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.page-content {
    margin-top: 30px;
}

.buttons {
    margin-left: auto;
}

.cart-btn, .favourite-btn, .compare-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #E2E3E4;
    border-radius: 30px;
    height: 46px;
    width: 46px;
}

.aside-banner .aside-content {
    overflow: hidden;
    border-radius: 15px;
    padding: 0;
    height: 600px;
}   

.catalog-section-link {
    border-left: 0px solid transparent;
    transition: 0.2s ease-in-out;
    transition-property: padding, border-color;
}

.catalog-section-link:hover {
    padding-left: 10px;
    border-left: 2px solid #D61A19;
}

.sticky b, .sticky .top-contacts button {
    display: none;
}

.sticky .top-contacts a, .sticky .top-bar a {
    padding: 5px 0;
}

.sticky .search input {
    height: 36px;
}

.sticky .search-btn {
    top: 5px;
    transform: scale(0.85);
}

.sticky .logo img {
    height: 34px;
}

.brands-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.brands-list li {
    border-bottom: none;
    padding: 0;
}

.aside-brand img {
    padding: 15px;
    width: 100%;
    height: 80px;
    object-fit: contain;
    border: 1px solid #E2E3E4;
    border-radius: 4px;
}

.aside-brands a {
    display: flex;
    align-items: center;
    height: 80px;
}

.other-brands {
    height: 80px;
    width: 100%;
    border-radius: 4px;
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    justify-content: center;
    border: 1px solid #E2E3E4;
    gap: 5px;
}

/* Креативный футер */
.creative-footer {
    margin-top: 30px;
    background: #203E5C;
    color: var(--light);
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden;
}

.footer-container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 60px;
}

/* Лого и соцсети */
.footer-brand {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.footer-logo img {
    height: 50px;
    border-radius: 5px;
    filter: brightness(0) invert(1);
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: white;
    font-size: 20px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.social-button img {
    height: 26px;
    width: 26px;
}

/* Навигация */
.footer-nav {
    display: flex;
    flex-direction: column;
}

.nav-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.nav-links {
    list-style: none;
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.nav-link a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
    transition-property: border-color, padding-left;
    border: 0px solid transparent;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.nav-link a:hover {
    color: white;
    padding-left: 10px;
    border-left: 2px solid #D61A19;
}

.nav-link a:hover::before {
    opacity: 1;
    left: 0;
}

/* Контакты */
.footer-contacts .nav-title {
    margin-bottom: 30px;
}

.contact-list {
    display: grid;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-icon {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: white;
    font-size: 12px;
}

.contact-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
}

.contact-text a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-message {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    line-height: 1.6;
    font-weight: 500;
    color: #303030;
    font-size: 14px;
}

.contact-text a:hover {
    color: white;
    text-decoration: underline;
}

/* Нижняя часть */
.footer-bottom {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
}

.footer-legal {
    display: flex;
    gap: 25px;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    position: relative;
    font-weight: 500;
}

.footer-legal a:hover {
    color: white;
}

.footer-legal a:hover::after {
    width: 100%;
}


/* Адаптивность */
@media (max-width: 1200px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 10px;
    }
}

header.min {
   margin: 0px 40px;
   backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(22, 42, 63, 0.85) !important;
    box-shadow: 0 8px 32px rgba(0, 9, 44, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

header.min .container {
    width: unset;
    padding: 0 20px;
}

header.min .logo img {
    filter: brightness(0) invert(1);
}

header.min .menu-contacts path, header.min .buttons path {
    stroke: #fff;
}

header.min .menu-contacts .phone, header.min .menu-contacts .mail {
    color: #fff;
}

header.min .menu-contacts b, header.min .top-bar {
    display: none;
}

header.min .bottom-bar {
    display: flex;
}

header.min .logo img {
    height: 40px;
}

header.min .search input {
    height: 40px;
}

header.min .cart-btn, header.min .favourite-btn, header.min .compare-btn {
    padding: 8px;
}

header.min .search-btn {
    top: 7px;
    right: 14px;
}

header.min {
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.05), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0359427), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0298054), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.025), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0201946), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0140573);
}

header.min .menu-contacts .row {
    align-items: center;
}

.i-mail, .i-phone {
    height: 18px;
}

.bottom-bar {
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bottom-bar a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
}

.bottom-bar a:hover {
    color: rgba(255, 255, 255, 1);
}

.pagination {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #606060;
    margin: 30px 0;
    text-align: center;
}

.pagination .text {
    display: block;
    margin-bottom: 10px;
    color: #606060;
}

.pagination b {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #D61A19;
    color: white;
    border-radius: 6px;
    font-weight: 600;
    margin: 0 2px;
}

.pagination a {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    color: #203E5C;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    margin: 0 2px;
    transition: all 0.2s ease;
}

.pagination a:hover {
    background-color: #F8F9FA;
    color: #D61A19;
}

.pagination a[href*="PAGEN_3=2"]:not([href*="PAGEN_3=2&"]),
.pagination a[href*="PAGEN_3=35"] {
    padding: 0 10px;
    border: 1px solid #E2E3E4;
}

.pagination a[href*="PAGEN_3=2"]:not([href*="PAGEN_3=2&"]):hover,
.pagination a[href*="PAGEN_3=35"]:hover {
    background-color: #F8F9FA;
    border-color: #D1D5DB;
}

.pagination font.text {
    display: inline-block;
}

@media (max-width: 768px) {
    .pagination a[href*="/catalog/elektrostantsii/"],
    .pagination a[href*="PAGEN_3=35"] {
        display: none;
    }
    
    .pagination a[href*="PAGEN_3=2"]:not([href*="PAGEN_3=2&"]),
    .pagination a[href*="PAGEN_3=2"]:not([href*="PAGEN_3=2&"]):last-child {
        display: inline-block;
    }
}
.b24-widget-button-inner-block, .b24-widget-button-popup {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(22, 42, 63, 0.85) !important;
    box-shadow: 0 8px 32px rgba(0, 9, 44, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.b24-widget-button-position-bottom-right .b24-widget-button-popup-triangle {
    display: none;
}
.b24-widget-button-inner-mask {
    display: none;
}
.b24-widget-button-popup-description, .b24-widget-button-popup-name {
    font-family: "Raleway", Arial, sans-serif !important;
    color: #fff !important;
}
.ui-icon-service-telegram, .ui-icon-service-vk, .ui-icon-service-vkontakte {
    background: rgb(32, 62, 92) !important;
    --ui-icon-service-bg-color: rgb(32, 62, 92) !important;
}

.ui-icon>i {
    background-color: unset !important;
}


@media screen and (max-width: 1660px) {
    .top-bar .links {
        display: none;
    }
    header .search input {
        width: 420px;
    }
    .container {
        width: 1440px;
    }
    main {
        width: 1000px;
    }
    .card-btn {
        font-size: 13px !important;
    }
    header.min {
        min-width: unset;
        margin: 0;
    }
}

@media screen and (max-width: 1460px) {
    header .search input {
        width: 420px;
    }
   .menu-contacts a:last-child {
        display: none;
    }
    .container {
        width: 1200px;
    }
    main {
        width: 780px;
    }
    .product-slider.splide {
        width: 400px;
    }
}

@media screen and (max-width: 1220px) {
    .container {
        width: 900px;
    }
    main {
        width: 700px;
    }
}

@media screen and (max-width: 920px) {
    .container {
        width: 700px;
    }
}

@media screen and (max-width: 600px) {
    aside, .main-nav, .top-bar, header .search, .menu-contacts, header .buttons {
        display: none !important; 
    }
    .categories-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .category-icon {
        width: 24px;
        height: 24px;
    }
    .category-name {
        font-size: 12px;
    }
    .container {
        width: calc(100vw - 30px);
        margin: 0 15px;
    }
}
/* End */


/* Start:/local/templates/silamarket/components/bitrix/search.title/header/style.css?17502365156637*/
/* Современные стили для результатов поиска */
div.title-search-result {
    position: absolute;
    background: white;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 1000;
    max-height: 500px;
    overflow-y: auto;
}

/* Заголовок категории */
table.title-search-result th {
    display: none;
}

.title-search-result tr:first-child {
    display: none;
}

/* Кастомный скроллбар */
div.title-search-result::-webkit-scrollbar {
    width: 6px;
}

div.title-search-result::-webkit-scrollbar-track {
    background: transparent;
}

div.title-search-result::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

div.title-search-result::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
}

/* Таблица без левой колонки */
table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 100%;
    background: transparent;
}

/* Заголовки категорий */
table.title-search-result td.title-search-category {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: none;
    color: #495057;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 20px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: sticky;
    top: 0;
    z-index: 10;
}

/* Специальные стили для категорий */
table.title-search-result td.title-search-category[data-category="equipment"] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

table.title-search-result td.title-search-category[data-category="parts"] {
    background: linear-gradient(135deg, #fd7e14 0%, #ffc107 100%);
    color: white;
}

/* Основные ячейки */
table.title-search-result td {
    background: white;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #212529;
    font-weight: 400;
    padding: 0;
    transition: all 0.2s ease;
}

/* Элементы результатов поиска */
table.title-search-result td.title-search-item {
    padding: 0;
}

table.title-search-result td.title-search-item a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    text-decoration: none;
    color: #212529;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    min-height: 60px;
}

/* Стили для картинок товаров */
table.title-search-result td.title-search-item .item-image {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 15px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f8f9fa;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Placeholder для товаров без картинки */
table.title-search-result td.title-search-item .item-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-right: 15px;
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
    border: 2px dashed #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

/* Текст товара */
table.title-search-result td.title-search-item .item-text {
    flex: 1;
    line-height: 1.4;
}

/* Выделение найденного текста */
table.title-search-result td.title-search-item b {
    color: #007bff;
    font-weight: 600;
    background: rgba(0, 123, 255, 0.1);
    padding: 2px 4px;
    border-radius: 4px;
}


/* Ссылка "остальные" */
table.title-search-result td.title-search-more {
    padding: 8px 20px;
    background: rgba(248, 249, 250, 0.5);
}

table.title-search-result td.title-search-more a {
    color: #6c757d;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 15px;
    background: rgba(108, 117, 125, 0.1);
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
/* Ссылка "Все результаты" */
table.title-search-result td.title-search-all {
    padding: 10px 15px;
    text-align: center;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}

table.title-search-result td.title-search-all a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 14px 0;
    background: #203e5c;
    border-radius: 60px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Разделители */
table.title-search-result td.title-search-separator {
    padding: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
    border: none;
}

/* Удаляем фейдер */
div.title-search-fader {
    display: none !important;
}

/* Анимация появления */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

div.title-search-result[style*="display: block"],
div.title-search-result[style*="display: table"] {
    animation: slideDown 0.3s ease-out;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    div.title-search-result {
        max-height: 70vh;
        left: 10px !important;
        right: 10px;
        width: auto !important;
    }
    
    table.title-search-result td.title-search-item a {
        padding: 12px 15px;
        min-height: 50px;
    }
    
    table.title-search-result td.title-search-item .item-image,
    table.title-search-result td.title-search-item .item-placeholder {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }
    
    table.title-search-result td.title-search-category {
        padding: 10px 15px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    table.title-search-result td.title-search-item .item-image,
    table.title-search-result td.title-search-item .item-placeholder {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
}
/* End */


/* Start:/local/templates/silamarket/components/bitrix/sale.basket.basket.line/header/style.css?1750363372148*/
.bx-basket-block {
	font-size: 12px;
	white-space: nowrap;
	color: #202020;
	text-decoration: none;
}

header.min .bx-basket-block {
	color: #fff;
}
/* End */
/* /local/templates/silamarket/css/style.css?175087747518412 */
/* /local/templates/silamarket/components/bitrix/search.title/header/style.css?17502365156637 */
/* /local/templates/silamarket/components/bitrix/sale.basket.basket.line/header/style.css?1750363372148 */
