.helpme {
    position: fixed;
    transition: 1s;
    right: -190px;
    z-index: 10;
    width: 227px;
    height: 111px;
    background-color: #2E1259;
    border-radius: 25px 0px 0px 25px;
    border: none;
    display: flex;
    color: #ffffff;
}

.helpmemobile {
    position: fixed;
    transition: 1s;
    right: -190px;
    z-index: 10;
    width: 227px;
    height: 111px;
    background-color: #2E1259;
    border-radius: 25px 0px 0px 25px;
    border: none;
    display: none;
    color: #ffffff;
}
.napisy{
    position: relative;
}
.napisy p{
    padding: 0px 0px 0px 10px;
    margin: 3px 5px 0px;
    font-size: 14px;
}
.napisy b{
    font-size: 16px;
}
.napisy a{
    padding: 3px 0px 0px 10px;
    margin: 0px 5px;
    font-size: 14px;
    color: #13AAEB;
    text-decoration: underline;
}
#on{
    margin: 0px 5px;
}
.helpmemobile{
    display: none;
}

#drawer {
    position: fixed;
    right: 0;
    top: 68%;
    overflow-x: hidden;
    display: none;
    z-index: 10;
    /* Needed for initial hidden state */
  }
  
  #drawer>div {
    height: 111px;
    float: left;
  }
  
  #drawer-handle {
      width: 42px;
      height: 131px;
      background-image: url("pomoc.png");
      background-repeat: no-repeat;
      top: 68%;
  }
  
  #drawer-content {
    width: 200px;
    margin-right: -200px;
    padding-top: 15px;
    background-color: #2E1259;
    color: #ffffff
    /* -width */
    
  }
  
  #drawer-content>p {
    padding: 10px;
  }

  @media screen and (max-width: 800px) {
    .helpme{
        display: none;
    }
    .helpmemobile{
        display: flex;
        top: 68%
    }
    #drawer{
        display: flex;
        top: 68%;
    }
    #drawer>div {
        height: 129px;
    }
    b, strong {
        font
    }
  }
