.exchange-title-section {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .exchange-title-section {
    margin-top: 30px;
  }
}
.exchange-title-section__link-block {
  margin-bottom: 30px;
}
.exchange-title-section__title {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .exchange-title-section__title {
    font-size: 24px;
  }
}

.exchange-rate-app {
  color: #212225;
  font-family: "futurabookc", sans-serif;
}
.exchange-rate-app__row-desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .exchange-rate-app__row-desc {
    margin-bottom: 20px;
  }
}
.exchange-rate-app__desc {
  margin-bottom: 8px;
}
.widget-container {
  margin-bottom: 24px;
}

.widget {
  background-color: #F9FBFD;
  border-radius: 4px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .widget {
    padding: 24px 2px;
  }
}
.widget__title {
  font-family: "futurademic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .widget__title {
    min-height: 36px;
    display: flex;
    align-items: center;
  }
}
.widget.exchange-rate {
  padding-bottom: 0;
}

.widget-tabs {
  background-color: #E5EAEE;
  border-radius: 4px;
  border: 2px solid #E5EAEE;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}
.widget-tabs__tab {
  font-size: 16px;
  flex-basis: 0;
  flex-grow: 1;
  padding: 2px 5px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .widget-tabs__tab {
    padding: 4px 5px;
  }
}

.widget-tabs__tab.active {
  background-color: #fff;
  box-shadow: 0px 2px 7px rgba(110, 150, 158, 0.220963);
  border-radius: 4px;
}

.bank-rate-body__row {
  display: flex;
}
.bank-rate-body__col-left {
  width: 58%;
  padding-right: 10px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .bank-rate-body__col-left {
    padding-right: 2px;
    width: 50%;
  }
}
.bank-rate-body__col-right {
  width: 42%;
  padding-left: 10px;
  padding-right: 6px;
  padding-bottom: 40px;
  border-left: 1px solid #E3E5E8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .bank-rate-body__col-right {
    padding-left: 4px;
    width: 50%;
    padding-right: 2px;
  }
}
.bank-rate-body__title {
  width: 100%;
  font-family: "futurademic", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.bank-rate-body__currency {
  text-transform: uppercase;
}
.bank-rate-body__rate-data {
  display: flex;
}
.bank-rate-body__rate-data-none {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bank-rate-body__link {
  font-size: 12px;
}
.bank-rate-body__show-more {
  text-align: center;
}
.bank-rate-body__body-block {
  max-height: 294px;
  overflow-y: auto;
}
.bank-rate-body__row-link {
  display: flex;
}
.bank-rate-body__col-left .bank-rate-body__currency {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .bank-rate-body__col-left .bank-rate-body__currency {
    width: 100%;
    margin-bottom: 5px;
  }
}

.bank-rate-body__col-left .bank-rate-body__rate-data {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .bank-rate-body__col-left .bank-rate-body__rate-data {
    width: 100%;
  }
}

.bank-rate-body__col-left .bank-rate-body__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bank-rate-body__col-left .bank-rate-body__title {
    text-align: left;
  }
}

.bank-rate-body__col-right .bank-rate-body__currency {
  display: none;
}
@media screen and (max-width: 767px) {
  .bank-rate-body__col-right .bank-rate-body__currency {
    display: block;
    margin-bottom: 5px;
  }
}

.bank-rate-body__row.footer .bank-rate-body__col-right {
  text-align: center;
}

.bank-rate-body__row.footer .bank-rate-body__col-left,
.bank-rate-body__row.footer .bank-rate-body__col-right {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.bank-rate-body .value-rate-block {
  max-width: 44%;
}
@media screen and (max-width: 767px) {
  .bank-rate-body .value-rate-block {
    max-width: 50%;
  }
}

.rate-data-divider {
  margin-left: 2px;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .rate-data-divider {
    margin: 0 5px;
  }
}
@media screen and (max-width: 420px) {
  .rate-data-divider {
    margin: 0;
  }
}

.value-rate-block {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.value-rate-block__indicator {
  width: 0;
  height: 0;
  margin-right: 2px;
  border-width: 0 5px 6px 5px;
  border-color: transparent;
  border-style: solid;
}
.value-rate-block__indicator.up {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #8ED340 transparent;
}

.value-rate-block__indicator.down {
  border-width: 6px 5px 0 5px;
  border-color: #D64D4D transparent transparent transparent;
}

.show-more-table {
  background-color: #E5EAEE;
  margin-left: -24px;
  margin-right: -24px;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  padding: 10px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 767px) {
  .show-more-table {
    padding: 4px 20px;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.exchange-rate-wide-body__container {
  min-height: 240px;
  max-height: 310px;
  overflow-y: auto;
}
.exchange-rate-wide-body__row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .exchange-rate-wide-body__row {
    padding: 0 4px;
  }
}
.exchange-rate-wide-body__left-col {
  padding-right: 10px;
  padding-bottom: 40px;
  flex-basis: 0;
  flex-grow: 1;
}
.exchange-rate-wide-body__right-col {
  padding-bottom: 40px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 175px;
}
@media screen and (max-width: 767px) {
  .exchange-rate-wide-body__right-col {
    max-width: none;
  }
}
.exchange-rate-wide-body__rate-data {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exchange-rate-wide-body__footer-link {
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .exchange-rate-wide-body__footer-link {
    padding: 4px;
  }
}
.exchange-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exchange-rate-kros-info {
  padding: 0 24px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .exchange-rate-kros-info {
    padding: 0 2px;
  }
}
.exchange-rate-kros-info__title {
  margin-bottom: 8px;
}
.exchange-rate-kros-info__col {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .currency-calc-widget > .widget {
    padding: 24px 8px;
  }
}

.currency-calc-body {
  margin-bottom: 12px;
}
.currency-calc-body__row {
  display: flex;
  position: relative;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .currency-calc-body__row {
    padding-top: 8px;
  }
}
.currency-calc-body__row::after {
  content: "";
  position: absolute;
  left: -24px;
  right: -24px;
  height: 1px;
  width: calc(100% + 48px);
  background-color: #E3E5E8;
  top: 100%;
}
@media screen and (max-width: 767px) {
  .currency-calc-body__row::after {
    left: -8px;
    right: -8px;
    width: calc(100% + 16px);
  }
}
.currency-calc-body__row:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .currency-calc-body__row {
    flex-direction: column;
  }
}
.currency-calc-body__left-block {
  width: 50%;
  margin-bottom: 12px;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .currency-calc-body__left-block {
    width: 100%;
    margin-top: 8px;
    padding-right: 0;
    position: relative;
    z-index: 2;
  }
}
.currency-calc-body__right-block {
  width: 50%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .currency-calc-body__right-block {
    margin-bottom: 8px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.currency-calc-body__title {
  margin-bottom: 8px;
}
.currency-calc-body__wide-drop-block {
  position: relative;
}
.currency-calc-body__row {
  z-index: 1;
}
.currency-calc-body__row:first-child {
  padding-top: 0;
  z-index: 2;
}

body .combined-drop-input > .dropdown {
  position: absolute;
  width: 70px;
  min-width: 70px;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.combined-drop-input > .dropdown .dropdown__selected-text-value {
  padding: 15px 18px 15px 8px;
  line-height: 1;
}

.combined-drop-input > .dropdown .dropdown-menu {
  max-height: 226px;
}

.combined-drop-input > .dropdown .dropdown__caret {
  right: 8px;
}

.combined-drop-input > .dropdown .dropdown__selected {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.combined-drop-input > .dropdown .dropdown-menu__item {
  padding: 12px;
  text-align: center;
}

.combined-drop-input > .input-block .input-block__input {
  background-color: #fff;
  padding: 10px 76px 10px 16px;
  font-family: "futurademic", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  height: 48px;
}

.combined-drop-input.disabled > .input-block .input-block__input:disabled {
  opacity: 1;
}

.combined-drop-input.disabled > .input-block .input-block__input {
  padding: 10px 76px 10px 0;
  border: 1px solid transparent;
  background-color: transparent;
}

.combined-drop-input.disabled > .dropdown .dropdown__selected-text-value {
  background-color: #fff;
}

.combined-drop-input.disabled > .dropdown .dropdown__selected {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.currency-calc-footer__btn {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .currency-calc-footer__btn {
    margin-bottom: 10px;
  }
}
.currency-calc-footer__text-block p {
  margin-bottom: 4px;
  opacity: 0.4;
}
.currency-calc-footer__text-block p::first-child {
  margin-bottom: 0;
}

.currency-calc-footer__btn .btn-component {
  width: 100%;
}

.exchange-leasing__head-row {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .exchange-leasing__head-row {
    margin-bottom: 0;
  }
}
.exchange-leasing__col-left {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .exchange-leasing__col-left {
    margin-bottom: 8px;
  }
}
.exchange-leasing__col-right {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .exchange-leasing__col-right {
    margin-bottom: 8px;
  }
}
.exchange-leasing__update-text {
  display: flex;
  align-items: center;
  opacity: 0.4;
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .exchange-leasing__update-text {
    font-size: 12px;
  }
}
.exchange-leasing__sub-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .exchange-leasing__sub-title {
    margin-bottom: 8px;
  }
}
.exchange-leasing__currency-block {
  display: flex;
  align-items: center;
}
.exchange-leasing__currency {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "futurademic", sans-serif;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .exchange-leasing__currency {
    margin-right: 8px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .widget.exchange-leasing__widget {
    padding: 24px 6px;
  }
}

@media screen and (min-width: 768px) {
  .exchange-leasing__head-row .exchange-leasing__col-right {
    padding-left: 5%;
  }
}

@media screen and (min-width: 768px) {
  .exchange-leasing__row-body .exchange-leasing__col-right {
    border-left: 1px solid #E3E5E8;
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .no-mob-l-p.col-6 {
    padding-left: 0;
  }
}

.exchange-leasing .value-rate-block {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .exchange-leasing .value-rate-block {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .exchange-leasing__row-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .exchange-leasing__row-body .exchange-leasing__col-left {
    padding-bottom: 16px;
    margin-bottom: 0;
    position: relative;
  }
  .exchange-leasing__row-body .exchange-leasing__col-left::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #E3E5E8;
  }
}

@media screen and (max-width: 767px) {
  .exchange-leasing__row-body .exchange-leasing__col-right {
    padding-top: 10px;
  }
}

.currency-chart__row-head {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.currency-chart__col {
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .currency-chart__col {
    margin-bottom: 16px;
    width: 100%;
  }
}
.currency-chart__col-title {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .currency-chart__col-title {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}
.currency-chart__col-pickers {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .currency-chart__col-pickers {
    justify-content: start;
    width: 100%;
    order: 4;
  }
}
.currency-chart__col-drop-type {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .currency-chart__col-drop-type {
    width: 100%;
    order: 2;
  }
}
.currency-chart__col-drop-currency {
  width: 135px;
}
@media screen and (max-width: 767px) {
  .currency-chart__col-drop-currency {
    order: 5;
  }
}
.currency-chart__col-tabs {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .currency-chart__col-tabs {
    width: 100%;
    order: 3;
  }
}
.currency-chart__col-chart-leginds {
  width: calc(100% - 280px - 110px - 240px);
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .currency-chart__col-chart-leginds {
    width: calc(100% - 110px);
    order: 6;
    min-width: 0;
  }
}
.currency-chart .widget__date-picker {
  min-width: 240px;
  font-family: "futurabookc", sans-serif;
}
@media screen and (max-width: 767px) {
  .currency-chart .widget__date-picker {
    width: 100%;
  }
}

.widget__date-picker .mx-input {
  font-size: 16px;
  margin-bottom: 4px;
  border: 1px solid #A7A8A9;
}

.currency-chart .widget-tabs {
  margin-top: 0;
  margin-bottom: 0;
}

.currency-chart .widget-tabs__tab {
  padding: 6px 5px;
}

.currency-chart .currency-chart__col .dropdown {
  min-width: 0;
}

body .currency-chart .dropdown .dropdown__selected-text-value,
body .currency-chart .dropdown.thin-input .dropdown__selected-text-value {
  padding: 6px 18px 6px 8px;
}

.currency-chart .currency-chart__col-drop-currency .dropdown .dropdown__selected-text-value,
.currency-chart .currency-chart__col-drop-currency .dropdown.thin-input .dropdown__selected-text-value {
  text-align: center;
}

.currency-chart .currency-chart__col-drop-currency .dropdown.splitted-list .dropdown-menu__item {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .widget-container.currency-chart {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .currency-chart .widget {
    padding: 24px 26px;
  }
}

.chart-leginds {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .chart-leginds {
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-end;
  }
}
.chart-leginds__item {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .chart-leginds__item {
    margin-right: 0;
    min-width: 90px;
  }
}
.chart-leginds__item:last-child {
  margin-right: 0;
}
.chart-leginds__icon {
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  background-color: #acecf2;
  border-radius: 50%;
  margin-right: 10px;
}
.chart-leginds__text {
  font-family: "futurabookc", sans-serif;
  font-size: 16px;
}

.chart-leginds__item.buy .chart-leginds__icon {
  border: 2px solid #72D5D1;
}

.chart-leginds__item.sell .chart-leginds__icon {
  border: 2px solid #1C7FDD;
}

@media screen and (min-width: 768px) {
  .exchange-rate-app__row-desc .dropdown.thin-input {
    max-width: 260px;
  }
}

.widget .mx-datepicker {
  width: 100%;
}
