@charset "UTF-8";

/* Candara */

@font-face {
  font-family: 'Candara';
  font-style: normal;
  font-weight: 400;
  src: local("Candara"), local("Candara-Regular"), url("/wp-content/themes/ejari-online/assets/fonts/candara/candara.woff") format("woff");
}
@font-face {
  font-family: 'Candara';
  font-style: italic;
  font-weight: 400;
  src: local("Candara Italic"), local("Candara-Italic"), url("/wp-content/themes/ejari-online/assets/fonts/candara/candara-italic.woff") format("woff");
}
@font-face {
  font-family: 'Candara';
  font-style: normal;
  font-weight: 700;
  src: local("Candara Bold"), local("Candara-Bold"), url("/wp-content/themes/ejari-online/assets/fonts/candara/candara-bold.woff") format("woff");
}
@font-face {
  font-family: 'Candara';
  font-style: italic;
  font-weight: 700;
  src: local("Candara Bold Italic"), local("Candara-Bold-Italic"), url("/wp-content/themes/ejari-online/assets/fonts/candara/candara-bold-italic.woff") format("woff");
}

/* Century Gothic */

@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 400;
  src: local("Century Gothic"), local("Century-Gothic-Regular"), url("/wp-content/themes/ejari-online/assets/fonts/century-gothic/century-gothic.woff") format("woff");
}
@font-face {
  font-family: 'Century Gothic';
  font-style: italic;
  font-weight: 400;
  src: local("Century Gothic Italic"), local("Century-Gothic-Italic"), url("/wp-content/themes/ejari-online/assets/fonts/century-gothic/century-gothic-italic.woff") format("woff");
}
@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 700;
  src: local("Century Gothic Bold"), local("Century-Gothic-Bold"), url("/wp-content/themes/ejari-online/assets/fonts/century-gothic/century-gothic-bold.woff") format("woff");
}
@font-face {
  font-family: 'Century Gothic';
  font-style: italic;
  font-weight: 700;
  src: local("Century Gothic Bold Italic"), local("Century-Gothic-Bold-Italic"), url("/wp-content/themes/ejari-online/assets/fonts/century-gothic/century-gothic-bold-italic.woff") format("woff");
}
body {
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.hidden {
  display: none;
}

/* */

.content h2, .sidebar h2 {
  line-height: 1.3;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.content ul, .sidebar ul {
  margin-top: -8px;
  margin-bottom: 20px;
  padding-left: 36px;
  line-height: 30px;
}
.content p, .sidebar p {
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 24px;
  overflow: hidden;
}
.content p:last-child, .sidebar p:last-child {
  margin: 0;
}
.content a, .sidebar a {
  color: #2b6698;
  font-weight: bold;
  text-decoration: none;
}
.content a:hover, .sidebar a:hover {
  color: #3681c0;
  text-decoration: underline;
}
.content .aligncenter, .sidebar .aligncenter {
  display: block;
  margin: auto;
}
.content h2 {
  margin-top: 40px;
  margin-bottom: 22px;
}
.control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 36px;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media (min-width: 768px) {
  .control {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    overflow: hidden;
  }
}
.control .alignleft, .control .button {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 768px) {
  .control .alignleft, .control .button {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
.bx-pager {
  list-style: none;
}
.bx-pager--dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}
.bx-pager--dots li {
  display: inline-block;
}
.bx-pager--dots li:hover a {
  background-color: #F8A020;
}
.bx-pager--dots a {
  background-color: #ccc;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  outline: 0;
  border-radius: 6px;
}
.bx-pager--dots a.active {
  background-color: #F8A020;
}
.widget__title.title {
  margin-bottom: 8px;
}

/* */

.bx-controls-direction {
  display: none;
}
.button {
  border: none;
  background-color: #b8b3a9;
  line-height: 1;
  padding: 0 26px;
  margin: 0;
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  color: #fff !important;
  font-weight: normal !important;
  letter-spacing: 1px;
  box-sizing: border-box;
  cursor: pointer;
  transition: box-shadow 0.2s, background-color 0.2s;
  border-radius: 6px;
  line-height: 46px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.button:hover {
  text-decoration: none !important;
}
.button:focus {
  outline: none;
}
.button--attention {
  font-family: 'Candara', sans-serif;
  font-size: 18px;
  font-weight: bold !important;
  padding: 0 8px;
  background-color: #EF2028;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.button--attention:hover {
  background-color: #cd0f16;
}
.button__text {
  float: left;
}
.button__symbol {
  width: 14px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  padding-left: 12px;
  margin-top: 15px;
  margin-bottom: auto;
  margin-left: 12px;
  border-left: 2px solid #fff;
  background-position: center right;
  float: left;
}
.button__symbol--triangle {
  background-image: url("/wp-content/themes/ejari-online/assets/img/triangle.svg");
  background-repeat: no-repeat;
}
.button--upload-file {
  background: url("/wp-content/themes/ejari-online/assets/img/upload-file.svg");
  -webkit-flex: 0 1 166px;
  -ms-flex: 0 1 166px;
  flex: 0 1 166px;
  width: 166px;
  height: 48px;
  padding-top: 0;
  padding-left: 48px;
  padding-right: 12px;
  padding-bottom: 14px;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold !important;
  cursor: pointer;
  line-height: normal;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.button--upload-file input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.button--continue {
  float: none !important;
  background: none;
  background-image: url("/wp-content/themes/ejari-online/assets/img/button-reg.svg");
  width: 232px;
  height: 76px;
  font-size: 32px;
  font-family: 'Candara', sans-serif;
  font-weight: bold !important;
  padding-left: 16px;
  padding-right: 78px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.button--submit {
  padding: 0 22px;
  line-height: 36px;
}

/* Variables */

.logo__rhomb {
  fill: #EF2028;
}
.logo__rhomb--accent {
  fill: #F8A020;
}
.logo:hover .logo__rhomb, .brand:hover .logo__rhomb {
  -webkit-animation: animation-logo;
  animation: animation-logo;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.logo:hover .logo__rhomb--accent, .brand:hover .logo__rhomb--accent {
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
}
.logo:hover .logo__rhomb:nth-of-type(2), .brand:hover .logo__rhomb:nth-of-type(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.logo:hover .logo__rhomb:nth-of-type(3), .brand:hover .logo__rhomb:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.logo:hover .logo__rhomb:nth-of-type(4), .brand:hover .logo__rhomb:nth-of-type(4) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

/* Animation logo */

@-webkit-keyframes animation-logo {
  0% {
    fill: #F8A020;
  }
  100% {
    fill: #EF2028;
  }
}
@keyframes animation-logo {
  0% {
    fill: #F8A020;
  }
  100% {
    fill: #EF2028;
  }
}
.brand {
  text-decoration: none;
  font-family: 'Candara', sans-serif;
  color: #333;
  text-transform: lowercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.brand__logo {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.brand__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.brand__subtitle {
  font-size: 13px;
  line-height: 1;
  font-style: italic;
  letter-spacing: 2px;
  margin-top: 1px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .brand--mobile {
    display: none;
  }
}
.brand--mobile .brand__logo {
  width: 24px;
  height: 24px;
}
.brand--mobile .brand__title {
  font-size: 22px;
  line-height: 32px;
}
.brand--mobile .brand__subtitle {
  display: none;
}
@media (min-width: 768px) {
  .brand--mobile .brand__subtitle {
    display: block;
  }
}
.top-line {
  color: #67625c;
  background-color: #eff0ee;
  position: relative;
  z-index: 4;
}
.top-line__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-line__trademark.trademark {
  display: none;
}
@media (min-width: 768px) {
  .top-line__trademark.trademark {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-line__menu.menu {
  display: none;
}
@media (min-width: 992px) {
  .top-line__menu.menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}
.trademark {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.trademark__name {
  font-size: 15px;
  font-weight: bold;
}
.trademark__description {
  font-size: 13px;
  white-space: pre;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.footer {
  padding-top: 24px;
  padding-bottom: 32px;
  background-color: #77736a;
  color: #ccc;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .footer {
    min-height: 130px;
  }
}
.footer__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer__container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer__menu.menu {
  display: none;
}
@media (min-width: 768px) {
  .footer__menu.menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .footer__menu.menu {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 2/3 - (24px - 24px * 2/3));
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -16px;
  }
  .footer__menu.menu:nth-child(1n) {
    margin-right: 24px;
  }
  .footer__menu.menu:last-child {
    margin-right: 0;
  }
  .footer__menu.menu:nth-child(3n) {
    float: right;
  }
  .footer__menu.menu:nth-child(3n) {
    margin-right: 0;
  }
}
.footer__info {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1 - (24px - 24px * 1));
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 32px;
  box-sizing: border-box;
  margin-top: 14px;
  text-align: center;
}
.footer__info:nth-child(1n) {
  margin-right: 24px;
}
.footer__info:last-child {
  margin-right: 0;
}
.footer__info:nth-child(undefinedn) {
  float: right;
}
.footer__info:nth-child(undefinedn) {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .footer__info {
    padding: 0;
    margin-top: 8px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (24px - 24px * 1/3));
    text-align: left;
  }
  .footer__info:nth-child(1n) {
    margin-right: 24px;
  }
  .footer__info:last-child {
    margin-right: 0;
  }
  .footer__info:nth-child(3n) {
    float: right;
  }
  .footer__info:nth-child(3n) {
    margin-right: 0;
  }
}
.footer__copyright::before {
  content: '';
  background-image: url("/wp-content/themes/ejari-online/assets/img/fag-uae.svg");
  display: inline-block;
  width: 22px;
  height: 11px;
  margin-right: 10px;
}
.footer__brand-name {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .footer__brand-name {
    margin-left: 0;
  }
}
.footer__contact {
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.footer__link.link {
  color: #ccc;
  font-weight: bold !important;
}
.pre-footer {
  background-color: #f0eeeb;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .pre-footer {
    padding-bottom: 12px;
  }
}
.pre-footer__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .pre-footer__container {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .pre-footer__container {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.pre-footer__column {
  display: none;
}
@media (min-width: 768px) {
  .pre-footer__column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 1024px) {
  .pre-footer__column {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 2/3 - (24px - 24px * 2/3));
  }
  .pre-footer__column:nth-child(1n) {
    margin-right: 24px;
  }
  .pre-footer__column:last-child {
    margin-right: 0;
  }
  .pre-footer__column:nth-child(3n) {
    float: right;
  }
  .pre-footer__column:nth-child(3n) {
    margin-right: 0;
  }
}
.pre-footer__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.pre-footer__brand {
  margin-right: 18px;
}
.pre-footer__social-network {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.pre-footer__menu.menu {
  margin-top: 26px;
  margin-left: -16px;
}
.pre-footer__form {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .pre-footer__form {
    -webkit-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media (min-width: 1024px) {
  .pre-footer__form {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (24px - 24px * 1/3));
  }
  .pre-footer__form:nth-child(1n) {
    margin-right: 24px;
  }
  .pre-footer__form:last-child {
    margin-right: 0;
  }
  .pre-footer__form:nth-child(3n) {
    float: right;
  }
  .pre-footer__form:nth-child(3n) {
    margin-right: 0;
  }
}
.pre-footer__form .form__fieldset {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .pre-footer__form .form__fieldset {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.how-it-works {
  padding-top: 14px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .how-it-works {
    display: block;
  }
}
.how-it-works__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  padding-bottom: 36px;
}
.how-it-works__container::before, .how-it-works__container::after {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 6px #e1e1e1;
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 40px / 10px;
}
.how-it-works__title.title {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .how-it-works__title.title {
    text-align: left;
    margin-bottom: 30px;
  }
}
.how-it-works__description {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .how-it-works__description {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (24px - 24px * 1/2));
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .how-it-works__description:nth-child(1n) {
    margin-right: 24px;
  }
  .how-it-works__description:last-child {
    margin-right: 0;
  }
  .how-it-works__description:nth-child(2n) {
    float: right;
  }
  .how-it-works__description:nth-child(2n) {
    margin-right: 0;
  }
}
.how-it-works__description p {
  margin-top: 0;
  margin-bottom: 10px;
}
.how-it-works__description ul {
  list-style: none;
  padding-left: 48px;
  margin-top: 0;
  margin-bottom: 16px;
  text-transform: lowercase;
}
.how-it-works__control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}
@media (min-width: 1024px) {
  .how-it-works__control {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.how-it-works__button {
  margin: 14px auto;
}
@media (min-width: 768px) {
  .how-it-works__button {
    margin: 0;
  }
}
.how-it-works__link.link {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .how-it-works__link.link {
    margin-bottom: 0;
    margin-left: 30px;
  }
}
.how-it-works__slider {
  margin-top: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .how-it-works__slider {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/2 - (24px - 24px * 1/2));
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .how-it-works__slider:nth-child(1n) {
    margin-right: 24px;
  }
  .how-it-works__slider:last-child {
    margin-right: 0;
  }
  .how-it-works__slider:nth-child(2n) {
    float: right;
  }
  .how-it-works__slider:nth-child(2n) {
    margin-right: 0;
  }
}
.how-it-works__pager {
  position: relative;
}
.bx-wrapper {
  margin: 0 auto 6px;
}
.bx-wrapper img {
  height: auto;
}
.articles {
  margin-top: 20px;
  display: none;
}
@media (min-width: 768px) {
  .articles {
    display: block;
    padding-bottom: 50px;
    margin-top: 0;
  }
}
.articles__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.articles__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .articles__item {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1/3 - (24px - 24px * 1/3));
    margin-bottom: 0;
  }
  .articles__item:nth-child(1n) {
    margin-right: 24px;
  }
  .articles__item:last-child {
    margin-right: 0;
  }
  .articles__item:nth-child(3n) {
    float: right;
  }
  .articles__item:nth-child(3n) {
    margin-right: 0;
  }
}
.article__title.title {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 1024px) {
  .article__title.title {
    font-size: 18px;
    text-align: left;
  }
}
.article__picture {
  margin-bottom: 16px;
}
.article__img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.article__description p {
  display: none;
}
@media (min-width: 768px) {
  .article__description p {
    display: block;
  }
}
.article__description p:last-of-type {
  margin-bottom: 18px;
}
.article__link.link {
  margin-top: 10px;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .article__link.link {
    margin-top: 0;
    display: inline-block;
    text-align: left;
  }
}
.link {
  color: #2b6698;
  text-decoration: none;
  font-weight: normal !important;
}
.link:hover {
  text-decoration: underline;
}
.link--arrow {
  font-family: 'Candara', serif;
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.link--arrow:after {
  content: '';
  background-image: url("/wp-content/themes/ejari-online/assets/img/arrow.svg");
  position: absolute;
  width: 12px;
  height: 20px;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 1px;
  margin-left: 8px;
}
.title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .title {
    text-align: left;
  }
}
.title--medium {
  font-weight: normal;
}
.title--big {
  font-size: 28px;
  font-weight: normal;
}
.title--no-margin {
  margin: 0 !important;
}
.header {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .header {
    padding-top: 26px;
  }
}
.header__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header__container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.header__brand {
  display: none;
}
@media (min-width: 768px) {
  .header__brand {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__quick-links {
  font-size: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .header__quick-links {
    -webkit-flex: 0 1 340px;
    -ms-flex: 0 1 340px;
    flex: 0 1 340px;
  }
}
.header__quick-links-box {
  margin: 20px auto;
}
@media (min-width: 768px) {
  .header__quick-links-box {
    margin: 0 auto;
  }
}
.header__ejari {
  display: block;
  max-width: 240px;
}
.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu__link {
  display: block;
  color: #56524e;
  line-height: 1;
  padding: 10px 16px;
  transition: background-color 200ms, color 200ms;
}
.menu__link:hover {
  color: #EF2028;
}
@media (max-width: 767px) {
  .menu .menu-item-has-children {
    position: relative;
  }
}
.menu .menu-item-has-children::after {
  content: '';
  top: 50%;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .menu .menu-item-has-children .menu .menu__link.link {
    color: #56524e;
    background: none;
  }
  .menu .menu-item-has-children .menu .menu__link.link:hover {
    color: #fff !important;
    background-color: #F8A020;
  }
  .menu .menu-item-has-children .menu .menu__link.link .menu__link {
    color: #eff0ee;
  }
  .menu .menu-item-has-children:hover> .menu__link.link:first-of-type, .menu .menu-item-has-children:focus> .menu__link.link:first-of-type {
    color: #fff !important;
    background-color: #F8A020;
  }
  .menu .menu-item-has-children:hover .menu--sub-menu, .menu .menu-item-has-children:focus .menu--sub-menu {
    display: block;
  }
}
@media (min-width: 1024px) {
  .menu .menu-item-has-children .menu__link.link {
    color: #333 !important;
  }
}
.menu--main .menu__link.link:hover {
  color: #fff;
  background-color: #F8A020;
  text-decoration: none;
}
.menu--main .current_page_item> .menu__link {
  color: #eff0ee;
  background-color: #F8A020;
}
.menu--sub-menu {
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  background-color: #f4ce9f;
}
.menu--mobile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu--mobile .menu-item-has-children:hover> .menu__link, .menu--mobile .menu-item-has-children:focus> .menu__link {
  color: #56524e;
  background-color: #eff0ee;
}
.menu--light .menu__link {
  color: #ccc;
}
.menu--light .menu__link:hover {
  color: #e6e6e6;
}
.menu-mobile {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 0;
  background-color: #56524e;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .menu-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .menu-mobile--on {
    position: relative;
    display: block;
  }
}
.menu-mobile .current_page_item> .menu__link {
  color: #eff0ee;
  background-color: #F8A020;
}
.menu-mobile__section {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 18px;
}
.menu-mobile__section:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .menu-mobile__section--main .menu-mobile__label {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu-mobile__section--footer {
    display: none;
  }
}
.menu-mobile__label {
  font-size: 12px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .menu-mobile__label {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu-mobile .menu {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.menu-mobile .menu__link {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 768px) {
  .menu-mobile .menu__link {
    margin: 0;
  }
}
.menu-mobile .menu__link {
  color: #eff0ee;
  padding: 10px 24px;
}
@media (min-width: 768px) {
  .menu-mobile .menu__link {
    width: auto;
    padding: 10px 16px;
  }
}
.menu-mobile .menu__link:hover {
  color: #eff0ee;
  background-color: #F8A020;
  text-decoration: none;
}
@media (min-width: 768px) {
  .menu-mobile .menu__link:hover {
    background: none;
  }
}
.menu-toggle__text {
  display: none !important;
}
.menu--on {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 -12px;
}
.menu--on .menu__link {
  color: #56524e;
}
.pre-footer__menu .current-menu-item> .menu__link.link {
  color: #EF2028;
  text-decoration: underline;
}
.footer__menu .current-menu-item> .menu__link.link {
  color: #e6e6e6;
  text-decoration: underline;
}
.features {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-family: 'Candara', serif;
}
@media (min-width: 768px) {
  .features {
    font-size: 18px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .features {
    font-size: 18px;
  }
}
.features__item {
  padding: 6px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .features__item {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .features__item {
    width: 100%;
    float: none;
  }
}
.features__iconbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 24px;
  margin-right: 10px;
}
.features__icon {
  max-width: 20px;
  max-height: 24px;
  margin: auto;
}
.features__link {
  line-height: 24px;
}
.form {
  font-size: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .form {
    text-align: left;
  }
}
.form__title {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.form__fieldset {
  font-size: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.form__input {
  font-size: 14px;
  border: none;
  box-shadow: inset 0 0 0 1px #d4d4d4;
  padding: 12px 16px;
  margin: 0;
  line-height: 18px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  -webkit-flex: 1 0 1;
  -ms-flex: 1 0 1;
  flex: 1 0 1;
}
@media (min-width: 768px) {
  .form__input {
    text-align: left;
  }
}
.form__input:focus {
  box-shadow: inset 0 0 0 1px #e31b1e;
}
.form__input:hover, .form__input:focus {
  outline: none;
}
.form__input:focus+ .form__tooltip {
  display: block;
}
.form__tooltip {
  position: absolute;
  top: 50px;
  left: 0;
  width: 220px;
  display: none;
  background: #fafafa;
  color: #333;
  font-size: 12px;
  padding: 10px 10px 10px 32px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #d4d4d4;
}
.form__tooltip:before {
  content: "!";
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  position: absolute;
  left: 8px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #f9a11e;
  border-radius: 2px;
  text-align: center;
}
.form__tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #d4d4d4;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -4px;
  box-shadow: inset 0 0 0 1px #d4d4d4;
}
.form__tooltip--done:before {
  content: "\2713";
}
.form__button {
  border: none;
  background-color: #b8b3a9;
  color: #fff;
  line-height: 18px;
  padding: 12px 24px;
  margin: auto;
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .form__button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form__button {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.form__button:hover {
  background-color: #a19a8d;
}
.form__button:hover, .form__button:focus {
  outline: none;
}
.form__note {
  font-size: 13px;
  color: #999;
  display: inline-block;
  max-width: 220px;
  margin-top: 8px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .form__note {
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  .form--subscription .form__input {
    border-radius: 6px 0 0 6px;
  }
}
.form__link:not(.form__link::first-child)::before {
  content: '';
}
.social-network {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-network__item {
  margin-right: 18px;
}
.social-network__item:last-child {
  margin-right: 0;
}
.social-network__icon {
  width: 22px;
  height: 22px;
  display: block;
  font-size: 0;
}
.social-network__icon svg {
  width: inherit;
  height: inherit;
}
.banner__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .banner__container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 460px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.banner__photo {
  font-size: 0;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  height: 320px;
}
@media (min-width: 768px) {
  .banner__photo {
    height: 600px;
  }
}
@media (min-width: 1024px) {
  .banner__photo {
    -webkit-flex: 1 0 1;
    -ms-flex: 1 0 1;
    flex: 1 0 1;
    height: auto;
  }
}
.banner__img {
  width: 100%;
  position: relative;
  box-shadow: 4px 0 8px rgba(102, 102, 102, 0.7);
  z-index: 3;
}
.banner__sticker {
  position: absolute;
  top: 8px;
  right: 16px;
}
@media (min-width: 768px) {
  .banner__sticker {
    top: 16px;
    right: 32px;
  }
}
.banner__text {
  box-sizing: border-box;
  padding-right: 16px;
  padding-left: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #eff0ee;
  box-sizing: border-box;
  padding-top: 14px;
  padding-bottom: 6px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .banner__text {
    -webkit-flex: 0 0 340px;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
  }
}
.banner__text-accent {
  color: #F8A020;
}
.banner__ejari-online-box {
  width: 234px;
  margin: 0 auto 20px;
}
.banner__ejari-online {
  display: block;
  max-width: 100%;
  margin: auto;
}
.banner__title {
  font-family: 'Candara', sans-serif;
  font-size: 44px;
  font-weight: bold;
  text-transform: lowercase;
  color: #333;
  line-height: 1;
  letter-spacing: -2px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 56px;
  }
}
.banner__description {
  font-family: 'Candara', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  letter-spacing: -1px;
  margin: 4px 0 16px 0;
  line-height: 1.1;
  text-align: center;
  max-width: 240px;
  width: 100%;
}
@media (min-width: 768px) {
  .banner__description {
    font-size: 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
  }
}
@media (min-width: 768px) {
  .banner__column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .banner__column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.banner__action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin: 0 auto;
}
.banner__button {
  margin-bottom: 10px;
}
.banner__feature {
  font-family: 'Candara', serif;
  font-size: 18px;
  letter-spacing: -1px;
  color: #EF2028;
  text-transform: uppercase;
  padding-left: 28px;
  margin: 0 0 16px;
}
.banner__feature--check {
  margin-bottom: 4px;
}
.banner__feature--check::before {
  content: '';
  background-image: url("/wp-content/themes/ejari-online/assets/img/check.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  width: 20px;
  height: 22px;
  position: absolute;
  margin-left: -28px;
}
.banner__feature--note {
  margin-left: 0px;
}
.banner__feature--note::before {
  content: '*';
  width: 20px;
  height: 22px;
  text-align: center;
  position: absolute;
  margin-top: 3px;
  margin-left: -28px;
}
.banner__feature span {
  font-weight: bold;
}
.banner__link {
  text-align: center;
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .banner__link {
    text-align: left;
    display: inline-block;
  }
}
.quick-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Candara', serif;
  font-size: 15px;
}
.quick-links .current_page_item .quick-links__link {
  color: #fff;
  background-color: #EF2028;
  border-radius: 6px;
}
.quick-links__link {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 16px;
  color: #333;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .quick-links__link {
    margin-bottom: 8px;
  }
}
.quick-links__link:hover {
  color: #fff;
  background-color: #EF2028;
  border-radius: 6px;
}
.menu-toggle {
  border: none;
  background: none;
  padding: 0;
  margin: auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  height: 28px;
  position: relative;
}
.menu-toggle:focus, .menu-toggle:active {
  outline: none;
  background-color: transparent;
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:hover {
  background-color: transparent;
}
.menu-toggle__text {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  display: none;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .menu-toggle__text {
    display: block;
  }
}
.menu-toggle__icon {
  width: 22px;
  height: 2px;
  background-color: #333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  transition: 0.3s;
}
.menu-toggle__icon::before {
  content: '';
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: inherit;
  transition: inherit;
}
.menu-toggle__icon::after {
  content: '';
  position: absolute;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  width: inherit;
  height: inherit;
  background-color: inherit;
  transition: inherit;
}
.menu-toggle--on .menu-toggle__icon {
  background-color: transparent;
  transition: 0.3s;
}
.menu-toggle--on .menu-toggle__icon::before {
  background-color: #333;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  transition: 0.3s;
}
.menu-toggle--on .menu-toggle__icon::after {
  background-color: #333;
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  transition: 0.3s;
}
.page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 36px;
  padding-bottom: 50px;
}
.page__content {
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
@media (min-width: 768px) {
  .page__content {
    margin-right: 16px;
  }
}
.page__title {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  .page__title {
    margin-bottom: 40px;
  }
}
.page__title.title--no-margin {
  text-align: center;
  margin-bottom: 16px !important;
}
@media (min-width: 768px) {
  .page__title.title--no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: left;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.page__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page__header {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.page__header .page__title {
  margin-top: 30px !important;
}
.page__screenshot {
  width: 226px;
  font-size: 0;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.75);
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 768px) {
  .page__screenshot {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 44px;
  }
}
.page__screenshot img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.sidebar {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(99.99% * 1/3 - (24px - 24px * 1/3));
  box-sizing: border-box;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 14px;
}
.sidebar:nth-child(1n) {
  margin-right: 24px;
}
.sidebar:last-child {
  margin-right: 0;
}
.sidebar:nth-child(3n) {
  float: right;
}
.sidebar:nth-child(3n) {
  margin-right: 0;
}
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    display: block;
  }
}
.widget {
  position: relative;
  background-color: #fff;
  padding-bottom: 38px;
  margin-bottom: 24px;
}
.widget::before, .widget::after {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 6px #e1e1e1;
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 40px / 10px;
}
.widget:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget:last-child::before, .widget:last-child::after {
  display: none;
}
.rating__stars {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-reg__fieldset {
  background-color: #fff;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .form-reg__fieldset {
    padding-bottom: 60px;
  }
}
.form-reg__fieldset::before, .form-reg__fieldset::after {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 6px #e1e1e1;
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 40px / 10px;
}
.form-reg__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .form-reg__header {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form-reg__icon {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 80px;
  margin-bottom: 16px;
  font-size: 0;
}
@media (min-width: 768px) {
  .form-reg__icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.form-reg__title {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .form-reg__title {
    text-align: left;
  }
}
.form-reg__description {
  text-align: center;
}
@media (min-width: 768px) {
  .form-reg__description {
    text-align: left;
  }
}
.form-reg__field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .form-reg__field {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form-reg__field--info {
  padding-right: 0;
}
.form-reg__field--required .form-reg__label {
  font-weight: bold;
}
.form-reg__field--required .form-reg__input {
  background-color: #ffffcc;
}
.form-reg__field--required .form-reg__select {
  background-color: #ffffcc;
}
.form-reg__field--error .form-reg__input {
  background-color: #edd7d1;
}
@media (min-width: 768px) {
  .form-reg__field--filled::after {
    content: '';
    background-image: url("/wp-content/themes/ejari-online/assets/img/filled.png");
    width: 26px;
    height: 26px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 20px;
    display: inline-block;
  }
}
.form-reg__label {
  width: 168px;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .form-reg__label {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0;
  }
}
.form-reg__label--full-width {
  width: 100%;
}
.form-reg__label--align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.form-reg__input {
  padding: 9px 12px;
  font-size: 16px;
  border: 1px solid #d4d4d4;
  margin: 0;
  line-height: 18px;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  color: #333;
}
@media (min-width: 768px) {
  .form-reg__input {
    max-width: 280px;
    font-size: 14px;
  }
}
.form-reg__input:hover {
  outline: none;
}
.form-reg__input:focus {
  outline: none;
  border: 1px solid #EF2028;
}
.form-reg__input--size-medium {
  width: 88px;
}
.form-reg__input--center {
  text-align: center;
}
.form-reg__select {
  padding: 0;
  margin: 0;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("/wp-content/themes/ejari-online/assets/img/arrowdown.png") no-repeat 90% 50%;
  display: table;
}
.form-reg__select select {
  width: 100%;
  padding: 6px 34px 6px 12px;
  font-size: 16px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-reg__select select::-ms-expand {
  display: none;
}
@media (min-width: 768px) {
  .form-reg__select select {
    font-size: 14px;
  }
}
.form-reg__select select:focus {
  outline: none;
}
.form-reg__textarea {
  width: 100%;
  max-width: 430px;
  height: 116px;
  border: 1px solid #d4d4d4;
  padding: 9px 12px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
}
.form-reg__textarea:hover {
  outline: none;
}
.form-reg__textarea:focus {
  outline: none;
  border: 1px solid #EF2028;
}
.form-reg__box {
  width: 100%;
  max-width: 380px;
}
.form-reg__info {
  max-width: 380px;
  position: relative;
  margin-bottom: 12px;
}
.form-reg__info-icon {
  background-image: url("/wp-content/themes/ejari-online/assets/img/icon/icon-info.svg");
  width: 26px;
  height: 26px;
  display: inline-block;
}
.form-reg__info-details {
  width: 100%;
  background-color: #e7f2fa;
  border: 1px solid #a7c7e4;
  padding: 6px 10px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 40px;
  display: none;
}
.form-reg__upload-file {
  margin-top: 32px;
}
.form-reg__button {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.form-reg__meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .form-reg__meta {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form-reg__column-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .form-reg__column-2 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.form-reg__column-2--left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.form-reg__column-2--left .form-reg__meta-label {
  margin-right: 40px;
}
.form-reg__meta-label {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .form-reg__meta-label {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.form-reg__meta-input {
  max-width: 120px;
  box-sizing: border-box;
  text-align: center;
}
.notice {
  background-color: #ffd9d9;
  border: 1px solid #EF2028;
  padding: 8px 12px;
  margin-bottom: 38px;
  margin-left: 16px;
  margin-right: 16px;
}
.notice p {
  margin-bottom: 0;
}
.progress {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .progress {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.progress__bar {
  background-color: #8da452;
  -webkit-flex: 0 1 300px;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  margin-right: 80px;
  height: 12px;
}
.progress__bar div {
  width: 20%;
  height: 100%;
  background-color: #718342;
}
.progress__status {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  margin-top: -1px;
}
.progress__title {
  font-size: 14px;
  text-transform: uppercase;
  color: #718342;
  font-weight: bold;
  line-height: 1;
}
.upload-file__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .upload-file__row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.upload-file__signature {
  font-size: 14px;
  margin-bottom: 16px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .upload-file__signature {
    -webkit-flex: 0 1 364px;
    -ms-flex: 0 1 364px;
    flex: 0 1 364px;
    margin-bottom: 0;
  }
}
.upload-file__label--required {
  font-weight: bold;
}
.upload-file__list-links {
  margin-top: 4px;
}
.upload-file__link {
  font-size: 14px;
  display: inline-block;
}
.upload-file__link:not(:first-child) {
  position: relative;
  padding-left: 8px;
}
.upload-file__link:not(:first-child)::before {
  content: '';
  border-right: 1px solid #333;
  display: inline-block;
  margin-right: 8px;
  height: 12px;
}
.upload-file__button {
  cursor: pointer;
}
.upload-file__button--progress input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-file__button--progress span {
  display: none;
}
.upload-file__button--progress .button--upload-file {
  background-image: url("/wp-content/themes/ejari-online/assets/img/progress.svg");
  width: 44px;
  height: 44px;
  overflow: hidden;
  padding: 0;
}
.upload-file__button--uploaded input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-file__button--uploaded span {
  display: none;
}
.upload-file__button--uploaded .button--upload-file {
  background-image: url("/wp-content/themes/ejari-online/assets/img/uploaded.svg");
  width: 44px;
  height: 44px;
  overflow: hidden;
  padding: 0;
}
.progress {
  margin-top: 6px;
  font-size: 0;
}
.progress__progressbar {
  background-color: #8da452;
  width: 100%;
  max-width: 300px;
  margin-top: 16px;
  height: 12px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 768px) {
  .progress__progressbar {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 80px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.progress__progressbar div {
  height: 100%;
  background-color: #718342;
  transition: 500ms;
}
.progress__status {
  opacity: 0;
  color: #f9c04f;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  .progress__status {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.progress__status--show {
  opacity: 1;
  margin-bottom: -1px;
}
.progress__status--uploaded .progress__title {
  color: #718342;
}
.progress__status--uploaded .progress__file-name {
  color: #333;
}
.progress__title {
  font-size: 14px;
  text-transform: uppercase;
  color: #f9c04f;
  font-weight: bold;
  line-height: 1;
}
.progress__file-name {
  font-size: 14px;
  color: #f9c04f;
  line-height: 1;
}
.progress__file-name::before {
  content: '\0000a0 – ';
}
.progressbar {
  opacity: 0;
}
.progressbar--show {
  opacity: 1;
}
.page__description {
  background-color: #fff;
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.page__description::before, .page__description::after {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 6px #e1e1e1;
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 40px / 10px;
}
.form-reg__select-applicant-yes, .form-reg__select-applicant-no {
  display: none;
}
.form-reg__select-tenant-individual, .form-reg__select-tenant-company {
  display: none;
}
.sitemap {
  padding-left: 18px;
  line-height: 30px;
  margin-bottom: 44px;
}
.sitemap:last-child {
  margin-bottom: 0;
}
.sitemap__item {
  margin-bottom: 28px;
}
.sitemap__item--divider {
  list-style: none;
  margin-top: 52px;
  margin-bottom: 20px;
  margin-left: -18px;
}
.sitemap__item--divider:first-child {
  margin-top: 0;
}
.sitemap__item--divider .sitemap__link {
  color: #333;
  font-size: 20px;
  font-weight: bold !important;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.3;
}
.sitemap__item--divider .sitemap__link:hover {
  text-decoration: none;
  cursor: text;
}
.sitemap__link {
  display: block;
}
.sitemap__description {
  display: block;
  line-height: 1;
  margin: 0;
}
.sitemap--sub-menu {
  margin-top: 14px;
  margin-bottom: 0;
}
.sitemap--sub-menu .sitemap__item {
  margin-bottom: 18px;
}
.sitemap--sub-menu .sitemap__item:last-child {
  margin-bottom: 0;
}
.customer-review {
  border-radius: 12px;
  border: 3px solid #efefef;
  padding: 26px 32px;
  position: relative;
  line-height: 1.8;
  margin-bottom: 70px;
}
.customer-review::after {
  content: '';
  background-image: url("/wp-content/themes/ejari-online/assets/img/angle.svg");
  position: absolute;
  bottom: -52px;
  width: 152px;
  height: 54px;
}
.customer-review__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .customer-review__row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.customer-review__title.title {
  margin-top: 0;
  margin-bottom: 0;
}
.customer-review__date {
  text-transform: uppercase;
  color: #ccc;
}
.customer-review__rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.customer-review__rating .star-rating {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 8px;
}
.customer-review__rating .gdrts-stars-empty {
  font-size: 32px !important;
  line-height: 32px !important;
}
.customer-review__rating .gdrts-shortcode-wrapper {
  margin-top: -6px;
  margin-left: 6px;
}
.customer-review__rating .gdrts-rating-text {
  display: none;
}
.customer-review__rating .gdrts-rating-user {
  display: none;
}
.customer-review__recommendation {
  padding-left: 28px;
}
.customer-review__recommendation::before {
  content: '';
  background-image: url("/wp-content/themes/ejari-online/assets/img/check.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  width: 20px;
  height: 22px;
  position: absolute;
  margin-left: -28px;
}
.customer-review__verified {
  text-transform: uppercase;
  color: #ccc;
}
.review-features__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  padding-top: 44px;
  padding-bottom: 28px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .review-features__container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.review-features__container::before, .review-features__container::after {
  content: '';
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 6px #e1e1e1;
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 40px / 10px;
}
.review-features__review.review {
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
.review-features__features {
  box-sizing: border-box;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .review-features__features {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.99% * 1 - (24px - 24px * 1));
    padding-top: 0;
  }
  .review-features__features:nth-child(1n) {
    margin-right: 24px;
  }
  .review-features__features:last-child {
    margin-right: 0;
  }
  .review-features__features:nth-child(undefinedn) {
    float: right;
  }
  .review-features__features:nth-child(undefinedn) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .review-features__features {
    padding: 0 14px;
    -webkit-flex: 0 0 340px;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    margin-top: 0;
  }
}
.review {
  padding: 0 16px 0 34px;
}
@media (min-width: 768px) {
  .review {
    padding-left: 44px;
  }
}
.review::before {
  content: '';
  background-image: url("/wp-content/themes/ejari-online/assets/img/quotes.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  width: 22px;
  height: 16px;
  position: absolute;
  margin-top: 2px;
  margin-left: -34px;
}
@media (min-width: 768px) {
  .review::before {
    background-size: 30px;
    width: 30px;
    height: 22px;
    margin-left: -44px;
  }
}
.review__text {
  font-size: 16px;
  line-height: 1.333333;
  color: #666;
  margin: 0;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .review__text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .review__text {
    font-size: 24px;
  }
}
.sticker {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: #00aeef;
  color: #fff;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
}
@media (min-width: 760px) {
  .sticker {
    width: 160px;
    height: 160px;
    font-size: 18px;
  }
}
.sticker__text--accent {
  font-weight: bold;
}
.sticker__text--big {
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .sticker__text--big {
    font-size: 44px;
  }
}
.slider__slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .slider__slide {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .slider__slide {
    margin-top: 0;
  }
}
.slider .wp-post-image {
  margin: auto;
}
.slider__image {
  margin: auto;
  max-width: 100%;
  display: block;
}
.slider__control li {
  position: relative;
}
.slider__control li::before {
  content: '';
  background-image: url("/wp-content/themes/ejari-online/assets/img/dots.png");
  background-repeat: repeat-y;
  position: absolute;
  width: 6px;
  height: 100%;
  top: 12px;
  left: -38px;
}
.slider__control li:last-child::before {
  background-image: url("/wp-content/themes/ejari-online/assets/img/dots-last-child.png");
  height: 30px;
}
.slider__nav-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__dot {
  width: 16px;
  height: 16px;
  margin: 6px;
  background: #eff0ee;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 50%;
}
.slider__dot:hover {
  background-color: #77736a;
}
#bx-pager {
  position: relative;
}
#bx-pager li {
  line-height: 34px;
}
#bx-pager li a {
  line-height: 1.4;
}
.indicator {
  background-image: url("/wp-content/themes/ejari-online/assets/img/indicator.svg");
  width: 34px;
  height: 18px;
  position: absolute;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition: 300ms;
  z-index: 3;
}
a.check {
  font-weight: normal;
  color: #333;
  transition: font-weight 300ms;
}
a.check:hover, a.check.active {
  color: #F8A020;
  font-weight: bold;
  text-decoration: none;
}
.sidebar .social-network__icon {
  float: left;
  margin-right: 14px;
}
.sidebar .social-link {
  display: inline-block;
  line-height: 22px;
  margin-top: 30px;
}
.textwidget img {
  max-width: 100%;
  display: block;
  height: inherit;
}
.page__content .button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
.alignleft {
  float: left;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .alignleft {
    margin: 0;
  }
}
.overall-rating {
  background-color: #f2f1ef;
  border: 2px solid #e6e6e5;
  margin-bottom: 30px;
  position: relative;
}
.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  margin-top: 60px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .pagination {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .pagination__pages {
    margin-right: auto;
  }
}
.pagination__control {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .pagination__control {
    margin-top: 0;
  }
}
.pagination a {
  line-height: 1.2;
  font-weight: normal !important;
  padding: 6px 8px;
}
.pagination a:hover {
  background-color: #2b6698;
  color: #fff !important;
  text-decoration: none !important;
}
.pagination__page-number--active {
  background-color: #2b6698;
  color: #fff !important;
  text-decoration: none !important;
}
.pagination__previous::before {
  content: '< ';
  white-space: pre;
}
.pagination__next {
  white-space: pre;
}
.pagination__next::after {
  content: ' >';
}
.pagination__last::after {
  content: ' >>';
}
.overall-rating {
  padding: 24px;
}
.overall-rating__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .overall-rating__row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.overall-rating__average {
  font-size: 20px;
  font-weight: bold;
  color: #008000;
}
@media (min-width: 768px) {
  .overall-rating__average {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .overall-rating__rating {
    margin-left: 16px;
  }
}
.overall-rating__voted {
  font-size: 28px;
  color: #008000;
}
.overall-rating__recommend {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .overall-rating__recommend {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
    text-align: left;
  }
}
.overall-rating__diagram {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.overall-rating__pie-chart {
  fill: #ccc;
  stroke: #008000;
  display: inline-block;
  margin-right: 8px;
}
.overall-rating__percent {
  font-size: 28px;
  font-weight: bold;
  color: #008000;
  margin-right: 8px;
}
.overall-rating__text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .overall-rating__text {
    margin-top: 0;
  }
}
.write-review {
  color: #999;
}
.write-review__title.title {
  margin-top: 0;
  margin-bottom: 8px;
}
.write-review__description {
  margin-bottom: 0 !important;
}
.write-review__field {
  margin-top: 14px;
}
.write-review__label {
  color: #999;
  margin-bottom: 8px;
}
.write-review__input {
  width: 100%;
  line-height: 18px;
  font-weight: bold;
  color: #999;
  font-size: 14px;
  border: none;
  box-shadow: inset 0 0 0 1px #d4d4d4;
  margin: 0;
  box-sizing: border-box;
  padding: 9px 12px;
}
.write-review__input:focus {
  outline: none;
}
.write-review__input--small {
  width: 64px;
}
.write-review__textarea {
  width: 100%;
  line-height: 18px;
  color: #999;
  font-size: 14px;
  border: none;
  box-shadow: inset 0 0 0 1px #d4d4d4;
  margin: 0;
  box-sizing: border-box;
  padding: 9px 12px;
}
.write-review__textarea:focus {
  outline: none;
}
.write-review__privacy {
  color: #999;
  font-weight: bold;
}
.write-review__link {
  font-weight: normal !important;
}
.write-review__checkbox-text {
  display: inline-block;
}
.write-review__button-submit {
  float: right;
}
.flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox--center {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.pie-chart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pie-chart__svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 18px;
}
.alert--success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert--info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert--danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert__close {
  text-decoration: none !important;
  font-size: 24px !important;
  line-height: 18px;
  float: right;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.tooltip {
  background-color: #000;
  border: 1px solid #fff;
  padding: 10px 15px;
  width: 200px;
  display: none;
  color: #fff;
  text-align: left;
  font-size: 12px;
  box-shadow: 0 0 10px #000;
}

/* Custom Select */


/**

 * Custom Select Dropdowns

 */


/**

 *  .select Wrapper

 *

 *  1. Allow for box model styles

 *  2. Needed to style the icon absolute, relative to the wrapper

 *  3. So the .select positions nicely inline with other elements

 *  4. Ensures padding is done by the child select

 *  5. Hides default select UI

 *  6. Extends icon styles

 *  7. Position icon centered on the right

 *  8. Allow select to be clicked through icon

 *

 *  select

 *

 *  9. Force select to appear clickable

 * 10. Add padding to select rather than the wrapper so that the click target it larger

 * 11. Leave space on the right for the icon

 * 12. The magic number to push the default select arrow outside of the wrappers overflow

 * 13. Hide the default styles of the select

 * 14. Push the button slighly to the right to hide the select arrow in Firefox

 *     http://stackoverflow.com/a/18327666

 * 15. Push the default select arrow a little further on IE8

 * 16. Hide the select outline

 */

.form-reg__select {
  display: inline-block;
  /* 1 */
  position: relative;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  padding: 0;
  /* 4 */
  overflow: hidden;
  /* 5 */
  line-height: 18px;
  height: 34px;
  background: #fff;
  color: #555;
  text-shadow: none;
  /* 6 */
  /* 6 */
}
.form-reg__select:before {
  position: absolute;
  /* 7 */
  top: 0.5em;
  /* 7 */
  right: 0.5em;
  /* 7 */
  pointer-events: none;
  /* 8 */
}
.form-reg__select select {
  line-height: 22px;
  cursor: pointer;
  /* 9 */
  padding-right: 2.5em;
  /* 11 */
  width: 130%;
  /* 12 */
  border: none;
  /* 13 */
  background: transparent;
  /* 13 */
  background-image: none;
  /* 13 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 13 */
  text-indent: 0.01px;
  /* 14 */
  text-overflow: '';
  /* 14 */
  width: 160%\9;
  /* 15 */
}
.form-reg__select select:focus {
  outline: none;
  /* 16 */
}

/****************************

 ****************************

 ****************************

 * Helpers

 */

.form-reg__select:before {
  font-family: 'Times New Roman';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.icon--down:before, .form-reg__select:before {
  content: "\25BC";
  font-size: 20px;
  color: #333;
  margin-top: -1px;
  padding-left: 8px;
}

/* Fix zoom input */

@media screen and (max-width: 768px) {
  select, textarea, input {
    font-size: 16px !important;
  }
  select:focus, textarea:focus, input:focus {
    font-size: 16px !important;
  }
}

/* Benas Paulikas changes */

label.button--upload-file input[type="file"] {
  position: fixed;
  top: -1000px;
}

/*

.ui-dialog .ui-dialog-content {

  border: 0;

  padding: .5em 1em;

  background: #ff0000;

  overflow: auto;

  zoom: 1;

}*/

.ui-widget-overlay {
  background-color: black;
  opacity: .6;
}
.notice strong {
  margin-bottom: 30px;
}
.notice ul {
  margin-top: 0;
  margin-bottom: 0;
}
#registration-dialog, #cancellation-dialog, #review-dialog {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.tip {
  position: relative;
}
.tip span.tooltip {
  display: none;
  background: #ff5112;
  border: 1px solid #9C0;
  left: 30px !important;
  top: -70px !important;
}
.tip span.tool_new {
  display: none;
  background: #ff5112;
  border: 1px solid #9C0;
  left: 30px !important;
  top: -32px !important;
}
.tip:hover span.tooltip {
  display: block;
  position: absolute;
  top: -7em;
  left: -5em;
  border: 1px solid #0cf;
  color: #000;
  background-color: #FFEAEA;
  border-color: #FF6262;
  text-align: left;
  font-size: 13px;
  width: 360px;
  padding: 5px;
}
.ui-widget-overlay {
  background: black !important;
  opacity: 0.6 !important;
  filter: Alpha(Opacity=60);
}
.form__tooltip.form__tooltip--done:before {
  background-color: green !important;
}
a.banner__button {
  outline: none;
  text-decoration: none;
}
.features__link:hover {
  text-decoration: none;
}
.form-reg__input:disabled {
  background-color: lightgrey;
}
.alert--review {
  margin-bottom: 0 !important;
}
.alert ul {
  margin-top: 2px;
  margin-bottom: 0;
  line-height: 20px;
}
.write-review p.write-review__description, .write-review div.write-review__label {
  font-weight: bold !important;
}
.alert--small p {
  margin-bottom: 0;
}
.alert strong {
  margin-bottom: 5px;
}
.star-rating--center {
  margin: 0;
}
.overall-rating__rating {
  margin-left: 25px;
  margin-right: 25px;
}
.ui-dialog {
  width: 40%;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left !important;
}
@media (min-width: 768px) {
  .ui-dialog {
    width: 80%;
    background-color: red;
    color: red;
  }
}

/*
     FILE ARCHIVED ON 09:14:30 Dec 26, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:09:20 Sep 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.552
  exclusion.robots: 0.067
  exclusion.robots.policy: 0.056
  esindex: 0.011
  cdx.remote: 18.892
  LoadShardBlock: 54.283 (3)
  PetaboxLoader3.datanode: 78.601 (5)
  load_resource: 121.493
  PetaboxLoader3.resolve: 77.721
  loaddict: 26.333
*/