.line1                { position: absolute; z-index: 1; width: 100%; background-color: transparent; border-bottom: none; }

.top1                 { height: 190px; }
.top2                 { height: 100%; }

.body2                { overflow: visible; }

.menu1                { background-color: #FFFFFF; color: #AD9345; box-sizing: border-box; border-top: 2px solid #AD9345; border-bottom: 2px solid #AD9345;  }

.header_hs            { position: absolute; bottom: 0px; width: 30%; height: auto; max-width: 344px; }
.header_hs img        { width: 100%; height: 100%; }

.logo                 { float: none; margin: 0 auto; width: 30%; height: 100%; max-width: 307px; }
.logo a               { display: block; margin-left: 20px; width: 100%; height: 100%; background: url(/custom/logo.png) center center no-repeat; background-size: 100%; }
.logo img             { display: none; }

.menu_first_item a       { color: #AD9345; font-size: 15px; font-weight: 400; border-top: none; }
.menu_first_item a:hover { color: #FFFFFF; background-color: #AD9345; }

.customer_first       { right: 49px; }

.header_basket        { position: absolute; width: 180px; right: 0px; top: 29px; }

.header_search        { position: absolute; right: 10px; width: 223px; top: 90px; }
.header_search_input  { margin: 0; width: 187px; }
.header_search_submit { margin: 0; }

.navigation           { margin-top: -22px !important; }
ul.navigation li.n1 a, ul.navigation li.n1s a
                      { background-color: #DCC369; color: #FFFFFF; padding: 10px 18px; font-weight: bold; text-transform: uppercase; margin: 10px 0 5px 0; border: none; }

.menu_in              { position: static; float: none; margin: 0 auto; display: table; }

.cl .categories_zero  { width: 230px; }

.catalog_multi             { height: 345px; }
.catalog_multi .catalog_na { height: 82px; }

.catalog_multi .catalog_fg            { opacity: 0; position: absolute; z-index: 2; top: 232px; left: 0px; right: 0px; height: 113px; background-color: rgba(255, 255, 255, 1); color: #000000; text-align: center; font-size: 13px; text-decoration: none; }
.catalog_multi .fg_align              { position: relative; top: 45%; -ms-transform: translateY(-45%); -webkit-transform: translateY(-45%); transform: translateY(-45%); }
.catalog_multi:hover > .catalog_fg    { opacity: 1; transition: opacity 0.2s linear; }
.catalog_size_text                    { display: block; }

@media screen and (max-width: 800px)
{
  .header_hs          { display: none; }
  .logo               { float: left; margin: 8px 10px; width: 110px; height: 54px; }
  .logo a             { margin-left: 0; }
  
  .top1               { height: 70px; }

  .cl .categories_zero{ width: 100%; }

  .header_basket      { top: 0px; }

  .header_search      { position: static; }

  .menu1              { position: absolute; width: 100%; border: none; }
  .menu_in            { display: block; position: relative; }

  .menu_first_item a  { color: #FFFFFF; border: none; font-size: 12px; font-weight: 200; border-top: 1px solid #DDDDDD; }
}

@media screen and (max-width: 560px)
{
  .header_search        { position: absolute; width: 100%; left: 0px; right: 0px; top: 70px; }
  .header_search_input  { margin: 0; width: 100%; }
  .header_search_submit { margin: 0; }
}