 .hcontainer-canvas {
    padding: 0;
    margin: 0;
    height: 300px !important;
    width: 100%;
 }
 
 .hcontainer {
  height: 140px;
  width: 160px;
  position: absolute; 
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
 }
 .hmenu {
    height: 140px;
    width: 160px;
    cursor: pointer;
    margin: 160px auto;
 }

.hmenu{
  z-index: -1;
  transform: scale(0.9);
}
 .toggle{
  height: 0;
  width: 80px;
  border-bottom: 70px solid #ffffff;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0;
 }

  .toggle:before{
    content: '';
  height: 0;
  width: 80px;
  border-top: 70px solid #ffffff;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  top: 70px;
  left: -40px;
 }
  .hitem{
  height: 1px;
  width: 80px;
  border-bottom: 70px solid #5873B3;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0;
  transition: 1s;
  text-align: center;
 }

 .hitem:hover
 { 
  border-bottom: 70px solid #475E91; 
 }

 .hitem:before{
    content: '';
  height: 0;
  width: 80px;
  border-top: 70px solid #5873B3;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  top: 70px;
  left: -40px;
 }
 .hitem:hover:before
 {
  border-top: 70px solid #475E91;  
 }

 #add{ 
  color: white;
  position: relative;
  top: 10px;
  right: 20px;
  transition: 1s;
     max-width: 120px !important;
 }
 a>.gbps-icons{
  color: #d2d2d2; 
  width: 72px;
  height: 72px;
  cursor: pointer;
  display: flex;
  margin: 0 auto;

 }
 .hitem a {
    position: relative;
    top: 5px;
   left: -3px;
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
    font-size: 0.6em;
 }
 .hitem a div
 {
    font-style: normal;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    text-shadow: 0 0 #fff;
    font-size: 10px;
 }
 a>.gbps-icons:hover{
  color: #f9d230; 
  transform: scale(1.1);
 }

 a>.gbps-icons.reestr
 {
      background: url(images/reestr.png) no-repeat transparent
 } 
 a>.gbps-icons.vhod
 {
      background: url(images/vhod.png) no-repeat transparent
 } 

 a>.gbps-icons.otzyv
 {
      background: url(images/otzyv.png) no-repeat transparent
 } 

 a>.gbps-icons.pomosh
 {
      background: url(images/pomosh.png) no-repeat transparent
 } 
 a>.gbps-icons.kontakty
 {
      background: url(images/kontanty.png) no-repeat transparent
 } 
 a>.gbps-icons.registration
 {
      background: url(images/registration.png) no-repeat transparent
 } 

