@import url(../libs/swiper/swiper.min.css);
@import url(../libs/fancybox/fancybox.css);
* {
  margin: 0;
  padding: 0;
  /*outline: none;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  min-width: 320px;
  position: relative;
}

article,
aside,
details,
figure,
figfz-x-sm,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: block;
  max-width: 100%;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.hidden,
[hidden],
template {
  display: none;
}
html{
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  background: transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

a:active, a:hover {
  /*outline: 0;*/
}

a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: .5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -1em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border: 0;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*outline: none !important;*/
  background-clip: padding-box;
  background-color: transparent;
}

button,
html input[type='button'] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: .3s all;
  transition: .3s all;
}

textarea::-moz-placeholder {
  color: inherit;
  -moz-transition: .3s all;
  transition: .3s all;
}

textarea:-ms-input-placeholder {
  color: inherit;
  -ms-transition: .3s all;
  transition: .3s all;
}

textarea::-ms-input-placeholder {
  color: inherit;
  -ms-transition: .3s all;
  transition: .3s all;
}

textarea::placeholder {
  color: inherit;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-ms-input-placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

input {
  line-height: normal;
}

input::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: .3s all;
  transition: .3s all;
}

input::-moz-placeholder {
  color: inherit;
  -moz-transition: .3s all;
  transition: .3s all;
}

input:-ms-input-placeholder {
  color: inherit;
  -ms-transition: .3s all;
  transition: .3s all;
}

input::-ms-input-placeholder {
  color: inherit;
  -ms-transition: .3s all;
  transition: .3s all;
}

input::placeholder {
  color: inherit;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

input:focus::-ms-input-placeholder {
  color: transparent !important;
}

input:focus::placeholder {
  color: transparent !important;
}

input[type='reset'], input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

input[type='checkbox'], input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
}

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

td,
th {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "Shitufim";
  src: url("../fonts/shitufim.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poeti AAA";
  src: url("../fonts/poeti_aaa_300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poeti AAA";
  src: url("../fonts/poeti_aaa_400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poeti AAA";
  src: url("../fonts/poeti_aaa_700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}






:root {

  --color-purple_300: #7F007F;
  --color-purple_200: #6F2E90;
  --color-red_400: #c20704;
  --color-red_300: #bf0000;
  --color-red_200: #c72323;
  --color-red_100: #c20704bd;
  --color-orange_200: #f0542a;
  --color-orange_100: #f6882c;
  --color-brown_100: #a36a3b;
  --color-black: #000;
  --color-white: #fff;
  --color-gray_700: #656565;
  --color-gray_600: #707070;
  --color-gray_500: #878787;
  --color-gray_400: #cfcfcf;
  --color-gray_300: #3b3b3b29;
  --color-gray_200: #252526;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes run {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes run {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

body {
  color: #000;
  font-size: 0.937vw;
  font-family: "Poeti AAA", sans-serif;
}

body.fixed {
  overflow: hidden;
}

.container {
  width: 85.42vw;
  margin: 0 auto;
}

.blank-page-container {
  max-width: 40.88542vw;
  margin: 0 auto;
}

.blank-page .breadcrumbs {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .footer__bottom .footer__logo.logos{
    flex: 0 0 49%;
    justify-content: center;

  }
  .footer__bottom .footer__logo.logos img{
    width: 100%;
    max-width: 75%;
  }
  .footer__bottom .footer__logo-white{
    min-width: unset !important;
    max-width: unset !important;
    flex: 0 0 49%;
    height: 16vw;
    justify-content: center;
  }
  .blank-page .breadcrumbs {
    margin-bottom: 5.33333vw;
  }
}

.blank-title {
  font-size: 3.64583vw;
  text-align: center;
  margin-bottom: 0.44286em;
}

@media screen and (max-width: 768px) {
  .blank-title {
    font-size: 10.66667vw;
    margin-bottom: 0.4em;
  }
}

.blank-section {
  padding-bottom: 4.32292vw;
}

@media screen and (max-width: 768px) {
  .blank-section {
    padding-bottom: 20.66667vw;
  }
}

@media (max-width: 1240px) {
  .container, .blank-page-container {
    max-width: none;
    width: 94vw;
  }
}

@media (max-width: 768px) {
  .container, .blank-page-container {
    width: 92.66667vw;
  }
}

.page,
.footer {
  position: relative;
}

.page .container,
.footer .container {
  position: relative;
  z-index: 4;
}

.page:before,
.footer:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent url("../img/bg-pattern.png") left top/140px 140px repeat;
  z-index: -1;
}
.knowledge .footer:before ,
.knowledge .buttons__section:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F6EFF6 !important;
  z-index: -1;
}
main.page {
  padding-top: 6.18vw;
}

.form__select {
  position: relative;
  font-size: 0.95vw;
}

@media screen and (max-width: 768px) {
  .form__select {
    font-size: 4.53333vw;
  }
}

.form__select.opened .form__select-button {
  color: var(--color-red_300);
}

.form__select.opened .form__select-button:before {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

.form__select.opened .form__select-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.form__select-button {
  position: relative;
  z-index: 3;
}

html[dir="ltr"] .form__select-button {
  padding: 0.5vw 1.7vw 0.5vw 1vw;
}

html[dir="rtl"] .form__select-button {
  padding: 0.5vw 1vw 0.5vw 1.7vw;
}

.form__select-button:before {
  content: "\e904";
  font-family: "Shitufim", serif;
  position: absolute;
  z-index: 3;
  font-size: 0.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

html[dir="ltr"] .form__select-button:before {
  right: 1em;
}

html[dir="rtl"] .form__select-button:before {
  left: 1em;
}

@media screen and (max-width: 768px) {
  .form__select-button:before {
    font-size: 2.8vw;
  }
  html[dir="ltr"] .form__select-button:before {
    right: 5.86667vw;
  }
  html[dir="rtl"] .form__select-button:before {
    left: 5.86667vw;
  }
}

@media screen and (max-width: 768px) {
  .form__select-button {
    font-size: 4.53333vw;
  }
}

.form__select-button:hover {
  color: var(--color-red_300);
}

.form__select-dropdown {
  position: absolute;
  list-style: none;
  top: 100%;
  right: 0;
  left: 0;
  padding-bottom: 0.6vw;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-2vw);
  -ms-transform: translateY(-2vw);
  transform: translateY(-2vw);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form__select-dropdown:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2vw;
  right: 0;
  left: 0;
  bottom: 0;
  padding-bottom: 0.6vw;
  background-color: #f9f9f9;
  -webkit-box-shadow: 1vw 1vw 1vw 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1vw 1vw 1vw 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.6vw;
}

.form__select-item {
  cursor: pointer;
  padding: 0.3vw 1vw;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form__select-item.active, .form__select-item:hover {
  background-color: #f1f1f1;
}

.form__checkbox {
  display: inline-block;
  font-size: 0.8333vw;
  position: relative;
  cursor: pointer;
}

.form__checkbox:hover {
  color: var(--color-red_300);
}

.form__checkbox span {
  position: relative;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.form__checkbox span:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.5vw;
  right: -0.5vw;
  bottom: -0.5vw;
  left: -0.5vw;
  border-radius: 2vw;
  background-color: var(--color-red_300);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.form__checkbox input {
  /*visibility: hidden;*/
  position: absolute;
}

.form__checkbox input:checked + span {
  color: var(--color-white);
}

.form__checkbox input:checked + span:before {
  opacity: 1;
}

a,
button,
.button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"] {
  padding: 0.62vw 0;
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  font-weight: 400;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder {
  color: var(--color-white);
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder {
  color: var(--color-white);
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder {
  color: var(--color-white);
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder {
  color: var(--color-white);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder {
  color: var(--color-white);
}

input[type="text"].dark,
input[type="email"].dark,
input[type="tel"].dark,
input[type="password"].dark,
input[type="number"].dark {
  color: var(--color-black);
}

input[type="text"].dark::-webkit-input-placeholder, input[type="email"].dark::-webkit-input-placeholder, input[type="tel"].dark::-webkit-input-placeholder, input[type="password"].dark::-webkit-input-placeholder, input[type="number"].dark::-webkit-input-placeholder {
  color: var(--color-black);
}

input[type="text"].dark::-moz-placeholder, input[type="email"].dark::-moz-placeholder, input[type="tel"].dark::-moz-placeholder, input[type="password"].dark::-moz-placeholder, input[type="number"].dark::-moz-placeholder {
  color: var(--color-black);
}

input[type="text"].dark:-ms-input-placeholder, input[type="email"].dark:-ms-input-placeholder, input[type="tel"].dark:-ms-input-placeholder, input[type="password"].dark:-ms-input-placeholder, input[type="number"].dark:-ms-input-placeholder {
  color: var(--color-black);
}

input[type="text"].dark::-ms-input-placeholder, input[type="email"].dark::-ms-input-placeholder, input[type="tel"].dark::-ms-input-placeholder, input[type="password"].dark::-ms-input-placeholder, input[type="number"].dark::-ms-input-placeholder {
  color: var(--color-black);
}

input[type="text"].dark::placeholder,
input[type="email"].dark::placeholder,
input[type="tel"].dark::placeholder,
input[type="password"].dark::placeholder,
input[type="number"].dark::placeholder {
  color: var(--color-black);
}
.join__form input[type="text"],
.join__form input[type="email"],
.join__form input[type="tel"],
.join__form input[type="password"],
.join__form input[type="number"] {
  padding: 0.62vw 0;
  border-bottom: 1px solid var(--color-gray_500);
  color: var(--color-black);
  font-weight: 400;
}

.join__form input[type="text"]::-webkit-input-placeholder, .join__form input[type="email"]::-webkit-input-placeholder, .join__form input[type="tel"]::-webkit-input-placeholder, .join__form input[type="password"]::-webkit-input-placeholder, .join__form input[type="number"]::-webkit-input-placeholder {
  color: var(--color-gray_500);
}

.join__form input[type="text"]::-moz-placeholder, .join__form input[type="email"]::-moz-placeholder, .join__form input[type="tel"]::-moz-placeholder, .join__form input[type="password"]::-moz-placeholder, .join__form input[type="number"]::-moz-placeholder {
  color: var(--color-gray_500);
}

.join__form input[type="text"]:-ms-input-placeholder, .join__form input[type="email"]:-ms-input-placeholder, .join__form input[type="tel"]:-ms-input-placeholder, .join__form input[type="password"]:-ms-input-placeholder, .join__form input[type="number"]:-ms-input-placeholder {
  color: var(--color-gray_500);
}

.join__form input[type="text"]::-ms-input-placeholder, .join__form input[type="email"]::-ms-input-placeholder, .join__form input[type="tel"]::-ms-input-placeholder, .join__form input[type="password"]::-ms-input-placeholder, .join__form input[type="number"]::-ms-input-placeholder {
  color: var(--color-gray_500);
}

.join__form input[type="text"]::placeholder,
.join__form input[type="email"]::placeholder,
.join__form input[type="tel"]::placeholder,
.join__form input[type="password"]::placeholder,
.join__form input[type="number"]::placeholder {
  color: var(--color-gray_500);
}







.button {
  position: relative;
  z-index: 2;
  height: 2.4vw;
  padding: 0 1em;
  border-radius: 1.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;
  border: 0.11vw solid var(--color-black);
  color: var(--color-black);
}

.button:hover {
  border-color: var(--color-orange_200);
  color: var(--color-orange_200);
}

.button_dark {
  color: var(--color-white);
  background-color: var(--color-black);
}

.button_dark:hover {
  background-color: var(--color-gray_700);
  border-color: var(--color-gray_700);
  color: var(--color-white);
}
.button.gradient-border-button {
  border-radius: 30.5px;
  width: 247px;
  height: 61px;
  flex-shrink: 0;
}
.button.gradient-border-button:hover {
  background: var(--, linear-gradient(90deg, #D35128 -4.92%, #7A2D86 100%));
  color: var(--, #fff);
}
.curved-path {
  position: absolute;
  visibility: hidden;
  top: 0;
}

.curved-text {
  direction: ltr;
  fill: none;
}

.split .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.split__text {
  width: 50%;
  padding: 2.8vw 6.1vw 0;
}

.split__text p,.split__addition p , .split__text li {
  line-height: 1.67;
}

html[dir="ltr"] .split__text p {
  margin: 0 0 1vw 0.25vw;
}

html[dir="rtl"] .split__text p {
  margin: 0 0.25vw 1vw 0;
}

.split__title {
  margin-bottom: 1.33vw;
  font-size: 3.645vw;
  line-height: 1.07;
}

.split__title mark {
  display: inline-block;
  background: -o-linear-gradient(198deg, #c20704 0%, #f0542a 46%, #f6882c 100%);
  background: linear-gradient(252deg, #c20704 0%, #f0542a 46%, #f6882c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.split__addition {
  width: 50%;
}

.split__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.55vw 0 0;
}

html[dir="ltr"] .split__buttons .button {
  margin-right: 1vw;
}

html[dir="rtl"] .split__buttons .button {
  margin-left: 1vw;
}

html[dir="ltr"] .split__buttons .button:last-child {
  margin-right: 0;
}

html[dir="rtl"] .split__buttons .button:last-child {
  margin-left: 0;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs__wrapper > div:not(:first-of-type) {
  display: none;
}

.tabs__button {
  width: 10vw;
  height: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.31);
  font-size: 1.146vw;
}

.tabs__button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.tabs__button.active {
  background-color: #f3f3f3;
}

.column_half {
  width: 50%;
}

.column_quarter {
  width: 25%;
}

.plates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.822vw -1.115vw;
}

.plates_two .plates__item {
  width: 50%;
}

.plates_two .plates__item:nth-child(2n) {
  -webkit-transform: translateY(8.35vw);
  -ms-transform: translateY(8.35vw);
  transform: translateY(8.35vw);
}

.plates_two .plates_two .plates__item {
  width: 50%;
}

.plates_three .plates__item {
  width: 33.33%;
}

.plates_three .plates__item:nth-child(3n-1) {
  -webkit-transform: translateY(-5.5vw);
  -ms-transform: translateY(-5.5vw);
  transform: translateY(-5.5vw);
}

.plates__item {
  padding: 1.822vw 1.115vw;
  width: 100%;
  height: auto;
}

.parallax__item {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.group__title:after {
  content: "\e90b";
  font-family: "Shitufim", sans-serif;
  position: absolute;
  top: 50%;
  font-size: 3.6vw;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  visibility: hidden;
}

html[dir="ltr"] .group__title:after {
  right: 4.93333vw;
}

html[dir="rtl"] .group__title:after {
  left: 4.93333vw;
}

.page-hero {
  padding-top: 5.72917vw;
}

.page-hero .container {
  padding-top: 1.35417vw;
  padding-bottom: 18.22917vw;
}

.page-hero__title {
  margin-bottom: 0.3125vw;
  text-align: center;
  font-size: 7.5vw;
  font-weight: 700;
  line-height: calc(151 / 144);
}

.page-hero__description {
  margin: 0 auto;
  font-size: 1.04167vw;
  line-height: 1.5;
  text-align: center;
  color: var(--color-gray_700);
}

.page-hero__image {
  position: absolute;
  z-index: -1;
}

.page-hero__blur {
  position: absolute;
  z-index: -2;
  background-color: var(--color-orange_200);
  opacity: 0.08;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.page-hero_information .page-hero__blur {
  z-index: 0;
  background-color: var(--color-purple_300);
}
.page-hero__blur_01 {
  width: 35.26042vw;
  height: 31.09375vw;
  top: -6.14583vw;
}

html[dir="ltr"] .page-hero__blur_01 {
  right: -16.71875vw;
}

html[dir="rtl"] .page-hero__blur_01 {
  left: -16.71875vw;
}

html[dir="rtl"] .page-hero_information  .page-hero__ball_01 {
  left: auto;
  top: -1vw;
  right: 2vw;
}
.page-hero__blur_02 {
  width: 26.82292vw;
  height: 28.125vw;
  bottom: -5.72917vw;
}

html[dir="ltr"] .page-hero__blur_02 {
  left: -8.33333vw;
}

html[dir="rtl"] .page-hero__blur_02 {
  right: -8.33333vw;
}

.page-hero__ball {
  position: absolute;
  z-index: -1;
}

.page-hero__ball_01 {
  top: -2.76042vw;
  width: 5.9375vw;
}

html[dir="ltr"] .page-hero__ball_01 {
  right: -0.46875vw;
}

html[dir="rtl"] .page-hero__ball_01 {
  left: -0.46875vw;
}

@media screen and (max-width: 768px) {
  .page-hero__ball_01 {
    width: 15.2vw;
  }
  html[dir="ltr"] .page-hero__ball_01 {
    right: 0;
  }
  html[dir="rtl"] .page-hero__ball_01 {
    left: 0;
  }
}

.page-hero__ball_02 {
  top: 2.76042vw;
  width: 2.29167vw;
}

html[dir="ltr"] .page-hero__ball_02 {
  right: 9.32292vw;
}

html[dir="rtl"] .page-hero__ball_02 {
  left: 9.32292vw;
}

@media screen and (max-width: 768px) {
  .page-hero__ball_02 {
    width: 5.86667vw;
    top: 9.76042vw;
  }
  html[dir="ltr"] .page-hero__ball_02 {
    right: 31.33333vw;
  }
  html[dir="rtl"] .page-hero__ball_02 {
    left: 31.33333vw;
  }
}
.page_wiv .hero.has_video{
  padding-top: 0;
}

.has_video .hero__box .hero__title{
  width: 100%;
  margin: 0 0 1vw;
}
.has_video .hero__box{
  align-items: center;
  max-width: 90%;
    margin: auto;
}
.has_video .hero__box .hero__box_text_wrap {
    width: 58%;
}
.has_video .hero__box .hero__box_video_wrap {
    display: inline-flex;
    width: 42%;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}
.hero__box_video_wrap iframe {
    border-radius: 20px;
    margin-left: 3vw;
    display: block;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    height: 367px;
}
.page_wiv .has_video  .decor__image_02{
  display: none;
}


.swiper-scrollbar {
  width: 29.42708vw;
  margin: 1.14583vw auto 0;
  opacity: 1 !important;
  padding-bottom: 1px;
  position: relative;
}

.swiper-scrollbar:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -1px;
  border-bottom: 1px solid var(--color-gray_400);
}

.swiper-scrollbar-drag {
  border-bottom: 3px solid var(--color-black);
  opacity: 1 !important;
}


.flex-row{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.type{
  font-size: 2vw;
}
@media (max-width: 1240px) {
  .header,
  .page,
  .footer {
    font-size: 1.4vw;
  }
  /*.page {
    padding-top: 11.18vw;
  }*/
  .form__select {
    font-size: 1.65vw;
  }
  .form__select:before {
    top: 44%;
    font-size: 0.8vw;
  }
  html[dir="ltr"] .form__select-button {
    padding: 1vw 2.4vw 1vw 1.5vw;
  }
  html[dir="rtl"] .form__select-button {
    padding: 1vw 1.5vw 1vw 2.4vw;
  }
  .form__select-dropdown:before {
    top: -4vw;
  }
  .form__select-item {
    padding: 0.9vw 1.5vw;
  }
  .form__checkbox {
    font-size: 1.3vw;
  }
  html[dir="ltr"] .split__text {
    padding: 1vw 2vw 0 3vw;
  }
  html[dir="rtl"] .split__text {
    padding: 1vw 3vw 0 2vw;
  }
  html[dir="ltr"] .split__addition {
    padding-left: 2vw;
  }
  html[dir="rtl"] .split__addition {
    padding-right: 2vw;
  }
  html[dir="ltr"] .split__buttons .button {
    margin-right: 2vw;
  }
  html[dir="rtl"] .split__buttons .button {
    margin-left: 2vw;
  }
  .button {
    height: 3.5vw;
    width: 14vw;
    border-radius: 2.5vw;
  }
  .tabs__button {
    width: 16vw;
    height: 4vw;
    font-size: 1.6vw;
  }
  .page-hero__description {
    font-size: 1.4vw;
  }
}
@media (min-width: 1090px) {
  .external-links-grid  {   max-width: 76vw;
  margin: 0 auto;
  }
  }
@media (max-width: 768px) {
  .header,
  .page,
  .footer {
    font-size: 4vw;
  }
  .page {
    padding-top: 15.13333vw;
  }
  .form__select {
    font-size: 4.53333vw;
  }
  .form__select:before {
    top: 44%;
    font-size: 2.8vw;
  }
  .form__select-button {
    padding: 3.6vw 0;
    width: 100%;
  }
  html[dir="ltr"] .form__select-button {
    text-align: left;
  }
  html[dir="rtl"] .form__select-button {
    text-align: right;
  }
  .form__select-dropdown:before {
    top: -4vw;
  }
  .form__select-item {
    padding: 0.9vw 1.5vw;
  }
  .form__checkbox {
    font-size: 2.66667vw;
  }
  .button {
    width: 61.86667vw;
    height: 11.33333vw;
    border-radius: 5.73333vw;
  }
  .split .container {
    display: block;
  }
  .split__text, .split__addition {
    width: 100%;
    padding: 0;
  }
  .split__text {
    padding: 0;
    text-align: center;
  }
  .split__text p {
    line-height: calc(40 / 30);
    margin: 0 0 2.8vw;
  }
  .split__title {
    line-height: calc(73 / 70);
    font-size: 9.33333vw;
    margin-bottom: 5.6vw;
  }
  .split__buttons {
    margin-top: 10.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .split__buttons .button {
    margin: 1.53333vw 0 1.53333vw;
  }
  .tabs__button {
    width: 30.66667vw;
    height: 8.8vw;
    font-size: 3.46667vw;
  }
  .group__title {
    position: relative;
  }
  .group__title:after {
    visibility: visible;
  }
  .group .group__title {
    cursor: pointer;
  }
  .group__title + .group__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  input[type="number"] {
    padding: 2.26667vw 0;
  }
  .page-hero .container {
    padding-top: 22.4vw;
  }
  .page-hero__title {
    font-size: 10.66667vw;
    margin-bottom: 5.46667vw;
  }
  .page-template-page-sites .page-hero__title {
    font-size: 12vw;
    margin-bottom: 5.46667vw;
    margin-top: 25vw;
}
  .page-hero__description {
    font-size: 4vw;
    line-height: calc(40 / 30);
  }
  .page-hero_story .page-hero__description {
    width: auto;
  }
  .page-hero_story .page-hero__image {
    width: 32vw;
    bottom: -14vw;
  }
  html[dir="ltr"] .page-hero_story .page-hero__image {
    left: 5.86667vw;
  }
  html[dir="rtl"] .page-hero_story .page-hero__image {
    right: 5.86667vw;
  }
  .external-links-grid {
    margin-top: 1rem;
}
}

.post-content {
  font-size: 0.9375vw;
  line-height: 1.66667em;
}

@media screen and (max-width: 768px) {
  .post-content {
    font-size: 4.26667vw;
  }
}

.post-content h2,
.post-content h3,
.post-content h4 {
  font-weight: 600;
  margin-bottom: 0.5em;
}

.post-content p,
.post-content li {
  font-size: 1em;
}

.post-content p:not(:last-child),
.post-content li:not(:last-child) {
  margin-bottom: 1em;
}

.post-content ol,
.post-content ul {
  padding-left: 2em;
  margin: 1em 0;
}

.post-content ol:first-child,
.post-content ul:first-child {
  margin-top: 0;
}

.post-content ol:last-child,
.post-content ul:last-child {
  margin-bottom: 0;
}

.post-content ul {
  list-style: disc;
}

.post-content ol {
  list-style: decimal;
}

.post-content a {
  color: var(--color-red_400);
  font-weight: 600;
}

.post-content a:hover {
  text-decoration: underline;
}

.btn-wrapper {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 768px) {
  .btn-wrapper {
    margin-top: 10vw;
    text-align: center;
  }
}

.download-btn {
  color: var(--color-red_400);
  position: relative;
  display: inline-block;
}

html[dir="ltr"] .download-btn {
  padding-left: 1.66667vw;
}

html[dir="rtl"] .download-btn {
  padding-right: 1.66667vw;
}

.download-btn span {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  html[dir="ltr"] .download-btn {
    padding-left: 6.93333vw;
  }
  html[dir="rtl"] .download-btn {
    padding-right: 6.93333vw;
  }
}

.download-btn::before {
  position: absolute;
  content: "";
  width: 0.88542vw;
  height: 1.09375vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.29' height='20.383' viewBox='0 0 16.29 20.383'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_437' data-name='Rectangle 437' width='16.29' height='20.383' transform='translate(0 0)' fill='%23bf0000' stroke='%23bf0000' stroke-width='0.4'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_10420' data-name='Group 10420' transform='translate(0 0)'%3E%3Cg id='Group_8777' data-name='Group 8777' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_23442' data-name='Path 23442' d='M11.712.3A1,1,0,0,0,11,0H1.009A1.011,1.011,0,0,0,0,1.009V19.374a1.011,1.011,0,0,0,1.009,1.01H15.281a1.011,1.011,0,0,0,1.009-1.01V5.291a1,1,0,0,0-.3-.714Zm.052,1.727,2.5,2.5h-2.5ZM1.185,19.2V1.185h9.395V4.7a1.01,1.01,0,0,0,1.009,1.009h3.517V19.2Z' transform='translate(0 0)' fill='%23bf0000' stroke='%23bf0000' stroke-width='0.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

html[dir="ltr"] .download-btn::before {
  left: 0;
}

html[dir="rtl"] .download-btn::before {
  right: 0;
}

@media screen and (max-width: 768px) {
  .download-btn::before {
    width: 3.73333vw;
    height: 4.53333vw;
  }
}

.page-404 {
  position: relative;
  padding-bottom: 7.96875vw;
  min-height: 100vh;
}

.page-404 .img {
  max-width: 39.89583vw;
  margin: 0 auto;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

@media screen and (max-width: 768px) {
  .page-404 .img {
    max-width: 100%;
  }
}

.page-404 .text-404 {
  margin-top: -2.08333vw;
}

.page-404 .text-404 h1 {
  font-weight: 400;
  font-size: 0.9375vw;
  margin-bottom: 1.66667em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-404 .text-404 h1 {
    font-size: 4.4vw;
  }
}

.page-404 .text-404 .button {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-404 .text-404 {
    margin-top: 19.33333vw;
  }
}

.page-404 .ball__item {
  display: inline-block;
  position: absolute;
}

.page-404 .ball__item_1 {
  top: 3.125vw;
  width: 7.8125vw;
}

html[dir="ltr"] .page-404 .ball__item_1 {
  right: 10.72917vw;
}

html[dir="rtl"] .page-404 .ball__item_1 {
  left: 10.72917vw;
}

@media screen and (max-width: 768px) {
  .page-404 .ball__item_1 {
    width: 17.46667vw;
    top: 6.66667vw;
  }
  html[dir="ltr"] .page-404 .ball__item_1 {
    right: 3.73333vw;
  }
  html[dir="rtl"] .page-404 .ball__item_1 {
    left: 3.73333vw;
  }
}

.page-404 .ball__item_2 {
  top: 19.58333vw;
  width: 2.60417vw;
}

html[dir="ltr"] .page-404 .ball__item_2 {
  right: 21.14583vw;
}

html[dir="rtl"] .page-404 .ball__item_2 {
  left: 21.14583vw;
}

@media screen and (max-width: 768px) {
  .page-404 .ball__item_2 {
    width: 6.13333vw;
    top: 28.26667vw;
  }
  html[dir="ltr"] .page-404 .ball__item_2 {
    right: 23.33333vw;
  }
  html[dir="rtl"] .page-404 .ball__item_2 {
    left: 23.33333vw;
  }
}

.page-404 .ball__item_3 {
  bottom: 7.96875vw;
  width: 9.53125vw;
}

html[dir="ltr"] .page-404 .ball__item_3 {
  left: 16.51042vw;
}

html[dir="rtl"] .page-404 .ball__item_3 {
  right: 16.51042vw;
}

@media screen and (max-width: 768px) {
  .page-404 .ball__item_3 {
    width: 20.93333vw;
    top: 93.33333vw;
    bottom: auto;
  }
  html[dir="ltr"] .page-404 .ball__item_3 {
    left: 5.06667vw;
  }
  html[dir="rtl"] .page-404 .ball__item_3 {
    right: 5.06667vw;
  }
}

.page-404 .ball__item_4 {
  width: 1.25vw;
  top: 15.41667vw;
}

html[dir="ltr"] .page-404 .ball__item_4 {
  left: 10.57292vw;
}

html[dir="rtl"] .page-404 .ball__item_4 {
  right: 10.57292vw;
}

@media screen and (max-width: 768px) {
  .page-404 .ball__item_4 {
    width: 3.2vw;
    top: 86.66667vw;
  }
  html[dir="ltr"] .page-404 .ball__item_4 {
    left: 5.06667vw;
  }
  html[dir="rtl"] .page-404 .ball__item_4 {
    right: 5.06667vw;
  }
  li#menu-item-304 > a {
    width: 220px;
    text-align: center;
    margin: auto;
}
li#menu-item-304 ul li{
  text-align: center;
}
#sticky_new_button_exit.not_expended {
  bottom: 2% !important;
  width: 19vw;
}
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
}

.loading-animation {
  text-align: center;
  display: none;
}

.loading-animation svg {
  width: 6.25vw;
  height: 6.25vw;
  opacity: 0.5;
}

.just-search .partners__filters {
  display: block;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 2vw;
  width: 100%;
}


@media screen and (max-width: 768px) {
  .just-search .partners__filters {
    padding: 1vw;
  }
}

@media screen and (max-width: 768px) {
  .just-search .partners__filters .partners__search-button {
    margin-top: 4.5vw;
    -webkit-transform: translateY(5vw);
    -ms-transform: translateY(5vw);
    transform: translateY(5vw);
  }
}

.just-search .partners__filters input {
  display: block;
  color: #000;
  width: 90%;
  margin-right: 1vw;
  font-size: 1rem;
  padding: .9vw 1.66667vw;
  text-align: right;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_2' data-name='Group 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23' height='23.666' viewBox='0 0 23 23.666'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' width='23' height='23.666'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M22.669,21.819l-5.4-5.153a9.957,9.957,0,1,0-1.618,1.417L21.19,23.37a1.07,1.07,0,0,0,1.514-.036,1.072,1.072,0,0,0-.035-1.515M1.928,9.943a8.016,8.016,0,1,1,8.016,8.015A8.024,8.024,0,0,1,1.928,9.943'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 1.25vw;
  background-position: right center;
  background-repeat: no-repeat;
}
html[dir="ltr"] .just-search .partners__filters input {
  padding-right: 1.66667vw;
  text-align: left;
  background-position: left center;
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  .just-search .partners__filters input {
    background-size: 3.2vw;
    padding: 0.78125vw 4.26667vw;
  }
}

.just-search .partners__filters input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.just-search .partners__filters input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.just-search .partners__filters input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.just-search .partners__filters input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.just-search .partners__filters input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

main {
  position: relative;
  overflow: hidden;
}

.sticky-menu {
  position: fixed;
  width: 7.656vw;
  background: #fff;
  top: 22%;
  left: 0;
  z-index: 10;
  padding: 1.76vw 1.396vw 1.76vw 1.068vw;
  border-radius: 0 1.563vw 1.563vw 0;
  -webkit-box-shadow: 0 0.625vw 1.302vw rgba(33, 33, 33, 0.16);
  box-shadow: 0 0.625vw 1.302vw rgba(33, 33, 33, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.375vw;
}

@media (max-width: 768px) {
  .sticky-menu {
    top: unset;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    gap: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 3.333vw 3.333vw 0 0;
    padding: 3.907vw 0 2.867vw;
  }
}

.sticky-menu__item {
  border-bottom: 0.104vw solid var(--color-gray_400);
  padding-bottom: 1.375vw;
}

@media (max-width: 768px) {
  .sticky-menu__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
    position: relative;
  }
}

@media (max-width: 768px) {
  .sticky-menu__item::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.267vw;
    height: 55.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--color-gray_400);
  }
}

@media (max-width: 768px) {
  html[dir="rtl"] .sticky-menu__item:first-of-type::after {
    display: none;
  }
}

.sticky-menu__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  html[dir="ltr"] .sticky-menu__item:last-of-type::after {
    display: none;
  }
}

.sticky-menu__item-img {
  text-align: center;
  margin-bottom: 0.365vw;
}

@media (max-width: 768px) {
  .sticky-menu__item-img {
    margin-bottom: 2.3vw;
  }
}

@media (max-width: 768px) {
  .sticky-menu__item-img img {
    max-width: unset;
    width: auto;
    min-height: 6.933vw;
    max-height: 6.933vw;
  }
}

.sticky-menu__item > a {
  color: #000;
  text-align: right;
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 0.938vw;
}

html[dir="ltr"] .sticky-menu__item > a {
  padding-right: 0.604vw;
}

html[dir="rtl"] .sticky-menu__item > a {
  padding-left: 0.604vw;
}

@media (max-width: 768px) {
  .sticky-menu__item > a {
    text-align: center;
    font-size: 2.933vw;
    color: #4e4e4e;
  }
  html[dir="ltr"] .sticky-menu__item > a {
    padding-right: 0;
  }
  html[dir="rtl"] .sticky-menu__item > a {
    padding-left: 0;
  }
}

.sticky-menu__item > a::after {
  content: "\e902";
  font-family: Shitufim, sans-serif;
  position: absolute;
  font-size: 0.573vw;
  top: 50%;
}

html[dir="ltr"] .sticky-menu__item > a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

html[dir="rtl"] .sticky-menu__item > a::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

html[dir="ltr"] .sticky-menu__item > a::after {
  right: 0;
}

html[dir="rtl"] .sticky-menu__item > a::after {
  left: 0;
}

@media (max-width: 768px) {
  .sticky-menu__item > a::after {
    display: none;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header.opened, .header.fixed {
  background-color: #fff;
}

.header.fixed .container {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .header.fixed .container .nav__wrap {
    top: 17.06667vw;
    height: calc(100vh - 17vw);
  }
}

.header.anim {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.52083vw;
  padding-bottom: 0.52083vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__logo {
  display: block;
  width: 8.79vw;
}

html[dir="ltr"] .header__logo {
  margin: 0 17.95vw 0 -0.61vw;
}

html[dir="rtl"] .header__logo {
  margin: 0 -0.61vw 0 17.95vw;
}

.header__logo img {
  width: 100%;
}

.header__logo2 {
  display: block;
  min-width: 6.771vw;
  max-width: 6.771vw;
}

html[dir="ltr"] .header__logo2 {
  margin: 0 -2.6vw 0 2.708vw;
}

html[dir="rtl"] .header__logo2 {
  margin: 0 2.708vw 0 -2.6vw;
}

.header__logo2 img {
  width: 100%;
}

.header .nav__wrap .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .header .nav__wrap .menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header .nav__wrap .menu > ul > li {
    padding: 4vw 0;
  }
}

html[dir="ltr"] .header .nav__wrap .menu > ul > li:not(:last-child) {
  margin-right: 1.4vw;
}

html[dir="rtl"] .header .nav__wrap .menu > ul > li:not(:last-child) {
  margin-left: 1.4vw;
}

@media screen and (max-width: 768px) {
  .header .nav__wrap .menu > ul > li:not(:last-child) {
    border-bottom: 1px solid var(--color-gray_400);
  }
  html[dir="ltr"] .header .nav__wrap .menu > ul > li:not(:last-child) {
    margin-right: 0;
  }
  html[dir="rtl"] .header .nav__wrap .menu > ul > li:not(:last-child) {
    margin-left: 0;
  }
}

.header .nav__wrap .menu a {
  color: #000;
  padding: 4px 8px;
}
.header .nav__wrap .menu ul a {
  padding: 12px 8px;
}
.header .nav__wrap .menu a:hover {
  color: var(--color-red_300);
}

.header__nav {
  font-size: 0.95vw;
  letter-spacing: 0.023vw;
}

@media screen and (max-width: 768px) {
  .header__nav {
    width: 92.66667vw;
  }
  .header__nav a {
    font-size: 4.53333vw;
    font-weight: 700;
  }
}

.header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .header__nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header__nav > ul > li {
    padding: 4vw 0;
  }
}

html[dir="ltr"] .header__nav > ul > li:not(:last-child) {
  margin-right: 1.4vw;
}

html[dir="rtl"] .header__nav > ul > li:not(:last-child) {
  margin-left: 1.4vw;
}

@media screen and (max-width: 768px) {
  .header__nav > ul > li:not(:last-child) {
    border-bottom: 1px solid var(--color-gray_400);
  }
  html[dir="ltr"] .header__nav > ul > li:not(:last-child) {
    margin-right: 0;
  }
  html[dir="rtl"] .header__nav > ul > li:not(:last-child) {
    margin-left: 0;
  }
}

.header__nav a {
  color: #000;
  display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header__nav a:hover {
  color: var(--color-red_300);
}

.header__search-button {
  width: 2vw;
  height: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

html[dir="ltr"] .header__search-button {
  margin-left: auto;
}

html[dir="rtl"] .header__search-button {
  margin-right: 3vw !important;
}

@media screen and (max-width: 768px) {
  .header__search-button {
    display: none;
  }
}

.header__search-button:before {
  content: "\e908";
  font-family: "Shitufim", serif;
  font-size: 1.25vw;
}

.header__search-button:hover {
  color: var(--color-red_300);
}

html[dir="ltr"] .header__language {
  margin-left: 0.65vw;
  margin-right: -0.35vw;
}

html[dir="rtl"] .header__language {
  margin-right: 0.65vw;
  margin-left: -0.35vw;
}

.header__language .form__select-item a {
  color: #000;
}

.header__language .form__select-item.disabled {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__language {
    width: 92.66667vw;
    margin: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 9.33333vw;
  }
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a:after {
  display: inline-block;
  content: "\e904";
  font-family: "Shitufim", sans-serif;
  font-size: 0.5vw;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

html[dir="ltr"] .menu-item-has-children > a:after {
  padding-left: 5px;
}

html[dir="rtl"] .menu-item-has-children > a:after {
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .menu-item-has-children >  a:after {
    font-size: 2.93333vw;
  }
}

.menu-item-has-children > a {
  position: relative;
  z-index: 3;
}
/*

@media screen and (max-width: 768px) {
  .menu-item-has-children >  a:after {
    position: absolute;
    top: 4.5vw;
    font-size: 2.93333vw;
  }
  html[dir="ltr"] .menu-item-has-children > a:after {
    right: 5.86667vw;
  }
  html[dir="rtl"] .menu-item-has-children > a:after {
    left: 5.86667vw;
  }
}
.menu-item-has-children:after {
  display: inline-block;
  content: "\e904";
  font-family: "Shitufim", sans-serif;
  font-size: 0.5vw;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

html[dir="ltr"] .menu-item-has-children:after {
  margin-left: 0.25vw;
}

html[dir="rtl"] .menu-item-has-children:after {
  margin-right: 0.25vw;
}

@media screen and (max-width: 768px) {
  .menu-item-has-children:after {
    position: absolute;
    top: 4.5vw;
    font-size: 2.93333vw;
  }
  html[dir="ltr"] .menu-item-has-children:after {
    right: 5.86667vw;
  }
  html[dir="rtl"] .menu-item-has-children:after {
    left: 5.86667vw;
  }
}

.menu-item-has-children > a {
  position: relative;
  z-index: 3;
}
*/
.menu-item-has-children ul {
  max-width: 400px;
  min-width: 235px;
  /* white-space: nowrap; */
  position: absolute;
  top: 100%;
  right: -1vw;
  left: -1vw;
  padding: 1.6vw 0 .5vw;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.2vw);
  -ms-transform: translateY(-0.2vw);
  transform: translateY(-0.2vw);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .menu-item-has-children ul {
    top:99px;
  }
}
@media screen and (max-width: 768px) {
  .menu-item-has-children ul {
    max-height: 0;
    position: static;
    padding: 0;
    width: 100%;
  }
  .menu-item-has-children ul::before {
    display: none;
  }
}

.menu-item-has-children ul:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1vw;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 1vw 1vw 1vw 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1vw 1vw 1vw 0 rgba(0, 0, 0, 0.1);
}

.menu-item-has-children ul li {
  margin: 0;
  min-width: 163px;
}
.header .nav__wrap .menu li#menu-item-304 > a {
  background: purple;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  padding: 2px 12px !important;
  z-index: 3;
}
li#menu-item-304 > a,li#menu-item-304 > a:after{
  color: var(--color-white);
}

@media screen and (max-width: 768px) {
  .menu-item-has-children ul li:first-of-type {
    padding-top: 2em;
  }
  .menu-item-has-children ul li:not(:last-of-type) {
    margin-bottom: 2em;
  }
}

.menu-item-has-children ul a {
  display: block;
  padding: 0.5vw 1vw;
  /* overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; */
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .menu-item-has-children ul a {
    padding-left: 0;
    padding-right: 0;
  }
}

.menu-item-has-children ul a:hover {
  background-color: #f1f1f1;
  color: #000;
}

.menu-item-has-children:hover:after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .menu-item-has-children:hover ul {
    max-height: 66.66667vw;
  }
}

.menu-item-has-children:hover > a {
  color: var(--color-red_300);
}

.nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1240px) {
  .logos .header__logo {
    width: 12vw;
  }
  html[dir="ltr"] .logos .header__logo {
    margin: 0 3vw 0 0;
  }
  html[dir="rtl"] .logos .header__logo {
    margin: 0 0 0 3vw;
  }
  .logos .header__logo2 {
    width: 12vw;
  }
  html[dir="ltr"] .logos .header__logo2 {
    margin: 0 0 0 3vw;
  }
  html[dir="rtl"] .logos .header__logo2 {
    margin: 0 3vw 0 0;
  }
  .header__logo {
    width: 15vw;
  }
  html[dir="ltr"] .header__logo {
    margin: 0 6vw 0 0;
  }
  html[dir="rtl"] .header__logo {
    margin: 0 0 0 6vw;
  }
  .header__logo2 {
    width: 15vw;
  }
  html[dir="ltr"] .header__logo2 {
    margin: 0 0 0 3vw;
  }
  html[dir="rtl"] .header__logo2 {
    margin: 0 0 0 3vw;
  }
  .header__nav {
    font-size: 1.65vw;
  }
  .header__search-button {
    width: 4vw;
    height: 4vw;
  }
  .header__search-button:before {
    font-size: 2vw;
  }
  .nav__inner:after {
    font-size: 0.8vw;
  }
  .nav__inner ul:before {
    top: -3vw;
  }
  .nav__inner ul a {
    padding: 0.9vw 1.5vw;
  }
}

@media (max-width: 768px) {
  .logos .header__logo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    width: 30.4vw;
    height: 17.06667vw;
  }
  html[dir="ltr"] .logos .header__logo {
    margin-right: auto;
  }
  html[dir="rtl"] .logos .header__logo {
    margin-right: auto;
  }
  .logos .header__logo2 {
    display: none;
  }
  .header .container {
    padding-top: 3.06667vw;
    padding-bottom: 0;
  }
  html[dir="ltr"] .header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header__logo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
    width: 30.4vw;
    height: 17.06667vw;
  }
  html[dir="ltr"] .header__logo {
    margin-right: auto;
  }
  html[dir="rtl"] .header__logo {
    margin-right: auto;
  }
}

.burger-btn {
  position: relative;
  width: 7.2vw;
  height: 3.73333vw;
  z-index: 10;
  display: none;
}

@media screen and (max-width: 768px) {
  .burger-btn {
    display: inline-block;
  }
}

.burger-btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0.4vw;
  background-color: #000;
  border-radius: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

html[dir="ltr"] .burger-btn span {
  right: 0;
}

html[dir="rtl"] .burger-btn span {
  left: 0;
}

.burger-btn span:nth-of-type(1) {
  top: 0;
}

.burger-btn span:nth-of-type(2) {
  top: 50%;
}

.burger-btn span:nth-of-type(3) {
  top: 100%;
}

.burger-btn.isActive span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.burger-btn.isActive span:nth-of-type(2) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.burger-btn.isActive span:nth-of-type(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .nav__wrap {
    position: absolute;
    padding-top: 13.33333vw;
    width: 100vw;
    height: calc(100vh - 20vw);
    display: block;
    top: 20.53333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
  }
  html[dir="ltr"] .nav__wrap {
    left: 0;
  }
  html[dir="rtl"] .nav__wrap {
    right: 0;
  }
  .nav__wrap.opened {
    opacity: 1;
    visibility: visible;
  }
}

.search__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.57292vw 0;
  margin-bottom: 1.04167vw;
}

@media screen and (max-width: 768px) {
  .search__header {
    display: none;
  }
}

.search__header .header__logo {
  margin-left: 3.33333vw;
}

.search__block {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--color-white) url("../img/bg-pattern.png") left top repeat;
}

@media screen and (max-width: 768px) {
  .search__block {
    background: #fff;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    display: block !important;
  }
}

.search__block .container {
  display: block;
  overflow: auto;
  height: 100vh;
  padding-bottom: 8vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}

.search__block .container::-webkit-scrollbar {
  width: 0;
}

@media screen and (max-width: 768px) {
  .search__block .container {
    overflow: unset;
    height: auto;
    padding: 0;
  }
}

.search__field {
  position: relative;
  padding: 0.78125vw 0;
  margin-bottom: 4.47917vw;
}

@media screen and (max-width: 768px) {
  .search__field {
    padding: 0 0 3.6vw 0;
    margin-bottom: 3.6vw;
  }
}

.search__field::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  background-color: var(--color-gray_400);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .search__field::before {
    width: 100%;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.search__form {
  width: 100%;
}

.search__form input {
  width: 100%;
  text-align: center;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 768px) {
  .search__form input {
    font-size: 4.53333vw;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: 5.33333vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38.389' height='39.501' viewBox='0 0 38.389 39.501'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' width='38.389' height='39.501' stroke='%23fff' stroke-width='0.5'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_1' data-name='Group 1' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M37.836,36.418l-9.02-8.6a16.619,16.619,0,1,0-2.7,2.366l9.253,8.824a1.787,1.787,0,0,0,2.526-.061,1.79,1.79,0,0,0-.059-2.528M3.218,16.6A13.379,13.379,0,1,1,16.6,29.974,13.394,13.394,0,0,1,3.218,16.6' stroke='%23fff' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  html[dir="ltr"] .search__form input {
    text-align: left;
    padding-left: 8vw;
    background-position: left center;
  }
  html[dir="rtl"] .search__form input {
    text-align: right;
    padding-right: 8vw;
    background-position: right center;
  }
}

.search__close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .search__close {
    display: none;
  }
}

.search__close:before {
  content: "\e90c";
  width: 2vw;
  height: 2vw;
  font-family: "Shitufim";
  font-size: 1.09375vw;
}

.search__result {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3.64583vw;
}
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.64583vw;
}

.external-card{
  background-color: var(--color-orange_000);
  
  height: 100%;
  min-height: 333px;
border-radius: 10px;
  padding: 2vw;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.external-card:after{
  content: "";
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 72%);
  z-index: 0;
}
.external-card:hover:after{
  background: rgb(0,0,0,0.6 );
}
.external-card img{
  margin: auto;
  text-align: center;
  
}
.external-card .image{
  position: absolute;
  z-index: 0;
  position: absolute;
    padding: 1rem;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.external-card .text-info h3{
  font-size: 1.54vw;
  line-height: 1.2;
  color: var(--color-white);
  margin-bottom:1vw;
  z-index: 1;
}
.external-card .text-info p{
  margin-bottom: 0.41667vw;
  font-size: 1vw;
  line-height: calc(42 / 35);
  color: var(--color-white);
}
.external-card .button{
  margin-top: auto;
  display: inline-block;
  font-size: 1.26vw;
  background: rgb(211,81,40);
  background: -o-linear-gradient(198deg, #c20704 0%, #f0542a 46%, #f6882c 100%);
  background: linear-gradient(252deg, #c20704 0%, #f0542a 46%, #f6882c 100%);
  border-radius: 20px;
  color: var(--color-white);
  padding: 0.7vw 1.5vw 0.8vw 1.5vw;
  border-color: transparent;
  height: auto;
 }
.external-card  .arrow-left::before {
  margin-right: 1vw;
  width: 1.5625vw;
  height: 0.9375vw;
  content: "\e903";
  color: var(--color-white);
  font-family: "Shitufim", serif;
}
.external-card .main-info.text-info{
  margin-top: auto;
  z-index: 1;
}
.external-card .hidden-desc{height: 0;display: none;}

.external-card:hover .hidden-desc{
  display: block;
  height: 10vw;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .external-card{
    padding: 4vw;
  }
  .external-card .text-info h3{
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  .external-card .text-info p, .external-card .button{
    font-size: 4vw;
    
  }
  .external-card .button{
    text-align: center;
    padding:  3vw 5vw;
    width: 45vw;

  }
  .search__result , .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 9.33333vw;
  }
}

.result__item {
  font-size: 1.04167vw;
  padding-top: 1.35417vw;
  line-height: 1.5;
  border-top: 1px solid var(--color-gray_400);
}

@media screen and (max-width: 768px) {
  .result__item {
    display: none;
    font-size: 3.6vw;
  }
  .result__item:first-of-type {
    border-top: 0;
  }
}

.result__item .arrow-left {
  display: inline-block;
  margin-top: 1.5625vw;
  color: var(--color-black);
}

.result__item .arrow-left:hover {
  color: var(--color-red_400);
}

.result__item .arrow-left::before {
  width: 1.5625vw;
  height: 0.9375vw;
  content: "\e903";
  font-family: "Shitufim", serif;
}

.result__title {
  margin-bottom: 0.7em;
  font-weight: 700;
}

.result__title a {
  color: var(--color-black);
}

.result__title a:hover {
  color: var(--color-red_400);
}

.hero .container {
  position: relative;
  padding-top: 2.2vw;
  padding-bottom: 8vw;
}

.hero__title {
  /*margin-bottom: 2vw;
  font-size: 6.05vw;*/
  margin-bottom: 1vw;
  font-size: 5.95vw;
  line-height: 0.9;
}

html[lang="ar"] .hero .container {
    padding-top: 4vw;
    padding-bottom: 0;
}
html[lang="ar"] .hero__description {
  margin-bottom: 2vw;
  }
html[lang="ar"] .hero__title {
    margin-bottom: 1vw;
    font-size: 5vw;
    line-height: 1.2 !important;
}

.hero__title mark {
  display: inline-block;
  background: -o-linear-gradient(198deg, #c20704 0%, #f0542a 46%, #f6882c 100%);
  background: linear-gradient(252deg, #c20704 0%, #f0542a 46%, #f6882c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__description {
  color: var(--color-gray_700);
  letter-spacing: -0.007vw;
  margin-bottom: 2.8vw;
  font-size: 1.16vw;
  line-height: 1.36;
  width: 30vw;
}
html[lang="ar"] .hero__description{
  width: 37vw;
}

html[dir="ltr"] .hero__description {
  margin-left: 0.2vw;
  margin-bottom: 1.6vw;
  width: 51vw;
}

html[dir="rtl"] .hero__description {
  margin-right: 0.2vw;
  margin-bottom: 1.6vw;
}
html[lang="ar"] .home main.page {
  padding-top: 1.18vw;
}
.hero__case-caption {
  font-weight: 700;
  letter-spacing: 0.03vw;
  margin-bottom: 1.2vw;
  font-size: 1.5vw;
}

.hero__case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  row-gap: 2vw;
}
[lang="ru-RU"] .hero__case-list {
  row-gap: 2vw;
}
.hero__case-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-gray_700);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 0.52083vw;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0.4vw 0.8vw 0 rgba(110, 110, 110, 0.16);
  box-shadow: 0 0.4vw 0.8vw 0 rgba(110, 110, 110, 0.16);
  flex-basis: 25%; 
  box-sizing: border-box; 
}

html[dir="ltr"] .hero__case-link {
  margin-right: 1.8vw;
  padding: 1.69vw 2.65vw 1.95vw 1.5vw;
}

html[dir="rtl"] .hero__case-link {
  margin-left: 1.8vw;
  padding: 1.69vw 1.5vw 1.95vw 2.65vw;
}

.hero__case-link:first-of-type {
  flex-basis: 100%; 
}
.hero__case-link:after {
  content: "\e902";
  font-family: "Shitufim", sans-serif;
  position: absolute;
  font-size: 0.7vw;
  top: 50%;
  margin-top: -0.7em;
}

html[dir="ltr"] .hero__case-link:after {
  right: 1.5vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html[dir="rtl"] .hero__case-link:after {
  left: 1.5vw;
}

.hero__case-link:hover {
  color: var(--color-red_300);
}

.hero__case-ico {
  width: 2.87vw;
  height: 2.87vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero__case-title {
  font-size: 1.24vw;
}

html[dir="ltr"] .hero__case-title {
  margin-left: 2.2vw;
  margin-right: 1.2vw;
}
html[dir="rtl"] .hero__case-link-h .hero__case-title {
  margin-right: 2.2vw;
}
.hero__case-link-h{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 33%;
  align-items: center;
  align-content: center;
}
html[dir="rtl"] .hero__case-link-h:first-of-type{
flex-basis: 100%;
}
html[dir="ltr"] .hero__case-link-h:last-of-type{
flex-basis: 100%;
order: -3;
}
.hero__case-link-h .hero__case-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: var(--color-gray_700);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 0.52083vw;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0.4vw 0.8vw 0 rgba(110, 110, 110, 0.16);
  box-shadow: 0 0.4vw 0.8vw 0 rgba(110, 110, 110, 0.16);
}
html[dir="rtl"] .hero__case-link-h:first-of-type .hero__case-title,  html[dir="ltr"] .hero__case-link-h:last-of-type .hero__case-title{
  background: rgb(194,7,4);
  background: linear-gradient(124deg, rgba(194,7,4,1) 0%, rgba(240,84,42,1) 46%, rgba(246,136,44,1) 100%);
  color: var(--color-white);
}
html[dir="ltr"] .hero__case-link-h .hero__case-title{
  margin-right: 1.8rem;
  padding: 1vw 1vw 1vw 5vw;
}


html[dir="rtl"] .hero__case-link-h .hero__case-title {
  margin-left: 0;
  padding: 1vw 5vw 1vw 1vw;
}

.hero__case-link-h .hero__case-title:hover {
  color: var(--color-red_300);
}
.hero__case-link-h:first-of-type .hero__case-title:hover {
  background: var(--color-white);
}
.hero__case-link-h .hero__case-icon-wrap {
  background-color: var(--color-white);
  border: 2px solid var(--color-black);
  border-radius: 50%;
  display: flex;
  position: absolute;
  top: -4px;
  right: -5px;
  left: 0;
  bottom: 0;
  width: 5.87vw;
  height: 5.87vw;
  z-index: 3;
}
.hero__case-link-h .hero__case-icon {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  padding: .6vw;
  width: 4.87vw;
  height: 4.87vw;
  -o-object-fit: contain;
  object-fit: contain;
  background: rgb(194,7,4);
  background: linear-gradient(124deg, rgba(194,7,4,1) 0%, rgba(240,84,42,1) 46%, rgba(246,136,44,1) 100%);
  border: 2px solid var(--color-black);
  border-radius: 50%;
  margin: auto;
}

.hero__case-link-h .hero__case-title {
  font-size: 1.4vw;
  max-width: 314px;
  min-width: 230px;
  min-height: 57px;
}

html[dir="ltr"] .hero__case-link-h .hero__case-title {
  margin-left: 1.2vw;
  margin-right: 0;
}

.hero__image {
  position: absolute;
  z-index: -1;
  top: -1.3vw;
  width: 34.5vw;
}

html[dir="ltr"] .hero__image {
  right: 0;
  top: 3vw;
  width: 30vw;
}

html[dir="rtl"] .hero__image {
  left: 10.6%;
  top: 2vw;
}

.hero__arrow {
  position: absolute;
  bottom: 10.3vw;
  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;
}

html[dir="ltr"] .hero__arrow {
  right: -3.78vw;
}

html[dir="rtl"] .hero__arrow {
  left: -3.78vw;
}

.hero__arrow .curved-text {
  width: 7.3vw;
  font-size: 0.67rem;
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.2vw;
}

html[dir="ltr"] .hero__arrow .curved-text {
  right: 50%;
  margin-right: -3.65vw;
}

html[dir="rtl"] .hero__arrow .curved-text {
  left: 50%;
  margin-left: -3.65vw;
}
/*
.hero__arrow:after {
  content: "";
  display: block;
  width: 3.5vw;
  height: 12vw;
  background: url("../img/arrow-down.svg") center/contain no-repeat;
}
*/
.hero__blur {
  position: absolute;
  z-index: -2;
  background-color: var(--color-orange_200);
  opacity: 0.08;
  border-radius: 50%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.hero__blur_01 {
  width: 44.323vw;
  height: 47.24vw;
  left: 19vw;
  top: 12.82vw;
}

.hero__blur_02 {
  width: 19.89vw;
  height: 20.83vw;
  right: 1.25vw;
  top: -5.9vw;
}
@media (min-width: 1390px) {
  .hero__case-link-h .hero__case-title {
    font-size: 1.4vw;
    max-width: 360px;
    min-width: 330px;
    min-height: 68px;
  }
  .hero__case-link-h .hero__case-icon-wrap {
    top: -8px;
  }
}
@media (min-width: 1240px) {
  .hero__case-list {
    max-width: 89vw;
    row-gap: 2.5vw;
  }
  .menu-item-has-children ul{
    top: 10px;
  }
  
  .hero__case-link-h .hero__case-title {
    font-size: 1.4vw;
    max-width: 352px;
    min-width: 324px;
    min-height: 68px;
  }
html[lang="ar"] .hero__arrow {
  position: absolute;
  bottom: 1.3vw;
}
html[dir="ltr"] .hero__image {
  right: 0;
  top: 1vw;
  width: 27vw;
}
html[dir="ltr"] .hero__title {
  margin-bottom: 1vw;
  font-size: 5vw;
}
}
@media (max-width: 1239px) {
  .hero__description {
    font-size: 1.66vw;
    width: 40vw;
  }
  html[lang="ar"] .hero__description {
    width: 53vw;
}
html[lang="ar"] .hero__case-link-h .hero__case-title {
  margin-left: .4rem;
}
  .hero__case-caption {
    font-size: 2.5vw;
  }
  .hero__case-link {
    padding: 1.69vw 1.5vw 1.65vw 3.65vw;
  }
  .hero__case-link:after {
    font-size: 1.3vw;
  }
  .hero__case-title {
    font-size: 1.65vw;
  }
  .hero__case-ico {
    width: 4vw;
    height: 4vw;
  }
  html[dir="ltr"] .hero__arrow {
    right: 1.2vw;
  }
  html[dir="rtl"] .hero__arrow {
    left: -3vw;
  }
  .hero__case-link-h .hero__case-title {
    max-width: 257px;
  }
}
@media (max-width: 990px) {
  .hero__case-link-h .hero__case-title {
      max-width: 234px;
  }
}
@media (max-width: 768px) {
  section#parallax__wrap_01 .container {
    display: flex;
    flex-direction: column;
}
  .hero {
    position: relative;
  }
  .hero .container {
    padding-top: 4.26667vw;
    padding-bottom: 19.33333vw;
  }
  .hero__title {
    line-height: 1;
    font-size: 12vw;
    text-align: center;
    margin-bottom: 3.6vw;
  }
  .hero__description {
    font-size: 3.2vw;
    line-height: 1.33;
    margin: 0 2rem !important;
    text-align: center;
    width: auto !important;
  }
  .hero__image {
    position: static;
    width: 89.06667vw;
    display: block;
    margin: -3.86667vw auto 3.2vw;
  }
  .hero__case-caption {
    margin-bottom: 3.6vw;
    text-align: center;
    font-size: 4vw;
  }
  .hero__case-list {
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 3.33333vw;
    align-items: stretch;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }
  .hero__case-link {
    min-width: 20.66667vw;
    width:20%;
    margin: 0 0.86667vw;
    flex-direction: column;
    padding: 2.13333vw 2.93333vw 1.6vw;
    border-radius: 2vw;
  }
  .hero__case-link:after {
    font-size: 2.13333vw;
    left: 3.33333vw;
    bottom: 2.66667vw;
    top: auto;
  }
  .hero__case-link-h .hero__case-icon-wrap{
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 58px;
    height: 58px;
    top: 0;
    right: 0;
  }
  .hero__case-link-h .hero__case-icon{
    height: 50px;
    width: 50px;
    display: flex;
  }
  .hero__case-link-h .hero__case-icon img{
    height: 30px;
    width: 30px;
    margin: auto;
  }
  .hero__case-ico {
    width: 100%;
    height: 12.53333vw;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .hero__case-link-h .hero__case-title {
    margin: 2.66667vw 0 0;
    font-size: 4vw;
    max-width: 180px;
    min-width: 80px;
    flex-wrap: wrap;
    padding: 12vw 1vw 4vw !important;
    margin: 0 !important;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    align-items: baseline;
    margin-top: -36px !important;
  }
  html[lang="ru-RU"] .hero__case-link-h .hero__case-title {
    font-size: 3vw;
  }
  html[lang="ru-RU"] main.page {
    padding-top: 1.18vw;
}
  html[lang="ru-RU"] .hero .container {
  padding-top: 2.26667vw;
}
  .hero__arrow {
    display: none;
  }
  .hero::after { 
    content: "";
    position: absolute;
    right: -25.33333vw;
    opacity: 0.09;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    top: -33.33333vw;
    width: 50.66667vw;
    height: 53.33333vw;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #c20704), color-stop(46%, #f0542a), to(#f6882c));
    background: -o-linear-gradient(left, #c20704 0, #f0542a 46%, #f6882c 100%);
    background: linear-gradient(to right, #c20704 0, #f0542a 46%, #f6882c 100%);
  }
  .hero:before {
    content: "";
    position: absolute;
    opacity: 0.12;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    left: -65.33333vw;
    bottom: -73.33333vw;
    width: 103.2vw;
    height: 166.93333vw;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #c20704), color-stop(46%, #f0542a), to(#f6882c));
    background: -o-linear-gradient(left, #c20704 0, #f0542a 46%, #f6882c 100%);
    background: linear-gradient(to right, #c20704 0, #f0542a 46%, #f6882c 100%);
  }
  .hero__case-link-h{
    display: block;
    flex-direction: column;
    align-items: center;
  }
  .order-1{
    order: 1;
  }
  .order-2{
    order: 2;
    margin-top: 6vw;
  }
  .order-3{
    order: 3;
  } 
  li#menu-item-304:hover:before{
    top: -3px;
    right: -10px;
    padding: 0.2vw 1vw;
  }
}

.explain .container {
  padding-top: 6.5vw;
  padding-bottom: 9.75vw;
}

.explain__card {
  width: 48vw;
  margin: 0 auto;
  padding: 3.2vw 6vw 2.6vw;
  border-radius: 1.33333vw;
  -webkit-box-shadow: 6.13333vw 5.33333vw 4vw 0 rgba(0, 0, 0, 0.08);
  box-shadow: 6.13333vw 5.33333vw 4vw 0 rgba(0, 0, 0, 0.08);
  background-color: #f3f3f3;
  text-align: center;
}

.explain__title {
  margin-bottom: 1.2vw;
  font-size: 3.7vw;
  letter-spacing: -0.025vw;
}

.explain__description {
  margin: 0 2.5vw 1.4vw;
  line-height: 1.83;
}

.explain__more {
  color: var(--color-red_300);
  position: relative;
  display: inline-block;
}

.explain__more:after {
  content: "\e902";
  font-family: "Shitufim", sans-serif;
  font-size: 0.65vw;
  position: absolute;
  top: 0.10417vw;
}

html[dir="ltr"] .explain__more:after {
  left: 100%;
  margin-left: 0.6vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html[dir="rtl"] .explain__more:after {
  right: 100%;
  margin-right: 0.6vw;
}

@media (max-width: 1240px) {
  .explain__card {
    width: 64vw;
  }
}

@media (max-width: 768px) {
  .explain .container {
    padding-top: 12vw;
    padding-bottom: 20vw;
  }
  .explain__card {
    width: 83.46667vw;
    border-radius: 1.33333vw;
    padding: 16.93333vw 8vw 14.26667vw;
  }
  .explain__title {
    font-size: 9.33333vw;
    line-height: 1.043;
    margin-bottom: 6vw;
  }
  .explain__description {
    font-size: 4vw;
    line-height: calc(40 / 30);
    margin: 0 0 8.4vw;
  }
  .explain__more {
    font-size: 4.13333vw;
  }
  .explain__more:after {
    font-size: 2.66667vw;
  }
  html[dir="ltr"] .explain__more:after {
    margin-left: 2.4vw;
  }
  html[dir="rtl"] .explain__more:after {
    margin-right: 2.4vw;
  }
}

.running-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  padding-top: 2.4vw;
  padding-bottom: 2.3vw;
  border-top: 1px solid var(--color-gray_400);
  border-bottom: 1px solid var(--color-gray_400);
}

.running-line__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0;
  will-change: transform;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-animation: run 20s 0s infinite linear;
  animation: run 20s 0s infinite linear;
  display: inline-block;
}

.hero__arrow textPath.stop,
.indication__circle textPath.stop,
.running-line.stop,
.running-line__text.stop{
  -webkit-animation: run -1s 0s infinite linear;
  animation: run -1s 0s infinite linear;
}

.running-line__text span {
  font-size: 3vw;
}

.running-line__text span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.3vw;
  width: 0.3vw;
  height: 0.3vw;
  background-color: var(--color-black);
  border-radius: 50%;
}

@media (max-width: 768px) {
  .running-line {
    padding-top: 6vw;
    padding-bottom: 5.33333vw;
  }
  .running-line__text span {
    font-size: 8.13333vw;
  }
}

.indication .container {
  padding-top: 11vw;
  padding-bottom: 11.3vw;
}

.indication__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 215%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.indication__circle .curved-text {
  width: 100%;
  font-size: 0.168rem;
  letter-spacing: 0.0066rem;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

.indication__mark {
  position: relative;
  margin-right: 3.1vw;
  width: 32.3vw;
  height: 32.3vw;
  border-radius: 50%;
  background: #edeceb url("../img/exclamation.svg") center/26% 71% no-repeat;
}

.indication__mark:after {
  content: "";
  width: 130%;
  height: 90%;
  position: absolute;
  left: 10%;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  top: 25%;
  background: -o-radial-gradient(#000 0%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(#000 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.3;
}

@media (max-width: 768px) {
  .indication .container {
    padding-top: 17.06667vw;
    padding-bottom: 9.2vw;
  }
  .indication__mark {
    width: 72vw;
    height: 72vw;
    margin: 22.93333vw auto 16vw;
  }
}

.partners .container {
  padding-bottom: 4vw;
}

.partners__header {
  position: relative;
  z-index: 2;
  color: var(--color-white);
  text-align: center;
  padding: 6.55vw 20vw 14vw;
}

.partners__header:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10vw;
  bottom: 0;
  left: -10vw;
  background: transparent -o-linear-gradient(198deg, #c20704 0%, #f0542a 46%, #f6882c 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(252deg, #c20704 0%, #f0542a 46%, #f6882c 100%) 0% 0% no-repeat padding-box;
  opacity: 0.65;
}

.partners__title {
  font-size: 3vw;
  letter-spacing: 0.06vw;
  line-height: 1.05;
  margin-bottom: 1.2vw;
  padding: 0 7vw;
}
.partners__description, .search__description {
  font-size: 1.2vw;
  line-height: 1.4;
}
.search__description {
  text-align: center;
  max-width: 30vw;
  line-height: 1.4;
  margin: 2vw auto ;
}
.partners__search {
  position: relative;
  margin-top: -11vw;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 0.625vw 1.302vw rgba(33, 33, 33, 0.16);
  box-shadow: 0 0.625vw 1.302vw rgba(33, 33, 33, 0.16);
  padding: 2vw 6vw;
  border-radius: 10px;
  z-index: 3;
}
.search__title{
  text-align: center;
}
.partners__search-button {
  width: 13.85vw;
  height: 3.2vw;
  margin: 2.5vw auto 2vw;
  font-size: 1.354vw;
}
#partnerSimplySearch {
  width: 10vw;
  font-size: 1vw;
  height: 3.2vw;
  border-radius: 10px 0 0 10px;
}
.partners__search-button:after {
  content: "\e908";
  font-family: "Shitufim", sans-serif;
  margin-right: 0.6vw;
}
html[dir="ltr"] .partners__search-button{border-radius:  0 10px 10px 0;}
html[dir="ltr"] .partners__search-button:after {
  margin-left: 0.6vw;
}
.tab__search-field{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  background: var(--color-white);
  -webkit-box-shadow: 0 0.625vw 1.302vw rgba(33, 33, 33, 0.16);
  box-shadow: 0 0.625vw 1.302vw rgba(33, 33, 33, 0.16);
  border-radius: 10px;
}
.tab__search-field .on-top{
  position: relative;
  background-color: var(--color-white);
  padding-right: 10px;
  width: 8vw;
  height: 3.2vw;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0 0.625vw 1.302vw rgba(33, 33, 33, 0.16);
  box-shadow: 0 0.625vw 1.302vw rgba(33, 33, 33, 0.16);
  border-radius: 40px 10px 10px 40px;
  z-index: 1;
}
html[dir="ltr"]  .tab__search-field .on-top{border-radius: 10px 40px 40px 10px;
 padding-right: 0;
 padding-left: 10px;
}
.partners__group {
  margin: 0;
  padding: 2vw !important;
  border-radius: 10px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0.625vw 1.302vw rgba(33, 33, 33, 0.16);
  box-shadow: 0 0.625vw 1.302vw rgba(33, 33, 33, 0.16);
}

.partners__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  gap: 2vw;
}
.partners__filters .form__checkbox span{display: inline-flex;}
.partners__filters .partners__filters-cell .form__checkbox input[type="checkbox"] {
  -webkit-appearance:none;
  cursor:pointer;
  position:relative;
  -webkit-transition: .10s;
  position: absolute;
  top: 0px;
  right: 0;
  height: 18px;
  width: 18px;
  background-color: var(--color-white);
  border: 2px solid var(--color-black);
  border-radius: 2px;
  }
  .partners__filters .partners__filters-cell .form__checkbox input[type="checkbox"]:checked {
    background-color: var(--color-red_300);
    border-color: var(--color-red_300);
  }
  .partners__filters .partners__filters-cell .form__checkbox input[type="checkbox"]:before,.partners__filters .partners__filters-cell .form__checkbox  input[type="checkbox"]:checked:before {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  line-height:1em;
  text-align:center;
  color:white;
  }
  .partners__filters .partners__filters-cell .form__checkbox input[type="checkbox"]:checked:before {
  content: '✔';
  }
  html[dir="ltr"]  .partners__filters .partners__filters-cell .form__checkbox input[type="checkbox"] ,  .partners__filters .partners__filters-cell .form__checkbox input[type="checkbox"]:before,.partners__filters .partners__filters-cell .form__checkbox  input[type="checkbox"]:checked:before {
    left:0;
    right: auto;
  }
.partners__filters-cell {
  position: relative;
  padding: 0.5vw 0;
  flex: 0 0 46%;
}
.partners__filters .partners__group{
  flex: 0 0 48%;
}
.partners__filters .form__checkbox span:before{
  display: none;
}
.form__checkbox input:checked + span{
  color: var(--color-red_300);
}
@media screen and (min-width: 768px) {
  .search__title{
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .tab__search-field{
    height: 12vw;
  }
  .partners__filters-cell {
    text-align: center;
  }
  .partners__filters-cell:last-of-type {
    padding-bottom: 5vw;
  }
  .tab__search-field .on-top{
    font-size: 0.9rem;
    width: 43vw;
    height: 100%;
  }
  .just-search .partners__filters input{background-image: none;}
  #partnerSimplySearch {
    width: 14vw; 
    font-size: 2vw;
    color: transparent;
    height: 100%;
    display: inline-block;
    background-color: var(--color-black);
    background-image: url(../img/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    fill:var(--color-white)
  }
  .search__title{
    display: none;
  }
  .search__description {
    max-width: 90vw;
    font-size: 3vw;
    display: none;
  }
  .partners__search,.just-search .partners__filters {
    padding: 0;
  }
  .partners__group {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    
  }
}
html[dir="ltr"] .partners__filters .partners__filters-cell .form__checkbox input[type="checkbox"] {    
  text-align: left;
  padding-left: 2rem;
  padding-left: 0;
}


html[dir="ltr"] .partners__group:first-of-type {
  padding-left: 0;
  border: none;
}

html[dir="rtl"] .partners__group:first-of-type {
  padding-right: 0;
}

@media (max-width: 768px) {
  html[dir="ltr"] .partners__group:first-of-type {
    border-bottom: 1px solid rgba(207, 207, 207, 0.4);
  }
}

html[dir="ltr"] .partners__group:last-of-type {
  padding-right: 0;
}

html[dir="rtl"] .partners__group:last-of-type {
  padding-left: 0;
  border: none;
}

.partners__group-title {
  margin: 0 0 1.1vw 0;
  font-weight: 700;
  font-size: 1.5625vw;
  cursor: default;
}


@media screen and (max-width: 768px) {
  .partners__group-content {
    padding: 0 4vw;
  }
}

.partners__group_first {
  /*width: 50%;*/
  width: 42%;
}

.search__wrapper .partners__group-content {
  display: grid !important;
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);

}
@media screen and (min-width: 1024px) {
  .about_partners-items .swiper-slide{
    width: 5.46875vw !important;
    height: 5.46875vw !important;
    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;
    margin: 0 3.64583vw;
  }
  .partners__group_third,
  .partners__group_second,
  .partners__group_first{
    width: 46%!important;
  }

}
@media screen and (max-width: 768px) {
  
  .partners .form__checkbox span{
    font-size: 4vw !important;
  }

  .partners__filters-cell {
    padding: 0.5vw 0 2vw 0 !important;
  }
  .partners .form__checkbox span{
    padding: 0.5vw !important;
  }
}

.partners__group_second {
  width: 28.4%;
}

.partners__group_third {
  width: 21.6%;
}

.partners__group .form__checkbox {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: right;
  padding-right: 2rem;
  font-size: 1.12rem;
}
html[dir="ltr"]  .partners__group .form__checkbox{
  text-align: left;
  padding-left: 2rem;
}
.partners-result {
  overflow: visible;
}

.partners-result .swiper-slide-duplicate {
  display: none;
}

@media screen and (max-width: 768px) {
  .partners-result .swiper-slide-duplicate {
    display: block;
  }
}

html[dir="ltr"] .partners-result .swiper-slide:nth-of-type(2n + 1) {
  border-right: 1px solid var(--color-gray_400);
}

html[dir="rtl"] .partners-result .swiper-slide:nth-of-type(2n + 1) {
  border-left: 1px solid var(--color-gray_400);
}

html[dir="ltr"] .partners-result .swiper-slide:nth-of-type(2n + 1) .partners-result__item:before {
  right: 0;
}

html[dir="rtl"] .partners-result .swiper-slide:nth-of-type(2n + 1) .partners-result__item:before {
  left: 0;
}

html[dir="ltr"] .partners-result .swiper-slide:nth-of-type(2n) .partners-result__item:before {
  right: -10vw;
}

html[dir="rtl"] .partners-result .swiper-slide:nth-of-type(2n) .partners-result__item:before {
  left: -10vw;
}

.partners-result__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.partners-result__item {
  height: 100%;
  padding: 3.15vw 3.281vw 2.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.partners-result__item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  bottom: 0;
  border-top: 1px solid var(--color-gray_400);
  border-bottom: 1px solid var(--color-gray_400);
}

html[dir="ltr"] .partners-result__item:before {
  left: -10vw;
}

html[dir="rtl"] .partners-result__item:before {
  right: -10vw;
}

.partners-result__logo {
  width: 10vw;
}

.partners-result__info {
  width: calc(100% - 10vw);
}

html[dir="ltr"] .partners-result__info {
  padding-left: 2.15vw;
}

html[dir="rtl"] .partners-result__info {
  padding-right: 2.15vw;
}

.partners-result__title {
  font-size: 1.3vw;
  line-height: 1.2;
  margin-bottom: 0.7vw;
}

.partners-result__description {
  line-height: 1.666;
  margin-bottom: 0.65vw;
}

.partners-result__contacts {
  list-style: none;
  line-height: 1.666;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1vw;
  grid-column-gap: 1vw;

}

html[dir="ltr"] .partners-result__contacts {
  margin-right: 6vw;
}

html[dir="rtl"] .partners-result__contacts {
  margin-left: 6vw;
}

.partners-result__contacts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.3vw 0;
}

.partners-result__contacts li:before {
  margin-left: 0.4vw;
  line-height: 0;
  font-family: "Shitufim", sans-serif;
}

html[dir="ltr"] .partners-result__contacts li:before {
  margin-right: 0.599vw;
}

.partners-result__contacts a {
  color: #000;
}

.partners-result__contacts a:hover {
  color: var(--color-red_300);
}

.partners-result__location:before {
  content: "\e907";
  font-size: 1.1vw;
}

.partners-result__email:before {
  content: "\e905";
  font-size: 0.85vw;
}

.partners-result__tel:before {
  content: "\e909";
  font-size: 1.55vw;
}

.partners-result__url:before {
  content: "\e90a";
  font-size: 1.06vw;
}

.partners-result .swiper-slide {
  height: auto;
}

@media screen and (min-width: 769px) {
  .partners-result .swiper-slide {
    width: 50% !important;
  }
}

html[dir="ltr"] .partners-result .swiper-slide:nth-child(2n + 1) .partners-result__item {
  padding-left: 1vw;
}

html[dir="rtl"] .partners-result .swiper-slide:nth-child(2n + 1) .partners-result__item {
  padding-right: 1vw;
}

html[dir="ltr"] .partners-result .swiper-slide:nth-child(2n + 1) .partners-result__info {
  padding-left: 0.55vw;
}

html[dir="rtl"] .partners-result .swiper-slide:nth-child(2n + 1) .partners-result__info {
  padding-right: 0.55vw;
}

.partners-result .swiper-slide:nth-child(2n) .partners-result__item {
  padding-left: 1vw;
}

.partners__more {
  text-decoration: underline;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

html[dir="ltr"] .partners__more {
  padding-right: 1vw;
}

html[dir="rtl"] .partners__more {
  padding-left: 1vw;
}

.partners__more:hover {
  color: var(--color-red_300);
}

.partners__more:after {
  content: "\e904";
  font-family: "Shitufim", sans-serif;
  font-size: 0.4vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

html[dir="ltr"] .partners__more:after {
  right: 0;
}

html[dir="rtl"] .partners__more:after {
  left: 0;
}

.partners__more-wrap {
  margin: 1.85vw 0;
  text-align: center;
}
.partners-result__part span,
.partners-result__lang span{
  margin-right: 0.3vw;
}
html[dir="ltr"] .partners-result__part span,
html[dir="ltr"] .partners-result__lang span{
  margin-left: 0.3vw;
}
.partners-result__contacts .partners-result__tel a{
  color: #bf0000;
  font-weight: 600;
}
.partners-result__contacts .partners-result__tel:before{
  color: #bf0000 !important;
}
.sliding-menu-title mark{
  color: #bf0000;
  background-color: transparent;

}
@media (max-width: 1240px) {
  html[dir="ltr"] .partners-result__part span,
  html[dir="ltr"] .partners-result__lang span{
    margin-left: 1vw;
  }

  .partners-result__part span,
  .partners-result__lang span{
    margin-right: 1vw;
  }
  .partners__header {
    padding: 6.55vw 15vw 14.35vw;
  }
 
  html[dir="ltr"] .partners__search-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .partners__search-button {
    width: 16vw;
    height: 4vw;
    font-size: 1.54vw;
  }
  html[dir="ltr"] .partners-result__item:nth-child(2n + 1) .partners-result__info {
    padding-left: 2vw;
  }
  html[dir="rtl"] .partners-result__item:nth-child(2n + 1) .partners-result__info {
    padding-right: 2vw;
  }
  .partners-result__title {
    font-size: 1.6vw;
  }
}

@media (max-width: 768px) {
  .partners .container {
    padding-top: 0;
  }
  .partners__header {
    padding: 17.46667vw 0 34.13333vw;
  }
  .partners__title {
    padding: 0;
    margin-bottom: 4.4vw;
    line-height: 1.125;
    font-size: 10.66667vw;
  }
  .partners__description {
    line-height: calc(40 / 30);
    margin: 0 3.33333vw;
  }
  .partners__search {
    margin-top: -21.86667vw;
  }
  .partners__search-button {
    width: 40.66667vw;
    height: 11.33333vw;
    margin: -1.6vw auto -5.6vw;
    font-size: 4vw;
  }
  .partners__search-button:after {
    margin-right: 4.26667vw;
  }
  .partners__tabs-content {
    padding: 0;
    margin: 0 0.93333vw 17.46667vw;
    border-radius: 2.66667vw;
  }
  .partners__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partners__group {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid var(--color-gray_400);
  }
  .partners__group:last-of-type {
    border-bottom: none;
  }
  .partners__group-title {
    font-size: 4.13333vw;
    margin: 0;
    width: 100%;
    text-align: start;
    padding: 5.73333vw 4vw 5.73333vw;
  }
  .partners-result {
    margin-left: -3.66667vw;
  }
  .partners-result .swiper-slide {
    width: auto;
    padding-left: 5.33333vw;
  }
  .partners-result__wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .partners-result__item {
    width: 73.33333vw;
    background-color: var(--color-white);
    border-radius: 1.33333vw;
    padding: 5.6vw 4vw 10.13333vw 10.66667vw;
    -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;
  }
  html[dir="ltr"] .partners-result__item:nth-child(2n + 1) {
    padding-left: 4vw !important;
  }
  html[dir="rtl"] .partners-result__item:nth-child(2n + 1) {
    padding-right: 4vw;
  }
  .partners-result__item:nth-child(2n + 1) .partners-result__info {
    padding-right: 0;
  }
  .partners-result__item:nth-child(2n) {
    padding-left: 10.66667vw;
    border: none;
  }
  .partners-result__item:before {
    display: none;
  }
  .partners-result__logo {
    width: 22.4vw;
    margin-bottom: 2.93333vw;
  }
  .partners-result__info {
    padding-right: 0;
    width: 100%;
  }
  .partners-result__title {
    margin-bottom: 2.66667vw;
    line-height: calc(40 / 34);
    font-size: 4.53333vw;
  }
  .partners-result__description {
    margin-bottom: 6.26667vw;
    font-size: 3.46667vw;
    line-height: calc(34 / 26);
  }
  .partners-result__contacts {
    font-size: 3.06667vw;
    line-height: calc(32 / 23);
    grid-column-gap: 2.66667vw;
  }
  html[dir="ltr"] .partners-result__contacts {
    margin-right: -3.6vw;
  }
  html[dir="rtl"] .partners-result__contacts {
    margin-left: -3.6vw;
  }
  .partners-result__contacts li {
    margin: 0.8vw 0;
  }
  .partners-result__contacts li:before {
    margin-left: 2.26667vw;
  }
  .partners-result__location:before {
    font-size: 3.06667vw;
  }
  .partners-result__email:before {
    font-size: 2.4vw;
  }
  .partners-result__tel:before {
    font-size: 4.8vw;
  }
  .partners-result__url:before {
    font-size: 2.93333vw;
  }
  .partners__more {
    font-size: 4.13333vw;
    font-weight: 700;
  }
  html[dir="ltr"] .partners__more {
    padding-right: 3.33333vw;
  }
  html[dir="rtl"] .partners__more {
    padding-left: 3.33333vw;
  }
  .partners__more:after {
    font-size: 1.86667vw;
    font-weight: 400;
  }
  html[dir="ltr"] .partners__more:after {
    right: -1.73333vw;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  html[dir="rtl"] .partners__more:after {
    left: -1.73333vw;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  .partners__more-wrap {
    margin: 7.73333vw 0;
  }
}

@media (min-width: 768px) {
  .partners-result__wrap {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

.community .container {
  padding-top: 3.95vw;
  padding-bottom: 8vw;
}

html[dir="ltr"] .community .split__text {
  padding-right: 4vw;
}

html[dir="rtl"] .community .split__text {
  padding-left: 4vw;
}

.community .split__addition {
  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;
}

.community .split__addition img {
  -webkit-transform: translate(-1.1vw, 0.9vw);
  -ms-transform: translate(-1.1vw, 0.9vw);
  transform: translate(-1.1vw, 0.9vw);
}

@media (max-width: 768px) {
  .community .container {
    padding-top: 9.46667vw;
  }
  .community .split__title {
    margin-bottom: 8.13333vw;
  }
  html[dir="ltr"] .community .split__text {
    padding-right: 0;
  }
  html[dir="rtl"] .community .split__text {
    padding-left: 0;
  }
  .community .split__text p {
    margin-bottom: 4.93333vw;
  }
  .community .split__buttons {
    margin-top: 6.26667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .community .split__addition {
    padding-bottom: 10.8vw;
  }
  .community .split__addition img {
    width: 95.06667vw;
    height: 61.73333vw;
    -webkit-transform: translate(5.33333vw, 6.4vw);
    -ms-transform: translate(5.33333vw, 6.4vw);
    transform: translate(5.33333vw, 6.4vw);
  }
}

.updates .container {
  padding-top: 6.6vw;
  padding-bottom: 17.2vw;
}

.updates__card {
  position: relative;
  padding: 2.3vw 2.2vw;
  z-index: 2;
  height: 25.3vw;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 1vw 1vw 1vw 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1vw 1vw 1vw 0 rgba(0, 0, 0, 0.1);
}

.updates__card p {
  margin-bottom: 1.75vw;
  line-height: 1.389;
}

.updates__card::after {
  /*
  content: "\e903";
  font-family: "Shitufim", sans-serif;
  position: absolute;
  @include ltr() {
  right: 2.4vw;
  transform: rotate(180deg);
}
@include rtl() {
left: 2.4vw;
}
bottom: 3.1vw;
transition: all 0.3s;
*/
}

.updates__card-arrow {
  font-family: "Shitufim", sans-serif;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.updates__card-arrow::after {
  content: "\e903";
  font-family: "Shitufim", sans-serif;
  position: absolute;
  bottom: 3.1vw;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

html[dir="ltr"] .updates__card-arrow::after {
  right: 2.4vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html[dir="rtl"] .updates__card-arrow::after {
  left: 2.4vw;
}

.updates__card:hover {
  color: var(--color-white);
}

.updates__card:hover .updates__title a {
  color: #fff;
}

.updates__card:hover a {
  color: #fff;
}

.updates__card:hover .updates__card-arrow::after {
  bottom: 2.1vw;
}

html[dir="ltr"] .updates__card:hover .updates__card-arrow::after {
  right: 1.4vw;
}

html[dir="rtl"] .updates__card:hover .updates__card-arrow::after {
  left: 1.4vw;
}

.updates__card:hover:after {
  left: 1.4vw;
  bottom: 2.1vw;
}

.updates__card:hover .updates__image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.updates__card:hover .updates__link {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.updates__image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.updates__image:before, .updates__image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.updates__image:before {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.updates__image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#c20704), color-stop(46%, #f0542a), to(#f6882c)) 0% 0% no-repeat padding-box;
  background: -o-linear-gradient(top, #c20704 0%, #f0542a 46%, #f6882c 100%) 0% 0% no-repeat padding-box;
  background: linear-gradient(180deg, #c20704 0%, #f0542a 46%, #f6882c 100%) 0% 0% no-repeat padding-box;
  opacity: 0.5;
  z-index: 3;
}

.updates__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.updates__title {
  font-size: 1.823vw;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.34vw;
}

.updates__title a {
  color: #000;
}

.updates__link {
  display: inline-block;
  position: relative;
  color: var(--color-white);
  text-decoration: underline;
  opacity: 0;
  -webkit-transform: translateY(0.2vw);
  -ms-transform: translateY(0.2vw);
  transform: translateY(0.2vw);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

html[dir="ltr"] .updates__link {
  margin-left: 1.3vw;
}

html[dir="rtl"] .updates__link {
  margin-right: 1.3vw;
}

.updates__link:hover {
  text-decoration: none;
}

.updates__link:before {
  content: "\e906";
  position: absolute;
  font-size: 1.05vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Shitufim", sans-serif;
}

html[dir="ltr"] .updates__link:before {
  left: -1.3vw;
}

html[dir="rtl"] .updates__link:before {
  right: -1.3vw;
}

.updates .split__addition {
  padding: 0 2.55vw 0 0.7vw;
}

.updates .split__text {
  padding-top: 8.6vw;
  padding-right: 6.45vw;
}

.updates .split__text p {
  margin-left: 7vw;
}

.updates .updates_swiper {
  overflow: visible;
}

@media (max-width: 1240px) {
  .updates__card p {
    margin-bottom: 1.5vw;
    font-size: 1.3vw;
  }
}

@media (max-width: 768px) {
  .updates__title a {
    color: #fff;
  }
  .updates__card {
    height: 100%;
    padding: 6vw 4.13333vw;
  }
  .updates__card .updates__image {
    opacity: 1;
  }
  .updates__card .updates__title {
    color: #fff;
    font-size: 7.33333vw;
    line-height: 1.3;
    margin-bottom: 1.33333vw;
  }
  .updates__card p {
    font-size: 3.86667vw;
    margin-bottom: 6vw;
    color: #fff;
  }
  .updates__card .updates__link {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    color: #fff;
  }
  html[dir="ltr"] .updates__card .updates__link {
    margin-left: 5vw;
  }
  html[dir="rtl"] .updates__card .updates__link {
    margin-right: 5vw;
  }
  .updates__card .updates__link:before {
    font-size: 3vw;
  }
  html[dir="ltr"] .updates__card .updates__link:before {
    left: -5vw;
  }
  html[dir="rtl"] .updates__card .updates__link:before {
    right: -5vw;
  }
  .updates__card:after {
    color: #fff;
    left: 7.2vw;
    bottom: 8.26667vw;
  }
  .updates__card-arrow {
    color: #fff;
  }
  .updates .split__text {
    padding: 0 0 13.33333vw;
  }
  .updates .split__text p {
    margin: 0 2.66667vw 1.06667vw;
  }
  .updates .split__buttons {
    margin-top: 0;
  }
  .updates .split__addition {
    padding: 5.73333vw 0 0;
  }
  .updates .split__text {
    padding: 0 5.33333vw;
    padding-bottom: 15.06667vw;
  }
  .updates .split__text p {
    margin-left: 0;
  }
  .updates .container {
    padding-top: 18.93333vw;
    width: 100%;
  }
  .updates .updates_swiper {
    overflow: hidden;
    padding: 4vw;
    margin-bottom: 0;
  }
  .updates .updates_swiper .plates {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
  }
  .updates .updates_swiper .plates .plates__item {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 74.93333vw;
    height: 90vw;
    padding: 0;
    padding-left: 5.33333vw;
  }
}

.button-wrapper {
  width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.button-wrapper button {
  margin: 0 auto;
}

.breadcrumbs {
  padding-top: 0.41667vw;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
}

.breadcrumbs li {
  position: relative;
  font-size: 0.78125vw;
}

.breadcrumbs li::after {
  content: "/";
  margin: 0 0.26042vw;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #000;
}

.breadcrumbs a:hover {
  color: var(--color-red_300);
}

@media (max-width: 1240px) {
  .breadcrumbs li {
    font-size: 1.4vw;
  }
}

@media (max-width: 768px) {
  .breadcrumbs li {
    font-size: 3.33333vw;
  }
  .breadcrumbs li:after {
    margin: 0 0.8vw;
  }
}

.about_hero {
  margin-bottom: 6.92708vw;
}

@media screen and (max-width: 768px) {
  .about_hero {
    margin-bottom: 6.66667vw;
  }
}

.about_hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding-top: 5.72917vw;
}

@media screen and (max-width: 768px) {
  .about_hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about_hero .container::before {
  content: "";
  position: absolute;
  top: -2.78125vw;
  background-image: url(../img/circle-about-hero.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.29167vw;
  height: 2.23958vw;
}

html[dir="ltr"] .about_hero .container::before {
  right: 0.1vw;
}

html[dir="rtl"] .about_hero .container::before {
  left: 0.1vw;
}

@media screen and (max-width: 768px) {
  .about_hero .container::before {
    width: 5.86667vw;
    height: 5.73333vw;
    left: 3vw;
    top: -12vw;
  }
}

.about_hero .container::after {
  content: "";
  position: absolute;
  left: -20.83333vw;
  top: -2.60417vw;
  width: 35.26042vw;
  height: 31.09375vw;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.12;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #c20704), color-stop(46%, #f0542a), to(#f6882c));
  background: -o-linear-gradient(left, #c20704 0, #f0542a 46%, #f6882c 100%);
  background: linear-gradient(to right, #c20704 0, #f0542a 46%, #f6882c 100%);
}

.about_hero-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

html[dir="ltr"] .about_hero-title {
  padding-right: 5.10417vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

html[dir="rtl"] .about_hero-title {
  padding-left: 5.10417vw;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .about_hero-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  html[dir="ltr"] .about_hero-title {
    padding-right: 0;
  }
  html[dir="rtl"] .about_hero-title {
    padding-left: 0;
  }
}

.about_hero-title h1 {
  font-size: 4.16667vw;
  font-weight: bold;
  line-height: 4.375vw;
}

@media screen and (max-width: 768px) {
  .about_hero-title h1 {
    font-size: 12vw;
    line-height: 1;
    margin: 0 auto;
    padding-bottom: 29.6vw;
    margin-bottom: 4.26667vw;
  }
}

.about_hero-title h1 mark ,h1.page-hero__title  mark{
  background: -o-linear-gradient(198deg, #c20704 0, #f0542a 46%, #f6882c 100%);
  background: linear-gradient(252deg, #c20704 0, #f0542a 46%, #f6882c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about_hero-title .img {
  position: absolute;
  right: 12.5%;
  bottom: -1vw;
  background-image: url(../img/about_hero_decor.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 9.47917vw;
  height: 8.22917vw;
}

@media screen and (max-width: 768px) {
  .about_hero-title .img {
    width: 29.06667vw;
    height: 25.33333vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}

.about_hero-text {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 3.125vw;
  max-width: 36.45833vw;
  padding-top: 0.9375vw;
  position: relative;
}

@media screen and (max-width: 768px) {
  .about_hero-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
    max-width: none;
    text-align: center;
  }
}

.about_hero-text p {
  margin-bottom: 1.25vw;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .about_hero-text p {
    font-size: 4vw;
    margin-bottom: 1em;
  }
}

.about_hero-text p:last-child {
  margin-bottom: 0;
}

.about_features {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 8.85417vw;
}

@media screen and (max-width: 768px) {
  .about_features {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about_features-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid var(--color-gray_400);
  border-left: none;
  border-collapse: collapse;
  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;
  padding: 4.16667vw 2.60417vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about_features-item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 50%;
  }
  .about_features-item:first-of-type {
    width: 100%;
  }
}

html[dir="rtl"] .about_features-item:last-child {
  border-right: none;
}

html[dir="ltr"] .about_features-item:first-child {
  border-right: none;
}

/* html[dir="rtl"] .about_features-item:first-child {
border-right: none;
} */

@media (max-width: 768px) {
  html[dir="ltr"] .about_features-item:nth-child(2n + 2) {
    border-right: none;
  }
  html[dir="rtl"] .about_features-item:nth-child(2n + 2) {
    border-left: none;
  }
}

@media (max-width: 768px) {
  html[dir="ltr"] .about_features-item:nth-child(2n + 3) {
    border-left: none;
  }
  html[dir="rtl"] .about_features-item:nth-child(2n + 3) {
    border-right: none;
  }
}

.about_features-item h4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.64583vw;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .about_features-item h4 {
    font-size: 9.06667vw;
  }
}

.about_features-item p {
  font-size: 1.04167vw;
  line-height: 1.25;
  color: var(--color-gray_700);
}

@media screen and (max-width: 768px) {
  .about_features-item p {
    font-size: 4vw;
  }
}

.split.mission {
  margin-bottom: 9.89583vw;
}

@media screen and (max-width: 768px) {
  .split.mission {
    margin-bottom: 18vw;
  }
}

.split.mission .split__text {
  padding: 4vw 6.5vw 0 6.5vw;
}

.split.mission .split__addition {
  padding-right: 4.2vw;
  margin-top: -0.4vw;
}

@media screen and (max-width: 768px) {
  .split.mission .split__addition {
    padding-right: 0;
    margin-top: 8vw;
  }
}

.split.mission .split__addition img {
  max-width: 34.63542vw;
}

@media screen and (max-width: 768px) {
  .split.mission .split__addition img {
    max-width: 100%;
  }
}

.split.model {
  padding-top: 10.26042vw;
  padding-bottom: 7.29167vw;
  border-bottom: 1px solid var(--color-gray_300);
}

@media screen and (max-width: 768px) {
  .split.model {
    padding-top: 14.4vw;
    padding-bottom: 4.66667vw;
  }
}

.split.model .split__text {
  padding: 0.3vw 6.5vw 0 6vw;
}

.split.model .split__text .split__title {
  margin-bottom: 2.2vw;
}

.split.model .split__addition {
  padding-right: 1.6vw;
}

@media screen and (max-width: 768px) {
  .split.model .split__addition {
    padding-right: 0;
    margin-top: 24.66667vw;
  }
}

.split.model .split__addition img {
  max-width: 42.08333vw;
}

@media screen and (max-width: 768px) {
  .split.model .split__addition img {
    max-width: 100%;
  }
}

.about_goal {
  width: 100%;
}

.about_goal-title {
  padding: 1.5625vw 0;
  border-top: 1px solid var(--color-gray_300);
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .about_goal-title {
    padding: 5.06667vw 0 7.33333vw;
  }
}

.about_goal-title h2 {
  font-size: 3.64583vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about_goal-title h2 {
    font-size: 8.66667vw;
  }
}

.about_goal-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  html[dir="ltr"] .about_goal-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about_goal-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--color-gray_300);
  border-left: none;
  border-bottom: none;
  border-collapse: collapse;
  padding: 9.63542vw 6.77083vw;
}

@media screen and (max-width: 768px) {
  .about_goal-item {
    padding: 13.33333vw 8vw;
  }
}

@media (max-width: 768px) {
  .about_goal-item {
    border-right: none;
    border-left: none;
  }
}

.about_goal-item:last-child {
  border-right: none;
}

.about_goal-item .icon {
  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;
  margin-bottom: 1.97917vw;
  max-width: 8.22917vw;
  max-height: 4.32292vw;
}

@media screen and (max-width: 768px) {
  .about_goal-item .icon {
    max-width: 30.66667vw;
    max-height: 18.66667vw;
    margin-bottom: 4vw;
  }
}

.about_goal-item .icon img {
  max-width: 100%;
  max-height: 100%;
}

.about_goal-item h3 {
  font-size: 1.1vw;
  color: var(--color-red_300);
  margin-bottom: 0.625vw;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .about_goal-item h3 {
    font-size: 3.86667vw;
  }
}

.about_goal-item p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-transform: uppercase;
  font-size: 1.35417vw;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .about_goal-item p {
    font-size: 4.53333vw;
  }
}

.about_partners {
  width: 100%;
  padding-bottom: 5.20833vw;
  border-bottom: 1px solid var(--color-gray_300);
}

@media screen and (max-width: 768px) {
  .about_partners {
    padding-top: 17.46667vw;
    padding-bottom: 15.86667vw;
  }
}

.about_partners h2 {
  text-align: center;
  font-size: 1.30208vw;
  line-height: 1;
  margin-bottom: 2.23958vw;
}

@media screen and (max-width: 768px) {
  .about_partners h2 {
    font-size: 4.53333vw;
    margin-bottom: 10.13333vw;
  }
}

.about_partners-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

html[dir="rtl"] .about_partners-items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .about_partners-items {
    gap: 9.33333vw 0;
  }
}

.about_partners-item {
  width: 5.46875vw;
  height: 5.46875vw;
  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;
  margin: 0 3.64583vw;
}

@media screen and (max-width: 768px) {
  .about_partners-item {
    margin: 0;
    width: 50%;
    height: auto;
  }
  .about_partners-item img {
    width: 60%;
  }
}

.about_team {
  padding-top: 10.41667vw;
  padding-bottom: 8.85417vw;
}

.about_team .container {
  width: 87.5vw;
}

@media screen and (max-width: 768px) {
  .about_team {
    padding-top: 19.86667vw;
    padding-bottom: 26.93333vw;
  }
}

.about_team-slider {
  width: 69.5%;
}

@media screen and (max-width: 768px) {
  .about_team-slider {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .about_team-slider .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125vw 2.60417vw;
  }
}

.about_team .split__text {
  width: 30.5%;
  padding: 0;
  padding-top: 8.59375vw;
}

html[dir="ltr"] .about_team .split__text {
  padding-right: 7.8125vw;
}

html[dir="rtl"] .about_team .split__text {
  padding-left: 7.8125vw;
}

@media screen and (max-width: 768px) {
  .about_team .split__text {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}

.about_team .plates__item {
  padding: 0;
  height: 25.46875vw;
}

@media screen and (max-width: 768px) {
  .about_team .plates__item {
    height: 82.53333vw;
    padding-left: 5.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .about_team .plates__item {
    width: auto !important;
  }
  .about_team .plates__item:nth-of-type(2), .about_team .plates__item:nth-of-type(5) {
    margin-top: -5.20833vw;
  }
}

.about_team-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.1875vw 1.5625vw;
  min-height: 25.46875vw;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1.04167vw 0.88542vw 2.08333vw 0vw rgba(0, 0, 0, 0.25);
  box-shadow: 1.04167vw 0.88542vw 2.08333vw 0vw rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  .about_team-card {
    padding: 5.6vw 4vw;
  }
}

.about_team-card::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c20704), color-stop(46%, #f0542a), to(#f6882c));
  background: -o-linear-gradient(top, #c20704 0, #f0542a 46%, #f6882c 100%);
  background: linear-gradient(to bottom, #c20704 0, #f0542a 46%, #f6882c 100%);
}

.about_team-card .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.about_team-card .image:before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.25;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about_team-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about_team-card .main-info {
  z-index: 2;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 2.1875vw 1.5625vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

html[dir="ltr"] .about_team-card .main-info {
  text-align: left;
}

html[dir="rtl"] .about_team-card .main-info {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .about_team-card .main-info {
    padding: 5.6vw 4vw;
  }
}

.about_team-card .additional-info {
  z-index: 2;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease 0.1s;
  -o-transition: 0.2s ease 0.1s;
  transition: 0.2s ease 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about_team-card .text-info h4 {
  font-size: 1.45833vw;
  line-height: 1.3;
  margin-bottom: 0.625vw;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .about_team-card .text-info h4 {
    font-size: 4.93333vw;
  }
}

.about_team-card .text-info p {
  font-size: 1.1vw;
  line-height: 1.2;
  margin-bottom: 0.78125vw;
  font-weight: 300;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .about_team-card .text-info p {
    font-size: 2.66667vw;
  }
}

.about_team-card .text-info p:last-child {
  margin-bottom: 0;
}

.about_team-card .text-info a.mail {
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 1.3;
  text-decoration: underline;
  margin-top: auto;
}

html[dir="ltr"] .about_team-card .text-info a.mail {
  margin-left: 2.08333vw;
}

html[dir="rtl"] .about_team-card .text-info a.mail {
  margin-right: 2.08333vw;
}

.about_team-card .text-info a.mail::after {
  content: "";
  position: absolute;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.30208vw;
  height: 0.98958vw;
  background-image: url(../img/mail-icon.svg);
}

html[dir="ltr"] .about_team-card .text-info a.mail::after {
  left: -2.08333vw;
}

html[dir="rtl"] .about_team-card .text-info a.mail::after {
  right: -2.08333vw;
}

.about_team-card:hover::before {
  opacity: 0.8;
}

.about_team-card:hover .main-info {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.about_team-card:hover .additional-info {
  visibility: visible;
  opacity: 1;
}

.explain_about .container {
  padding-bottom: 6.3vw;
}

.story {
  padding-bottom: 5.625vw;
}

.story .container {
  padding-top: 4.42708vw;
}

.story__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  padding-bottom: 15.05208vw;
}

.story__list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-right: 1px solid var(--color-gray_400);
}

.story__list:after {
  content: "";
  position: absolute;
  left: -10vw;
  right: -10vw;
  bottom: 0;
  border-bottom: 1px solid var(--color-gray_400);
}

.story__item {
  position: relative;
  padding: 0 1.875vw;
  margin-bottom: 11.14583vw;
}

.story__item:first-child {
  margin-bottom: 0;
}

.story__item:nth-child(2n + 1) {
  padding-right: 51.45833vw;
}

.story__item:nth-child(2n) {
  padding-left: 51.45833vw;
}

.story__year {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8.4375vw;
  height: 8.4375vw;
  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-size: 2.03125vw;
  font-weight: 700;
}

.story__year:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--color-white);
}

.story__year:after {
  content: "";
  position: absolute;
  left: -0.41667vw;
  top: -0.46875vw;
  width: 12.91667vw;
  height: 11.77083vw;
  z-index: -2;
  background: url("../img/shadow_year.png") 0 0/cover no-repeat;
}

.story__event {
  line-height: calc(30 / 18);
  padding: 0 0.36458vw;
}

.story__event h3 {
  margin: 0 -0.36458vw 1.14583vw;
  font-size: 2.60417vw;
  line-height: calc(60 / 50);
}

.story__event p {
  margin-bottom: 0.67708vw;
}

.story__event a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-red_300);
  text-decoration: underline;
  padding-right: 1.66667vw;
  position: relative;
}

.story__event a:hover {
  text-decoration: none;
}

.story__event a:before {
  content: "\e906";
  font-family: "Shitufim";
  margin-left: 0.78125vw;
  font-size: 1.04167vw;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.story__event li {
  list-style: none;
  line-height: 1.5;
}

.story__event ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.41667vw;
  height: 0.41667vw;
  margin-left: 0.41667vw;
  border-radius: 50%;
  background-color: var(--color-black);
}

.story__event ol {
  counter-reset: list;
}

.story__event ol li:before {
  content: counter(list) ".";
  counter-increment: list;
  margin-left: 0.52083vw;
  font-weight: 700;
}

.story__event ul,
.story__event ol {
  margin-bottom: 1.04167vw;
}

.story__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4.6875vw -2.44792vw 0 -4.94792vw;
}

.story__gallery-image {
  background-color: var(--color-white);
  padding: 0.36458vw;
  max-width: 50%;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.story__gallery-image:nth-child(2n) {
  -webkit-transform: translate(2.13542vw, -0.98958vw) rotate(6deg);
  -ms-transform: translate(2.13542vw, -0.98958vw) rotate(6deg);
  transform: translate(2.13542vw, -0.98958vw) rotate(6deg);
}

.story__gallery-image:nth-child(3n) {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.story__gallery-image:nth-child(4n) {
  -webkit-transform: translate(2.13542vw, -0.98958vw) rotate(-4deg);
  -ms-transform: translate(2.13542vw, -0.98958vw) rotate(-4deg);
  transform: translate(2.13542vw, -0.98958vw) rotate(-4deg);
}

.story__gallery img {
  width: 100%;
  display: block;
}

.page-hero_story .page-hero__description {
  margin-top: 1vw;
  width: 50vw;
}

.page-hero_story .page-hero__image {
  width: 17.86458vw;
  right: -0.88542vw;
  bottom: 4.6875vw;
}

@media (max-width: 1240px) {
  .story__item {
    padding: 0;
  }
  .story__item:nth-child(2n + 1) {
    padding-right: 53vw;
  }
  .story__item:nth-child(2n) {
    padding-left: 53vw;
  }
  .page-hero_story .page-hero__description {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .story {
    padding-bottom: 1.6vw;
  }
  .story .container {
    padding-top: 39.73333vw;
  }
  .story__list:before, .story__list:after {
    display: none;
  }
  .story__item {
    padding: 17.2vw 0 0;
    text-align: center;
    margin-bottom: 24.8vw;
  }
  .story__item:nth-child(2n + 1) {
    padding-right: 0;
  }
  .story__item:nth-child(2n) {
    padding-left: 0;
  }
  .story__year {
    width: 21.6vw;
    height: 21.6vw;
    font-size: 5.2vw;
  }
  .story__year:before {
    -webkit-box-shadow: 4vw 2.4vw 7.33333vw rgba(0, 0, 0, 0.16);
    box-shadow: 4vw 2.4vw 7.33333vw rgba(0, 0, 0, 0.16);
  }
  .story__year:after {
    display: none;
  }
  .story__event {
    line-height: calc(37 / 30);
  }
  .story__event h3 {
    margin-bottom: 2.13333vw;
    font-size: 8.66667vw;
  }
  .story__event ol,
  .story__event ul {
    text-align: start;
    margin: 0 4vw 4vw;
  }
  .story__event ul li:before {
    width: 1.6vw;
    height: 1.6vw;
  }
  .story__event p {
    margin-bottom: 2.93333vw;
  }
  .story__event a {
    padding-right: 6.93333vw;
  }
  .story__event a:before {
    font-size: 4.4vw;
  }
  .story__gallery {
    margin: 12vw 0 0;
  }
  .page-hero_story .page-hero__image {
    width: 32.26667vw;
    right: 5.86667vw;
    bottom: -13.86667vw;
  }
}
.page-template-page-information{
  background-color: #FCFCFC;
}
.page-template-page-information.page::before{
  display: none;
}
.information .container {
  padding-top: 2.3vw;
  padding-bottom: 7.29167vw;
}

.information__row {
  margin-bottom: 0;
}

.information__row:last-child {
  margin-bottom: 0;
}

.information__caption {
  text-align: center;
  font-size: 2.60417vw;
  margin-bottom: 2.76042vw;
}

.information__slider {
  /*margin: 0 -7vw;*/
  margin: 0;
  padding-right: 2.16667vw;
 /* max-width: 100%;*/
}
button.swiper-button-prev, button.swiper-button-next {
  position: absolute;
  display: inline-block;
  top: 45%;
  right: 0;
  left: auto;
  width: 42px;
  height: 42px;
  z-index: 1000;
}
button.swiper-button-prev {
  left: 0;
  right: auto;
}
button.swiper-button-disabled svg circle{
  fill: var(--color-white) !important;
  stroke: var(--color-purple_300) !important;
}
button.swiper-button-disabled svg path{
  fill: var(--color-purple_300) !important;
}
.information__wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.information__slide {
  width: auto;
  height: auto;
  padding-left: 2.01042vw;
  padding-bottom: 2.86458vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*max-width: 336px;
  margin: auto 1rem;*/
}

.information__card {
 /* width: 22vw;
  min-width: 320px;
  height: auto;
  min-height: 360px;*/
  padding: 1.5vw 1.5vw;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.information__card:before, .information__card:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.information__card:before {
  right: 0;
  bottom: 0;
  border-radius: 0.52083vw;
}

html[dir="ltr"] .information__card:before {
  background: var(--color-white) url(../img/arrow-more.svg) left 2.39583vw top 2.70833vw/1.51042vw 0.9375vw no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

html[dir="rtl"] .information__card:before {
  background: var(--color-white) url(../img/arrow-more.svg) left 2.39583vw bottom 2.70833vw/1.51042vw 0.9375vw no-repeat;
}

.information__card:after {
  z-index: -2;
  right: -1.40625vw;
  bottom: -2.86458vw;
  background: url("../img/shadow-info.png") left top/100% 100% no-repeat;
}

.information__card p {
  margin-bottom: 0.57292vw;
  font-size: 1rem;
  line-height: calc(25 / 18);
}

.information__card time {
  display: none;
  /*margin-bottom: 8.95833vw;*/
}
.information__card .information__links{
  display: flex;
  margin-top: auto;
  flex-direction: column;
}
.information__card .information__links a{
  width: 100%;
}

.information__card .information__links a:after ,.gradient-button.button:after{
  content: "\e903";
  font-family: "Shitufim";
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.04167vw;
}
.gradient-button.button:after{
  font-size: 0.8vw;
  margin-right: 1vw;
}
.information__card .information__links a,.gradient-button.button{
  background: rgb(211,81,40);
  background: linear-gradient(90deg, rgba(211,81,40,1) 0%, rgba(127,0,127,1) 63%);
  border-radius: 40px;
  color: var(--color-white);
  padding: 14px 30px 11px;
   font-size: 1.15rem;
   text-align: center;
   width: 100%;
   margin: 1rem auto 0;
   min-height: 40px;
 }

 .gradient-button.button{
  width: auto;
 }
.videos__slider .embed-container {
  max-width: 400px;
  margin: 2rem 30px;
}

.information__title {
  margin-bottom: 0.41667vw;
  font-size: 1.56vw;
  line-height: calc(42 / 35);
}

.information__title a {
  color: #000;
}
.page-hero_information {
  padding-top: 1vw;
}
.page-hero_information .container {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.page-hero_information .page-hero__description {
  width: 47.91667vw;
}

.page-hero_information .page-hero__image_01 {
  width: 8.95833vw;
  right: 5vw;
  top: 3.28125vw;
}

.page-hero_information .page-hero__image_02 {
  width: 15.95833vw;
  top: 3.65625vw;
  left: 0.1vw;
}

@media (max-width: 1240px) {
  .information__slider {
    margin: 0 -3vw;
  }
  .page-hero_information .page-hero__image_01 {
    top: -18vw;
    width: 12vw;
  }
  .page-hero_information .page-hero__image_02 {
    width: 16vw;
  }
}

@media (max-width: 768px) {
  .information .container {
    padding-bottom: 22.13333vw;
    padding-top: 0;
  }
  .information__caption {
    font-size: 8.66667vw;
    line-height: calc(60 / 65);
    margin-bottom: 5.73333vw;
  }
  .information__row {
    margin-bottom: 12.8vw;
  }
  .information__slider {
    margin: 0 -3.6vw;
    padding-right: 5.6vw;
    padding-bottom: 5.6vw;
  }
  .information__slider .swiper-scrollbar {
    width: 53.86667vw;
    margin-top: 5.73333vw;
  }
  .information__slide {
    padding-left: 5.33333vw;
  }
  .information__card {
    width: 76vw;
    height: 65vh;
    padding: 10.66667vw 7.6vw 9.8vw;
  }
  
  .information__card:before {
    border-radius: 1.33333vw;
  }
  html[dir="ltr"] .information__card:before {
    background-position: left 10.53333vw top 12.66667vw;
    background-size: 8.66667vw 5.2vw;
  }
  html[dir="rtl"] .information__card:before {
    background-position: left 10.53333vw bottom 12.66667vw;
    background-size: 8.66667vw 5.2vw;
  }
  .information__card time {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 5.6vw;
  }
  .information__card p {
    margin-bottom: 8.26667vw;
  }
  html[dir="ltr"] .information__card > a {
    padding-left: 5.73333vw;
  }
  .information__card > a:after {
    font-size: 3.73333vw;
  }
  .information__title {
    margin-bottom: 1.33333vw;
    font-size: 7.33333vw;
    -webkit-box-ordinal-group: -1;

  }
  .page-hero_information .container {
    padding-top: 22.53333vw;
    padding-bottom: 15.2vw;
  }
  .page-hero_information .page-hero__title {
    margin-bottom: 1.2vw;
    text-align: center;
  }
  .page-hero_information .page-hero__description {
    text-align: center;
    width: auto;
  }
  .page-hero_information .page-hero__image_01 {
    display: none;
  }
  .page-hero_information .page-hero__image_02 {
    position: relative;
    width: 50.06667vw;
    bottom: 0;
    right: 0;
    left: 0;
    order: 4;
    margin: auto;
  }
}

.news .container {
  padding-top: 5.72917vw;
  padding-bottom: 8.95833vw;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2.57813vw -1.9974vw;
}

.news__list .updates__card {
  margin: 2.57813vw 1.9974vw;
  width: calc(25% - 3.99479vw);
}

.page-hero_news .container {
  padding-bottom: 20.05208vw;
}

.page-hero_news .page-hero__image {
  width: 12.1875vw;
  height: 8.64583vw;
  right: -1.92708vw;
  bottom: 7.8125vw;
}

@media (max-width: 768px) {
  .news .container {
    padding-top: 6vw;
  }
  .news__list {
    margin: -3.6vw 0;
  }
  .news__list .updates__card {
    margin: 3.6vw 8.4vw;
    width: calc(100% - 16.8vw);
    padding: 10.26667vw 7.46667vw;
    min-height: 98.66667vw;
  }
  .news__list .updates__card:after {
    left: 10.53333vw;
    bottom: 12.66667vw;
    font-size: 5.2vw;
  }
  .news__list .updates__card p {
    margin-bottom: 5.86667vw;
    line-height: calc(35 / 29);
  }
  .news__list .updates__title {
    margin-bottom: 0.26667vw;
  }
  .news__list .updates__link {
    margin-top: 10vw;
  }
  .news__list .updates__link:before {
    font-size: 3.46667vw;
  }
  .page-hero_news .container {
    padding-bottom: 35.2vw;
  }
  .page-hero_news .page-hero__image {
    width: 31.2vw;
    height: 22.13333vw;
    right: -3.6vw;
    bottom: 10.13333vw;
  }
}

.article .container {
  padding-bottom: 4.94792vw;
}

.article__content, .article__share {
  width: 40.98958vw;
  margin: 0 auto;
}

.article__content {
  margin-bottom: 1.92708vw;
}

.article__content h1 {
  text-align: center;
  font-size: 3.64583vw;
  margin-bottom: 1.61458vw;
}

.article__content h1 + h3 {
  margin-top: -1.45833vw;
}

.article__content h3 {
  margin-bottom: 1.61458vw;
  text-align: center;
  font-weight: 400;
  font-size: 1.19792vw;
  line-height: calc(30 / 23);
}

.article__content p {
  margin-bottom: 1.61458vw;
  line-height: calc(30 / 18);
}

.article__content h1 + .wp-block-image, .article__content h1 .wp-block-video, .article__content h1 .wp-block-embed,
.article__content h2 + .wp-block-image,
.article__content h2 .wp-block-video,
.article__content h2 .wp-block-embed,
.article__content h3 + .wp-block-image,
.article__content h3 .wp-block-video,
.article__content h3 .wp-block-embed {
  margin-top: 0;
}

.article__content a {
  color: var(--color-red_300);
}

.article__content .wp-block-embed__wrapper {
  aspect-ratio: 16 / 9;
}

.article__content .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.52083vw;
}

.article__content .wp-block-image, .article__content .wp-block-video, .article__content .wp-block-embed {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 2.70833vw;
  margin-top: 0.72917vw;
  font-size: 0;
}

.article__content .wp-block-image:before, .article__content .wp-block-video:before, .article__content .wp-block-embed:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.20833vw;
  left: 0;
  right: -2.65625vw;
  bottom: -2.65625vw;
  background: url("../img/shadow-image.png") left top/100% 100% no-repeat;
}

.article__content .wp-block-image img, .article__content .wp-block-image video, .article__content .wp-block-video img, .article__content .wp-block-video video, .article__content .wp-block-embed img, .article__content .wp-block-embed video {
  width: 100%;
  border-radius: 0.52083vw;
}

.article__content .wp-block-file a:not(.wp-block-file__button) {
  display: none;
}

.article__content .wp-block-file__button {
  font-size: 1em;
  position: relative;
  text-decoration: underline !important;
  color: var(--color-red_300) !important;
  background-color: transparent;
  padding: 0 1.61458vw 0 0;
}

.article__content .wp-block-file__button:hover {
  text-decoration: none !important;
}

.article__content .wp-block-file__button:before {
  content: "\e906";
  font-family: "Shitufim";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.04167vw;
}

.article__video.fancybox:after {
  content: "";
  position: absolute;
  width: 4.375vw;
  height: 4.375vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: url("../img/ico-play.svg") center/cover no-repeat;
}

.article__video.fancybox:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.article__share-title {
  font-size: 0.9375vw;
  margin-bottom: 0.72917vw;
}

.article__share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__share-links li {
  margin-left: 0.72917vw;
}

.article__share-links li:last-child {
  margin-left: 0;
}

.article__share-links button {
  width: 2.13542vw;
  height: 2.13542vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color-black);
  border-radius: 50%;
}

.article__share-links button:hover {
  border-color: var(--color-red_300);
}

.article__share-links button:hover img {
  -webkit-filter: invert(9%) sepia(100%) saturate(6144%) hue-rotate(24deg) brightness(94%) contrast(130%);
  filter: invert(9%) sepia(100%) saturate(6144%) hue-rotate(24deg) brightness(94%) contrast(130%);
}

.article__share-links img {
  max-width: 60%;
  max-height: 60%;
}

@media (max-width: 1240px) {
  .article__content, .article__share {
    width: 62.5vw;
  }
  .article__content h1 {
    font-size: 5.20833vw;
  }
  .article__content h3 {
    font-size: 2.34375vw;
  }
  .article__share-title {
    font-size: 2.08333vw;
  }
  .article__share-links a {
    width: 3.125vw;
    height: 3.125vw;
  }
}

@media (max-width: 768px) {
  .article .container {
    padding-top: 11.73333vw;
    padding-bottom: 14.13333vw;
  }
  .article__content, .article__share {
    width: 91.5vw;
  }
  .article__image, .article__video {
    margin-top: 3.06667vw;
    margin-bottom: 11.6vw;
    border-radius: 1.33333vw;
    -webkit-box-shadow: 4vw 2.4vw 7.33333vw 0 rgba(0, 0, 0, 0.16);
    box-shadow: 4vw 2.4vw 7.33333vw 0 rgba(0, 0, 0, 0.16);
  }
  .article__image:before, .article__video:before {
    display: none;
  }
  .article__image img,
  .article__image iframe, .article__video img,
  .article__video iframe {
    border-radius: 1.33333vw;
  }
  .article__video.fancybox:after {
    width: 15.46667vw;
    height: 15.46667vw;
  }
  .article__content {
    padding-bottom: 16vw;
    margin-bottom: 0;
  }
  .article__content h1 {
    font-size: 10.66667vw;
  }
  .article__content h1 + h2,
  .article__content h1 + h3 {
    margin-top: -6.53333vw;
  }
  .article__content h1,
  .article__content h2,
  .article__content h3 {
    margin-bottom: 8.4vw;
  }
  .article__content h3 {
    font-size: 4.4vw;
  }
  .article__content p {
    line-height: calc(52 / 32);
    margin-bottom: 6.53333vw;
  }
  .article__file {
    display: table;
    margin: 10.26667vw auto 0;
    font-size: 3.6vw;
    padding-right: 6.13333vw;
  }
  .article__file:before {
    font-size: 4.53333vw;
  }
  .article__share {
    padding-top: 10.26667vw;
    padding-bottom: 13.86667vw;
    position: relative;
    z-index: 2;
  }
  .article__share:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: -10vw;
    left: -10vw;
    border-top: 1px solid var(--color-gray_400);
    border-bottom: 1px solid var(--color-gray_400);
  }
  .article__share-title {
    font-size: 4.26667vw;
    text-align: center;
    margin-bottom: 5.2vw;
  }
  .article__share-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .article__share-links li {
    margin-left: 3.73333vw;
  }
  .article__share-links a {
    width: 11.2vw;
    height: 11.2vw;
  }
  .article__share-links img {
    min-width: 50%;
    min-height: 50%;
  }
}

.partners__section {
  padding-bottom: 6.25vw;
}

.partners__section .button-wrapper {
  margin-top: 5.20833vw;
}

.partners__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.33333vw;
  font-size: 1.19792vw;
  line-height: calc(30 / 23);
}

.partners__category li {
  margin: 0 2.08333vw;
  position: relative;
}

.partners__category li .partners-switcher:before {
  content: "";
  position: absolute;
  right: 100%;
  left: 0;
  bottom: -0.20833vw;
  border-bottom: 2px solid var(--color-black);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.partners__category li .partners-switcher:hover:before {
  right: 50%;
}

.partners__category li .partners-switcher.active {
  font-weight: 700;
}

.partners__category li .partners-switcher.active:before {
  right: 0;
}

.partners__category a {
  color: #000;
}

.partners__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1024px) {
  .partners__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .partners__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.partners__item {
  display: block;
  color: #000;
  padding: 2.1875vw 3.125vw 3.125vw 6.25vw;
  border-top: 1px solid var(--color-gray_400);
  border-left: 1px solid var(--color-gray_400);
  position: relative;
  z-index: 2;
  min-height: 15vw;
}

.partners__item:nth-last-child(1), .partners__item:nth-last-child(2), .partners__item:nth-last-child(3) {
  border-bottom: 1px solid var(--color-gray_400);
}

.partners__item:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.partners__item:after {
  content: "\e903";
  font-family: "Shitufim";
  left: 3.125vw;
  bottom: 3.125vw;
}

.partners__item p {
  line-height: calc(30 / 18);
}

.partners__item:hover {
  color: var(--color-red_300);
}

.partners__info {
  height: 8vw;
  margin-bottom: 0.41667vw;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners__info img {
  max-height: 60%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: right center;
  object-position: right center;
}

.partners__name {
  margin-top: 0.78125vw;
  font-size: 1.04167vw;
  font-weight: 700;
}

.partners-popup {
  direction: rtl;
  display: none;
  position: absolute;
  padding: 0;
  z-index: 100;
  width: 45.78125vw;
  background-color: var(--color-white);
  border-radius: 0.52083vw;
  -webkit-box-shadow: 0 0.15625vw 0.78125vw rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.15625vw 0.78125vw rgba(0, 0, 0, 0.1);
}

.partners-popup__logo {
  height: 6.19792vw;
  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-bottom: 1px solid var(--color-gray_400);
}

.partners-popup__logo img {
  max-height: 80%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.partners-popup__description {
  padding: 1.5625vw 3.64583vw;
  border-bottom: 1px solid var(--color-gray_400);
  line-height: calc(30 / 18);
}
.overlay_new_pop .partners-popup__description{
  padding: 1.5625vw 1.64583vw;
  border-bottom: 1px solid var(--color-gray_400);
  line-height: calc(30 / 18);
  display: flex;
  justify-content: space-between;
}
.overlay_new_pop .partners-popup__contacts {
  list-style: none;
  padding: 2.13542vw 0 2.13vw 4.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
a.close_button {
  /* margin-left: 1vw; */
  position: absolute;
  left: 1vw;
  top: 1vw;
}
.overlay_new_pop .partners-popup__description div{
  flex: 0 0 48%;
}
.overlay_new_pop .partners-popup__description div p{
  width: 95%;
}
.overlay_new_pop .partners-popup__description div:first-child{
  border-left: 1px solid var(--color-gray_400);
}
.partners-popup__description h3 {
  font-size: 0.9375vw;
  font-weight: 700;
  margin: 1.51042vw 0 0.3125vw;
}

.partners-popup__description h3:first-child {
  margin-top: 0;
}

.partners-popup__contacts {
  list-style: none;
  padding: 2.13542vw 3.64583vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partners-popup__contacts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.partners-popup__contacts li:before {
  margin-left: 0.41667vw;
  font-family: "Shitufim", sans-serif;
}

.partners-popup__contacts a {
  color: #000;
}

.partners-popup__contacts a:hover {
  color: var(--color-red_300);
}

.partners-popup__location:before {
  content: "\e907";
  font-size: 1.1vw;
}

.partners-popup__email:before {
  content: "\e905";
  font-size: 0.85vw;
}

.partners-popup__tel:before {
  content: "\e909";
  font-size: 1.55vw;
}

.partners-popup__url:before {
  content: "\e90a";
  font-size: 1.06vw;
}

.page-hero_partners .page-hero__description {
  width: 32vw;
}

.page-hero_partners .page-hero__image {
  right: -5.15625vw;
  bottom: 5.05208vw;
  width: 23.17708vw;
  height: 18.28125vw;
}

@media (max-width: 1240px) {
  .overlay_new_pop .partners-popup__description{
    flex-direction: column;
    padding: 0 4.64583vw;
  }
  a.close_button {
    /* margin-left: 1vw; */
    position: absolute;
    left: 2vw;
    top: 2vw;
}
.overlay_new_pop .partners-popup__description div p {
    width: 92%;
}
.overlay_new_pop .partners-popup__description div {
    margin-top: 4vw;
}
  .overlay_new_pop .partners-popup__description div:first-child {
    border-bottom: 1px solid var(--color-gray_400);
    border-left: unset !important;
  }
  .partners__category {
    font-size: 1.6vw;
  }
  .partners__item {
    padding: 1.14583vw 2.25vw 3.02083vw 6.25vw !important;
  }
  .partners__item:after {
    left: 2.125vw !important;
    bottom: 2.125vw !important;
  }
  .partners__name {
    margin-top: 1vw;
    font-size: 1.6vw;
  }
  .partners-popup {
    width: 65vw;
  }
  .partners-popup__description h3 {
    font-size: 1.5vw;
  }
}

@media (max-width: 768px) {
  .partners__category {
    margin: 0 -3.66667vw;
    font-size: 4.66667vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 2px;
    white-space: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
  .partners__category::-webkit-scrollbar {
    width: 0;
  }
  .partners__category li {
    margin: 0 4vw 12.4vw;
    /* margin: 0 4vw 1.4vw; */
  }
  .partners__category li:first-child {
    margin-right: 4.4vw;
  }
  .partners__item {
    border-width: 0;
    padding: 6.66667vw 4.93333vw 12.93333vw 6.66667vw !important;
  }
  .partners__item p {
    line-height: calc(40 / 30);
  }
  .partners__item:after {
    position: static;
    font-size: 5.33333vw;
    margin-top: 5.46667vw;
    display: inline-block;
  }
  .partners__info {
    margin-bottom: 3.2vw;
    height: 29.33333vw;
  }
  .partners__name {
    margin-top: 3.33333vw;
    font-size: 5.33333vw;
  }
  .partners-popup {
    width: 88vw;
    border-radius: 1.33333vw;
  }
  .partners-popup__logo {
    height: 23.06667vw;
  }
  .partners-popup__description {
    padding: 6.8vw 5.06667vw;
  }
  .partners-popup__description h3 {
    font-size: 4.13333vw;
    line-height: calc(40 / 31);
    margin: 0.8vw 0 3.06667vw;
  }
  .partners-popup__description p {
    font-size: 4vw;
    line-height: calc(34 / 30);
  }
  .partners-popup__contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4vw 6.66667vw;
    font-size: 3.6vw;
  }
  .partners-popup__contacts li {
    margin: 1.86667vw;
  }
  .partners-popup__contacts li:before {
    margin-left: 1.33333vw;
    line-height: 0;
  }
  .partners-popup__location {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .partners-popup__location:before {
    font-size: 3.46667vw;
  }
  .partners-popup__email {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .partners-popup__email:before {
    font-size: 2.66667vw;
  }
  .partners-popup__tel {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .partners-popup__tel:before {
    font-size: 5.33333vw;
  }
  .partners-popup__url {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .partners-popup__url:before {
    font-size: 3.46667vw;
  }
  .page-hero_partners .container {
    padding-bottom: 41.86667vw;
  }
  .page-hero_partners .page-hero__description {
    width: 100%;
  }
  .page-hero_partners .page-hero__image {
    right: -3.46667vw;
    bottom: 12.66667vw;
    width: 42.13333vw;
    height: 32.8vw;
  }
}

.footer {
  color: var(--color-white);
  position: relative;
}

.footer:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-clip-path: ellipse(50% 100% at 50% 100%);
  clip-path: ellipse(50% 100% at 50% 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #c20704), color-stop(73%, #f0542a), to(#f6882c)) 0% 0% no-repeat padding-box;
  background: -o-linear-gradient(bottom, #c20704 50%, #f0542a 73%, #f6882c 100%) 0% 0% no-repeat padding-box;
  background: linear-gradient(360deg, #c20704 50%, #f0542a 73%, #f6882c 100%) 0% 0% no-repeat padding-box;
  opacity: 0.66;
}

.footer a {
  color: var(--color-white);
}

.footer__image {
  position: absolute;
}

.footer__image_01 {
  right: 5.5vw;
  top: 5vw;
  width: 7.8vw;
}

.footer__image_02 {
  right: -0.55vw;
  top: 4.7vw;
  width: 2.8vw;
}

.footer__subscription {
  text-align: center;
  padding-top: 13vw;
  padding-bottom: 6.5vw;
}

.footer__subscription .inputs-wrapper, .join__form .inputs-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
.join__form .inputs-wrapper{    flex-direction: row-reverse;
}
.footer__subscription .inputs-wrapper span, .join__form .inputs-wrapper span {
  display: block;
  /* width: 100%; */
}

.footer__subscription .inputs-wrapper span input, .join__form .inputs-wrapper span input {
  display: block;
  width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output{
  border-color: unset !important;
  border: none !important;
}
.wpcf7-not-valid-tip{
  color: white !important;
  margin-top: 0.5vw;
}
.footer__subscription .inputs-wrapper .w-50{
  width: calc(50% - 3vw);
}
.join__form .inputs-wrapper .w-50{
  width: calc(50% - 2vw);
}
html[dir="rtl"] .footer__subscription .inputs-wrapper .w-50{
  margin-right: 3vw;
}

html[dir="rtl"] .join__form .inputs-wrapper *{
 direction: rtl;
}
.join__form .inputs-wrapper .w-25{
  width: calc(25% - 2vw);
}
.contact_box{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}
.contact_box img{
  width: 100%;
  max-width: 126px;
  height: auto;
  margin: 1rem auto 0.8rem;
} 
.contact_box h3{
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem 0 1rem;
}
.contact_box .contact__name{
  font-weight: bold;
}
.contact_box p{
  font-size: 1.25rem;
  margin: 0.2rem 0;
}
.contact_box a{
  color: var(--color-gray_200);
}
.contact_box a:hover{
  color: var(--color-purple_300);
}

@media screen and (max-width: 768px) {
  .footer__subscription .inputs-wrapper .w-50, .join__form .inputs-wrapper .w-50, .footer__subscription .inputs-wrapper .w-25, .join__form .inputs-wrapper .w-25{
    width: 100%;
    margin-bottom: 1rem;
  }
}

.footer__subscription .inputs-wrapper .w-100{
  width: 100%;
}
.join__form .inputs-wrapper .w-100 {
  margin-top: 1.5vw;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.footer__subscription br {
  display: none;
}

.footer__bottom {
  margin: 0 -2.7vw;
  padding: 1.4vw 0 1.7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid var(--color-white);
}

html[dir="ltr"] .footer__bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

html[dir="rtl"] .footer__bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer__logo {
  gap: 0 2.031vw;
  min-width: 8.4vw;
  margin-right: -0.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

html[dir="ltr"] .footer__logo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .footer__logo {
    gap: 0 13.267vw;
  }
}

.footer__logo > img {
  max-width: 8.333vw;
}

@media (max-width: 768px) {
  .footer__logo.logos {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .footer__logo.logos > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: unset;
    min-width: unset;
    max-width: 50%;
  }
}

.footer__logo-white {
  min-width: 9.375vw;
  max-width: 9.375vw;
  background: #fff;
  padding: 0.26vw;
  border-radius: 0.26vw;
  margin-right: 0.781vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .footer__logo-white {
    padding: 0.667vw;
    border-radius: 0.667vw;
  }
}

.footer__logo-white > img {
  width: 100%;
}

.footer__links, .footer__copyright {
  position: relative;
  margin-top: 1.75vw;
}

.footer__links:before, .footer__copyright:before {
  content: "";
  position: absolute;
  height: 4.3vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 1px solid var(--color-white);
}

html[dir="ltr"] .footer__links:before, html[dir="ltr"] .footer__copyright:before {
  display: none;
}

html[dir="rtl"] .footer__links:before, html[dir="rtl"] .footer__copyright:before {
  right: -2.9vw;
}

.footer__links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html[dir="rtl"] .footer__links {
  margin-right: 3.5vw;
}

.footer__links#menu-footer-menu-en {
  margin-left: 2vw;
}

@media screen and (max-width: 768px) {
  .footer__links#menu-footer-menu-en {
    margin-left: 0;
  }
}

html[dir="rtl"] .footer__links li {
  margin-left: 2.34vw;
}

html[dir="rtl"] .footer__links li:last-child {
  margin-left: 0;
}

.footer__links a:hover {
  color: var(--color-black);
}

html[dir="ltr"] .footer__copyright {
  margin-right: unset;
}

html[dir="rtl"] .footer__copyright {
  margin-right: auto;
}

html[dir="ltr"] .footer__copyright:last-of-type::before {
  display: none;
}

.subscription__title {
  margin-bottom: 1.2vw;
  font-weight: 700;
  font-size: 2.865vw;
}

.subscription__description {
  margin-bottom: 1.7vw;
}

.subscription__form {
  width: 43.5vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

html[dir="ltr"] .subscription__form {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

html[dir="ltr"] .subscription__form input[name="name"], html[dir="ltr"] .subscription__form input[name="email"] {
  width: calc(50% - 1.375vw);
}

@media (max-width: 768px) {
  html[dir="ltr"] .subscription__form input[name="name"], html[dir="ltr"] .subscription__form input[name="email"] {
    width: 100%;
  }
}

.subscription__form .button {
  margin: 3.4vw auto 0;
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

@media (max-width: 1240px) {
  .footer__logo {
    width: 13vw;
  }
  .footer__logo.logos {
    width: unset;
    margin-top: 0.5vw;
  }
  .footer__bottom {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  html[dir="rtl"] .footer__links {
    margin-right: 0;
  }
  html[dir="rtl"] .footer__links:before {
    right: -5.9vw;
  }
  html[dir="rtl"] .footer__links li {
    /* margin-left: 4.34vw; */
    margin-left: 0;
  }
  .footer__copyright {
    min-width: 30%;
  }
  html[dir="rtl"] .footer__copyright {
    margin: 1.75vw 0 0;
  }
  .footer__copyright:before {
    display: none;
  }
  .footer__copyright:last-child {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 13.33333vw;
    overflow: hidden;
  }
  .footer:after {
    top: 13.33333vw;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 338vw;
  }
  .footer__image_01 {
    right: 14vw;
    top: -9.33333vw;
    width: 24.4vw;
  }
  .footer__image_02 {
    right: 1.33333vw;
    top: -9.2vw;
    width: 6.93333vw;
  }
  .footer__subscription {
    padding-top: 29.73333vw;
  }
  .footer__bottom {
    padding-top: 15.33333vw;
    padding-bottom: 19.33333vw;
    border-top: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer__logo {
    width: 38vw;
    margin: 0 24vw 11.73333vw;
  }
  .footer__logo.logos {
    margin-top: 0;
  }
  .footer__logo img {
    width: 100%;
    max-width: 100%;
  }
  .footer__links {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 8vw;
    padding: 9.6vw 8.26667vw 9.2vw;
  }
  .footer__links:before {
    right: -1px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 7.33333vw;
    bottom: 7.33333vw;
    height: auto;
  }
  .footer__links:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    z-index: -1;
  }
  html[dir="ltr"] .footer__links:first-of-type:before {
    display: block;
  }
  html[dir="rtl"] .footer__links:first-of-type:before {
    display: none;
  }
  .footer__links li {
    margin-left: 0;
    margin-bottom: 5.2vw;
  }
  .footer__links li:last-child {
    margin-bottom: 0;
  }
  .footer__copyright {
    width: 100%;
    font-size: 3.33333vw;
    line-height: calc(30 / 25);
    text-align: center;
    margin: 0 0 3.6vw;
  }
  .footer__copyright:last-child {
    text-align: center;
  }
  .subscription__title {
    margin-bottom: 4vw;
    font-size: 10.66667vw;
  }
  .subscription__description {
    margin: 0 9.33333vw 5.33333vw;
    line-height: calc(40 / 32);
    font-size: 4.26667vw;
  }
  .subscription__form {
    width: 63.73333vw;
  }
  .subscription__form input {
    width: 100%;
    margin: 0 0 4.8vw;
    text-align: center;
  }
  .subscription__form .button {
    width: 40.53333vw;
    margin: 41px auto 0;
  }
}

/* LTR ver */
html[dir="ltr"] .footer__bottom {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0 5.729vw;
}

@media (max-width: 768px) {
  html[dir="ltr"] .footer__bottom {
    padding-top: 15.33333vw;
    padding-bottom: 19.33333vw;
    border-top: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
  }
}

html[dir="ltr"] .footer__bottom > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

html[dir="ltr"] .footer__links::after, html[dir="ltr"] .footer__copyright::after {
  content: "";
  position: absolute;
  height: 4.3vw;
  top: 50%;
  right: -2.865vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 1px solid var(--color-white);
  display: block;
}

@media (max-width: 1240px) {
  html[dir="ltr"] .footer__copyright::after {
    display: none;
  }
}


@media (max-width: 1240px) {
  html[dir="ltr"] .footer__copyright:first-of-type {
    text-align: right;
  }
}

@media (max-width: 768px) {
  html[dir="ltr"] .footer__copyright:first-of-type {
    text-align: center;
  }
}

html[dir="ltr"] .footer__links {
  gap: 1.432vw;
}

@media (max-width: 768px) {
  html[dir="ltr"] .footer__links {
    position: relative;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 8vw;
    padding: 9.6vw 8.26667vw 9.2vw;
  }
}

@media (max-width: 768px) {
  html[dir="ltr"] .footer__links::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: none;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    z-index: -1;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    height: 100%;
  }
}

@media (max-width: 768px) {
  html[dir="ltr"] .footer__links::before {
    left: -1px;
    right: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 7.33333vw;
    bottom: 7.33333vw;
    height: auto;
  }
}

@media (max-width: 768px) {
  .footer__links li {
    text-align: center;
  }
}

html[dir="ltr"] .footer__logo {
  text-align: right;
  margin-right: unset;
}

@media (max-width: 1240px) {
  html[dir="ltr"] .footer__logo {
    width: 13vw;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media (max-width: 768px) {
  html[dir="ltr"] .footer__logo {
    width: 38vw;
    margin: 0 24vw 11.73333vw;
  }
}


@media (min-width: 1024px) {
  .footer__subscription .inputs-wrapper span input{
    text-align: center;
  }
  .partners-popup__img img{
    width: 1.3vw;
    height: auto
  }
  .sticky-menu.showsticky{
    display: flex;
  }
  .sticky-menu{
    display: none;
  }
}
@media (max-width: 1024px) {
  .partners__info img{
    max-height: 50%;
  }
  .partners__item{
    border-bottom: 1px solid #cecece;
  }
  .partners-popup__img img{
    width: 6vw;
    height: auto;
    margin-left: 1.5vw;
  }
  .sticky-menu.showstickymob{
    display: flex;
  }
  .sticky-menu{
    display: none;
  }
}
a.read-more {
  color: #df6d62;
}

html[dir="rtl"] .read-more.he {
  display: block;
}
html[dir="rtl"] .read-more.en {
  display: none;
}

html[dir="ltr"] .read-more.he {
  display: none;
}
html[dir="ltr"] .read-more.en {
  display: block;
}
.readless{
  display: none;
}
.readless{
  color: #df6d62;
}
.no_margin{
  margin-bottom: unset !important;
}

.page-template-views .information__desc{
  text-align: center;
  font-weight: 500;
  font-size: 2vw;
  max-width: 985px;
  margin: 1vw auto 2.76042vw;
  line-height: 1.5;
}



@media (max-width: 1024px) {
  .information__desc{
    font-size: 5vw;
    margin-bottom: 6.76042vw;
    margin-top: 4vw;

  }

}
@media screen and (max-width: 1200px) {
  li#menu-item-304 > a {
    border-radius: 20px;
  }
  }


/* #Tabs
================================================== */
.tabs .tab-panel {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: none;
  transition: opacity .8s ease, visibility .8s ease;
}

.tabs .tab-panel.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  display: block
}
.partners__section .tabs{
  display: block !important;
}
@media (min-width: 1024px) {
  .partners-popup__img span{
    margin-top: auto;
    margin-right: 0.4vw;
  }
  .close {
    position: absolute;
    top: 1vw;
    left: 1vw;
    font-family: cursive;
    font-size: 1.5vw;
    cursor: pointer;
  }
  .partners__section .tab-content .tab-panel{
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

}

.partners__section .tab-btn.active{
  font-weight: 700;
}
.partners__section .tab-btn.active::before{
  content: "";
  position: absolute;
  right: 100%;
  left: 0;
  bottom: -0.20833vw;
  border-bottom: 2px solid var(--color-black);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}


.partners-popup h2{
  padding-top: 2vw;
  text-align: center;
  margin: auto;
}
.partners__item >h2{
  margin-bottom: 1vw;
}


::-webkit-scrollbar {
  -webkit-appearance: none;
}

@media (max-width: 1024px) {
  .close {
    position: absolute;
    top: 3vw;
    left: 3vw;
    font-family: cursive;
    font-size: 6.5vw;
    cursor: pointer;
  }
  #partners-popup span{
    font-size: 4vw;
  }
  .partners__item >h2{
    margin-bottom: 5vw;
  }
  .partners__info img {
    max-height: 68%;
  }
  .partners-popup h2{
    padding-top: 6vw;
    text-align: center;
    margin: auto;
    font-size: 5vw;
  }
}
/* ::-webkit-scrollbar:vertical {
width: 6px;
} */

/* ::-webkit-scrollbar:horizontal {
height: 5px;
}

::-webkit-scrollbar-thumb {
background-color: black;
border-radius: 10px;
border: 1px solid #dedede;
}

::-webkit-scrollbar-track {
border-radius: 10px;
background-color:#dedede;
} */


html[dir="ltr"] .partners__item {
  padding: 2.1875vw 6.125vw 3.125vw 3.25vw;
}
html[dir="ltr"] .partners__item:after {
  content: "\e903";
  font-family: "Shitufim";
  right: 3.125vw;
  bottom: 3.125vw;
  transform: rotate(180deg);
}
html[dir="ltr"] .partners-popup__description{
  direction: ltr;
}
html[dir="ltr"] .close {
  right: 1vw;
}


html[dir="ltr"] .partners__item:last-child {
  border-right: 1px solid var(--color-gray_400);
}


.marquee {
  overflow: hidden;
  font-family: "Pridi", sans-serif;
  font-weight: 600;
  font-size: 34px;
  text-transform: uppercase;
  background-color: #FFDC00;
}

.marquee__inner {
  display: flex;
}

.marquee__line {
  flex-shrink: 0;
  margin: 0;
  padding: 10px 15px;
  min-width: 100%;
  white-space: nowrap;
  animation-name: marqueeLine;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes marqueeLine {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.indication__circle textPath {
  animation: run 20s 0s infinite linear;
}
.hero__arrow textPath {
  animation: run 20s 0s infinite linear;
}
.split__buttons.center{
  justify-content: center;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms;
  display: none;
  z-index: 10;
  background: #ffffffd6;
  overflow: hidden;
  justify-content: center;
}
.overlay.showbb{
  display: flex !important;
}
.overlay.showbb .partners-popup{
  display: block !important;
  top: 15%;
}
.popup_shown{
  overflow: hidden;
}


.play-icon {
    display: block !important;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    top: auto;
    right: 0;
    margin: 1%;
    width: 4%;
    position: fixed;
}

.play-icon img{
    max-width: 3vw;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media(max-width: 1024px){

    .play-icon img{
        max-width: 10vw;
    }
    .play-icon {
        width: 10%;
    }
}
.swiper-scrollbar{
  cursor: pointer !important;
}

@media screen and (min-width: 768px) {
  .collapsible ul li{
          margin-bottom: 0.5vw;
  }
  .swiper-scrollbar {
    height: 2vw;
}
.swiper-scrollbar:before {
    top: 6%;
}
html[dir="rtl"] .join__form .inputs-wrapper .w-50{
  margin-right: 2vw;
}
}


.cards__section {
  padding: 4.89583vw 0 7.8125vw;
  border-top: 1px solid var(--color-gray_300);
}

@media screen and (max-width: 768px) {
  .cards__section {
    padding: 8vw 0 19.73333vw;
    border-top: 0;
  }
}

.cards__section .container {
  width: 100%;
  padding: 0 5.20833vw 0 5.78125vw;
}

@media screen and (max-width: 768px) {
  .cards__section .container {
    padding: 0 6vw;
  }
}

.cards__section-title {
  font-size: 3.64583vw;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cards__section-title {
    font-size: 8.66667vw;
  }
}

.cards__section-text {
  text-align: center;
  font-size: 1.25vw;
  margin-top: 0.3125vw;
}

@media screen and (max-width: 768px) {
  .cards__section-text {
    font-size: 4vw;
    margin-top: 1em;
  }
}

.cards__section .cards__list {
  margin-top: 3.90625vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125vw 4.16667vw;
}

@media screen and (max-width: 768px) {
  .cards__section .cards__list {
    margin-top: 9.33333vw;
    padding: 0 6vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.33333vw;
  }
}

.cards__section .card__item {
  background-color: #F9F9F9;
  border-radius: 0.52083vw;
  padding: 4.0625vw 2.08333vw 2.91667vw 0.625vw;
  height: 25.88542vw;
  -webkit-box-shadow: 1.45833vw 2.08333vw 1vw 0 rgba(0, 0, 0, 0.08);
          box-shadow: 1.45833vw 2.08333vw 1vw 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  .cards__section .card__item {
    border-radius: 1.33333vw;
    padding: 10vw 6.4vw 18.66667vw 5.06667vw;
    height: auto;
    -webkit-box-shadow: 3.73333vw 5.33333vw 2vw 0 rgba(0, 0, 0, 0.08);
            box-shadow: 3.73333vw 5.33333vw 2vw 0 rgba(0, 0, 0, 0.08);
  }
}

.cards__section .card__item-icon {
  max-width: 3.80208vw;
  margin-bottom: 0.52083vw;
}

@media screen and (max-width: 768px) {
  .cards__section .card__item-icon {
    max-width: 13.33333vw;
    margin-bottom: 2.13333vw;
  }
}

.cards__section .card__item-title {
  font-size: 1.82292vw;
  font-weight: 700;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .cards__section .card__item-title {
    font-size: 7.33333vw;
  }
}

.cards__section .card__item-content p {
  line-height: 1.66;
}

.cards__section .card__item-content p:not(:last-child) {
  margin-bottom: 1em;
}
[lang="ru-RU"] .wivlists__section .wivlists__items ul li::before{
  content: unset !important;
}
