@charset "UTF-8";
/* google-sans-regular - hebrew_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/google-sans-v67-hebrew_latin-regular.woff2") format("woff2"), url("../fonts/google-sans-v67-hebrew_latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* google-sans-500 - hebrew_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/google-sans-v67-hebrew_latin-500.woff2") format("woff2"), url("../fonts/google-sans-v67-hebrew_latin-500.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* google-sans-600 - hebrew_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/google-sans-v67-hebrew_latin-600.woff2") format("woff2"), url("../fonts/google-sans-v67-hebrew_latin-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

/* google-sans-700 - hebrew_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/google-sans-v67-hebrew_latin-700.woff2") format("woff2"), url("../fonts/google-sans-v67-hebrew_latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img {
  display: block;
  width: 100%;
  height: auto; }

.visually-hidden:not(:focus):not(:active),
input[type="”checkbox”"].visually-hidden,
input[type="”radio”"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }

a,
button {
  outline: none !important; }

a {
  text-decoration: none; }

ol,
ul {
  list-style: none; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
a,
ol,
ul,
li,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

:root {
  --pr-font: "Google Sans";
  --fsz-30: 30px;
  --fsz-24: 24px;
  --fsz-18: 18px;
  --fsz-16: 16px;
  --fsz-14: 14px; }

/* Since our inception in 2016, we've been on a mission to connect artists and labels with their fan communities, transforming aspirations into reality and melodies into growth and revenues. */
body {
  direction: rtl !important;
  unicode-bidi: bidi-override !important;
  font-family: "Google Sans";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  background-color: #FAF5EF; }

html {
  margin: 0 !important;
  overflow: unset !important; }

body.noscroll {
  overflow: hidden; }

.body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

footer {
  margin-top: auto; }

._conteiner {
  max-width: 2500px;
  margin: 0 auto;
  overflow: hidden; }

._inner {
  width: 75%;
  margin: 0 auto; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  border-bottom: 1px solid #dbd6cc;
  -webkit-text-fill-color: #dbd6cc;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent; }

body::-webkit-scrollbar {
  width: 2px; }

body::-webkit-scrollbar-track {
  background-color: #000;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #fff; }

/*-boorger-menu---------------------------------*/
.btn-burger {
  display: none; }

.btn-burger.open-menu span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.btn-burger.open-menu:before,
.btn-burger.open-menu:after {
  top: 47%;
  left: 25%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.btn-burger.open-menu:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #3E617F; }

.btn-burger.open-menu:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #3E617F; }

/*=burger media===============================*/
@media (max-width: 600px) {
  /*=burger media===============================*/
  .btn-burger {
    position: relative;
    /* задаем относительное позиционирование */
    width: 35px;
    /* определяем размеры блока */
    height: 28px;
    display: block; }
  .btn-burger span,
  .btn-burger:after,
  .btn-burger:before {
    width: 30px;
    height: 3px;
    border-radius: 0.93px;
    background: #3E617F;
    position: absolute;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .btn-burger span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .btn-burger:after,
  .btn-burger:before {
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .btn-burger:after {
    bottom: 2px; }
  .btn-burger:before {
    top: 2px; } }

._js-img {
  opacity: 0;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.8s 0.5s ease-in-out, -webkit-transform 0.6s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.8s 0.5s ease-in-out, -webkit-transform 0.6s 0.5s ease-in-out !important;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.5s ease-in-out, opacity 0.8s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.5s ease-in-out, opacity 0.8s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.5s ease-in-out, opacity 0.8s 0.5s ease-in-out, -webkit-transform 0.6s 0.5s ease-in-out !important; }

._js-img-2 {
  opacity: 0;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.8s 0.7s ease-in-out, -webkit-transform 0.6s 0.5s ease-in-out !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.8s 0.7s ease-in-out, -webkit-transform 0.6s 0.5s ease-in-out !important;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.5s ease-in-out, opacity 0.8s 0.7s ease-in-out !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.5s ease-in-out, opacity 0.8s 0.7s ease-in-out !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.5s ease-in-out, opacity 0.8s 0.7s ease-in-out, -webkit-transform 0.6s 0.5s ease-in-out !important; }

._js-tl {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.5s 0.1s ease-in-out, -webkit-transform 0.6s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.5s 0.1s ease-in-out, -webkit-transform 0.6s 0.1s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.1s ease-in-out, opacity 0.5s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.1s ease-in-out, opacity 0.5s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.1s ease-in-out, opacity 0.5s 0.1s ease-in-out, -webkit-transform 0.6s 0.1s ease-in-out; }

._js-tx {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.6s 0.3s ease-in-out, -webkit-transform 0.8s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.6s 0.3s ease-in-out, -webkit-transform 0.8s 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.8s 0.3s ease-in-out, opacity 0.6s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.8s 0.3s ease-in-out, opacity 0.6s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.8s 0.3s ease-in-out, opacity 0.6s 0.3s ease-in-out, -webkit-transform 0.8s 0.3s ease-in-out; }

._js-tl-2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.8s 0.2s ease-in-out, -webkit-transform 0.6s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.8s 0.2s ease-in-out, -webkit-transform 0.6s 0.2s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.2s ease-in-out, opacity 0.8s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.2s ease-in-out, opacity 0.8s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.6s 0.2s ease-in-out, opacity 0.8s 0.2s ease-in-out, -webkit-transform 0.6s 0.2s ease-in-out; }

._js-tx-2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 1s 0.4s ease-in-out, -webkit-transform 0.8s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 1s 0.4s ease-in-out, -webkit-transform 0.8s 0.4s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.8s 0.4s ease-in-out, opacity 1s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.8s 0.4s ease-in-out, opacity 1s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.8s 0.4s ease-in-out, opacity 1s 0.4s ease-in-out, -webkit-transform 0.8s 0.4s ease-in-out; }

._js-bk {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.1s ease-in-out, -webkit-transform 0.8s 0.1s ease-in-out;
  transition: opacity 1s 0.1s ease-in-out, -webkit-transform 0.8s 0.1s ease-in-out;
  -o-transition: transform 0.8s 0.1s ease-in-out, opacity 1s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out, opacity 1s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out, opacity 1s 0.1s ease-in-out, -webkit-transform 0.8s 0.1s ease-in-out; }

._js-bt {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out; }

._js-bt-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-transform 0.8s 0.2s ease-in-out; }

._js_active._js-img-2, ._js_active._js-img {
  opacity: 1; }

._js_active._js-tl, ._js_active._js-tx, ._js_active._js-bk, ._js_active._js-bt, ._js_active._js-tl-2, ._js_active._js-tx-2, ._js_active._js-bt-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

@-webkit-keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@-webkit-keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@-webkit-keyframes scaled {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

@keyframes scaled {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

._mobile {
  display: none !important; }

._desctop {
  display: block; }

.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #A8B6C1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .header ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 0.5vw;
    padding-top: 0.5vw; }
  .header._login_page {
    display: none !important; }

.login-menu,
.login-menu__link {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.login-menu__link {
  text-decoration: underline; }

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.header-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px; }
  .header-menu__link._js-active_page .header-menu__icon, .header-menu__link:hover .header-menu__icon {
    -webkit-filter: invert(47%) sepia(32%) saturate(1910%) hue-rotate(343deg) brightness(89%) contrast(85%);
    filter: invert(47%) sepia(32%) saturate(1910%) hue-rotate(343deg) brightness(89%) contrast(85%); }
  .header-menu__link._js-active_page .header-menu__text, .header-menu__link:hover .header-menu__text {
    color: #D5612B; }

.header-menu__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1vw;
  flex: 0 0 1vw;
  width: 1vw;
  height: 1vw;
  -o-object-fit: contain;
  object-fit: contain; }

.header-menu__text {
  /* פיננסים */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: center;
  color: #3E617F; }

.header__logo {
  width: auto;
  height: 4vw; }

.header__logo-icon {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.login_page ._inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100vh - 4vw); }

.login__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  width: 38%;
  background: #FEFEFE;
  border-radius: 2vw;
  padding: 4% 3%; }

.login__logo {
  width: 5vw;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 1vw; }

.login__title {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: center;
  color: #3E617F; }

.login__text {
  /* */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.3;
  text-align: center;
  color: #3E617F;
  margin-top: 0.5vw; }

.login__send-mail a {
  text-decoration: underline; }

.login__send-mail a,
.login__send-mail {
  /* */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 1;
  text-align: center;
  color: #959491;
  margin-top: 1vw; }

.login__form-wrapper {
  margin-top: 1.5vw; }
  .login__form-wrapper input[type="submit"] {
    width: 100%;
    height: 3vw;
    border: none;
    background: #D5612B;
    border-radius: 1vw;
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 700;
    font-size: var(--fsz-18);
    line-height: 1;
    text-align: center;
    color: #FEFEFE; }

.login__form-item {
  width: 100%;
  height: 3vw;
  background: #F9F6F0;
  border-radius: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.75vw;
  padding: 0.5vw  1vw;
  margin-bottom: 1vw; }
  .login__form-item input {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: none;
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-18);
    line-height: 1;
    text-align: right;
    color: #3E617F; }
    .login__form-item input ::-webkit-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }
    .login__form-item input :-ms-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }
    .login__form-item input ::-ms-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }
    .login__form-item input ::placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }

.login__form-item--password .login__form-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  width: 55px; }

.login__form-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.75vw;
  flex: 0 0 1.75vw;
  width: 1.75vw;
  padding-left: 0.75vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #959491; }
  .login__form-icon img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.login__footer {
  margin-top: 2vw;
  padding-top: 2vw;
  border-top: 1px solid #959491; }

.login__footer-text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 1.1;
  text-align: center;
  color: #959491;
  margin-bottom: 1vw; }

.login__footer-mail {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 1.4;
  text-align: center;
  color: #959491; }

.login__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  width: 55%; }
  .login__media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.home_page ._inner {
  padding-top: 20vh; }

.home__title {
  /* */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: center;
  color: #3E617F; }

.home__text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: center;
  color: #3E617F; }

.home__list {
  margin-top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  width: 49%;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  overflow: hidden;
  margin-bottom: 2%; }

.home__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home__item-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%; }
  .home__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.home__item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  width: 55%;
  background-color: #fff;
  padding: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px; }

.home__item-title {
  /* VALLY */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1.2;
  text-align: right;
  color: #3E617F; }

.home__item-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5vw; }

.home__item-location--icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.7vw;
  flex: 0 0 0.7vw;
  width: 0.7vw;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.home__item-location--text {
  /* Piale Pasa 154, Larnaca 6028 Cyprus */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-16);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.home__item-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-16);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.home__item-status {
  /* סטטוס הפרוייקט: בבנייה */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 14px;
  /* identical to box height, or 100% */
  text-align: right;
  color: #A8B6C1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2vw;
  padding: 0 1vw;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  gap: 5px;
  margin: 0.7vw 0; }
  .home__item-status span {
    color: #3E617F; }

.home__item-info {
  width: 100%; }

.home__item-info--title {
  /* נכסים בבעלות: 2 */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 1;
  text-align: right;
  color: #A8B6C1;
  margin-bottom: 5px; }

.home__item-info--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20%;
  margin-bottom: 5px; }

.home__item-info--item-title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-16);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.home__item-info--item-status {
  margin-right: auto;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-16);
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2vw;
  padding: 0 1vw;
  background: #D5612B;
  border-radius: 100px; }

.help_page,
.template_page,
.finance_page,
.documents_page,
.property_page {
  padding-top: 15vh; }
  .help_page ._inner,
  .template_page ._inner,
  .finance_page ._inner,
  .documents_page ._inner,
  .property_page ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1vw; }

._main-block {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  padding: 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

._main-block--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5vw; }

._main-block__title {
  /* אורקליני (Liv&Co) */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

._main-block__location {
  /* Piale Pasa 154, Larnaca 6028 Cyprus */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.3;
  text-align: right;
  color: #3E617F; }

._main-block__projects {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  ._main-block__projects:hover ._main-block__project-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  ._main-block__projects:hover img {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1); }

._main-block__projects-btn {
  padding: 0 1vw;
  height: 2vw;
  cursor: pointer;
  background: #D5612B;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  ._main-block__projects-btn img {
    width: 0.75vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.75vw;
    flex: 0 0 0.75vw;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

._main-block__projects-btn--text {
  /* דירה 12 קומה 6 בניין 3 */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #FFFFFF; }

._main-block__project-list {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #D5612B;
  border-radius: 0.75vw;
  padding: 1vw;
  z-index: 10;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none; }
  ._main-block__project-list._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

._main-block__project-item a {
  display: block;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #FFFFFF;
  width: 100%;
  height: 100%; }

._main-block__project-item:not(:last-child) {
  margin-bottom: 0.5vw;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #fff; }

._main-block--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5vw; }

._main-block__project-selection {
  position: relative;
  width: 100%; }
  ._main-block__project-selection:hover ._main-block__project-selection--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  ._main-block__project-selection:hover img {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1); }

._main-block__project-selection--btn {
  padding: 0 1vw;
  height: 2vw;
  cursor: pointer;
  background: #D5612B;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5vw;
  width: 100%; }
  ._main-block__project-selection--btn img {
    width: 0.75vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.75vw;
    flex: 0 0 0.75vw;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

._main-block__project-selection--btn-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: bold;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #FFFFFF; }

._main-block__project-selection--list {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #D5612B;
  border-radius: 0.75vw;
  padding: 1vw;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none; }
  ._main-block__project-selection--list._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

._main-block__project-selection--item {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #FFFFFF;
  cursor: pointer; }
  ._main-block__project-selection--item:not(:last-child) {
    margin-bottom: 0.5vw;
    padding-bottom: 0.5vw;
    border-bottom: 1px solid #fff; }

._main-block__project-status {
  width: 100%;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 14px;
  /* identical to box height, or 100% */
  text-align: right;
  color: #A8B6C1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2vw;
  padding: 0 1vw;
  border: 1px solid #A8B6C1;
  border-radius: 100px;
  gap: 5px; }
  ._main-block__project-status span {
    color: #3E617F; }

.property-project {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.property-project__slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  width: 39% !important;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw; }

.property-project__slide {
  height: 100%; }
  .property-project__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.property-project__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 59%;
  flex: 0 0 59%;
  width: 59%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1vw; }

.property-project__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.825%;
  flex: 0 0 31.825%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1vw;
  min-height: 10vw;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw; }

.property-project__item-title {
  /* מחיר הדירה */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.2;
  text-align: right;
  color: #3E617F; }

.property-project__item-text {
  /* €230.890,00 */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-30);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.property-info {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  padding: 1.5vw; }

.property-info__title {
  /* */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #3E617F;
  margin-bottom: 0.5vw; }

.property-info__text {
  /* לורם איפסום הוא טקסט חסר הקשר וחסר משמעות בכוונה - וזאת כדי שעין הקורא לא "תצוד" בזמן הרפרוף עליו, מילה שתסיח את דעתו. לורם איפסום תוכנן בקפידה כך שיחקה במרקם ובקצב שלו טקסט אמיתי בעברית.  אתר lorem-ipsum.co.il מציע לראשונה בישראל טקסט לורם איפסום בעברית לטובת כל מעצבי האתרים, המעצבים הגרפיים, הגרפיקאים, עורכים גרפיים, ובעצם כל אחד שזקוק לדוגמת טקסט סתמית לשיבוץ בסקיצה. */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.3;
  /* or 133% */
  text-align: right;
  color: #3E617F; }
  .property-info__text p {
    margin: 0;
    margin-bottom: 1vw; }

._property-in-process {
  width: 100%; }

.property-progress {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  padding: 1.5vw;
  margin-bottom: 1vw; }

.property-progress__title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.property-progress__text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.3;
  /* or 133% */
  text-align: right;
  color: #3E617F; }

.property-progress__slider {
  position: relative;
  width: 100%;
  padding-top: 45px;
  margin-top: 1vw; }

.property-progress__percent {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 3vw;
  height: 1.75vw;
  border-radius: 0.75vw;
  background: #D5612B;
  top: 0;
  right: 33%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%); }
  .property-progress__percent::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 99%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    /* Бокова сторона */
    border-right: 7px solid transparent;
    /* Бокова сторона */
    border-top: 7px solid #D5612B;
    /* Колір і висота */ }

.property-progress__line {
  /* Rectangle 107 */
  position: relative;
  width: 100%;
  height: 0.5vw;
  background: rgba(213, 97, 43, 0.15);
  border-radius: 100px; }
  .property-progress__line .property-progress__line--after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 33%;
    background: #D5612B;
    border-radius: 100px; }

.property-progress__parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.property-progress__part {
  margin-top: 0.5vw; }

.property-progress__part-subtitle {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 1;
  text-align: right;
  color: #A8B6C1; }

.property-progress__part-title {
  /* שלב ההיערכות והמכרז (קדם בנייה) */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-16);
  line-height: 1;
  text-align: right;
  color: #3E617F;
  margin-bottom: 5px; }

.property-progress__part-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 1;
  text-align: right;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1vw;
  height: 2vw;
  background: #70A870;
  border-radius: 1.5vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .property-progress__part-text._org {
    background: #D5612B; }

.property-milestones {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  padding: 1.5vw; }

.property-milestones__title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #3E617F;
  margin-bottom: 1.5vw; }

.property-milestones__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.property-milestones__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 max-content;
  flex: 1 0 max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .property-milestones__item._active .property-milestones__item-top--icon {
    border: 2px solid #70A870; }
    .property-milestones__item._active .property-milestones__item-top--icon img {
      -webkit-filter: invert(54%) sepia(52%) saturate(291%) hue-rotate(71deg) brightness(102%) contrast(85%);
      filter: invert(54%) sepia(52%) saturate(291%) hue-rotate(71deg) brightness(102%) contrast(85%); }
  .property-milestones__item._active .property-milestones__item-status,
  .property-milestones__item._active .property-milestones__item-top--line {
    background-color: #70A870; }
  .property-milestones__item._active .property-milestones__item-title {
    color: #3E617F; }
  .property-milestones__item._active .property-milestones__item-data {
    display: block; }
  .property-milestones__item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 max-content;
    flex: 0 0 max-content; }
    .property-milestones__item:last-child .property-milestones__item-top--line {
      display: none; }

.property-milestones__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5vw; }

.property-milestones__item--info {
  margin-top: auto;
  margin-bottom: auto; }

.property-milestones__item-top--icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.75vw;
  flex: 0 0 1.75vw;
  width: 1.75vw;
  height: 1.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #A8B6C1; }
  .property-milestones__item-top--icon img {
    width: 50%;
    height: 50%;
    -o-object-fit: contain;
    object-fit: contain; }

.property-milestones__item-top--line {
  width: 100%;
  height: 2px;
  background-color: #A8B6C1; }

.property-milestones__item-title {
  margin-top: auto;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 1.1;
  text-align: right;
  color: #A8B6C1; }

.property-milestones__item-data {
  display: none;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 1.1;
  text-align: right;
  color: #3E617F;
  margin-bottom: auto; }

.property-milestones__item-status {
  /* Rectangle 113 */
  margin-top: 0.5vw;
  padding: 0 1vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 2vw;
  background: #A8B6C1;
  border-radius: 1.5vw;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

._property-in-complete {
  width: 100%; }

.property-infographic {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  margin-bottom: 1vw;
  overflow: hidden; }

.property-infographic__title {
  /* נתוני תפוסות */
  padding: 1.5vw;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #FFFFFF;
  width: 100%;
  background: #3E617F; }

.property-infographic__content {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.finance_page {
  margin-bottom: 3vw; }

.finance-payment-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 2%; }

.finance-payment-summary__slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  width: 39% !important;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw; }

.finance-payment-summary__slide {
  height: 100%; }
  .finance-payment-summary__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.finance-payment-summary__content {
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

.finance-payment-summary__title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #FFFFFF;
  padding: 1vw;
  background-color: #3E617F; }

.finance-payment-summary__table-header {
  padding: 1vw  1vw;
  background: rgba(234, 201, 187, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.finance-payment-summary__table-header-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  width: 24%;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.finance-payment-summary__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1vw  1vw; }
  .finance-payment-summary__table-row:not(:last-child) {
    border-bottom: 1px solid #A8B6C1; }

.finance-payment-summary__table-row--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  width: 24%;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.finance-statistic {
  width: 100%; }

.finance-statistic__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.finance-statistic__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  width: 24%;
  padding: 5%;
  border-radius: 1.5vw;
  background-color: #fff;
  min-height: 8vw;
  border: 1px solid #A8B6C1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.finance-statistic__title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.finance-statistic__text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-30);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.finance-income {
  width: 100%; }

.finance-income__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1vw;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1vw; }

.finance-income__filter-title {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.finance-income__filter--item {
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  height: 3vw;
  padding: 0 1vw;
  position: relative;
  min-width: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .finance-income__filter--item input, .finance-income__filter--item select {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    height: 100%;
    border: unset;
    background-color: transparent; }
  .finance-income__filter--item img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1vw;
    flex: 0 0 1vw;
    width: 1vw;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 0.5vw; }

.finance-income__filter-search {
  min-width: 20vw; }

.finance-income__filter-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1vw; }

.finance-income__content {
  width: 100%;
  border-radius: 1.5vw;
  background-color: #fff;
  border: 1px solid #A8B6C1;
  overflow: hidden; }

.finance-income__content-header {
  background: #3E617F;
  padding: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.finance-income__content-title {
  /* כרטסת הכנסות (16 מסמכים) */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #FFFFFF; }

.finance-income__content-btn {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #3E617F;
  padding: 0 1vw;
  height: 3vw;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 25px; }

.finance-income__table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.7vw 1vw;
  background: rgba(234, 201, 187, 0.5); }

.finance-income__table-header--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  width: 18%;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #3E617F; }
  .finance-income__table-header--item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    width: 22%; }

.finance-income__table-body--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5vw  1vw; }
  .finance-income__table-body--row:not(:last-child) {
    border-bottom: 1px solid #A8B6C1; }

.finance-income__table-body--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5vw; }
  .finance-income__table-body--item img {
    width: 1vw;
    height: 1vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1vw;
    flex: 0 0 1vw;
    -o-object-fit: contain;
    object-fit: contain; }
  .finance-income__table-body--item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    width: 22%; }

.finance-income__table-body--item---text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.finance-income__table-body--item---status .finance-income__table-body--item---text {
  padding: 0px 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 2vw;
  background: #70A870;
  border-radius: 1.5vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff; }

._process .finance-income__table-body--item---status .finance-income__table-body--item---text {
  background: #A8B6C1; }

.finance-income__table-body--item-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.finance-income__table-body--item-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  min-height: 2vw;
  background: #D5612B;
  border-radius: 1.5vw;
  padding: 0 0.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5vw; }
  .finance-income__table-body--item-btn .finance-income__table-body--item---text {
    color: #fff; }

.documents-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1vw;
  width: 100%; }

.documents-filter__item {
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  height: 4vw;
  padding: 0 1vw;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10vw;
  flex: 0 0 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .documents-filter__item input, .documents-filter__item select {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    height: 100%;
    border: unset;
    background-color: transparent;
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-18);
    line-height: 1;
    text-align: right;
    color: #3E617F; }
    .documents-filter__item input ::-webkit-input-placeholder, .documents-filter__item select ::-webkit-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }
    .documents-filter__item input :-ms-input-placeholder, .documents-filter__item select :-ms-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }
    .documents-filter__item input ::-ms-input-placeholder, .documents-filter__item select ::-ms-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }
    .documents-filter__item input ::placeholder, .documents-filter__item select ::placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }
  .documents-filter__item img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1vw;
    flex: 0 0 1vw;
    width: 1vw;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 0.5vw; }

.documents-filter__search {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%; }

.documents-filter__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1vw; }

.documents-sort {
  width: 100%; }

.documents-sort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1%; }

.documents-sort__btn {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15.85%;
  flex: 0 0 15.85%;
  padding-right: 1vw;
  padding-left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3vw;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw; }
  .documents-sort__btn._active {
    background: #D5612B;
    border: 1px solid #D5612B; }
    .documents-sort__btn._active .documents-sort__btn-text {
      color: #D5612B;
      background-color: #fff; }
    .documents-sort__btn._active .documents-sort__btn-name {
      color: #fff; }

.documents-sort__btn-name {
  /* חוזים */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.documents-sort__btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #3E617F;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.5vw;
  flex: 0 0 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background-color: transparent; }

.documents-content {
  width: 100%;
  border-radius: 1.5vw;
  background-color: #fff;
  border: 1px solid #A8B6C1;
  overflow: hidden; }

.documents-content__title {
  background: #3E617F;
  padding: 1vw;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #FFFFFF; }

.documents-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.7vw 1vw;
  background: rgba(234, 201, 187, 0.5); }

.documents-table__header--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #3E617F; }
  .documents-table__header--item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    width: 38%; }

.documents-table__row {
  display: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5vw  1vw; }
  .documents-table__row:not(:last-child) {
    border-bottom: 1px solid #A8B6C1; }
  .documents-table__row._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.documents-table__row-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5vw; }
  .documents-table__row-item img {
    width: 1vw;
    height: 1vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1vw;
    flex: 0 0 1vw;
    -o-object-fit: contain;
    object-fit: contain; }
  .documents-table__row-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    width: 38%; }

.documents-table__row-item--text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.documents-table__row-item--category .documents-table__row-item--text {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 2vw;
  border-radius: 1.5vw;
  width: 120px;
  background: #70A870;
  color: #fff; }

._contracts .documents-table__row-item--category .documents-table__row-item--text {
  background: #F5E4DD;
  border: 1px solid #D5612B;
  color: #D5612B; }

._invoices .documents-table__row-item--category .documents-table__row-item--text {
  background: #F1E7FF;
  border: 1px solid #886CAD;
  color: #886CAD; }

._receipts .documents-table__row-item--category .documents-table__row-item--text {
  color: #6F9071;
  background: #E2FBE6;
  border: 1px solid #6F9071; }

._official-announcements .documents-table__row-item--category .documents-table__row-item--text {
  color: #717DB4;
  background: #DBE9FE;
  border: 1px solid #717DB4; }

.documents-table__row-item--btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.documents-table__row-item-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  min-height: 2vw;
  background: #D5612B;
  border-radius: 1.5vw;
  padding: 0 0.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5vw; }
  .documents-table__row-item-btn .documents-table__row-item--text {
    color: #fff; }

.help__main-info--title {
  /* עזרה ותמיכה */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #3E617F;
  margin-bottom: 5px; }

.help__main-info--text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.3;
  /* or 133% */
  text-align: right;
  color: #3E617F; }

._number {
  direction: ltr !important; }

.faq__list {
  display: block;
  overflow-y: auto; }

.help__faq ._active .faq__hide-content {
  display: block; }

.help__faq ._active .faq__btn-icon {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1); }

.faq__hide-content {
  display: none; }

.faq__item--content {
  padding: 1vw;
  background: #F9F6F0;
  border-radius: 1vw; }

.faq__btn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.faq__btn-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  /* identical to box height, or 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  color: #959491; }

.faq__btn-icon-wrapper {
  width: 0.7vw;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.7vw;
  flex: 0 0 0.7vw;
  position: relative; }

.faq__btn-icon {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.faq__hide-content {
  padding-top: 1vw;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #959491; }

.help__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5vw; }

.help__contact {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  width: 43%;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  padding: 2vw 1.5vw; }

.help__contact-title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.help__contact-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.2;
  text-align: right;
  color: #3E617F; }

.help__contact-form--wrapper {
  margin-top: 1.5vw; }
  .help__contact-form--wrapper input[type="submit"] {
    margin: 0 auto;
    width: 60%;
    height: 3vw;
    border: none;
    background: #D5612B;
    border-radius: 1vw;
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 700;
    font-size: var(--fsz-18);
    line-height: 1;
    text-align: center;
    color: #FEFEFE; }

.help__contact-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.help__contact-form__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 3vw;
  background: #F9F6F0;
  border-radius: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.75vw;
  padding: 0.5vw  1vw;
  margin-bottom: 1vw; }
  .help__contact-form__item select,
  .help__contact-form__item textarea,
  .help__contact-form__item input {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: none;
    resize: none;
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fsz-18);
    line-height: 1;
    text-align: right;
    color: #3E617F; }
    .help__contact-form__item select ::-webkit-input-placeholder,
    .help__contact-form__item textarea ::-webkit-input-placeholder,
    .help__contact-form__item input ::-webkit-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }
    .help__contact-form__item select :-ms-input-placeholder,
    .help__contact-form__item textarea :-ms-input-placeholder,
    .help__contact-form__item input :-ms-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }
    .help__contact-form__item select ::-ms-input-placeholder,
    .help__contact-form__item textarea ::-ms-input-placeholder,
    .help__contact-form__item input ::-ms-input-placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }
    .help__contact-form__item select ::placeholder,
    .help__contact-form__item textarea ::placeholder,
    .help__contact-form__item input ::placeholder {
      font-family: var(--pr-font);
      font-style: normal;
      font-weight: 400;
      font-size: var(--fsz-18);
      line-height: 1;
      text-align: right;
      color: #959491; }

._50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  width: 49%; }

.help__contact-form__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.75vw;
  flex: 0 0 1.75vw;
  width: 1.75vw;
  padding-left: 0.75vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #959491; }
  .help__contact-form__icon img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.help__contact-form__item--message {
  height: 200px; }

.help__faq {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  width: 55%;
  background: #FFFFFF;
  border: 1px solid #A8B6C1;
  border-radius: 1.5vw;
  padding: 2vw 1.5vw; }

.help__faq--title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fsz-24);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.help__faq--text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1.2;
  text-align: right;
  color: #3E617F; }

.faq__list {
  margin-top: 1.5vw; }

.faq__item {
  margin-bottom: 0.7vw; }

section .owl-item,
section .owl-stage,
section .owl-stage-outer {
  height: 100%; }

section .owl-theme .owl-dots {
  position: absolute;
  bottom: 1vw;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

section .owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff; }

section .owl-theme .owl-dots .owl-dot.active span, section .owl-theme .owl-dots .owl-dot:hover span {
  background: #D5612B; }

section .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

section .owl-carousel .owl-nav button.owl-prev,
section .owl-carousel .owl-nav button.owl-next {
  width: 2vw;
  height: 2vw;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  section .owl-carousel .owl-nav button.owl-prev span,
  section .owl-carousel .owl-nav button.owl-next span {
    display: none; }
  section .owl-carousel .owl-nav button.owl-prev::after,
  section .owl-carousel .owl-nav button.owl-next::after {
    content: '';
    width: 40%;
    height: 40%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

section button.owl-next::after {
  background-image: url(../img/arr-icon-l.svg); }

section button.owl-prev::after {
  background-image: url(../img/arr-icon-r.svg); }

.footer ._inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 4vw; }

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2vw; }

.footer__menu-link,
.footer__text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #3E617F; }

.footer__fixed-block {
  z-index: 2;
  padding: 1.5vw 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #3E617F; }
  .footer__fixed-block ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1vw;
    height: auto; }
  .footer__fixed-block._hide {
    display: none !important; }

.footer__fixed-block--text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-18);
  line-height: 1;
  text-align: right;
  color: #FFFFFF; }

.footer__fixed-block--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5vw; }

.footer__fixed-block--btn {
  cursor: pointer;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fsz-14);
  line-height: 1;
  /* identical to box height, or 129% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  padding: 0.7vw 1.5vw;
  background: #D5612B;
  border-radius: 1.5vw; }

.footer__fixed-block--close {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2vw;
  flex: 0 0 2vw;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: auto;
  cursor: pointer; }

@media (max-width: 1700px) {
  :root {
    --pr-font: "Google Sans";
    --fsz-30: 26px;
    --fsz-24: 22px;
    --fsz-18: 16px;
    --fsz-16: 14px;
    --fsz-14: 12px; } }

@media (max-width: 1500px) {
  :root {
    --pr-font: "Google Sans";
    --fsz-30: 22px;
    --fsz-24: 20px;
    --fsz-18: 14px;
    --fsz-16: 12px;
    --fsz-14: 10px; } }

@media (max-width: 1350px) {
  :root {
    --pr-font: "Google Sans";
    --fsz-30: 18px;
    --fsz-24: 16px;
    --fsz-18: 12px;
    --fsz-16: 10px;
    --fsz-14: 10px; } }

@media (max-width: 800px) {
  :root {
    --fsz-30: 30px;
    --fsz-24: 24px;
    --fsz-18: 18px;
    --fsz-16: 16px;
    --fsz-14: 14px; }
  ._inner {
    width: 90%; }
  ._mobile {
    display: block !important; }
  ._desctop {
    display: none !important; }
  .header-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    position: fixed;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(250%) translateY(0%);
    -ms-transform: translateX(250%) translateY(0%);
    transform: translateX(250%) translateY(0%);
    height: 100vh;
    background: #fff;
    width: 100vw;
    padding: 5%;
    padding-top: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header-menu.open-menu {
      -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
      transform: translateX(-50%) translateY(0%); }
  .header__logo {
    width: 15%;
    height: auto; }
    .header__logo img {
      width: 100%;
      height: auto; }
  .login-menu, .login-menu__link {
    margin-right: 10px;
    margin-left: auto; }
  .header ._inner {
    padding-bottom: 10px;
    padding-top: 10px; }
  .login__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    background: #FEFEFE;
    border-radius: 20px;
    padding: 40px 20px;
    margin: auto 0; }
  .login__media {
    display: none; }
  .login__form-item {
    width: 100%;
    height: 60px;
    border-radius: 20px;
    gap: 15px;
    padding: 10px  20px;
    margin-bottom: 10px; }
  .login__form-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    padding-left: 15px;
    border-left: 1px solid #959491; }
  .login__form-wrapper input[type="submit"] {
    width: 100%;
    height: 60px;
    border-radius: 20px; }
  .login__footer {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #959491; }
  .login__form-wrapper {
    margin-top: 30px; }
  .footer__menu-link {
    font-size: 16px; }
  .footer__text {
    font-size: 12px; }
  .footer__menu {
    margin-bottom: 20px;
    gap: 20px; }
  .footer ._inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .login_page ._inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 70px); }
  .login__logo {
    width: 30%;
    margin: 0 auto; }
  .login__text {
    margin-top: 15px; }
  .login__send-mail a, .login__send-mail {
    margin-top: 25px; }
  .footer__fixed-block {
    padding: 20px 0; }
  .footer__fixed-block ._inner {
    height: auto;
    position: relative;
    padding-left: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer__fixed-block--btns {
    gap: 10px; }
  .footer__fixed-block--close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0; }
  .footer__fixed-block--text {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    font-size: 12px;
    margin-bottom: 10px; }
  .footer__fixed-block--btn {
    padding: 10px 15px;
    border-radius: 20px; }
  .header-menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px; }
  .header-menu__text {
    font-size: 24px; }
  .header-menu__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .header-menu__item {
    margin-bottom: 20px; }
  .home__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    border: 1px solid #A8B6C1;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px; }
  .home__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .home__item-content,
  .home__item-media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    /* height: 50vw; */
    /* flex: 0 0 50vw; */ }
  ._main-block__project-status,
  ._main-block__project-selection--btn,
  ._main-block__projects-btn,
  .home__item-info--item-status,
  .home__item-status {
    height: 30px;
    padding: 10px;
    border-radius: 20px; }
  .home__item-status {
    gap: 5px;
    margin: 20px 0; }
  .home__item-location--icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px; }
  .home__item-content {
    padding: 20px 0; }
  .home__item-status,
  .home__item-text,
  .home__item-location,
  .home__item-title {
    margin-left: 15px;
    margin-right: 15px; }
  .home__item-info {
    padding: 15px;
    padding-bottom: 0;
    border-top: 1px solid #A8B6C1; }
  .home_page ._inner {
    padding-top: 150px; }
  .home__list {
    margin-top: 50px; }
  .help_page, .template_page, .finance_page, .documents_page, .property_page {
    padding-top: 150px; }
  ._main-block {
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px; }
  ._main-block--right {
    gap: 10px;
    width: 100%; }
  ._main-block__projects-btn,
  ._main-block__projects {
    width: 100%; }
  ._main-block--left {
    gap: 10px;
    margin-top: 10px;
    width: 100%; }
  ._main-block__project-status {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  ._main-block__project-selection--btn img,
  ._main-block__projects-btn img {
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px; }
  ._main-block__projects:hover ._main-block__project-list {
    display: none; }
  ._main-block__projects:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  ._main-block__projects.open-menu ._main-block__project-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  ._main-block__projects.open-menu img {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1); }
  ._main-block__project-selection:hover ._main-block__project-selection--list {
    display: none; }
  ._main-block__project-selection:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  ._main-block__project-selection.open-menu ._main-block__project-selection--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  ._main-block__project-selection.open-menu img {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1); }
  ._main-block__project-selection--list,
  ._main-block__project-list {
    border-radius: 10px;
    padding: 10px; }
  ._main-block__project-selection--item:not(:last-child),
  ._main-block__project-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .property-project {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .property-project__slider {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100% !important;
    border-radius: 20px; }
  section .owl-carousel .owl-nav button.owl-prev, section .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px; }
  section .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px; }
  .property-project__list {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    gap: 2vw;
    margin-top: 20px; }
  .property-project__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.85%;
    flex: 0 0 48.85%;
    padding: 20px;
    min-height: 25vw;
    border-radius: 20px; }
  .property-project__item-text {
    font-size: 20px; }
  .property-project__item-title {
    font-size: 16px; }
  .property-milestones,
  .property-progress,
  .property-info {
    width: 100%;
    border-radius: 20px;
    padding: 20px; }
  .property-infographic {
    border-radius: 20px; }
  .help_page ._inner, .template_page ._inner, .finance_page ._inner, .documents_page ._inner, .property_page ._inner {
    gap: 20px; }
  .property-infographic__title {
    padding: 20px; }
  .finance-payment-summary {
    width: 100%;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .finance-payment-summary__slider {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100% !important;
    border-radius: 20px; }
  .finance-payment-summary__content {
    border-radius: 20px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; }
  .documents-content {
    border-radius: 20px; }
  .documents-content__title,
  .finance-payment-summary__title {
    padding: 20px; }
  .documents-table__row,
  .documents-table__header,
  .finance-income__table-body--row,
  .finance-income__table-header,
  .finance-payment-summary__table-row,
  .finance-payment-summary__table-header {
    padding: 15px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .documents-table--wrapper,
  .finance-income__table,
  .finance-payment-summary__table {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 10px; }
    .documents-table--wrapper::-webkit-scrollbar,
    .finance-income__table::-webkit-scrollbar,
    .finance-payment-summary__table::-webkit-scrollbar {
      height: 3px; }
    .documents-table--wrapper::-webkit-scrollbar-track,
    .finance-income__table::-webkit-scrollbar-track,
    .finance-payment-summary__table::-webkit-scrollbar-track {
      background-color: rgba(213, 97, 43, 0.3);
      -webkit-box-shadow: inset 0 0 1px rgba(213, 97, 43, 0.3); }
    .documents-table--wrapper::-webkit-scrollbar-thumb,
    .finance-income__table::-webkit-scrollbar-thumb,
    .finance-payment-summary__table::-webkit-scrollbar-thumb {
      background-color: #D5612B;
      outline: 1px solid #D5612B; }
  .documents-table__header--item:first-child,
  .documents-table__row-item:first-child,
  .documents-table__row-item,
  .documents-table__header--item,
  .finance-income__table-header--item:first-child,
  .finance-income__table-body--item:first-child,
  .finance-income__table-body--item,
  .finance-income__table-header--item,
  .finance-payment-summary__table-header-item,
  .finance-payment-summary__table-row--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45vw;
    flex: 0 0 45vw;
    width: 45vw;
    padding-left: 10px; }
  .finance-statistic__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .finance-statistic__item {
    margin-bottom: 4%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    width: 48%;
    padding: 20px;
    border-radius: 20px;
    min-height: 35vw;
    gap: 5px; }
  .finance-statistic__text {
    font-size: 20px; }
  .finance-statistic__title {
    font-size: 16px; }
  .documents-filter,
  .finance-income__filter {
    gap: 10px;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .documents-filter__item,
  .finance-income__filter--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%; }
  .documents-filter__date,
  .documents-filter__search,
  .finance-income__filter-date,
  .finance-income__filter-status,
  .finance-income__filter-search,
  .finance-income__filter-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .documents-sort__btn,
  .documents-filter__item,
  .documents-filter__search,
  .finance-income__filter--item {
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
    min-width: unset; }
  .documents-filter__date,
  .finance-income__filter-date {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: unset; }
  .finance-income__content {
    width: 100%;
    border-radius: 20px; }
  .finance-income__content-header {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px; }
  .finance-income__content-btn {
    padding: 0 20px;
    height: 40px;
    border-radius: 20px; }
  .documents-table__row-item--category .documents-table__row-item--text,
  .finance-income__table-body--item---status .finance-income__table-body--item---text {
    padding: 5px 15px;
    min-height: 30px;
    border-radius: 20px;
    text-align: center; }
  .documents-table__row-item-btn,
  .finance-income__table-body--item-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    min-height: 30px;
    border-radius: 20px;
    padding: 0 5px;
    gap: 5px; }
    .documents-table__row-item-btn .documents-table__row-item--text,
    .documents-table__row-item-btn .finance-income__table-body--item---text,
    .finance-income__table-body--item-btn .documents-table__row-item--text,
    .finance-income__table-body--item-btn .finance-income__table-body--item---text {
      font-size: 16px; }
  .documents-table__row-item img,
  .finance-income__table-body--item img {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px; }
  .finance-income__table-body--item,
  .documents-table__row-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px; }
  .documents-sort__btn-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    height: 35px;
    border-radius: 50%; }
  .documents-sort__btn {
    padding-left: 3px; }
  .documents-sort__list {
    padding: 5px 0;
    width: 70% !important;
    margin-left: auto; }
    .documents-sort__list .owl-stage-outer {
      overflow: visible !important; }
  .documents-filter {
    margin-bottom: 0; }
  .documents-filter__item img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    margin-left: 10px; }
  .help__content {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }
  .help__faq,
  .help__contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    border-radius: 20px;
    padding: 20px; }
  .help__contact-form__item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    height: 60px;
    border-radius: 20px;
    gap: 10px;
    padding: 10px 20px;
    margin-bottom: 15px; }
  .help__contact-form__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    padding-left: 10px;
    height: 100%; }
  .help__contact-form__item--message {
    height: 140px; }
  .help__contact-form--wrapper input[type="submit"] {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    border-radius: 20px; }
  .faq__list,
  .help__contact-form--wrapper {
    margin-top: 20px; }
  .faq__item {
    margin-bottom: 15px; }
  .faq__item--content {
    padding: 20px;
    background: #F9F6F0;
    border-radius: 20px; }
  .faq__btn-icon-wrapper {
    width: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px; }
  .faq__hide-content {
    padding-top: 20px; }
  .property-progress__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px; }
  .property-progress__parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    gap: 70px; }
  .property-progress__part-text {
    padding: 0 10px;
    height: 30px;
    border-radius: 20px; }
  .property-progress__slider {
    position: relative;
    width: 8px;
    padding-top: 0;
    margin-top: 0;
    margin-right: 5%; }
  .property-progress__line {
    position: relative;
    width: 8px;
    height: 100%;
    background: rgba(213, 97, 43, 0.15);
    border-radius: 50px; }
  .property-progress__line .property-progress__line--after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    height: 100%;
    width: 8px;
    background: #D5612B;
    border-radius: 50px; }
  .property-progress__percent::after {
    display: none; }
  .property-progress__percent {
    font-size: 14px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #D5612B;
    top: 0;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .property-milestones__title {
    margin-bottom: 20px; }
  .property-milestones__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .property-milestones__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px; }
  .property-milestones__item-top {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .property-milestones__item-top--icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    height: 35px; }
  .property-milestones__item-top--line {
    width: 2px;
    height: 100%; }
  .property-milestones__item-status {
    margin-top: 5px;
    padding: 5px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 30px;
    border-radius: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-right: auto; }
  .property-milestones__item-data,
  .property-milestones__item-title {
    margin-top: 0; }
  .property-milestones__item--info {
    margin: 0;
    margin-top: 10px; }
  .property-milestones__item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .property-milestones__item:last-child .property-milestones__item-top {
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; } }
