
.tabbed{
  /*float : left;*/
  /*width : 100%;*/
  max-height:850;
}

.tabbed > input{
  display : none;
}

.tabbed > section > h3{
  float       : left;
  box-sizing  : border-box;
  margin      : 0;
  padding     : 0.5em 0.2em 0;
  overflow    : hidden;
  font-weight : normal;
}

.tabbed > input:first-child + section > h3{
  padding-left : 0.5em;
}

.tabbed > section > h3 > label{
  display                 : block;
  padding                 : 0.25em 0.25em;
  border                  : 2.33px solid #C5CAE9;
  border-bottom           : none;
  border-top-left-radius  : 5px;
  border-top-right-radius : 5px;
  box-shadow              : 0 0 0.5em rgba(0,0,0,0.0625);
  background              : #fff;
  cursor                  : pointer;
     -moz-user-select     : none;
      -ms-user-select     : none;
  -webkit-user-select     : none;
}

.tabbed > section > div{
  position      : relative;
  z-index       : 1;
  float         : right;
  box-sizing    : border-box;
  width         : 100%;
  margin        : 5.5em 0 0 -100%;
  border-top    : 2px solid #C5CAE9;
  background    : #fff;
}

.tabbed > input:checked + section > h3  {
  color : #ff7f2a;
  position : relative;
  z-index  : 2;
}

.tabbed > input:not(:checked) + section > div{
  display : none;
}

.tabbed > input:not(:checked) + section > h3 > label{	  
  color : #bdbdbd;
  background : #f5f5f5;
}

#h3Reparties{visibility:hidden}
#h3Catalogue{visibility:hidden}
