/*Sizes*/
/*Colors*/
:root {
  --swiper-theme-color: #692117;
}

* {
  touch-action: manipulation;
}

html {
  font-family: "habibs_display_rgregular", sans-serif;
  font-weight: 400;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.d-flex {
  display: flex;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  font-weight: 400;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
  text-rendering: optimizeSpeed;
  background: #FFFFFF !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

main.container.loading-on {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

html *, body * {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

html, body {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
}

header {
  background: #F0141E;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px !important;
}
header img {
  padding: 14px;
  height: 60px;
}

div.footer {
  background-color: #F0141E;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
div.footer .app {
  padding: 0;
}
div.footer .app h1 {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
div.footer .app > div {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}
div.footer .app > div img {
  height: 40px;
  transition: transform 0.1s ease-in;
}
div.footer .app > div img:hover {
  transform: scale(1.05);
}
div.footer .social-networks > div {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
  margin-top: 6px;
}
div.footer .social-networks > div img {
  height: 24px;
  transition: transform 0.1s ease-in;
}
div.footer .social-networks > div img:hover {
  transform: scale(1.1);
}
div.footer > img {
  text-align: center;
  width: 180px;
  margin: 0 auto;
  display: block;
  padding: 0;
}
div.footer p.copyright, div.footer p.copyright span {
  pointer-events: none !important;
  padding: 0 20px;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  color: #ffffff !important;
  line-height: 19px;
  text-decoration: none !important;
}
div.footer p.copyright span {
  margin: 0 !important;
  padding: 0 !important;
}

/*# sourceMappingURL=style.css.map */
