
.text-center {
  text-align: center;
}
.telegram{
    display: inline-block;
    margin-top: 10px;
    font-family: Muller,sans-serif;
    background: #08c;
    box-shadow: 0 3px 0 0 #164b87, 0 4px 4px 0 #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;

}
.telegram:hover{
box-shadow: 0 3px 0 0 #164b87, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgb(255 255 255 / 40%);
}

.c-main {
  padding-top: 166px;
}

@media (min-width: 492px) {
.c-main {
    padding-top: 74px!important;
}
}