.wtc-calculator {
  max-width: 470px;
  margin: 40px 0;
  padding: 2rem 1.5rem;
  border-radius: 40px;
  background: rgba(248, 248, 248, 1);
  color: rgba(21, 21, 21, 1);
}

.wtc-title {
  font: 31px/1.1 'Futura PT Extra Bold';
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.wtc-platform-name{
  color: rgba(174, 152, 131, 1);
}

@media (max-width: 1199px) {
  .wtc-title {
    font-size: 18px;
  }
}

.wtc-field {
  margin-top: 20px;
}

.wtc-field label {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
font-size: 16px;
line-height: 1.4;
}

.wtc-select,
.wtc-input {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 40px;
  box-sizing: border-box;
  outline: none;
  padding: 12px 15px;
}

.wtc-amount-group {
  position: relative;
}

.wtc-amount-input {
  padding-right: 30px;
}

.wtc-currency-symbol {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.wtc-select {
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 8L10 13L15 8" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 20px 20px;
  color: #333;
}

.wtc-input[type=number]::-webkit-outer-spin-button,
.wtc-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wtc-input[type=number] {
  -moz-appearance: textfield;
}


.wtc-action-block{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

@media (max-width: 1199px) {
 
.wtc-action-block{
  align-items: stretch
}
}

.wtc-action-block .socials-with-wrapper .tg-bot {
  width: 40px;
  height: 40px;
}

.wtc-select option {
  font-family: sans-serif
}

