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

.terms_is-arabic {
  direction: rtl;
  font-family: "Cairo", sans-serif; }
  .terms_is-arabic li,
  .terms_is-arabic h3,
  .terms_is-arabic p,
  .terms_is-arabic a,
  .terms_is-arabic .terms__title {
    font-family: "Cairo", sans-serif; }

.terms_is-travel {
  max-height: 500px; }
  .terms_is-travel .terms__container {
    margin-top: 0; }
  @media only screen and (max-width: 600px) {
    .terms_is-travel {
      height: 400px; } }

.terms__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px; }
  .terms__container p {
    margin-bottom: 10px; }
  .terms__container li {
    margin-bottom: 5px; }
  .terms__container h3 {
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: #00438E;
    display: flex;
    align-items: center;
    flex: 1;
    margin: 10px 0; }

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

.terms__content-item {
  margin-bottom: 10px; }
  .terms__content-item a {
    color: #002b5b; }
    .terms__content-item a:active {
      color: #002b5b; }
    .terms__content-item a:hover {
      color: #002b5b; }
    .terms__content-item a:focus {
      color: #002b5b; }
    .terms__content-item a:visited {
      color: #002b5b; }

.terms__breadcrumbs {
  display: flex;
  justify-content: flex-end; }
