.select-btn{
    display: inline;
    cursor: pointer;
    padding: 6px 24px;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 100px;
}
.select-btn.is-select{
    border: 1px solid #0774ff;
    background-color: #0774ff;
    color: #fff;
}

.data-prices{
    display: none;
}
.data-prices.show{
    display: flex;
}

.telegram-contact{
    position: fixed;
      right: 30px;
      bottom: 90px;
      height: 46px;
      width: 46px;
      cursor: pointer;
      display: block;
      border-radius: 50px;
      z-index: 8;
      background-color: #0774ff;
      color: #fff;
      font-size: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
}

.facebook-contact{
    position: fixed;
      right: 30px;
      bottom: 150px;
      height: 46px;
      width: 46px;
      cursor: pointer;
      display: block;
      border-radius: 50px;
      z-index: 8;
      background-color: #0774ff;
      color: #fff;
      font-size: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
}