/* -- Баннер вверху --------- */ div[class="top-banner-container"][id="top-banner-container"][data-role="normal-banner"] { display: none !important;} /* -- Замена web-fonts на обычные --------- */ body {font-family: "Arial", "Helvetica", "sans-senif" !important;} /* -- Исправление ширины панели пользователя --------- */ #header, #header .container, #top-lighthouse, #top-lighthouse .container {min-width: 96% !important;} /* -- Исправление ширины панели поиска --------- */ .top-lighthouse {height: 32px !important;} .header {height: 70px !important;} /* -- Исправление ширины списка товаров --------- */ #page, .container, .detail-page, #bd-inner, #custom-description, #custom-description img { max-width: 96% !important; min-width: 96% !important; width: 96% !important; } .autosize_wrap .grid-c2-s5 .main-wrap {width: auto !important;} /* ---------------------------------------------- */ /* -- Зелёная полоса --------- */ .header-nav {height: 70px !important;} |