@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.cash-box_is-arabic .cash-box__message-item:before {
  margin-right: 0;
  margin-left: 10px; }

.cash-box_is-arabic .cash-box__price-item-label {
  border-radius: 0px 30px 30px 0px; }

.cash-box__message-item {
  color: #00438E;
  padding: 15px 10px;
  display: flex;
  align-items: center; }
  .cash-box__message-item:before {
    content: '';
    background: url("../../../public/img/warning.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: flex;
    margin-right: 10px; }
  @media only screen and (max-width: 600px) {
    .cash-box__message-item {
      font-size: 10px; }
      .cash-box__message-item:before {
        flex-shrink: 0; } }

.cash-box__price-container {
  margin-bottom: 20px; }

.cash-box__price-item {
  display: flex;
  border: 1px solid #EDEDED;
  margin-bottom: 5px;
  border-radius: 30px; }
  .cash-box__price-item_is-secondary .cash-box__price-item-label {
    background-color: #00A791; }
  .cash-box__price-item_is-secondary .cash-box__price-item-value {
    color: #00A791; }

.cash-box__price-item-label {
  padding: 15px 20px;
  background-color: #006BC2;
  color: #fff;
  flex-shrink: 0;
  width: 250px;
  border-radius: 30px 0 0 30px; }
  @media only screen and (max-width: 600px) {
    .cash-box__price-item-label {
      width: 100%;
      flex-shrink: 1; } }

.cash-box__price-item-value {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #006BC2; }
  @media only screen and (max-width: 600px) {
    .cash-box__price-item-value {
      width: 100%;
      flex: auto; } }
