.Modal {
  display: flex;
  padding: 0;
  border: none;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  background: transparent;
  align-items: center;
}
.Modal .content {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background: #FFF;
  position: relative;
}
@media (max-width: 479px) {
  .Modal .content {
    margin-top: 0 !important;
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .Modal .content {
    height: max-content;
    overflow-y: hidden;
  }
}
.Modal .content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.Modal .content::-webkit-scrollbar-button {
  display: none;
}
.Modal .content::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.Modal .content::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #E6E6E6;
  border-radius: 1.5px;
}
.Modal .content::-webkit-resizer {
  background-color: #E6E6E6;
}

.choose-modal {
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
  .choose-modal {
    padding: 16px 0 24px;
  }
}
.choose-modal__content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  border: none;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 736px;
  background: #fff;
  outline: none;
  overflow-y: auto;
  height: 100vh;
}
@media (min-width: 480px) {
  .choose-modal__content-wrapper {
    margin-top: 0 !important;
  }
}
@media (max-width: 479px) {
  .choose-modal__content-wrapper {
    padding: 0 0 180px;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin-right: 0;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .choose-modal__content-wrapper {
    height: max-content;
    min-width: 736px;
    overflow-y: hidden;
  }
}
.choose-modal__content-wrapper::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.choose-modal__content-wrapper::-webkit-scrollbar-button {
  display: none;
}
.choose-modal__content-wrapper::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.choose-modal__content-wrapper::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #E6E6E6;
  border-radius: 1.5px;
}
.choose-modal__content-wrapper::-webkit-resizer {
  background-color: #E6E6E6;
}
.choose-modal__action,
.choose-modal__close-button_left,
.choose-modal__close-button_right,
.choose-modal__clear-button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
}
.choose-modal__action:hover,
.choose-modal__close-button_left:hover,
.choose-modal__close-button_right:hover,
.choose-modal__clear-button:hover {
  opacity: 0.7;
}
.choose-modal__close-button_left {
  font-family: 'Roboto', sans-serif !important;
  padding: 12px 16px;
  width: 100%;
  text-align: left;
}
.choose-modal__close-button_left svg {
  margin-right: 12px;
}
.choose-modal .close-icon path {
  fill: #87928C;
}
.choose-modal__clear-button {
  position: absolute;
  right: 16px;
  top: 16px;
}
.choose-modal__clear-button .close-icon path {
  fill: #87928C;
}
.choose-modal__search-icon {
  position: absolute;
  left: 16px;
  top: 14px;
}
@media (min-width: 768px) {
  .choose-modal__close-button_left {
    display: none;
  }
}
.choose-modal__close-button_right {
  display: none;
}
@media (min-width: 768px) {
  .choose-modal__close-button_right {
    justify-content: center;
    align-items: center;
    width: 48px;
    margin-left: auto;
    height: 48px;
    position: absolute;
    right: -10px;
    top: -9px;
    display: flex;
  }
}
.choose-modal__text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #111512;
  margin-left: 8px;
  pointer-events: none;
}
.choose-modal .pointIcon {
  pointer-events: none;
}
.choose-modal__header {
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  display: flex;
}
.choose-modal__header button {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #111512;
}
@media (min-width: 768px) {
  .choose-modal__header button {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .choose-modal__header {
    padding: 0;
    box-shadow: none;
    margin: 0 24px 16px;
  }
}
.choose-modal__title-desktop {
  display: none;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #111512;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .choose-modal__title-desktop {
    display: block;
  }
}
.choose-modal__input-wrapper {
  margin: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .choose-modal__input-wrapper {
    margin: 16px 24px;
  }
}
.choose-modal__input {
  width: 100%;
  height: 48px;
  border: 1px solid #CACCCB;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #111512;
  transition: 0.2s;
  padding: 0 32px 0 44px;
}
.choose-modal__input:focus,
.choose-modal__input:active {
  border: 2px solid #35A47C;
  outline: 0;
}
.choose-modal__staticSites_mobile-hidden {
  display: none;
}
.choose-modal__staticSites_mobile-visible {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E6E6E6;
}
@media (min-width: 768px) {
  .choose-modal__staticSites_mobile-hidden,
  .choose-modal__staticSites_mobile-visible {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 12px 0 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .choose-modal__items-list {
    height: 384px;
    overflow-y: auto;
  }
  .choose-modal__items-list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .choose-modal__items-list::-webkit-scrollbar-button {
    display: none;
  }
  .choose-modal__items-list::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
  }
  .choose-modal__items-list::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #E6E6E6;
    border-radius: 1.5px;
  }
  .choose-modal__items-list::-webkit-resizer {
    background-color: #E6E6E6;
  }
}
@media (min-width: 768px) {
  .choose-modal__content-top {
    padding: 16px 24px 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}
.choose-modal__nothing-found {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #111512;
}
@media (min-width: 768px) {
  .choose-modal__nothing-found {
    font-size: 16px;
  }
}
.choose-modal__currencies-wrapper,
.choose-modal__nothing-found {
  margin: 8px -24px 0;
}
@media (max-width: 479px) {
  .choose-modal__currencies-wrapper,
  .choose-modal__nothing-found {
    margin: -8px 0 0;
  }
}
.choose-modal__nothing-found {
  text-align: center;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .choose-modal__divider {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 16px;
    height: 10px;
  }
}
.choose-modal input::placeholder {
  color: #87928C;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.ConfirmTimer {
  margin-top: 24px;
  text-align: center;
  padding: 0 16px;
}
.ConfirmTimer__Text {
  color: #696F6B;
}
.ConfirmTimer__Button {
  cursor: pointer;
  border: 0;
  outline: 0;
  font-size: 14px;
  line-height: 24px;
  color: #5076C0;
  background: transparent;
}
.ConfirmTimer__Button:disabled,
.ConfirmTimer__Button[disabled] {
  color: #CACCCB !important;
}

.ConfirmationForm .placeholder[data-fixed-placeholder='true'] {
  transform: translate3d(0px, -23px, 0) perspective(1px) scale3d(0.8, 0.8, 1);
}
.ConfirmationForm .FloatInput ~ .errorText {
  margin-bottom: 24px;
}
.ConfirmationForm .TimerLoader {
  margin-top: 24px !important;
  height: 30px;
}
.ConfirmationForm .ConfirmTimer {
  margin-top: 8px;
}
.ConfirmationForm .ConfirmTimer__Button {
  text-transform: uppercase;
  color: #35A47C;
  height: 48px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
}
.ConfirmationForm.reserved-modal-content {
  padding: 24px 16px 0;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ConfirmationForm.reserved-modal-content {
    padding: 0 24px 0;
    max-height: 80vh;
    overflow: auto;
  }
}
.ConfirmationForm.reserved-modal-content .reserved-modal_footer-column button {
  width: 100%;
}
.ConfirmationForm.reserved-modal-content .FloatInput {
  margin-bottom: 8px;
}
.ConfirmationForm.reserved-modal-content .FloatInput.error .placeholder {
  color: #DF3115;
}

.map-button-block {
  position: relative;
  width: 100%;
  max-height: 88px;
  overflow: hidden;
}
.map-button-block button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 -50% 0 0;
  transform: translate(-50%, -50%);
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #FFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 26px;
  padding: 12px 16px;
  transition: 0.2s;
  outline: none;
}
.map-button-block button:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (min-width: 640px) {
  .map-button-block {
    max-width: 192px;
    max-height: 106px;
  }
}

.content-loader__wrapper {
  display: flex;
  position: relative;
  width: 100%;
  min-width: 300px;
  min-height: 120px;
  background: #E6E6E6;
  flex-shrink: 0;
}
.content-loader__wrapper_map-mode {
  min-height: 120px;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 640px) {
  .content-loader__wrapper_map-mode {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 456px !important;
  }
}
@media (min-width: 640px) {
  .content-loader__wrapper {
    width: 33%;
    max-width: 33%;
    min-width: inherit;
    min-height: 271px;
  }
}
@media (min-width: 960px) {
  .content-loader__wrapper {
    width: 300px;
    max-width: 300px;
  }
}
.content-loader__loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  border: 2px solid #CACCCB;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  animation: load 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #CACCCB #CACCCB #CACCCB transparent;
  z-index: 2;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tooltip__arrow {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border: 5px solid transparent;
}
.tooltip {
  background: #000;
  border-radius: 2px;
  border: 1px solid black;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.14);
  color: #fff;
  font-size: 12px;
  height: auto;
  line-height: 16px;
  max-width: 224px;
  opacity: 1;
  padding: 4px 8px;
  position: absolute;
  z-index: 1050;
  text-align: start;
}
.tooltip .tooltip__arrow {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border: 5px solid transparent;
}
.tooltip .position__top {
  transform: translateX(-50%);
  top: auto;
  bottom: -5px;
  border-bottom: none;
  border-top-color: #000;
}
.tooltip .position__bottom {
  transform: translateX(-50%);
  top: -5px;
  bottom: auto;
  border-top: none;
  border-bottom-color: #000;
}
.tooltip .position__left {
  transform: translateY(-50%);
  right: -5px;
  left: auto;
  border-right: none;
  border-left-color: #000;
}
.tooltip .position__right {
  transform: translateY(-50%);
  left: -5px;
  right: auto;
  border-left: none;
  border-right-color: #000;
}

.hint {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  position: relative;
  height: max-content;
}
.hint-rate .tooltip {
  max-width: 130px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  border-radius: 2px;
  padding: 0;
}
.hint-rate .tooltip > div {
  margin: 8px;
}
.hint-rate .hint-market-size {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.hint-rate .hint-market-size .trend-count-indicator {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: 4px;
}
.hint-rate .hint-market-size .trend-count-indicator__growth {
  border-bottom: 8px solid #55B391;
}
.hint-rate .hint-market-size .trend-count-indicator__decline {
  border-top: 8px solid #E4523A;
}
.hint-rate .hint-rate-text,
.hint-rate .hint-market-size {
  margin: 0;
}
.hint-rate:hover {
  cursor: pointer;
}

.AdminDisclaimer {
  display: flex;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
  margin: 10px auto 32px;
  background-color: #FEF9E9;
}
@media (min-width: 640px) {
  .AdminDisclaimer {
    margin-bottom: 40px;
  }
}
.AdminDisclaimer__Text {
  width: calc(90% - 48px + 10px);
  margin-right: 10px;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: bold !important;
}
.AdminDisclaimer_Icon {
  width: 48px;
  height: 48px;
}

.nickname {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #111512;
  border: 1px solid #F2F3F2;
  border-radius: 4px;
  padding: 0 8px;
  min-height: 20px;
  display: inline-block;
  pointer-events: visible;
  transition: 0.2s;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  margin: 0;
  cursor: pointer;
}
.nickname:hover {
  opacity: 0.8;
}

.exchangerInfo {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 960px) {
  .exchangerInfo.withLogo {
    flex-direction: row;
    align-items: center;
  }
}
.exchangerInfo .flex-row {
  display: flex;
  align-items: center;
  gap: 0 8px;
  flex-wrap: wrap;
}
.exchangerInfo .flex-column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 960px) {
  .exchangerInfo .flex-column.flexColumnToRow {
    flex-direction: row;
    gap: 0 8px;
  }
}
.exchangerInfo .ratingCommon {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
  color: #111512;
  letter-spacing: 0.36px;
  line-height: 20px;
}
.exchangerInfo .ratingCommon svg {
  fill: #f5c142;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}
.exchangerInfo .achivements__logo {
  height: 48px;
  width: 48px;
  border-radius: 4px;
  border: 1px solid #f2f3f2;
  overflow: hidden;
}
.exchangerInfo .achivements__logo img {
  display: block;
  width: 48px;
}
.exchangerInfo__name {
  display: inline-block;
  width: fit-content;
  border-radius: 16px;
  font-size: 13px !important;
  padding: 0 6px;
}
.exchangerInfo__name.officeName {
  padding: 0;
  font-family: 'Raleway', Raleway, sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 22px;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exchangerInfo__name.officeName::first-letter {
  text-transform: uppercase;
}
.exchangerInfo__name.bank {
  background: #CFE9E0;
  color: #19553E;
}
.exchangerInfo__name.exchanger,
.exchangerInfo__name.exchangerLicense {
  background: #FBE7AB;
  color: #111512;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 0 8px 0 8px;
}
.exchangerInfo__name.exchangerLicense {
  padding: 0 4px 0 8px;
}
.exchangerInfo__name.market {
  background: #E6E6E6;
  color: #111512;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.exchangerInfo__license {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #696F6B;
  margin: 0;
  padding: 0;
  display: flex;
}
.exchangerInfo__license svg {
  margin-top: 1px;
}
.exchangerInfo__pro {
  background: #D8D6E4;
  padding: 0 8px;
  border-radius: 16px;
  font-size: 12px !important;
}
.exchangerInfo__main-pro {
  background: #d8d6e4;
  padding: 2px 4px;
  margin: 0 4px 0 0;
}

.exchanger-location {
  display: flex;
  flex-direction: row;
  color: #696F6B;
  flex-wrap: wrap;
  max-width: 100%;
}
.exchanger-location .card-address {
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 0 !important;
}
.exchanger-location span,
.exchanger-location svg {
  display: inline-block;
  margin: 0 4px;
}
.exchanger-location .desktop-point {
  display: flex;
  align-items: center;
  margin: 0 3px;
}
.exchanger-location svg.subwayIcon {
  margin-bottom: -2px;
  margin-left: 0;
}
.exchanger-location .mobileSubway {
  display: none;
}
@media (max-width: 959px) {
  .exchanger-location {
    flex-direction: column;
  }
  .exchanger-location .desktop-point {
    display: none;
  }
  .exchanger-location .mobileSubway {
    display: block;
    align-self: center;
    height: 14px;
    width: 18px;
    margin-right: 5px;
  }
  .exchanger-location .text-address {
    line-break: anywhere;
  }
}

.UserContextMenu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.UserContextMenu__OptionsButton {
  cursor: pointer;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.UserContextMenu__OptionsButton:hover {
  background-color: rgba(202, 204, 203, 0.3);
}
.UserContextMenu__Wrapper {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  z-index: 1000;
  display: flex;
  width: 240px;
  padding: 8px 16px;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  cursor: auto;
}
.UserContextMenu__Wrapper .Button {
  border: none;
  justify-content: flex-start;
  height: 40px;
  line-height: 39px;
  color: #111512;
  padding: 0;
}
.UserContextMenu__Wrapper .Button svg path {
  fill: #111512;
}
.UserContextMenu__Wrapper .Button:not(:last-child) {
  margin-bottom: 8px;
}

.add-note {
  display: flex;
  align-items: center;
}
.add-note .close-icon {
  padding: 8px;
  height: 32px;
  width: 32px;
}
.add-note svg {
  transition: opacity 0.2s;
}
.add-note svg path {
  fill: #87928C;
}
.add-note svg:hover {
  cursor: pointer;
  opacity: 0.7;
}

.favorite-wrapper .star-icon {
  height: 24px;
  width: 24px;
}
.favorite-wrapper svg {
  transition: opacity 0.2s;
}
.favorite-wrapper svg path {
  fill: #87928C;
}
.favorite-wrapper svg:hover {
  cursor: pointer;
  opacity: 0.7;
}

.TextAreaWrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.TextAreaWrap .errorMessage {
  color: #DF3115;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  left: 0;
}
.TextAreaWrap .helper {
  position: absolute;
  bottom: -16px;
  right: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #87928C;
}
.TextAreaWrap--Error .textArea {
  border: 2px solid !important;
  border-color: #DF3115 !important;
  transition: all 0.2s linear;
}
.TextAreaWrap--Error .placeholder span {
  color: #DF3115 !important;
  transition: all 0.2s linear;
}
.TextAreaWrap--NotEmpty .textArea {
  border: 1px solid;
  border-color: #CACCCB;
  transition: all 0.2s linear;
}
.TextAreaWrap--NotEmpty .placeholder {
  transform: translate(10px, -10px) scale(0.9) !important;
}
.TextAreaWrap--NotEmpty .placeholder span {
  color: #CACCCB;
  transition: all 0.2s linear;
}
.TextAreaWrap--Opened .textArea {
  border: 2px solid !important;
  border-color: #35A47C !important;
  transition: all 0.2s linear;
}
.TextAreaWrap--Opened .placeholder {
  transform: translate(10px, -10px) scale(0.9) !important;
}
.TextAreaWrap--Opened .placeholder span {
  color: #35A47C !important;
  transition: all 0.2s linear;
}
.TextAreaWrap:hover .textArea {
  border: 1px solid;
  border-color: #87928C;
  transition: all 0.2s linear;
}
.TextAreaWrap:hover .placeholder span {
  color: #87928C;
  transition: all 0.2s linear;
}
.TextAreaWrap .textArea {
  outline: none;
  resize: none;
  border: 1px solid #CACCCB;
  overflow-y: auto;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  padding: 10px;
  font-family: Roboto, "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.TextAreaWrap .textArea.active .placeholder,
.TextAreaWrap .textArea.focused .placeholder {
  transform: translate(10px, -6px) scale(0.9);
  transition: all 0.2s linear;
}
@media (max-width: 479px) {
  .TextAreaWrap .textArea {
    font-size: 16px;
  }
}
.TextAreaWrap .placeholder {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  pointer-events: none;
  transform: translate(12px, 12px) scale(1);
  transform-origin: top left;
  transition: transform 0.2s ease, color 0.2s linear;
}
.TextAreaWrap .placeholder > span {
  font-size: 14px;
  line-height: 24px;
  color: #87928C;
  background-color: #FFF;
  padding: 0 2px;
}
.TextAreaWrap .counter {
  color: #87928C;
}

.radio-buttons-group-container {
  display: flex;
  gap: 16px;
}
.radio-buttons-group {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 32px;
  width: 32px;
  cursor: pointer;
  user-select: none;
}
.radio-buttons-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: 999;
  left: 0;
}
.radio-buttons-group .radio-buttons-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  transition: border-color 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-buttons-group .radio-buttons-checkmark__indigo {
  background: #1E2621;
}
.radio-buttons-group .radio-buttons-checkmark__blue {
  background: #393458;
}
.radio-buttons-group .radio-buttons-checkmark__green {
  background: #19553E;
}
.radio-buttons-group .radio-buttons-checkmark__red {
  background: #93180A;
}
.radio-buttons-group .radio-buttons-checkmark svg {
  display: none;
}
.radio-buttons-group .radio-buttons-checkmark svg path {
  fill: #FFFFFF;
}
.radio-buttons-group:hover input ~ .radio-buttons-checkmark {
  opacity: 0.8;
}
.radio-buttons-group input:checked ~ .radio-buttons-checkmark svg {
  display: block;
}

.currency-selector {
  min-width: 54px;
  width: auto;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background: #35A47C;
  color: #ffffff;
  border: 1px solid #35A47C;
  box-sizing: border-box;
  height: 40px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: none;
  margin-right: 8px;
}
.currency-selector:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.currency-selector__arrow {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  transform: rotate(90deg);
  transition: all 0.3s ease;
  position: relative;
  border-left: 5px solid #fff;
  width: 10px;
  height: 9px;
  right: -4px;
  top: 3px;
}
.currency-selector__arrow__in-open-filter {
  border-left: 5px solid #111512;
}
.currency-selector__open-filter {
  min-width: 85px;
  justify-content: space-between;
  background: transparent;
  color: #111512;
  border: 1px solid #CACCCB;
  height: 48px;
  border-radius: 8px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .currency-selector {
    border-radius: 8px;
  }
}
.choose-currency-modal {
  font-family: 'Roboto', sans-serif;
  padding: 16px 24px 24px;
}
@media (max-width: 479px) {
  .choose-currency-modal {
    padding: 0;
  }
  .choose-currency-modal ::-webkit-scrollbar {
    height: 0;
    border: none;
  }
}
.choose-currency-modal__content-wrapper {
  min-width: 464px;
  width: 464px;
  height: 558px;
}
@media (max-width: 767px) {
  .choose-currency-modal__content-wrapper {
    min-width: 100vw;
    width: 100vw;
    height: 100vh;
  }
}
.choose-currency-modal__search-result-wrapper .choose-currency-modal__star {
  width: 64px;
}
.choose-currency-modal__group-buttons-wrapper {
  position: relative;
  max-width: 100vw;
}
.choose-currency-modal__group-buttons-shadow {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), #ffffff);
  height: 48px;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 24px;
  z-index: 2;
}
.choose-currency-modal__group-buttons {
  border-bottom: 1px solid #E6E6E6;
  padding: 0 16px;
  overflow-x: auto;
  display: flex;
}
.choose-currency-modal__group-buttons::-webkit-scrollbar {
  display: none;
}
.choose-currency-modal__group-button:last-child {
  padding-right: 16px;
}
.choose-currency-modal__type-button {
  background-color: transparent;
  height: 48px;
  line-height: 47px;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  border: none;
  color: #111512;
  margin: 0 8px;
  cursor: pointer;
  outline: none;
  transition: color 0.3s ease;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  padding: 0;
}
.choose-currency-modal__type-button:hover {
  opacity: 0.8;
}
.choose-currency-modal__type-button:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .choose-currency-modal__type-button:first-child {
    margin-left: 8px;
  }
}
.choose-currency-modal__type-button[data-active='true'] {
  color: #DF3115;
  border-bottom: 2px solid #DF3115;
}
.choose-currency-modal__type-title {
  background: rgba(242, 243, 242, 0.5);
  color: #696F6B;
  font-size: 12px;
  padding: 4px 24px;
}
@media (max-width: 479px) {
  .choose-currency-modal__type-title {
    padding: 4px 16px;
  }
}
.choose-currency-modal__currency-item {
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}
.choose-currency-modal__currency-item button {
  height: 48px;
  color: #696F6B;
  font-size: 12px;
  padding-left: 24px;
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  flex: 1 1 0;
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .choose-currency-modal__currency-item button {
    padding-left: 16px;
  }
}
.choose-currency-modal__currency-item__empty {
  padding-left: 24px;
  height: 24px;
  color: #696F6B;
  display: flex;
  align-items: center;
}
.choose-currency-modal__currency-item:hover {
  background-color: #CFE9E0;
}
.choose-currency-modal__code-item {
  color: #111512;
  font-size: 16px;
  margin-right: 4px;
  pointer-events: none;
}
.choose-currency-modal__code {
  display: inline-block;
  pointer-events: none;
}
.choose-currency-modal__code::first-letter {
  text-transform: uppercase;
}
.choose-currency-modal__star {
  height: 48px;
  width: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}
.choose-currency-modal__star svg {
  stroke: #87928C;
  fill: transparent;
}
.choose-currency-modal__star:hover svg {
  stroke: #696F6B;
  fill: transparent;
}
.choose-currency-modal__star[data-active='true'] svg,
.choose-currency-modal__star[data-active='true']:hover svg {
  stroke: #fac917;
  fill: #fac917;
}

.BreadCrumbs {
  margin: 32px 0;
  padding: 0 20px;
}
.BreadCrumbs ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.BreadCrumbs ol li {
  width: fit-content;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.4;
  color: #5076c0;
}
.BreadCrumbs ol li:last-child {
  color: #696f6b;
  margin-left: 4px;
}
.BreadCrumbs ol li a span {
  color: #5076c0;
  margin: 0 4px;
  transition: all 0.3s ease;
}
.BreadCrumbs ol li a span:hover {
  color: #5076c0;
  opacity: 0.8;
}
.BreadCrumbs ol li a span:focus {
  color: #5076c0;
  transition: all 0.3s ease;
}
.BreadCrumbs ol li a span:visited {
  color: #5076c0;
  transition: all 0.3s ease;
}
.BreadCrumbs ol li a span:visited:hover {
  color: #5076c0;
  transition: all 0.3s ease;
}
@media (max-width: 479px) {
  .BreadCrumbs {
    margin: 0;
    padding: 32px 16px;
  }
}

.add-note__bubbleArrow {
  position: absolute;
  top: -16px;
  left: 0;
}
.add-note__description {
  margin-bottom: 12px;
}
.add-note__message {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 16px;
  position: relative;
  border-radius: 12px;
  border-top-left-radius: 0;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.add-note__message__indigo {
  background: #1E2621;
}
.add-note__message__indigo:after {
  border-bottom: 8px solid #1E2621;
}
.add-note__message__indigo .add-note__bubbleArrow svg path {
  fill: #1E2621;
}
.add-note__message__green {
  background: #19553E;
}
.add-note__message__green:after {
  border-bottom: 8px solid #19553E;
}
.add-note__message__green .add-note__bubbleArrow svg path {
  fill: #19553E;
}
.add-note__message__red {
  background: #93180A;
}
.add-note__message__red:after {
  border-bottom: 8px solid #93180A;
}
.add-note__message__red .add-note__bubbleArrow svg path {
  fill: #93180A;
}
.add-note__message__blue {
  background: #393458;
}
.add-note__message__blue:after {
  border-bottom: 8px solid #393458;
}
.add-note__message__blue .add-note__bubbleArrow svg path {
  fill: #393458;
}
.add-note__form {
  margin-top: -16px;
  width: 100%;
  pointer-events: auto;
  padding: 16px;
}
.add-note__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 959px) {
  .add-note__row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 32px;
  }
}
.add-note__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.add-note__buttons-control-group {
  gap: 12px;
  display: flex;
}
.add-note__buttons-control-group button {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  transition: 0.3s;
}
.add-note__buttons-control-group button.buttons-control__edit svg {
  margin-bottom: -2px;
}
.add-note__buttons-control-group button svg path {
  fill: #FFFFFF;
}
.add-note__buttons-control-group button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.add-note__buttons {
  margin-top: 24px;
}
.add-note__buttons-group {
  gap: 16px;
  display: flex;
  justify-content: flex-end;
}
.add-note__buttons-group button {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 12px 48px;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
@media (max-width: 959px) {
  .add-note__buttons-group button {
    flex: 1;
  }
}
.add-note__buttons-group button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.add-note__buttons-group__save {
  background: #35A47C;
  color: #FFF;
}
.add-note__buttons-group__delete {
  background: transparent;
  color: #35A47C;
}
.add-note__buttons-group__reset {
  background: transparent;
  color: #111512;
}


/*# sourceMappingURL=a16d1082d16d91cccf398deac6fa619970d1b947_CSS.2fbf0db0.chunk.css.map*/