.deposit-calculator-section.calc-deposit {
  background: #f9fbfd;
  padding: 48px 0;
}
.deposit-calculator-section.calc-deposit .calc-deposit__title {
  font-weight: 600;
  font-size: 32px;
  color: #212225;
  margin-bottom: 24px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block {
  background: #FFFFFF;
  box-shadow: 2px 2px 5px rgba(26, 36, 36, 0.05);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  padding: 40px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part {
  width: 50%;
  padding-right: 0;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top {
  margin-bottom: 24px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top .currency-radio {
  background: #E5EAEE;
  border: 2px solid #E5EAEE;
  border-radius: 8px;
  padding: 2px;
  display: flex;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top .currency-radio label {
  font-size: 16px;
  border-radius: 8px;
  color: #212225;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 0;
  margin: 0;
  flex: 1;
  min-width: 125px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top .currency-radio label:before {
  display: none;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top .currency-radio input:checked + label {
  background: #fff;
  box-shadow: 0 2px 7px rgba(110, 150, 158, 0.22);
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top .currency-radio input:checked + label:after, .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top .currency-radio input:checked + label:before {
  display: none;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider {
  width: 100%;
  margin-bottom: 24px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider-title {
  font-size: 16px;
  font-weight: 700;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs {
  justify-content: flex-start;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input {
  width: 265px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input input[type=text], .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input input[type=number] {
  width: 100%;
  border: solid 1px #97a4b1;
  border-bottom: none;
  line-height: 45px;
  text-align: left;
  color: #212225;
  padding: 0 8px;
  height: 45px;
  font-size: 22px;
  margin-bottom: -5px;
  border-radius: 8px;
  background: none;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .slider-points .point {
  font-size: 12px;
  color: #212225;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .range-slider {
  padding: 0 4px;
  margin-top: -17px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .range-slider-rail {
  height: 2px;
  background: #637282;
  border-radius: 1.5px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .range-slider-fill {
  height: 2px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__curr {
  color: #212225;
  font-size: 22px;
  margin-left: 24px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__val {
  font-size: 12px;
  color: #212225;
  line-height: 1;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part {
  width: 50%;
  border-left: 1px dashed rgba(99, 114, 130, 0.3);
  padding: 0 40px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .btn {
  min-width: 180px;
  width: auto;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result {
  margin-bottom: 24px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-title {
  font-size: 16px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-title.finally {
  color: #212225;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number {
  font-size: 22px;
  color: #637282;
  font-weight: 600;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number span {
  margin-left: 0;
  font-size: 16px;
  margin-top: 2px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number.finally {
  color: #212225;
  font-size: 32px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number.finally span {
  color: #212225;
  font-size: 20px;
  margin-left: 0;
  margin-top: 4px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calculator-radioboxes .title {
  color: #212225;
  margin-bottom: 8px;
  font-weight: 700;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calculator-radioboxes .select-text {
  color: #212225;
  font-size: 22px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__info {
  background: rgba(229, 234, 238, 0.5);
  border-radius: 16px;
  margin-top: -32px;
  padding: 74px 40px 22px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__info-row {
  display: flex;
  align-items: center;
}
.deposit-calculator-section.calc-deposit .calc-deposit__info-row:not(:last-child) {
  margin-bottom: 8px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__info-name {
  color: #637282;
  font-size: 16px;
  width: 265px;
  flex-shrink: 0;
}
.deposit-calculator-section.calc-deposit .calc-deposit__info-desc {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 3px rgba(107, 144, 140, 0.11);
  padding: 12px 24px;
  width: 100%;
  color: #637282;
  font-size: 16px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__info-desc strong {
  font-weight: 700;
}
.deposit-calculator-section.calc-deposit .calc-deposit__info-desc strong span {
  font-weight: 400;
  font-size: 12px;
}

.dark-theme .deposit-calculator-section.calc-deposit {
  background-color: #1C1C1C;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__title {
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block {
  background: #27282D;
  box-shadow: 2px 2px 5px rgba(26, 36, 36, 0.05);
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top .currency-radio {
  background: #1C1C1C;
  border: 2px solid #1C1C1C;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top .currency-radio label {
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top .currency-radio input:checked + label {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 7px rgba(110, 150, 158, 0.22);
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider-title {
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input input[type=text], .dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input input[type=number] {
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .slider-points .point {
  font-size: 12px;
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .range-slider-rail {
  background: rgba(255, 255, 255, 0.7);
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .range-slider-fill {
  background: #FCE610;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .range-slider-knob {
  background-color: #ffef00;
  border: solid 6px #ffffff;
  height: 22px;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__curr {
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__val {
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-title {
  color: #99A4B0;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-title.finally {
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number {
  color: #99A4B0;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number span {
  color: #99A4B0;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number.finally {
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number.finally span {
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calculator-radioboxes .title {
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calculator-radioboxes .select-text {
  color: #fff;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__info {
  background: rgba(39, 40, 45, 0.6);
  border: 2px solid #27282D;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__info-name {
  color: #99A4B0;
}
.dark-theme .deposit-calculator-section.calc-deposit .calc-deposit__info-desc {
  color: #99A4B0;
  background: #27282D;
}

@media screen and (max-width: 767px) {
  .deposit-calculator-section.calc-deposit .calc-deposit__title {
    font-size: 22px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block {
    padding: 32px 16px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top .currency-radio {
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .top .currency-radio label {
    min-width: 100px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input {
    width: 195px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input input[type=text], .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input input[type=number] {
    height: 49px;
    line-height: 49px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .range-slider {
    height: 22px;
    margin-bottom: 0;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .range-slider-inner {
    height: 22px;
    line-height: 22px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__curr {
    font-size: 16px;
    margin-left: 8px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__val {
    height: 12px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part {
    width: 100%;
    border-left: none;
    border-top: 1px dashed rgba(99, 114, 130, 0.3);
    padding: 24px 0;
    order: 4;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .btn {
    display: block;
    margin: 0 auto;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result {
    margin-bottom: 16px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-title {
    text-align: center;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number {
    display: flex;
    justify-content: center;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calculator-radioboxes {
    order: 3;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 24px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__info {
    padding: 64px 16px 32px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__info-name {
    width: 106px;
    padding-right: 8px;
    padding-top: 8px;
  }
  .deposit-calculator-section.calc-deposit .calc-deposit__info-desc {
    padding: 8px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.additional-info {
  margin-top: 20px;
}
.additional-info p,
.additional-info li {
  margin-bottom: 16px;
}
.additional-info p:last-child,
.additional-info li:last-child {
  margin-bottom: 0;
}
.additional-info ol {
  counter-reset: list;
  list-style: none;
}
.additional-info ol li::before {
  counter-increment: list;
  content: counter(list) ". ";
}
@media screen and (max-width: 767px) {
  .additional-info {
    margin-top: 16px;
  }
}

.deposit-calculator-section.calc-deposit {
  background: none;
}
.deposit-calculator-section.calc-deposit .calc-deposit__title {
  line-height: 42px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part {
  padding-bottom: 64px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider-title {
  margin-bottom: 7px;
  font-family: "futurademic", sans-serif;
  line-height: 20px;
  color: #231F20;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider {
  margin-bottom: 25px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs {
  margin-bottom: 0;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input input[type=text], .deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input input[type=number] {
  padding: 12px 16px;
  line-height: 32px;
  color: #231F20;
  border-radius: 8px 8px 0 0;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .range-slider {
  padding: 0;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .range-slider-rail {
  height: 3px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__input .range-slider-fill {
  height: 3px;
  background: #FCE610;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__curr {
  color: #231F20;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .calc-part .bottom .calc-deposit__slider .calculator-inputs .calc-deposit__val {
  line-height: 14px;
  color: #231F20;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 64px;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-title {
  line-height: 20px;
  color: #231F20;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-title.finally {
  line-height: 20px;
  color: #231F20;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number {
  line-height: 32px;
  color: #231F20;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number.finally {
  line-height: 42px;
  color: #231F20;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .result .r-number span {
  color: inherit;
}
.deposit-calculator-section.calc-deposit .calc-deposit__block.calculator-block .result-part .btn {
  max-width: 201px;
  height: auto;
  padding: 6px 23px;
  font-size: 22px;
  line-height: 32px;
}

.fieldset-radio {
  width: 100%;
  color: #231F20;
}
.fieldset-radio__title {
  margin-bottom: 23px;
  font-family: "futurademic", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.fieldset-radio__inputs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fieldset-radio .field-radio {
  margin-right: 43px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fieldset-radio .field-radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.fieldset-radio .field-radio input:checked + .field-radio__circle:before {
  display: block;
}
.fieldset-radio .field-radio__circle {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 11px;
  border-radius: 50%;
  border: 0.5px solid #6e7c8a;
}
.fieldset-radio .field-radio__circle::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #ffef00;
  border-radius: 50%;
}
.fieldset-radio .field-radio__text {
  font-size: 16px;
  line-height: 20px;
}

.dark-theme .fieldset-radio {
  color: #ffffff;
}
.dark-theme .fieldset-radio .field-radio__circle {
  border: 0.5px solid #ffffff;
}
