Открыть главное меню
Строка 12: Строка 12:
 
     width: auto !important;
 
     width: auto !important;
 
     display: block !important;
 
     display: block !important;
     margin-right: 30px;
+
     margin-right: 20px;
 +
    margin-left: 5px;
 +
}
 +
 
 +
.search-box .search {
 +
    background-color: #f1f3f9;
 +
    background-position: left 6px center;
 +
    background-repeat: no-repeat;
 +
    background-size: 18px;
 +
    -webkit-appearance: none;
 +
    width: 100%;
 +
    margin-top: 0;
 +
    height: 2.25em;
 +
    border: 1px solid #ffffff;
 +
    border-radius: 14px;
 +
    padding: 0px 0px 0px 100px;
 +
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
 +
    outline: 0;
 +
    -webkit-transition: border-color 250ms, box-shadow 250ms;
 +
    -moz-transition: border-color 250ms,box-shadow 250ms;
 +
    transition: border-color 250ms, box-shadow 250ms;
 +
}
 +
 
 +
 
 +
 
 +
body {
 +
    font-family: -apple-system, 'Manrope', 'Arial', 'sans-serif';
 +
    font-size: 100%;
 +
    line-height: 1.4;
 +
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
 
}
 
}

Версия 01:54, 2 марта 2026

.header-container.header-chrome {
    background-color: #ffffff;
}

.header-container {
    border-bottom: 1px solid #c8ccd1;
    padding: 0 16px;
}

.header .branding-box h1 img, .header .branding-box a img {
    height: 36px !important;
    width: auto !important;
    display: block !important;
    margin-right: 20px;
    margin-left: 5px;
}

.search-box .search {
    background-color: #f1f3f9;
    background-position: left 6px center;
    background-repeat: no-repeat;
    background-size: 18px;
    -webkit-appearance: none;
    width: 100%;
    margin-top: 0;
    height: 2.25em;
    border: 1px solid #ffffff;
    border-radius: 14px;
    padding: 0px 0px 0px 100px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    outline: 0;
    -webkit-transition: border-color 250ms, box-shadow 250ms;
    -moz-transition: border-color 250ms,box-shadow 250ms;
    transition: border-color 250ms, box-shadow 250ms;
}



body {
    font-family: -apple-system, 'Manrope', 'Arial', 'sans-serif';
    font-size: 100%;
    line-height: 1.4;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}