/********************меню *************************/
.t1hormenu { padding:0; position:relative;}
.menu_hor {margin: 0;   padding: 0; position: relative; box-sizing: border-box;}
.menu_hor li { display: inline; display: inline-block; list-style: none; margin: 0; padding: 0; text-align: left; vertical-align: top; word-spacing: normal; zoom: 1; }
.menu_hor > li{padding-bottom:5px;}
.menu_hor a {  display: inline-block; text-align: left; text-decoration: none; white-space:nowrap; cursor: pointer; }
.menu_hor > li > a{text-transform: uppercase;}
.menu_hor a:hover { text-decoration: none;}
.menu_hor ul { border: 1px solid #c2c2c2; border-radius: 5px; box-shadow: 0 5px 10px rgba(0,0,0,0.2); display: none; left: 0; margin: 0; position: absolute; top: 0; padding: 8px;}
.menu_hor > li > ul{margin-top:5px;}
.menu_hor ul li { display: block; list-style: none; margin: 0; padding: 0; }
.menu_hor ul a { display: block; white-space: nowrap; }
.menu_hor ul ul { display: none; left: 0; margin: 0; padding: 0; position: absolute; top: 0; z-index:2}
.t1hormenu .arrow-up { border-bottom: 5px solid #fff; border-left: 5px solid transparent; border-right: 5px solid transparent; height: 0; left: 10px; position: absolute; top: -4px; width: 0; z-index: 1; }
.t1hormenu .arrow-up2 { border-bottom: 5px solid #c2c2c2; border-left: 5px solid transparent; border-right: 5px solid transparent; height: 0; left: 10px; position: absolute; top: -5px; width: 0; z-index: 0; }
.t1hormenu .arrow-left { border-bottom: 5px solid transparent; border-right: 5px solid #fff; border-top: 5px solid transparent; height: 0; left: -4px; position: absolute; top: 0; width: 0; z-index: 1; }
.t1hormenu .arrow-left2 { border-bottom: 5px solid transparent; border-right: 5px solid #c2c2c2; border-top: 5px solid transparent; height: 0; left: -5px; position: absolute; top: 0; width: 0; z-index: 0; }
.t1hormenu .toLeft .arrow-left { border-left: 5px solid #fff; border-right: 0; left: auto; right: -4px; }
.t1hormenu .toLeft .arrow-left2 { border-left: 5px solid #c2c2c2; border-right: 0; left: auto; right: -5px; }
.menu_hor a img{ margin-right:5px; float: left;}
.t1hormenu.fixed { position: fixed; top: 0px; left: 0; padding: 0; margin: 0; width: 100%; }
nav.t1hormenu a#pull { display: none; min-height:45px;}
.t1hormenu span.menutitle{  position: absolute;  left: 15px;  top: 15px; }