.btn {
  display: inline-block;
  padding: 0.5em 1.25em;
  font-size: var(--s);
  line-height: 1.25em;
  border-radius: var(--s-br);
  text-decoration: none!important;
  outline: none;
  white-space: nowrap;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  position: relative;
  border: none;
}
.btn.__azure,
.btn.__azureBorder {
  border: 1px solid var(--c-azure);
  background: var(--c-white);
  color: var(--c-azure);
}
.btn.__azure:not([disabled]):hover,
.btn.__azureBorder:not([disabled]):hover,
.btn.__azure:not([disabled]):focus,
.btn.__azureBorder:not([disabled]):focus {
  background: rgba(0, 174, 239, 0.05);
  color: var(--c-azure);
}
.btn.__azure:not([disabled]):active,
.btn.__azureBorder:not([disabled]):active {
  background: var(--c-azure);
  color: var(--c-white);
}
.btn.__lightAzure {
  border: 1px solid var(--c-azure);
  background: var(--c-azure-1);
  color: var(--c-azure);
}
.btn.__lightAzure:not([disabled]):hover,
.btn.__lightAzure:not([disabled]):focus {
  background: rgba(0, 174, 239, 0.05);
  color: var(--c-azure);
}
.btn.__lightAzure:not([disabled]):active {
  background: var(--c-azure);
  color: var(--c-white);
}
.btn.__gray {
  border: 1px solid var(--c-gray-9);
  background: var(--c-white);
  color: var(--c-gray-1);
}
.btn.__gray:not([disabled]):hover,
.btn.__gray:not([disabled]):focus {
  background: rgba(196, 196, 196, 0.1);
  color: var(--c-gray-1);
}
.btn.__gray:not([disabled]):active {
  background: rgba(196, 196, 196, 0.1);
  color: var(--c-gray-1);
}
.btn.__silver {
  border: 1px solid #D1D1D1;
  background: rgba(196, 196, 196, 0.1);
  color: #9E9E9E;
}
.btn.__grayAzure {
  border: 1px solid var(--c-gray-9);
  background: var(--c-white);
  color: var(--c-gray-1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
.btn.__grayAzure:not([disabled]):hover,
.btn.__grayAzure:not([disabled]):focus {
  background: rgba(0, 174, 239, 0.05);
  color: var(--c-gray-1);
}
.btn.__grayAzure:not([disabled]):active {
  background: var(--c-azure);
  color: var(--c-white);
}
.btn.__gold,
.btn.__goldGradient {
  color: var(--c-black-1);
  background: var(--c-gold-gradient);
  box-shadow: 0px 3px 4px rgba(247, 207, 48, 0.5);
}

.btn.__blueGradient {
    background: linear-gradient(180deg, #37aee2 0%, #1e96c8 100%), #fff;
    color: var(--c-white);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.btn.__blueGradient:hover,
.btn.__blueGradient:focus {
    background: #24bdff;
    color: var(--c-white);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.btn.__telegramButton {
    margin-top: 0;
    padding: 0 27px;
    font-size: 18px;
    font-weight: 500;
    line-height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.btn.__telegramButton::before {
    content: '';
    width: 25px;
    height: 55px;
    margin: 0 10px 0 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAVCAYAAACzK0UYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHpSURBVHgB1ZS/axRBFMeHM6cpIhyCFmKjoIWFKMFfKeS0UhsbKxtFK0HQP2HFIqCNrYWllWAT9IzNYSEGcpCDHCQhhC1SXNjkckn29sfNzJtv3iUkLMnu3l5+EPKBLXbmO9/39r23I8RxA0AhJLw1BiP8/A+By+IgKJbRFyg84AAlMqaNCMshvRH7Yb7VvqYIw+zVQAJOK3zY0fb1Yuw4GOgv0NPT+RPP+fUeP7k0PeVyy6KXrH1Fn5KyVjvKtIVl2/2pxp1aTzfbT7TB36RyKINJpdSQr/EjZm8+0bw827hAwHvWLSIZ5SmyHv3CqUDS1zhBqM3oLnNev+tK/U0TghRzSMKEL3Gr5jgDntLfE7MgfIya3zHAKLrQGU8u/PBgpZKfdXFWA2Np+kDql9Eg1W4BfGXG7WbrekfPn3mRk7LRneJ2kKtW7SQvPONGlbAre9RXpHxtWdbGqNqr/m1tTD1DAPyZ9s7HNn3BxblQ68e+pHeexivWFrb2Zpa8m5Q+DNu0JNliL/Ao/0NGuJyl6Nlc1iB8dCSzVoiq2CvVunsfGZq+FMgXYj/UVnHGlerzZlXiaUrcEAfBVGNtiP3mYmKoolXu6eJNZfBLJd9W9IGNKdL0cXEYrATBJb6rfvI/9HtxLbwijoJ1mz5gSRZoB6sAAAAASUVORK5CYII=) no-repeat 0 50%;
}

.btn.__gold:not([disabled]):hover,
.btn.__goldGradient:not([disabled]):hover,
.btn.__gold:not([disabled]):focus,
.btn.__goldGradient:not([disabled]):focus {
  background: var(--c-gold-gradient-1);
  color: var(--c-black-1);
}
.btn.__gold:not([disabled]):active,
.btn.__goldGradient:not([disabled]):active {
  background: var(--c-gold-gradient-2);
  color: var(--c-black-1);
}
.btn[disabled] {
  opacity: 0.5;
  cursor: no-drop;
}
.btn.__block {
  display: block;
  width: 100%;
}
.btn.__xs {
  font-size: 0.9em;
}
.btn.__sm {
  font-size: 1.1em;
}
.btn.__md {
  font-size: 1.2em;
}
.btn.__lg {
  font-size: 1.3em;
}
