/**
 * * Template mobile
 * */
* {
  box-sizing: border-box;
  overflow-wrap: anywhere;
  letter-spacing: 0.125rem;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  margin: 0;
  padding: 0;
  font-size: 75%;
  scrollbar-color: #5d3036 #141414;
  direction: ltr;
}

html[lang=ar] {
  direction: rtl;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  min-width: 350px;
  background: linear-gradient(to bottom, #5d3036 0%, #5d3036 50%, #fff 50%, #fff 100%);
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

header,
nav,
main,
section,
aside,
figure,
address,
blockquote,
iframe,
canvas,
footer {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2.5rem 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.55rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.45rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.35rem;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  margin-right: 1rem;
}

aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
  text-transform: uppercase;
}

p,
pre {
  margin: 2.5rem 0;
  padding: 0;
}

ul,
ol {
  margin: 2.5rem 0;
  padding: 0 0 0 2.5rem;
}

hr {
  margin: 2.5rem 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}

figure {
  margin: 2.5rem 0;
  padding: 0;
}

figure figcaption {
  margin: 2.5rem 0 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

address {
  margin: 2.5rem 0;
  padding: 0;
}

blockquote {
  margin: 2.5rem 0;
  padding: 0.1rem 2rem;
  background: #fff;
  color: #141414;
}

blockquote title {
  margin: 2.5rem 0;
}

blockquote a {
  color: #141414;
}

blockquote a:hover,
blockquote a:focus {
  color: #141414;
}

details {
  margin: 2.5rem 0;
  padding: 0;
  cursor: pointer;
}

details summary {
  list-style: none;
}

details summary::before {
  display: inline-block;
  float: left;
  margin: 0 1rem 0 0;
  font-family: "FontAwesome";
  content: "\f106";
  transition: transform 0.5s;
}

details summary h2,
details summary h3 {
  margin: 0;
  text-transform: initial;
}

details[open] summary::before {
  transform: rotate(180deg);
}

details[open] > div {
  margin: 2.5rem 0;
  padding: 0.1rem 2rem;
  background: #fff;
}

.iframe-wrapper {
  overflow: hidden;
  position: relative;
  margin: 2.5rem 0;
  padding-top: 100%;
  width: 100%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#map {
  height: 300px;
  width: 100%;
  margin-top: 2.5rem;
}

a {
  color: #5d3036;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #5d3036;
  text-decoration: underline;
}

form label {
  display: block;
  margin: 0 0 1rem;
  padding: 0;
}

form select,
form input,
form textarea,
form input[type=submit],
form button,
.button[type=submit] {
  margin: 0;
  padding: 1.5rem 2rem;
  background: #fff;
  border: none;
  color: #141414;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 1.2rem;
}

form select:not([name=language]),
form input:not([type=submit]):not([type=checkbox]),
form textarea {
  width: 100%;
  max-width: 100%;
}

form textarea {
  resize: vertical;
  height: 400px;
  max-height: 600px;
}

form input[type=submit],
form button,
.button[type=submit] {
  display: inline-block;
  background: #141414;
  color: #fff;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.5s, border 0.5s, color 0.5s;
  cursor: pointer;
}

form input[type=submit]:hover,
form button:hover,
.button[type=submit]:hover {
  background: #5d3036;
  color: #fff;
}

form input[type=checkbox] {
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  accent-color: #434343;
  cursor: pointer;
}

form .message-required {
  color: #f00;
}

form .message-required-l {
  display: block;
  margin: 0 0 0.5rem;
  color: #f00;
}

.btn-filter {
  display: inline-block;
  padding: 1rem 2rem;
  background: #66303b;
  color: #fff;
}

.message-flash-success,
.message-flash-error,
.message-success,
.message-error,
.message-moderation {
  margin: 0;
  padding: 2rem;
  color: #fff;
}

.message-success,
.message-error,
.message-moderation {
  margin: 2.5rem 0;
  padding: 2rem;
}

.message-flash-success,
.message-success {
  background: #33b669;
}

.message-flash-error,
.message-error {
  background: #c34132;
}

.message-moderation {
  background: #cf9543;
}

.message-flash-success p,
.message-flash-error p,
.message-success p,
.message-moderation p,
.message-error p,
.msg--success p,
.msg--moderation p,
.msg--error p {
  margin: 0;
}

body.is-in-app .content-area:has(.post-wrapper) {
  margin-top: -2.6rem;
}

.content-area {
  margin: 0;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #dbdada;
  color: #141414;
}

.content-area .site-main {
  width: 100%;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  html {
    font-size: 80%;
  }
  .iframe-wrapper {
    padding-top: 56.25%;
  }
  .content-area .site-main {
    margin: 0 auto;
    max-width: 1400px;
  }
  .page-signin .content-area .site-main .page,
  .page-signup .content-area .site-main .page,
  .page-lostpassword .content-area .site-main .page {
    margin: 0 auto;
    max-width: 800px;
  }
}
/**
 * * Template desktop
 * */
@media screen and (min-width: 1400px) {
  html {
    font-size: 100%;
  }
  .content-area {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .content-area .site-main {
    max-width: 1680px;
  }
  .page-signin .content-area .site-main .page,
  .page-signup .content-area .site-main .page,
  .page-lostpassword .content-area .site-main .page {
    max-width: 900px;
  }
}
html[dir=rtl] {
  font-family: "Noto Sans Arabic", "Trebuchet MS", sans-serif !important;
}

html[dir=rtl] ul,
html[dir=rtl] ol {
  padding: 0 2.5rem 0 0;
}

html[dir=rtl] details summary::before {
  float: right;
  margin: 0 0 0 1rem;
}

html[dir=rtl] select option {
  direction: ltr;
}

html[dir=rtl] input[type=tel] {
  direction: rtl;
}

html[dir=rtl] .header-wrapper .header .header__logo {
  margin: 0 auto 0 0;
}

html[dir=rtl] .header-wrapper .header .header__logo a {
  direction: ltr;
}

html[dir=rtl] .modal-nav {
  transform: translateX(100%);
}

html[dir=rtl] .breadcrumb-wrapper .breadcrumb li a::before {
  margin: 0 0 0 1rem;
}

html[dir=rtl] .posts-wrapper .post .post-thumbnail span.post-thumbnail--top-left {
  left: initial;
  right: 1rem;
}

html[dir=rtl] .posts-wrapper .post .post-thumbnail span.post-thumbnail--top-right {
  left: 1rem;
  right: initial;
}

html[dir=rtl] .posts-wrapper .post .post-thumbnail span.post-thumbnail--bottom-left {
  left: initial;
  right: 1rem;
}

html[dir=rtl] .posts-wrapper .post .post-thumbnail span.post-thumbnail--bottom-right {
  left: 1rem;
  right: initial;
}

html[dir=rtl] .pagination a i {
  transform: rotate(180deg);
}

html[dir=rtl] .footer-wrapper .footer .footer-primary .footer-column .switch-lang #django-lang-form .choices[data-type*=select-one]::after {
  left: var(--choices-arrow-right, 10px);
  right: initial;
}

html[dir=rtl] .footer-wrapper .footer .footer-primary .footer-column .switch-lang #django-lang-form .choices__list--single {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  html[dir=rtl] .footer-wrapper .footer .footer-primary .footer-column:nth-child(2n) {
    text-align: left;
  }
}
/**
 * * Template desktop
 * */
@media screen and (min-width: 1400px) {
  html[dir=rtl] .header-wrapper .header .header__logo {
    margin-right: 0;
  }
  html[dir=rtl] .header-wrapper .header .header__nav {
    margin-left: 0;
    margin-right: auto;
  }
  html[dir=rtl] .breadcrumb-wrapper .breadcrumb li + li::before {
    margin: 0 0 0 1rem;
  }
  html[dir=rtl] .footer-wrapper .footer .footer-primary .footer-column:nth-child(2n) {
    text-align: right;
  }
  html[dir=rtl] .footer-wrapper .footer .footer-primary .footer-column:last-child {
    text-align: left;
  }
}
/**
 * * Template mobile
 * */
.header-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  background: #5d3036;
  transition: top 1s ease;
}

.header-wrapper .header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
  color: #fff;
  line-height: 1;
}

.header-wrapper .header a {
  color: #fff;
  text-decoration: none;
}

.header-wrapper .header .header__nav {
  display: none;
}

.header-wrapper .header .header__logo {
  order: 2;
  display: block;
  margin: 0 0 0 auto;
}

.header-wrapper .header .header__logo a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-all;
}

.header-wrapper .header .header__logo a span {
  letter-spacing: 0.3rem;
}

.header-wrapper .header .header__logo a span:nth-child(n+6) {
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.header-wrapper .header .header__icon--nav,
.header-wrapper .header .header__icon--search,
.header-wrapper .header .header__icon--user,
.header-wrapper .header .header__icon--contact {
  display: block;
  letter-spacing: 0;
}

.header-wrapper .header .header__icon--nav {
  order: 1;
}

.header-wrapper .header .header__icon--search {
  order: 3;
}

.header-wrapper .header .header__icon--user {
  order: 4;
}

.header-wrapper .header .header__icon--user a span {
  display: none;
}

.header-wrapper .header .header__icon--contact {
  order: 6;
}

.header-wrapper .header .header__icon--nav a,
.header-wrapper .header .header__icon--search a,
.header-wrapper .header .header__icon--user a,
.header-wrapper .header .header__icon--contact a {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  .header-wrapper .header {
    margin: 0 auto;
    max-width: 1400px;
  }
}
/**
 * * Template desktop
 * */
@media screen and (min-width: 1400px) {
  .header-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header-wrapper .header {
    padding: 0;
    max-width: 1680px;
  }
  .header-wrapper .header .header__logo {
    order: 1;
    margin-left: 0;
    margin-right: auto;
    padding: 2.5rem 0;
  }
  .header-wrapper .header .header__logo a {
    font-size: 1.8rem;
  }
  .header-wrapper .header .header__nav {
    order: 2;
    display: block;
    margin-left: auto;
  }
  .header-wrapper .header .header__icon--nav {
    display: none;
  }
  .header-wrapper .header .header__icon--search a,
  .header-wrapper .header .header__icon--user a {
    font-size: 1.4rem;
  }
  .header-wrapper .header .header__icon--user a span {
    display: inline-block;
  }
  .header-wrapper .header .header__icon--contact {
    display: none;
  }
}
.modal-nav {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #dbdada;
  color: #141414;
  transform: translateX(-100%);
  transition: transform 0.5s;
  -webkit-overflow-scrolling: touch;
}

.modal-nav nav {
  background: #dbdada;
  color: #141414;
  padding: 0.1rem 1rem;
}

.modal-nav nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.modal-nav nav ul ul {
  display: none;
  padding: 0 0 0 1rem;
}

.modal-nav nav ul li.is-open > ul {
  display: block;
}

.modal-nav nav ul li + li {
  border-top: 1px solid #d4d4d4;
}

.modal-nav nav ul li a {
  display: block;
  margin: 0;
  padding: 2rem 0;
  color: #141414;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.3rem;
}

.modal-nav nav ul.sub-menu li:first-child {
  border-top: 1px solid #d4d4d4;
}

.modal-nav nav ul.sub-menu li + li {
  border-top: 1px solid #d4d4d4;
}

.modal-nav nav > ul > li.menu-item-has-children > a::after {
  font-family: "FontAwesome";
  float: right;
  font-size: 1rem;
  transition: transform 0.3s;
  content: "\f078";
}

.modal-nav nav > ul > li.is-open > a::after {
  transform: rotate(180deg);
}

.modal-nav nav ul ul li.menu-item-has-children > a::after {
  font-family: "FontAwesome";
  float: right;
  font-size: 1rem;
  content: "\f067";
}

.modal-nav nav ul ul li.is-open > a::after {
  content: "\f068";
  transform: none;
}

@media screen and (min-width: 1400px) {
  .modal-nav {
    display: none;
  }
  .header-wrapper .header .header__nav ul {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .header-wrapper .header .header__nav ul li {
    position: relative;
    list-style-type: none;
  }
  .header-wrapper .header .header__nav > ul > li > a {
    display: block;
    padding: 2.5rem 0;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
    transition: color 0.5s;
  }
  .header-wrapper .header .header__nav > ul > li > a:hover {
    color: #fff;
  }
  .header-wrapper .header .header__nav > ul > li > a::before {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background: #fff;
    transform-origin: center center;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
    content: "";
  }
  .header-wrapper .header .header__nav > ul > li > a[aria-current=page][aria-current=page] {
    color: #fff;
  }
  .header-wrapper .header .header__nav > ul > li:hover > a::before,
  .header-wrapper .header .header__nav > ul > li:focus > a::before,
  .header-wrapper .header .header__nav > ul > li > a[aria-current=page]::before {
    transform: scaleX(1);
  }
  .header-wrapper .header .header__nav ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    padding: 0;
    margin: 0;
    min-width: 300px;
    background: #5d3036;
  }
  .header-wrapper .header .header__nav li.is-open > ul.sub-menu {
    display: block;
  }
  .header-wrapper .header .header__nav ul.sub-menu li a {
    display: block;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .header-wrapper .header .header__nav ul.sub-menu li ul.sub-menu {
    position: static;
    padding: 0;
    background: #262626;
    border-left: 2px solid #fff;
  }
  .header-wrapper .header .header__nav > ul > li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 0.6rem;
    font-size: 0.7rem;
    display: inline-block;
    transition: transform 0.2s;
  }
  .header-wrapper .header .header__nav > ul > li.is-open > a::after {
    transform: rotate(180deg);
  }
  .header-wrapper .header .header__nav ul.sub-menu li.menu-item-has-children > a::after {
    content: "\f067";
    font-family: "FontAwesome";
    margin-left: 0.6rem;
    font-size: 0.7rem;
    display: inline-block;
  }
  .header-wrapper .header .header__nav ul.sub-menu li.is-open > a::after {
    content: "\f068";
    transform: none;
  }
}
/**
 * * Template mobile
 * */
.headband-wrapper {
  position: relative;
  z-index: 111;
  display: block;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.headband-wrapper::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 222;
  background: rgba(0, 0, 0, 0.75);
  content: "";
}

.headband-wrapper .headband__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headband-wrapper .headband {
  position: relative;
  z-index: 333;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  padding: 3rem 0;
  width: 100%;
  min-height: 300px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.headband-wrapper .headband .headband__title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.headband-wrapper .headband .headband__description {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.headband-wrapper .headband .headband__description p {
  display: block;
  margin: 0;
  padding: 0;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  .headband-wrapper .headband {
    margin: 0 auto;
    max-width: 1527.2727272727px;
    min-height: 350;
  }
}
/**
 * * Template desktop
 * */
@media screen and (min-width: 1400px) {
  .headband-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .headband-wrapper .headband {
    max-width: 1400px;
    min-height: 400px;
  }
}
/**
 * * Template mobile
 * */
.breadcrumb-wrapper {
  display: none;
}

/**
 * * Template tablet
 * */
/**
 * * Template desktop
 * */
@media screen and (min-width: 1400px) {
  .breadcrumb-wrapper {
    display: block;
    margin: 0;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background: #dbdada;
    color: #141414;
  }
  .breadcrumb-wrapper .breadcrumb {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
    margin: 2.5rem auto 0 auto;
    padding: 0;
    max-width: 1680px;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1;
    list-style-type: none;
  }
  .breadcrumb-wrapper .breadcrumb li + li::before {
    margin: 0 1rem 0 0;
    padding: 0;
    color: #595959;
    font-size: 1rem;
    content: "/";
  }
  .breadcrumb-wrapper .breadcrumb li a {
    color: #141414;
    text-decoration: none;
    transition: color 0.5s;
  }
  .breadcrumb-wrapper .breadcrumb li a:hover,
  .breadcrumb-wrapper .breadcrumb li a:focus {
    color: #141414;
  }
}
/**
 * * Template mobile
 * */
.search-wrapper {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
}

.search-wrapper .search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  margin: 2.5rem 0;
  padding: 0;
  line-height: 1;
}

.search-wrapper .search .search__label {
  display: none;
}

.search-wrapper .search .search__select {
  background: #fff;
  width: 300px !important;
}

.search-wrapper .search .search__input {
  margin: 0;
  padding: 1.75rem 2.25rem;
  width: 100%;
  max-width: 100%;
  background: #dbdada;
  border: none;
  color: #434343;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
}

.search-wrapper .search .search__button {
  margin: 0;
  padding: 1.75rem 2.25rem;
  background: #5d3036;
  border: none;
  color: #141414;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 0.5s, border 0.5s, color 0.5s;
}

.search-wrapper .search .search__button:hover,
.search-wrapper .search .search__button:focus {
  background: #5d3036;
  border: none;
  color: #141414;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  .search-wrapper .search .search__input {
    width: 60%;
  }
}
/**
 * * Template desktop
 * */
@media screen and (min-width: 1400px) {
  .search-wrapper .search .search__input {
    width: 40%;
  }
}
/**
 * * Template mobile
 * */
.pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 2.5rem 0;
  padding: 0;
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #141414;
  text-decoration: none;
}

/**
 * * Template tablet
 * */
/**
 * * Template desktop
 * */
/**
 * * Template mobile
 * */
.page-wrapper {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
}

.page-wrapper .page__title {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
}

.page-wrapper .page__content {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
  color: #141414;
}

.page-wrapper .page__aside {
  background: #5d3036;
  color: #fff;
  margin: 2.5rem 0;
  padding: 0.1rem 2rem;
}

.page-wrapper .page__aside h2 {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.page-wrapper .page__aside h2 i {
  margin: 0;
}

.page-wrapper .page__aside > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2.5rem 0;
  padding: 0;
  list-style-type: none;
}

.page-wrapper .page__aside > ul > li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  .page-wrapper .page__column--w2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    row-gap: 2.5rem;
    column-gap: 2rem;
    margin: 2.5rem 0;
    padding: 0;
  }
  .page-wrapper .page__column--w2 .page__content {
    margin: -2.5rem 0;
  }
  .page-wrapper .page__column--w2 .page__aside {
    margin: 0;
  }
  .page-wrapper.page-auth .page__header {
    width: 50%;
    margin: auto;
  }
  .page-wrapper.page-auth .page__content {
    width: 50%;
    margin: auto;
  }
}
/**
 * * Template desktop
 * */
/**
 * * Template mobile
 * */
.posts-wrapper {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
}

.posts-wrapper .post {
  overflow: hidden;
  display: block;
  margin: 2.5rem 0;
  padding: 0;
  background: #fff;
  color: #141414;
  line-height: 1;
}

.posts-wrapper .post:focus {
  color: #141414;
  text-decoration: none;
}

.posts-wrapper .post:focus .post-thumbnail.post-thumbnail-effect::after {
  clip-path: circle(200% at 0% 0%);
}

.posts-wrapper .post:focus .post-thumbnail.post-thumbnail-effect img {
  transform: scale(2) rotate(25deg);
}

.posts-wrapper .post:focus .post-content .post-content__more span {
  background: #141414;
  color: #fff;
}

.posts-wrapper .post a {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #141414;
  text-decoration: none;
}

.posts-wrapper .post .post-thumbnail {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.posts-wrapper .post .post-thumbnail::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 111;
  background: transparent;
  content: "";
}

.posts-wrapper .post .post-thumbnail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 222;
  background: rgba(255, 255, 255, 0.3294117647);
  clip-path: circle(0% at 0% 0%);
  transition: clip-path 0.5s;
  content: "";
}

.posts-wrapper .post .post-thumbnail img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.1);
  transition: transform 0.5s, filter 0.5s;
}

.posts-wrapper .post .post-thumbnail span {
  position: absolute;
  z-index: 333;
  display: block;
  margin: 0;
  padding: 1rem 1.5rem;
  background: rgba(20, 20, 20, 0.8392156863);
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.posts-wrapper .post .post-thumbnail span.post-thumbnail--top-left {
  top: 1rem;
  left: 1rem;
}

.posts-wrapper .post .post-thumbnail span.post-thumbnail--top-right {
  top: 1rem;
  right: 1rem;
}

.posts-wrapper .post .post-thumbnail span.post-thumbnail--bottom-left {
  bottom: 1rem;
  left: 1rem;
}

.posts-wrapper .post .post-thumbnail span.post-thumbnail--bottom-right {
  bottom: 1rem;
  right: 1rem;
}

.posts-wrapper .post .post-thumbnail span i {
  margin: 0 0.5rem 0 0;
  padding: 0;
}

.posts-wrapper .post .post-content {
  display: block;
  margin: 0;
  padding: 0.1rem 2rem;
}

.posts-wrapper .post .post-content .post-content__title {
  display: block;
  margin: 2rem 0 0.5rem 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
}

.posts-wrapper .post .post-content .post-content__location {
  display: block;
  margin: 0.5rem 0 2rem 0;
  padding: 0;
  color: #696969;
  font-size: 1rem;
  font-weight: 400;
}

.posts-wrapper .post .post-content .post-content__excerpt {
  display: block;
  margin: 2rem 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.posts-wrapper .post .post-content .post-content__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}

.posts-wrapper .post .post-content .post-content__meta--price {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.posts-wrapper .post .post-content .post-content__more {
  margin: 0;
  padding: 0;
}

.posts-wrapper .post .post-content .post-content__more span {
  display: inline-block;
  margin: 0;
  padding: 1.5rem 2rem;
  background: #5d3036;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.5s, border 0.5s, color 0.5s;
}

.post-empty {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
  color: #141414;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  .posts-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
  .posts-wrapper .post {
    margin: 0;
  }
  .posts-wrapper .post .post-thumbnail img {
    min-height: 350px;
    max-height: 350px;
  }
}
/**
 * * Template desktop
 * */
@media screen and (min-width: 1400px) {
  .posts-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .posts-wrapper .post:hover,
  .posts-wrapper .post:focus {
    color: #141414;
    text-decoration: none;
  }
  .posts-wrapper .post:hover .post-thumbnail.post-thumbnail-effect::after,
  .posts-wrapper .post:focus .post-thumbnail.post-thumbnail-effect::after {
    clip-path: circle(200% at 0% 0%);
  }
  .posts-wrapper .post:hover .post-thumbnail.post-thumbnail-effect img,
  .posts-wrapper .post:focus .post-thumbnail.post-thumbnail-effect img {
    transform: scale(2) rotate(25deg);
  }
  .posts-wrapper .post:hover .post-content .post-content__more span,
  .posts-wrapper .post:focus .post-content .post-content__more span {
    background: #141414;
    color: #fff;
  }
  .posts-wrapper .post .post-thumbnail img {
    min-height: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .posts-wrapper--slide {
    overflow: auto;
    display: grid;
    grid-template-columns: initial;
    grid-auto-columns: 300px;
    grid-auto-flow: column;
    grid-gap: 1.5rem;
    margin: 2.5rem 0;
    padding: 0;
    max-width: 100%;
    scrollbar-width: none;
  }
  .posts-wrapper--slide .post {
    margin: 0;
  }
}
/**
 * * Template mobile
 * */
.post-wrapper {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
}

.post-wrapper .post__title {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
}

.post-wrapper .post__title h1 {
  margin: 0 0 0.5rem;
}

.post-wrapper .post__title .post__location {
  margin: 0.5rem 0 0;
}

.post-wrapper .post__price {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.post-wrapper .post__content {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
  color: #141414;
}

.post-wrapper .post__content .post__content__gallery {
  margin: -2.6rem -1rem 2.5rem -1rem;
}

.post-wrapper .post__aside {
  background: #5d3036;
  color: #fff;
  margin: 2.5rem 0;
  padding: 0.1rem 2rem;
}

.post-wrapper .post__aside h2 {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.post-wrapper .post__aside h2 i {
  margin: 0;
}

.post-wrapper .post__aside .post__aside__picture img {
  width: 100%;
  height: auto;
}

.post-wrapper .post__aside > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 2.5rem 0;
  padding: 0;
  list-style-type: none;
}

.post-wrapper .post__aside > ul > li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.post-wrapper .post__aside a {
  color: #fff;
}

.post-wrapper .post__aside hr {
  border: none;
  border-top: 1px solid #50242d;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  .post-wrapper .post__column--w2 {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    row-gap: 2.5rem;
    column-gap: 2rem;
    margin: 2.5rem 0;
    padding: 0;
  }
  .post-wrapper .post__column--w2 .post__content {
    margin: 0;
  }
  .post-wrapper .post__content .post__content__gallery {
    margin: 0 0 2.5rem 0;
  }
  .post-wrapper .post__column--w2 .post__aside {
    margin: 0;
  }
}
/**
 * * Template desktop
 * */
/**
 * * Template mobile
 * */
.footer-wrapper {
  display: block;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-wrapper .footer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2.5rem;
  margin: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
  color: #141414;
  line-height: 1;
}

.footer-wrapper .footer a {
  color: #141414;
  text-decoration: none;
}

.footer-wrapper .footer .footer-primary {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}

.footer-wrapper .footer .footer-primary .footer-column {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.footer-wrapper .footer .footer-primary .footer-column .footer-column__title {
  display: block;
  margin: 0 0 2.5rem;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-wrapper .footer .footer-primary .footer-column p {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 2rem;
}

.footer-wrapper .footer .footer-primary .footer-column ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-wrapper .footer .footer-primary .footer-column ul:not(:has(a)) {
  gap: 1rem;
}

.footer-wrapper .footer .footer-primary .footer-column ul li a {
  position: relative;
  display: inline-block;
  color: #141414;
  font-size: 1.15rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.5s;
}

.footer-wrapper .footer .footer-primary .footer-column ul li a::before {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 1px;
  background: #141414;
  transform-origin: center center;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
  content: "";
}

.footer-wrapper .footer .footer-primary .footer-column ul li a:hover,
.footer-wrapper .footer .footer-primary .footer-column ul li a[aria-current=page] {
  color: #141414;
}

.footer-wrapper .footer .footer-primary .footer-column ul li a:hover::before,
.footer-wrapper .footer .footer-primary .footer-column ul li a:focus::before,
.footer-wrapper .footer .footer-primary .footer-column ul li a[aria-current=page]::before {
  transform: scaleX(1);
}

.footer-wrapper .footer .footer-secondary {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}

.footer-wrapper .footer .footer-secondary .footer-network {
  display: block;
  margin: 0;
  padding: 0;
}

.footer-wrapper .footer .footer-secondary .footer-network ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-wrapper .footer .footer-secondary .footer-network ul li a {
  font-size: 2.4rem;
  transition: color 0.5s;
}

.footer-wrapper .footer .footer-secondary .footer-network ul li a:hover {
  color: #141414;
}

.footer-wrapper .footer .footer-secondary .footer-copyright {
  display: block;
  margin: 0;
  padding: 0;
}

.footer-wrapper .footer .footer-secondary .footer-copyright p {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-style: italic;
}

.footer-wrapper .footer .footer-secondary .footer-copyright p span {
  display: block;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  .footer-wrapper .footer {
    margin: 0 auto;
    max-width: 1400px;
  }
  .footer-wrapper .footer .footer-primary {
    display: grid;
    grid-gap: 2.5rem;
  }
  .footer-wrapper .footer .footer-primary {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-wrapper .footer .footer-primary .footer-column:nth-child(2n) {
    text-align: right;
  }
  .footer-wrapper .footer .footer-secondary {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-wrapper .footer .footer-secondary .footer-copyright {
    order: 1;
  }
  .footer-wrapper .footer .footer-secondary .footer-network {
    order: 2;
  }
}
/**
 * * Template desktop
 * */
@media screen and (min-width: 1400px) {
  .footer-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer-wrapper .footer {
    max-width: 1680px;
  }
  .footer-wrapper .footer .footer-primary {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-wrapper .footer .footer-primary .footer-column:nth-child(2n) {
    text-align: left;
  }
  .footer-wrapper .footer .footer-primary .footer-column:last-child {
    text-align: right;
  }
}
/**
 * * Template mobile
 * */
.footer-wrapper .footer .footer-primary .footer-column .switch-lang {
  margin: 2rem 0 0;
}

.footer-wrapper .footer .footer-primary .footer-column .switch-lang span {
  padding: 0.5rem;
  color: #fff;
}

.footer-wrapper .footer .footer-primary .footer-column .switch-lang #django-lang-form {
  display: inline-flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0;
  padding: 0 0.5rem;
  background: #101010;
}

.footer-wrapper .footer .footer-primary .footer-column .switch-lang #django-lang-form .choices__inner {
  padding: 0.5rem;
  background: #101010;
  border: none;
  border-radius: 0;
  color: #fff;
}

.footer-wrapper .footer .footer-primary .footer-column .switch-lang #django-lang-form .choices__list--single {
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}

.footer-wrapper .footer .footer-primary .footer-column .switch-lang #django-lang-form .choices[data-type*=select-one]::after {
  border-color: var(--choices-text-color, #fff) transparent transparent transparent;
}

.footer-wrapper .footer .footer-primary .footer-column .switch-lang #django-lang-form .choices.is-open[data-type*=select-one]::after {
  border-color: transparent transparent var(--choices-text-color, #fff);
}

.footer-wrapper .footer .footer-primary .footer-column .switch-lang #django-lang-form .choices__list--dropdown, .choices__list[aria-expanded] {
  border: none;
  background: #191919;
}

.footer-wrapper .footer .footer-primary .footer-column .switch-lang #django-lang-form .choices__list[aria-expanded] .choices__item--selectable.is-selected {
  background: #191919;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  .footer-wrapper .footer .footer-primary .footer-column .switch-lang #django-lang-form {
    justify-content: start;
  }
}
/**
 * * Template desktop
 * */
@media screen and (min-width: 1400px) {
  .footer-wrapper .footer .footer-primary .footer-column .switch-lang #django-lang-form {
    justify-content: end;
  }
}
.swiper {
  width: 100%;
  height: 400px;
}

.swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-button-prev,
.swiper-button-next {
  padding: 1rem;
  color: #5d3036 !important;
}

.swiper-pagination-bullet {
  padding: 0.5rem;
  background: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #5d3036 !important;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  .swiper {
    height: 500px;
  }
}
/**
 * * Template desktop
 * */
@media screen and (min-width: 1400px) {
  .swiper {
    height: 600px;
  }
}
/**
 * * Template mobile
 * */
.gallery-wrapper {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
  line-height: 1;
}

.gallery-wrapper .gallery {
  overflow: hidden;
  display: block;
  margin: 1rem 0;
  margin: 0;
  padding: 0;
  color: #141414;
  line-height: 1;
}

.gallery-wrapper .gallery a {
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #141414;
  text-decoration: none;
  line-height: 1;
}

.gallery-wrapper .gallery .gallery-thumbnail {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.gallery-wrapper .gallery .gallery-thumbnail::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 333;
  background: rgba(255, 255, 255, 0);
  content: "";
}

.gallery-wrapper .gallery .gallery-thumbnail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 333;
  background: rgba(255, 255, 255, 0.25);
  clip-path: circle(0% at 0% 0%);
  transition: clip-path 0.5s;
  content: "";
}

.gallery-wrapper .gallery .gallery-thumbnail img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.5s;
}

.gallery-wrapper .gallery .gallery-title {
  display: none;
}

.gallery-empty {
  display: block;
  margin: 2.5rem 0;
  padding: 0.1rem 2rem;
  background: #fff;
}

/**
 * * Template tablet
 * */
@media screen and (min-width: 1000px) {
  .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .gallery-wrapper .gallery {
    margin: 0;
  }
  .gallery-wrapper .gallery .gallery-thumbnail img {
    max-height: 400px;
  }
}
/**
 * * Template desktop
 * */
@media screen and (min-width: 1400px) {
  .gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-wrapper .gallery a:hover,
  .gallery-wrapper .gallery a:focus {
    color: #141414;
    text-decoration: none;
  }
  .gallery-wrapper .gallery:hover .gallery-thumbnail.gallery-thumbnail-effect::after,
  .gallery-wrapper .gallery:focus .gallery-thumbnail.gallery-thumbnail-effect::after {
    clip-path: circle(200% at 0% 0%);
  }
  .gallery-wrapper .gallery:hover .gallery-thumbnail.gallery-thumbnail-effect img,
  .gallery-wrapper .gallery:focus .gallery-thumbnail.gallery-thumbnail-effect img {
    transform: scale(2) rotate(25deg);
  }
  .gallery-wrapper .gallery .gallery-thumbnail img {
    max-height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-wrapper--slide {
    overflow: auto;
    display: grid;
    grid-template-columns: initial;
    grid-auto-columns: 300px;
    grid-auto-flow: column;
    grid-gap: 1rem;
    margin: 2.5rem 0;
    padding: 0;
    max-width: 100%;
    scrollbar-width: none;
  }
  .gallery-wrapper--slide .gallery {
    margin: 0;
  }
}
/**
 * * Template tablet
 * */
/**
 * * Template desktop
 * *//*# sourceMappingURL=style.css.map */