@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"); }

.favorites-item_is-arabic .favorites-item-page__button:not(:last-child) {
  margin-right: 0;
  margin-left: 20px; }

.favorites-item__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px; }

.favorites-item__title {
  color: #00438E;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "roboto"; }

.favorites-item__description {
  margin-bottom: 20px; }

.favorites-item-page__buttons {
  display: flex; }

.favorites-item-page__button {
  width: 150px; }
  .favorites-item-page__button:not(:last-child) {
    margin-right: 20px; }
