/* Generated by less 2.5.1 */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}
.container {
  max-width: 60%;
  margin:  0 1em 0 auto;
  position: relative;
  z-index: 2;
}
.header {
  /*height: 136px;*/
  background-color: #FFFFFF;
  position: relative;
}
.nav {
  width: 100%;
  box-shadow: inset 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: none;
  margin-top: 75px;	
}
.nav__item {
  display: block;
  height: 2.4em;
  font-weight: bold;
  padding-left: 1em;
  color: #333;
  font-size: 0.8em;
  line-height: 2.4em;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ddf8bb;
  transition: background-color 0.1s linear, color 0.1s linear;
}
.nav__item:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nav__item:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav__item:last-of-type {
  box-shadow: inset 0 -5px 10px -5px rgba(0, 0, 0, 0.4);
}
.nav__item:hover {
  background-color: #DE6300;
}
.nav__item:active {
  background-color: #DE6300;
  color: #fff;
}
.nav-burger {
  display: block;
 /* width: 40px; height: 31px;*/
  width: 35px;
  height: 27px;
  cursor: pointer;
  color: transparent;
  font-size: 10px;
  background: url(/local/templates/gazeta_new_other/images/icon-menu_mm.png) no-repeat; 
 /* background: url(/local/templates/gazeta_new_other/images/icon-menu_m.png) no-repeat; */      /* icon-menu.svg*/
  position: absolute;
  top: 20px;
  right:1px;
  z-index: 1;
  opacity: 0.8;
}
.nav-burger__checkbox {
  display: none;
}
.nav-burger__checkbox:checked + .nav-burger {
  background-image: url(/local/templates/gazeta_new_other/images/icon-cross_mm.png);
 /* background-image: url(/local/templates/gazeta_new_other/images/icon-cross_m.png);*/
}

.nav-burger__checkbox:checked ~ .nav {
  display: block;
}
.show-on-mobile { display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .show-on-mobile { display: inline; }}

