.btnRipple1 {
    position: fixed;
    left: 20px;
    bottom: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 220px;
    height: 30px;
    display: inline-flex;
    place-content: center;
    border: 1px solid #fff;
    color: #fff !important;
    background: #00afb9a1 ;
    text-align: center;
    /* border-radius: 50%; */
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    line-height: 25px;
    z-index: 9;
    justify-content: space-around;
    display:none;
}
  .btnRipple {
    position: fixed;
    left: 20px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 220px;
    height: 30px;
    display: inline-flex;
    place-content: center;
    border: 1px solid #fff;
    color: #fff !important;
    background: #00afb9a1 ;
    text-align: center;
    /* border-radius: 50%; */
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    line-height: 25px;
    z-index: 9;
    justify-content: space-around;
    cursor: pointer;
    display:none;
}
  @media (max-width: 767px) {
html body #header .header__block .header__list figure.image a .company {
    font-size: 21px !important;
}
    .btnRipple {
       display:block;
    }
    .btnRipple1 {
       display:block;
    }
}.btnRipple1 {
    position: fixed;
    left: 20px;
    bottom: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 220px;
    height: 30px;
    display: inline-flex;
    place-content: center;
    border: 1px solid #fff;
    color: #fff !important;
    background: #00afb9a1 ;
    text-align: center;
    /* border-radius: 50%; */
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    line-height: 25px;
    z-index: 9;
    justify-content: space-around;
    display:none;
}
  .btnRipple {
    position: fixed;
    left: 20px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 220px;
    height: 30px;
    display: inline-flex;
    place-content: center;
    border: 1px solid #fff;
    color: #fff !important;
    background: #00afb9a1 ;
    text-align: center;
    /* border-radius: 50%; */
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    line-height: 25px;
    z-index: 9;
    justify-content: space-around;
    cursor: pointer;
    display:none;
}
  @media (max-width: 767px) {
    .btnRipple {
       display:block;
    }
    .btnRipple1 {
       display:block;
    }
}




