:root {
  --text-black: #000;
  --text-white: #fff;
  --text-blue: #5674ff;
  --text-pink: #ffb1c1;
  --bg-color-white: #fff;
  --bg-color-gray: #f2f2f2;
  --bg-color-1: #000;
  --bg-color-2: #f5f5f5;
  --border-color-1: #000;
  --border-color-2: #fff;
  /* Font families */
  --font-colbo: "COLBO", "Arial Hebrew", sans-serif;
  --font-opensans: "Open Sans Hebrew", "Arial Hebrew", sans-serif;
  --font-helvetica: "Helvetica Neue LT Pro", "Arial", sans-serif;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  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;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}



.text-18 {
  font-size: 18px;
}

.text-36 {
  font-size: 36px;
}

.text-36 p {
  line-height: 1.2;
}

.text-46 {
  font-size: 46px;
}

.text-46 p {
  line-height: 1.2;
}

@media (max-width: 767px) {
  .text-46 p {
    line-height: 1.1;
  }
}

.font-bold {
  font-weight: 700;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-50 {
  width: 50%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.gap-12 {
  gap: 12px;
}

.gap-y-12 {
  row-gap: 12px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-x-30 {
  column-gap: 30px;
}

.flex-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.align-center {
  -ms-flex-align: center;
  align-items: center;
}

.justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.flex-1 {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.-z-1 {
  z-index: -1;
}

.-z-2 {
  z-index: -2;
}

.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-100p {
  border-radius: 100%;
}

.opacity-25 {
  opacity: .25;
}

.pointer-none {
  pointer-events: none;
}

.header_absolute .b__header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--bg-color-1);
  color: var(--text-white);
}

.header_absolute .b__header .btn-control {
  border-color: var(--border-color-2);
}

.header_absolute .b__header .btn-control:hover {
  background-color: var(--bg-color-2);
  color: var(--text-black);
}

.header_absolute .b__header .btn-control:hover svg path {
  fill: var(--text-black);
}

.b__header {
  padding: 14px 0;
  z-index: 5;
  position: sticky;
  top: 0;
  background-color: #fff;
  transition: background-color .2s linear;
}

.b__header a {
  color: inherit;
}

.b__header .link-logo {
  display: inline-block;
  vertical-align: top;
}

.b__header .link-logo svg {
  display: block;
  height: auto;
}

.b__header .right-part {
  gap: 0 50px;
}

@media (max-width: 1199px) {
  .b__header .right-part {
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .b__header .header__menu {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .b__header .header__menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: var(--bg-color-1);
    padding: 100px 15px 30px;
    display: none;
  }
}

@media (max-width: 991px) {
  .b__header .menu {
    margin: 0 auto;
    max-width: 720px;
    font-size: 20px;
    margin: 0 -15px;
  }
}

@media (max-width: 991px) {
  .b__header .menu a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 64px;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .b__header .menu a:hover {
    font-weight: 800;
  }
}

.b__header .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.b__header .menu ul li {
  position: relative;
}

@media (min-width: 992px) {
  .b__header .menu .menu-item-has-children:hover>a {
    font-weight: 800;
  }
}

@media (max-width: 991px) {
  .b__header .menu .menu-item-has-children>a::after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0.5L1 5.5L6 10.5' stroke='white'/%3E%3C/svg%3E");
    width: 10px;
    height: 13px;
    margin-right: 8px;
  }
}

@media (max-width: 991px) {
  .b__header .menu .menu-item-has-children>a.active {
    background-color: var(--text-pink);
    color: #000;
    font-weight: 800;
  }
}

@media (max-width: 991px) {
  .b__header .menu .menu-item-has-children>a.active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.5L3 6.5L8 11.5' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
  }
}

.b__header .menu>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 40px;
}

@media (max-width: 1199px) {
  .b__header .menu>ul {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .b__header .menu>ul {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.b__header .menu>ul>li.menu-item-has-children {
  z-index: 1;
}

@media (min-width: 992px) {
  .b__header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: translateY(0);
  }
}

.b__header .menu>ul>li.menu-item-has-children .sub-menu {
  padding: 16px 20px;
  background-color: var(--bg-color-1);
  color: var(--text-white);
}

@media (min-width: 992px) {
  .b__header .menu>ul>li.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: -1;
    top: 100%;
    right: -20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(15px);
    transition: transform .2s linear, opacity .2s linear;
    display: block !important;
  }
}

@media (max-width: 991px) {
  .b__header .menu>ul>li.menu-item-has-children .sub-menu {
    display: none;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .b__header .menu>ul>li.menu-item-has-children .sub-menu::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
    z-index: -1;
  }
}

@media (max-width: 991px) {
  .b__header .menu>ul>li.menu-item-has-children .sub-menu>li {
    padding-right: 45px;
    position: relative;
  }
}

@media (max-width: 991px) {
  .b__header .menu>ul>li.menu-item-has-children .sub-menu>li::before {
    position: absolute;
    display: block;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: white;
    right: 39px;
    margin-top: -3px;
    top: 50%;
  }
}

.b__header .menu>ul>li.menu-item-has-children .sub-menu a {
  text-wrap: nowrap;
}

@media (max-width: 991px) {
  .b__header .menu>ul>li.menu-item-has-children .sub-menu a {
    text-wrap: unset;
  }
}

@media (min-width: 992px) {
  .b__header .menu>ul>li.menu-item-has-children .sub-menu a:hover {
    font-weight: 800;
    color: var(--text-pink);
  }
}

.b__header .btn-control {
  font-size: 30px;
  line-height: 1;
  min-height: 44px;
  padding: 3px 18px;
  border: 2px solid var(--border-color-1);
  border-radius: 100px;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 6px;
  transition: border-color .2s linear, background-color .2s linear, color .2s linear;
}

@media (max-width: 1199px) {
  .b__header .btn-control {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .b__header .btn-control {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .b__header .btn-control {
    font-size: 14px;
    width: 44px;
    min-height: 44px;
    padding: 0;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.b__header .btn-control .title {
  padding: 0 0 3px;
  position: relative;
}

@media (max-width: 991px) {
  .b__header .btn-control .title {
    padding: 0 0 4px;
  }
}

@media (max-width: 650px) {
  .b__header .btn-control .title {
    padding: 0 0 3px;
  }
}

@media (max-width: 500px) {
  .b__header .btn-control .title {
    padding: 0;
    line-height: .9;
    top: -1px;
    display: none;
  }
}

.b__header .btn-control .icon {
  position: relative;
}

@media (max-width: 500px) {
  .b__header .btn-control .icon {
    top: 0;
    margin: auto;
  }
}

.b__header .btn-control .icon,
.b__header .btn-control .icon svg {
  display: block;
}

.b__header .btn-control svg,
.b__header .btn-control svg path {
  transition: all .2s linear;
}

.menu_toggler {
  position: relative;
  border: none;
  padding: 0;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: none;
  z-index: 2;
  background-color: transparent;
  border-radius: 0;
}

@media (max-width: 991px) {
  .menu_toggler {
    display: block;
  }
}

.menu_toggler span {
  display: block;
  width: 24px;
  height: 3px;
  padding: 0;
  background: #000;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
  transform-origin: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.menu_toggler .toggler_top {
  top: 10px;
}

.menu_toggler .toggler_middle {
  top: 17px;
}

.menu_toggler .toggler_bottom {
  top: 24px;
}

.menu_toggler.menu-is-active span {
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.menu_toggler.menu-is-active span.toggler_top,
.menu_toggler.menu-is-active span.toggler_bottom {
  top: 17px;
}

.menu_toggler.menu-is-active span.toggler_top {
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_middle {
  opacity: 0;
  transform: rotate(135deg);
}

.menu_toggler.menu-is-active span.toggler_bottom {
  transform: rotate(225deg);
}

body.theme-dark .b__header {
  background-color: #000;
  color: var(--text-white);
}

@media (max-width: 991px) {
  body.theme-dark .b__header .header__menu {
    background-color: #000;
  }
}

body.theme-dark .b__header .btn-control {
  border-color: var(--border-color-2);
}

body.theme-dark .b__header .btn-control:hover {
  border-color: var(--border-color-2);
  background-color: var(--bg-color-2);
  color: var(--text-black);
}

body.theme-dark .b__header .btn-control:hover svg path {
  fill: var(--text-black);
}

body.theme-dark .b__header .menu>ul>li.menu-item-has-children .sub-menu {
  background-color: #000;
  color: var(--text-white);
}

@media (min-width: 992px) {
  body.theme-dark .b__header .menu>ul>li.menu-item-has-children .sub-menu a:hover {
    color: var(--text-pink);
  }
}

body.theme-dark .b__header .menu_toggler span {
  background-color: #fff;
}

body.theme-white .b__header {
  background-color: #fff;
  color: var(--text-black);
}

@media (max-width: 991px) {
  body.theme-white .b__header .header__menu {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  body.theme-white .b__header .menu .menu-item-has-children>a.active {
    background-color: var(--text-blue);
    color: #fff;
  }
}

@media (max-width: 991px) {
  body.theme-white .b__header .menu>ul>li.menu-item-has-children .sub-menu>li::before {
    background-color: #000;
  }
}

@media (max-width: 991px) {
  body.theme-white .b__header .menu .menu-item-has-children>a.active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='13' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.5L3 6.5L8 11.5' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
  }
}

body.theme-white .b__header .btn-control {
  border-color: var(--border-color-1);
}

body.theme-white .b__header .btn-control:hover {
  border-color: var(--border-color-1);
  background-color: var(--bg-color-1);
  color: var(--text-white);
}

body.theme-white .b__header .btn-control:hover svg path {
  fill: var(--text-white);
}

body.theme-white .b__header .menu>ul>li.menu-item-has-children .sub-menu {
  background-color: #fff;
  color: var(--text-black);
}

@media (min-width: 992px) {
  body.theme-white .b__header .menu>ul>li.menu-item-has-children .sub-menu a:hover {
    color: var(--text-blue);
  }
}

body.theme-white .link-logo svg path,
body.theme-white .jsImgSvg-link svg path,
body.theme-white .btn-control svg path {
  fill: var(--text-black);
}

body.theme-white .btn-control {
  border-color: var(--border-color-1);
}

body.theme-white .btn-control:hover {
  border-color: var(--text-black);
  background-color: var(--text-black);
  color: var(--text-white);
}

body.theme-white .btn-control:hover svg path {
  fill: var(--text-white);
}

@media (max-width: 991px) {
  * {
    outline: 0 !important;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: 'COLBO', 'Arial Hebrew', sans-serif;
  color: var(--text-black);
  min-width: 320px;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  body {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

body.menuopen {
  overflow: hidden;
}

body.no_footer .b-footer {
  display: none;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1360px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 400;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h2 {
  font-size: 66px;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 46px;
  }
}

h3 {
  font-size: 46px;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  h3 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

p {
  margin: 0;
  line-height: 1.5;
}


p:not(:last-child) {
  /* margin-bottom: 20px; */
}


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

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

@media (max-width: 991px) {

  input,
  textarea,
  select,
  select:focus {
    font-size: 16px;
  }
}

.btn-reset {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
  transition: all .1s linear;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 165px;
}

.btn:hover,
.btn:focus {
  box-shadow: none;
}

.btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.btn:disabled:hover {
  opacity: .5;
}

.btn_template {
  color: #fff;
  border-color: #537737;
  background-color: #537737;
}

.btn_template:focus {
  color: #fff;
}

.btn_template:active {
  color: #fff;
}

.btn_template:hover {
  background-color: transparent;
  color: #537737;
}

.second_font {
  font-family: 'Open Sans Hebrew', 'Arial Hebrew', sans-serif;
}

video {
  max-width: 100%;
}

.theme-black {
  color: var(--text-white);
}

.theme-black .bg-section {
  background-color: var(--bg-color-1);
}

.bg-black {
  background-color: var(--bg-color-1);
}

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

.bg-gray {
  background-color: var(--bg-color-gray);
}

.text-white {
  color: var(--text-white);
}

.text-blue {
  color: var(--text-blue);
}

.container-2 {
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-654 {
  max-width: 654px;
}

.max-width-876 {
  max-width: 876px;
}

.max-width-976 {
  max-width: 976px;
}

.section {
  padding: 50px 0;
}

input.form_control,
textarea.form_control {
  -webkit-appearance: none;
}

.form_control {
  width: 100%;
}

textarea.form_control {
  display: block;
  resize: none;
}

.icon_in_middle {
  position: relative;
}

.icon_in_middle img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 90%;
  max-width: 90%;
}

.image_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-32 {
  width: 32px;
  height: 32px;
}

.button-next,
.button-prev {
  width: 50px;
  height: 50px;
}

.video-icon {
  width: 48px;
  height: 48px;
}

.section-decor-top,
.section-decor-bottom {
  left: 0;
  right: 0;
}

.section-decor-top img,
.section-decor-bottom img {
  width: 100%;
}

.section-decor-top {
  bottom: calc(100% - 4px);
}

@media (max-width: 991px) {
  .section-decor-top {
    bottom: calc(100% - 1px);
  }
}


.section-decor-bottom {
  top: calc(100% - 4px);
}

.b_single-content .title_wrapper:not(:last-child) {
  margin-bottom: 32px;
}

.b_single-content .title_wrapper h1,
.b_single-content .title_wrapper h2 {
  font-size: 66px;
  line-height: 0.9;
}

@media (max-width: 1199px) {

  .b_single-content .title_wrapper h1,
  .b_single-content .title_wrapper h2 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {

  .b_single-content .title_wrapper h1,
  .b_single-content .title_wrapper h2 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {

  .b_single-content .title_wrapper h1,
  .b_single-content .title_wrapper h2 {
    font-size: 42px;
    line-height: 1;
  }
}

.b_single-content .content__wrapper ul {
  padding: 0 20px 0 0;
}

.b_single-content .content__wrapper a {
  color: #5674ff;
  text-decoration: underline;
}

.b_single-content.copyright-policy-page h1 {
  text-align: left;
}

.b_single-content.copyright-policy-page .title_wrapper h1 .hebrew-title {
  font-family: var(--font-colbo);
  display: block;
  text-align: left;
}

.b_single-content.copyright-policy-page .title_wrapper h1 .english-title {
  font-family: var(--font-helvetica);
  font-weight: 700;
}

.b_single-content.copyright-policy-page ul {
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 0;
}

.b_single-content.copyright-policy-page ul li {
  margin-bottom: 12px;
  position: relative;
  list-style-type: disc;
  list-style-type: none;
}

.b_single-content.copyright-policy-page ul li:before {
  content: "\2022";
  font-size: 25px;
  position: absolute;
  left: -22px;
  top: 0px;
}

.b__main-banner .bg-section {
  min-height: 100vh;
}

@media (max-height: 600px) {
  .b__main-banner .bg-section {
    min-height: 550px;
  }
}

@media (max-width: 991px) {
  .b__main-banner .bg-section {
    min-height: unset;
    aspect-ratio: 16/11;
  }
}

@media (max-width: 650px) {
  .b__main-banner .bg-section {
    aspect-ratio: unset;
    min-height: 300px;
  }
}

@media (max-width: 650px) {
  .b__main-banner .bg-section img {
    position: absolute;
  }
}

.b__main-banner .bg-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.b__main-banner .main-banner h1 {
  font-weight: 900;
  text-shadow: 0px 4px 25px rgba(0, 0, 0, 0.75);
  font-size: 150px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .b__main-banner .main-banner h1 {
    font-size: 100px;
  }
}

@media (max-width: 991px) {
  .b__main-banner .main-banner h1 {
    font-size: 60px;
  }
}

@media (max-width: 650px) {
  .b__main-banner .main-banner h1 {
    font-size: 50px;
  }
}

.b__main-banner .content__wrapper {
  padding: 50px 0 20vh;
}

@media (max-width: 991px) {
  .b__main-banner .content__wrapper {
    padding: 20px 0 15vw;
  }
}

@media (max-width: 650px) {
  .b__main-banner .content__wrapper {
    padding: 20px 0 18vw;
  }
}

.b__head-banner .bg-decor video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b__head-banner .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  min-height: 734px;
}

@media (max-width: 991px) {
  .b__head-banner .section_content {
    min-height: 450px;
  }
}

@media (max-width: 500px) {
  .b__head-banner .section_content {
    min-height: 400px;
  }
}

.b__head-banner .head-title,
.b__head-banner .head-title h1 {
  font-size: 150px;
  font-weight: 900;
  line-height: .85;
}

@media (max-width: 1300px) {

  .b__head-banner .head-title,
  .b__head-banner .head-title h1 {
    font-size: 120px;
  }
}

@media (max-width: 991px) {

  .b__head-banner .head-title,
  .b__head-banner .head-title h1 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {

  .b__head-banner .head-title,
  .b__head-banner .head-title h1 {
    font-size: 60px;
    line-height: .88;
  }
}

@media (max-width: 374px) {

  .b__head-banner .head-title,
  .b__head-banner .head-title h1 {
    font-size: 50px;
  }
}

.b__head-banner .head-title h1 {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.b_logo {
  padding: 90px 0 130px;
}

@media (max-width: 991px) {
  .b_logo {
    padding: 50px 0 90px;
  }
}

.b_logo .content {
  padding: 0 50px;
}

.b_logo .content img {
  margin: 0 auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 262px;
}

@media (max-width: 991px) {
  .b_logo .content img {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .b_logo .content img {
    max-width: 126px;
  }
}

.b__animation-content.theme-black .animation-text-end {
  display: none;
}

.b__animation-content.theme-black .decor svg {
  opacity: .25;
}

.b__animation-content:not(.theme-black) .animation-text-start {
  display: none;
}

.b__animation-content .content__wrapper {
  transition: opacity .4s ease-in-out;
}

.b__animation-content .bg-section {
  transition: background-color .3s linear;
}

.b__animation-content .decor {
  position: absolute;
  top: 15%;
  right: 50%;
}

.b__animation-content .bg-video {
  top: 15%;
  bottom: 0;
  left: 0;
  right: 0;
  direction: ltr;
}

@media (max-width: 991px) {
  .b__animation-content .bg-video {
    top: 50%;
  }
}

.b__animation-content .bg-video .video__wrapper {
  left: 0;
  right: 0;
  position: sticky;
  top: 50%;
  margin-bottom: -5%;
}

.b__animation-content .bg-video video {
  width: 100%;
  height: auto;
  transform: translateZ(0);

}

@media (max-width: 767px) {
  .b__animation-content .bg-video video {
    max-width: unset;
    width: 200vw;
  }
}

.b__animation-content .section__title:not(:last-child) {
  margin-bottom: 20px;
}

.b__animation-content .container-2 {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .b__animation-content .content-part {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .b__animation-content .content-part {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .b__animation-content .content-part {
    min-height: 120vh;
  }
}

.b__animation-content .content-part.min-height {
  padding-bottom: 100px;
  min-height: 100vh;
}

@media (max-width: 767px) {
  .b__animation-content .content-part.min-height {
    min-height: 120vh;
  }
}

.b__animation-content .top-sticky {
  position: sticky;
  top: 10vw;
}

@media (max-width: 991px) {
  .b__animation-content .top-sticky {
    top: 14vw;
  }
}

@media (max-width: 767px) {
  .b__animation-content .top-sticky {
    top: 100px;
  }
}

.b__animation-content.style_2 .content__wrapper:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.b__animation-content.style_2 .bg-section .decor {
  top: unset;
  bottom: -10%;
  right: -10%;
}


@media (max-width: 991px) {
  .b__animation-content.style_2 .bg-section .decor {
    top: unset;
    bottom: -10%;
    right: 0;
    transform: translateX(60%);
  }
}

@media (max-width: 991px) {
  .b__animation-content.style_2 .content-part {
    font-size: 35px;
  }
}

.b__animation-content.style_3 .bg-image .image {
  position: sticky;
  top: 0;
  height: 100vh;
}

@media (max-width: 991px) {
  .b__animation-content.style_3 .bg-image .image {
    opacity: 0.5;
  }
}

.b__animation-content.style_3 .bg-image .image img {
  height: 100%;
  object-fit: cover;
}

.b__animation-content.style_3 .bg-section .decor {
  top: 0;
}

@media (max-width: 991px) {
  .b__animation-content.style_3 .container-2 {
    padding-top: 30px;
  }
}

@media (max-width: 1600px) {
  .b__animation-content.style_3 .content-part {
    padding: 0 50px 50px;
  }
}

@media (max-width: 1400px) {
  .b__animation-content.style_3 .content-part {
    padding: 0 150px 50px;
  }
}

@media (max-width: 991px) {
  .b__animation-content.style_3 .content-part {
    padding: 0 100px 50px;
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .b__animation-content.style_3 .content-part {
    padding: 0 20px;
  }
}

.b__animation-content.style_3 .content__wrapper:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

@media (max-width: 991px) {
  .b__animation-content.style_3 .content__wrapper:not(:first-child) {
    /* margin-top: 30px; */
  }
}

.b__animation-content .animation-right .media-block,
.b__animation-content .animation-left .media-block,
.b__animation-content .animation-center .media-block {
  overflow: hidden;
}

.b__animation-content .all-animation__wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b__animation-content .all-animation {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  overflow: hidden;
}

@media (max-width: 991px) {
  .b__animation-content .all-animation {
    height: auto;
    min-height: calc(100dvh - 72px);
    top: 72px;
    z-index: 0;
    opacity: 0.5;
  }
}

.b__animation-content .all-animation img {
  max-height: 38vh;
  max-width: 20vw;
}

@media (max-width: 991px) {
  .b__animation-content .all-animation img {
    max-width: 40vw;
  }
}

.b__animation-content .all-animation .animation-right,
.b__animation-content .all-animation .animation-left {
  max-width: 30%;
}

.b__animation-content .animation-right {
  right: 0;
}

.b__animation-content .a_right_top {
  top: 10%;
  transform: translate(5%, 0);
}

@media (max-width: 991px) {
  .b__animation-content .a_right_top {
    top: 1%;
  }
}

.b__animation-content .a_right_top img {
  transform: translate(100%, 0);
}

@media (max-width: 991px) {
  .b__animation-content .a_right_top img {}
}

.b__animation-content .a_right_top .media-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.b__animation-content .a_right_bottom {
  bottom: 20%;
  transform: translate(30%, 0);
}

.b__animation-content .a_right_bottom img {
  transform: translate(100%, 0);
}

@media (max-width: 991px) {
  .b__animation-content .a_right_bottom img {}
}

.b__animation-content .a_right_bottom .media-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.b__animation-content .animation-left {
  left: 0;
}

.b__animation-content .a_left_top {
  top: 10%;
  transform: translate(-20%, 0);
}

@media (max-width: 991px) {
  .b__animation-content .a_left_top {
    top: 1%;
    transform: translate(-50%, 0);
  }
}

.b__animation-content .a_left_top img {
  transform: translate(-100%, 0);
}

@media (max-width: 991px) {
  .b__animation-content .a_left_top img {}
}

@media (max-width: 767px) {
  .b__animation-content .animation-left.a_left_bottom {
    max-width: 40%;
  }
}

.b__animation-content .a_left_bottom {
  bottom: 13%;
  transform: translate(-15%, 0);
}

@media (max-width: 767px) {
  .b__animation-content .a_left_bottom {
    transform: translate(0, 0);
  }
}

.b__animation-content .a_left_bottom img {
  max-width: 27vw;
  transform: translate(-100%, 0);
}

@media (max-width: 991px) {
  .b__animation-content .a_left_bottom img {}
}

@media (max-width: 767px) {
  .b__animation-content .a_left_bottom img {
    /* transform: none; */
    max-width: 50vw;
    max-height: 45vh;
  }
}

.b__animation-content .animation-center {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  text-align: center;
}

.b__animation-content .animation-center img {
  max-height: 30vh;
  margin: 0 auto;
  transform: translate(0, 100%);
}

@media (max-width: 991px) {
  .b__animation-content .animation-center img {}
}

.b__animation-content.style_4 {
  padding-bottom: 25vh;
}

@media (max-width: 767px) {
  .b__animation-content.style_4 {
    padding-bottom: 25vh;
  }
}

.b__animation-content.style_4 .bg-section .decor {
  position: absolute;
  top: unset;
  bottom: -15%;
  left: 60%;
  right: unset;
  transform: none;
}

.b__animation-content.style_4 .bg-section .decor img {
  max-width: unset;
}

@media (max-width: 991px) {
  .b__animation-content.style_4 .bg-section .decor {
    bottom: 35%;
  }

  .b__animation-content.style_4 .bg-section .decor img {
    max-width: 100vw;
  }
}

.b__animation-content.style_4 .content-part {
  min-height: unset;
}

.b__animation-content.style_4 .custom-container:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .b__animation-content.style_4 .custom-container:not(:last-child) {
    margin-bottom: 60px;
  }
}

.b__banner .video-link:hover .video-icon {
  transform: scale(1.2);
}

.b__banner .video-icon {
  margin: auto;
  transition: all .2s linear;
}

.b__banner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.b__columns-section {
  /* z-index: 2; */
}

.b__columns-section.has-decor+div {
  padding-top: 150px;
}

@media (max-width: 991px) {
  .b__columns-section.has-decor+div {
    padding-top: 80px;
  }
}

.b__columns-section.style-2 .columns {
  max-width: 870px;
  margin: 0 auto;
}

.b__columns-section .decor {
  left: 0;
  right: 0;
  top: 100%;
  margin-bottom: -3px;
  pointer-events: none;
}

.b__columns-section .decor img {
  width: 100%;
}

.b__columns-section .column {
  width: calc(50% - 15px);
}

@media (max-width: 991px) {
  .b__columns-section .column {
    width: 100%;
  }
}

.b__columns-section .media-block {
  background-color: var(--bg-color-2);
  padding: 30px;
  min-height: 344px;
}

.b__columns-section .content-part h2 {
  line-height: .9;
}

.b__columns-section .section__title {
  margin-top: -7px;
}

.b__columns-section .section__title:not(:last-child) {
  margin-bottom: 35px;
}

.b__links-decor {
  z-index: 1;
}

.b__links-decor .bg-section .decor {
  top: unset;
  bottom: -20%;
}



@media (max-width: 767px) {
  .b__links-decor .bg-section .decor {
    bottom: unset;
    top: 20%;
    left: 30%;
  }
}

.b__links-decor .bg-section .decor img {
  object-fit: unset;
  max-width: unset;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .b__links-decor .bg-section .decor img {
    max-width: 100vw;
  }
}

.b__links-decor .logo__wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .b__links-decor .logo__wrapper {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .b__links-decor .logo__wrapper {
    max-width: 126px;
  }
}

.b__links-decor .logo__wrapper:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .b__links-decor .logo__wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}

.b__links-decor .logo__wrapper img {
  margin: 0 auto;
}

.b__links-decor .columns__wrapper {
  gap: 24px;
}

.b__links-decor .columns__wrapper .column {
  width: calc(50% - 12px);
}

@media (max-width: 991px) {
  .b__links-decor .columns__wrapper .column {
    width: 100%;
  }
}

.b__links-decor .links-decor {
  padding: 80px 0 120px;
}

@media (max-width: 991px) {
  .b__links-decor .links-decor {
    padding: 0;
  }
}

.b__links-decor .block__info {
  font-size: 66px;
}

@media (max-width: 1199px) {
  .b__links-decor .block__info {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .b__links-decor .block__info {
    font-size: 46px;
  }
}

.b__links-decor .block__info__inner {
  max-width: 420px;
  margin-right: auto;
}

@media (max-width: 991px) {
  .b__links-decor .block__info__inner {
    margin: 0 auto;
  }
}

.b__links-decor .block__info p {
  line-height: 0.85;
}

@media (max-width: 1199px) {
  .b__links-decor .block__info p {
    line-height: 1;
  }
}

.b__links-decor .block__links {
  max-width: 474px;
}

@media (max-width: 991px) {
  .b__links-decor .block__links {
    margin: 0 auto;
  }
}

@media (max-width: 830px) {
  .b__links-decor .block__links {
    max-width: 450px;
  }
}

.b__links-decor .block__links:not(:first-child) {
  margin-top: 70px;
}

@media (max-width: 830px) {
  .b__links-decor .block__links:not(:first-child) {
    margin-top: 30px;
  }
}

.b__links-decor .links__list {
  -ms-flex-pack: center;
  justify-content: center;
}

.b__links-decor .links__list .decor .static,
.b__links-decor .links__list .decor .hover {
  transition: all 0.2s linear;
}

.b__links-decor .links__list .decor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.b__links-decor .links__list .decor .hover {
  opacity: 0;
  visibility: hidden;
}

.b__links-decor .link__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 126px;
  width: 100%;
  padding: 10px 35px;
  padding-left: 20px;
  padding-right: 45px;
  counter-increment: req;
  color: var(--text-white);
}

.b__links-decor .link__item p {
  margin-right: -15px;
}

@media (max-width: 1350px) {
  .b__links-decor .link__item {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .b__links-decor .link__item {
    min-height: 100px;
    font-size: 14px;
    padding: 25px 30px;
  }
}

.b__links-decor .link__item:not(:first-child) {
  margin-top: -9px;
}

@media (max-width: 1199px) {
  .b__links-decor .link__item:not(:first-child) {
    margin-top: -12px;
  }
}

.b__links-decor .link__item:nth-child(2) {
  z-index: 2;
}

.b__links-decor .link__item:last-child {
  margin-top: -16px;
}

@media (max-width: 1199px) {
  .b__links-decor .link__item:last-child {
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
  .b__links-decor .link__item:last-child {
    margin-top: -18px;
  }
}

@media (min-width: 992px) {
  .b__links-decor .link__item:hover {
    color: var(--text-black);
  }
}

@media (min-width: 992px) {
  .b__links-decor .link__item:hover .static {
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .b__links-decor .link__item:hover .hover {
    opacity: 1;
    visibility: visible;
  }
}

.b__links-decor .link__item .link__title {
  margin-bottom: 4px;
}

.b__links-decor .link__item h3 {
  font-size: 46px;
  line-height: 1;
}

@media (max-width: 1350px) {
  .b__links-decor .link__item h3 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .b__links-decor .link__item h3 {
    font-size: 35px;
  }
}

@media (max-width: 374px) {
  .b__links-decor .link__item h3 {
    font-size: 30px;
  }
}

.b__links-decor .link__item h3:before {
  content: counter(req) ". ";
  margin-left: 20px;
}

.b__media:last-child {
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .b__media:last-child {
    padding-bottom: 80px;
  }
}

.b__media .media:not(:first-child) {
  margin-top: 40px;
}

.b__media .media__slider.swiper-initialized {
  padding: 0 12.5%;
}

@media (max-width: 1199px) {
  .b__media .media__slider.swiper-initialized {
    padding: 0;
  }
}

.b__media .swiper-slide {
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b__media .swiper-slide:not(.swiper-slide-visible) {
  pointer-events: none;
}

.b__media .swiper-slide:not(.swiper-slide-visible) .media__inner {
  opacity: .5;
}

.b__media .media__block {
  padding: 12px;
  display: block;
  color: inherit;
  min-height: 433px;
}

@media (max-width: 991px) {
  .b__media .media__block {
    min-height: unset;
  }
}


.b__media .media__block:hover,
.b__media .media__block:focus{
    color: var(--text-black); 
}

.b__media .media__block:hover .thumbnail img,
.b__media .media__block:focus .thumbnail img{
    filter: grayscale(0%);
}

.b__media .media__block:hover .block__decor>img,
.b__media .media__block:focus .block__decor>img{
    opacity: 0;
    visibility: hidden;
}

.b__media .media__block:hover .hover,
.b__media .media__block:focus .hover{
    opacity: 1;
    visibility: visible;
}

.b__media .thumbnail img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.b__media .block__decor img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  max-width: unset;
  object-fit: cover;
}

.b__media .block__decor .hover {
  opacity: 0;
  visibility: hidden;
}

.b__media .thumbnail {
  margin-bottom: 15px;
}

.b__media .button-next,
.b__media .button-prev {
  z-index: 1;
  top: 50%;
  margin-top: -25px;
}

.b__media .button-next {
  left: 0;
  transform: translateX(-200%);
}

@media (max-width: 1570px) {
  .b__media .button-next {
    transform: translateX(-15px);
  }
}

.b__media .button-prev {
  right: 0;
  transform: translateX(200%);
}

@media (max-width: 1570px) {
  .b__media .button-prev {
    transform: translateX(15px);
  }
}

.b__our-team {
  padding-top: 115px;
}

@media (max-width: 991px) {
  .b__our-team {
    padding-top: 80px;
  }
}

@media (max-width: 500px) {
  .b__our-team {
    padding-top: 60px;
  }
}

.b__our-team:last-of-type {
  padding-bottom: 200px;
}

@media (max-width: 991px) {
  .b__our-team:last-of-type {
    padding-bottom: 80px;
  }
}

.b__our-team .section__title:not(:last-child) {
  margin-bottom: 80px;
}

.b__our-team .section__title,
.b__our-team .section__title h2 {
  font-weight: 900;
}

.b__our-team .team__list {
  max-width: 864px;
}

@media (max-width: 650px) {
  .b__our-team .team__row {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }
}

.b__our-team .team__row:not(:last-child) {
  margin-bottom: 60px;
}

.b__our-team .team__image {
  width: 180px;
}

.b__our-team .team__content {
  -ms-flex: 1;
  flex: 1;
  padding-right: 120px;
}

@media (max-width: 991px) {
  .b__our-team .team__content {
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .b__our-team .team__content {
    padding-right: 20px;
  }
}

@media (max-width: 650px) {
  .b__our-team .team__content {
    padding: 0;
  }
}

.b__our-team .team__content .title:not(:last-child) {
  margin-bottom: 16px;
}

.b__our-team .team__content .content h3:not(:last-child) {
  margin-bottom: 16px;
}

.b_landing-start {
  padding-top: 170px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .b_landing-start {
    padding-top: 100px;
  }
}

.b_landing-start .section__title:not(:last-child) {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .b_landing-start .section__title:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .b_landing-start .section__title {
    text-align: right;
    padding: 0 35px;
  }
}

.b_landing-start .section__title,
.b_landing-start .section__title h2 {
  line-height: .8;
}

@media (max-width: 767px) {

  .b_landing-start .section__title,
  .b_landing-start .section__title h2 {
    font-size: 46px;
  }
}

.b_landing-start .content-part {
  max-width: 654px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .b_landing-start .content-part {
    text-align: right;
    padding: 0 35px;
  }
}

.b_landing-start .sticky-part__images {
  z-index: 1;
  pointer-events: none;
}

.b_landing-start .sticky-part__images .left__image,
.b_landing-start .sticky-part__images .right__image {
  position: absolute;
  z-index: -1;
  top: 0;
  max-width: 35%;
}

@media (max-width: 767px) {

  .b_landing-start .sticky-part__images .left__image,
  .b_landing-start .sticky-part__images .right__image {
    max-width: 80%;
  }
}

.b_landing-start .sticky-part__images .left__image img,
.b_landing-start .sticky-part__images .right__image img {
  position: relative;
}

@media (max-width: 767px) {

  .b_landing-start .sticky-part__images .left__image img,
  .b_landing-start .sticky-part__images .right__image img {
    max-width: unset;
    max-height: 90vh;
  }
}

.b_landing-start .sticky-part__images .left__image {
  left: -20px;
}

@media (max-width: 767px) {
  .b_landing-start .sticky-part__images .left__image {
    left: unset;
    right: 52%;
  }
}

.b_landing-start .sticky-part__images .right__image {
  right: -20px;
}

@media (max-width: 767px) {
  .b_landing-start .sticky-part__images .right__image {
    right: unset;
    left: 52%;
  }
}

.b_landing-start .sticky-part__wrapper:not(:first-child) {
  margin-top: 90px;
}

.b_landing-start .sticky-part__title {
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.b_landing-start .sticky-part__title.active {
  opacity: 1;
}

.b_landing-start .sticky-part__title h2 {
  font-size: clamp(3.75rem, calc(0.523rem + 7.377vw), 9.375rem);
  font-weight: 900;
  line-height: .8;
}

.b_landing-start .sticky-part__steps {
  max-width: 876px;
  position: relative;
  padding-top: 50vh;
  width: 100%;
  text-align: center;
}

.b_landing-start .sticky-part .step__row {
  width: 100%;
  font-size: 46px;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 1500px) {
  .b_landing-start .sticky-part .step__row {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .b_landing-start .sticky-part .step__row {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .b_landing-start .sticky-part .step__row {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .b_landing-start .sticky-part .step__row {
    font-size: 30px;
    padding: 0 15px;
  }
}

.b_landing-start .sticky-part .step__row.active {
  opacity: 1;
}

@media (max-width: 767px) {
  .b_landing-start .sticky-part .step__row.style-2 {
    padding: 0;
  }
}

.b_landing-start .sticky-part .step__row .content {
  width: 100%;
}

.b_landing-start .sticky-part .step__row p {
  line-height: 1;
}

.b_landing-start .sticky-part .step__row img {
  margin: 20px 0;
}

.b_landing-start .sticky-part .step__row img:last-child {
  margin-bottom: 0;
}

.b_landing-start .sticky-part .step__row:last-child {
  font-size: 24px;
  text-align: center;
  font-family: 'Open Sans Hebrew';
}

.b_landing-start .sticky-part .step__row:last-child img {
  max-height: 45vh;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .b_landing-start .sticky-part .step__row:last-child img {
    max-height: 40vh;
  }
}

.b_landing-start .bottom-space {
  height: 50vh;
}

.b_landing-section-2 .grid-decor {
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_landing-section-2 .grid-decor .decor {
  z-index: 1;
  position: absolute;
  right: calc(50% + 100px);
  top: 2%;
  max-width: calc(50% - 100px);
}

@media (max-width: 767px) {
  .b_landing-section-2 .grid-decor .decor {
    right: 50%;
    max-width: unset;
  }
}

@media (max-width: 767px) {

  .b_landing-section-2 .grid-decor .decor svg,
  .b_landing-section-2 .grid-decor .decor img {
    max-width: 85vw;
    height: auto;
  }
}

.b_landing-section-2 .grid-decor-2 {
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.b_landing-section-2 .grid-decor-2 .decor {
  z-index: 1;
  position: absolute;
  left: calc(100% - 10vw);
  top: 50%;
}

@media (max-width: 767px) {
  .b_landing-section-2 .grid-decor-2 .decor {
    left: 50%;
  }
}

@media (max-width: 500px) {
  .b_landing-section-2 .grid-decor-2 .decor {
    left: 10%;
    top: 58%;
  }
}

.b_landing-section-2 .grid-decor-2 .decor svg,
.b_landing-section-2 .grid-decor-2 .decor img {
  max-width: unset;
}

@media (max-width: 767px) {

  .b_landing-section-2 .grid-decor-2 .decor svg,
  .b_landing-section-2 .grid-decor-2 .decor img {
    max-width: 85vw;
    height: auto;
  }
}

@media (max-width: 1500px) {
  .b_landing-section-2 .top-text {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .b_landing-section-2 .top-text {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .b_landing-section-2 .top-text {
    font-size: 35px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .b_landing-section-2 .top-text {
    padding: 0 15px 30px;
  }
}

.b_landing-section-2 .top-text .decor {
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: -3px;
}

.b_landing-section-2 .top-text .text-container {
  padding: 50px 0 80px;
}

@media (max-width: 991px) {
  .b_landing-section-2 .top-text .text-container {
    padding: 50px 0 0;
  }
}

.b_landing-section-2 .top-text .text-container p {
  line-height: 1.1;
}

@media (max-width: 991px) {
  .b_landing-section-2 .center-text {
    font-size: 20px;
  }
}

.b_landing-section-2 .center-text .section__title {
  position: relative;
}

.b_landing-section-2 .center-text .section__title:not(:last-child) {
  margin-bottom: 20px;
}

.b_landing-section-2 .center-text .content-part {
  padding: 60px 0;
}

@media (max-width: 991px) {
  .b_landing-section-2 .center-text .content-part {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .b_landing-section-2 .center-text .content-part {
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .b_landing-section-2 .bottom-text {
    font-size: 20px;
  }
}

.b_landing-section-2 .bottom-text .decor {
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -5px;
}

.b_landing-section-2 .bottom-text .bg-image img {
  object-position: center bottom;
}

.b_landing-section-2 .bottom-text .text-container {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .b_landing-section-2 .bottom-text .text-container {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .b_landing-section-2 .bottom-text .text-container .content-part {
    padding: 0 15px;
  }
}

.b_landing-section-2 .bottom-text .section__title {
  margin-top: -7px;
}

@media (max-width: 991px) {
  .b_landing-section-2 .bottom-text .section__title {
    margin: 0 0 5px;
  }
}

@media (max-width: 767px) {
  .b_landing-section-2 .bottom-text .section__title {
    max-width: 330px;
  }
}

.b_landing-section-2 .bottom-text .section__title,
.b_landing-section-2 .bottom-text .section__title h2 {
  line-height: .85;
}

.b_landing-section-2 .bottom-text .column {
  width: calc(50% - 15px);
}

@media (max-width: 991px) {
  .b_landing-section-2 .bottom-text .column {
    width: 100%;
  }
}

.b_landing-section-2 .decor-bottom {
  margin-top: -3px;
}

.section-100vh {
  overflow: hidden;
  min-height: 100dvh;
}

@media (max-width: 767px) {
  .section-100vh {
    min-height: 99vh;
  }
}

.section-100vh .bg-deror {
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
}

.section-100vh .bg-deror video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .section-100vh .inner__content {
    padding: 0 15px;
  }
}

.section-100vh .landing__inner {
  min-height: 105vh;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .section-100vh .landing__inner {
    padding: 50px 0;
  }
}

.section-100vh .fixed-title {
  line-height: 56px;
  color: #e6e7e8;
  opacity: 0.75;
  padding: 0 0 30px;
  position: relative;
}

@media (max-width: 767px) {
  .section-100vh .fixed-title {
    padding: 0 0 20px;
  }
}

.section-100vh .fixed-title,
.section-100vh .fixed-title h2,
.section-100vh .fixed-title h3 {
  font-weight: 900;
  font-size: 66px;
  margin: 0;
}

@media (max-width: 1199px) {

  .section-100vh .fixed-title,
  .section-100vh .fixed-title h2,
  .section-100vh .fixed-title h3 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {

  .section-100vh .fixed-title,
  .section-100vh .fixed-title h2,
  .section-100vh .fixed-title h3 {
    font-size: 46px;
  }
}

.section-100vh .content-wrapper {
  position: relative;
  overflow: hidden;
  transition: none;
  will-change: height;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  overflow: hidden;
  align-items: end;
  justify-content: flex-end;
  margin-top: auto;
}

.section-100vh .content-part.max-width {
  max-width: 654px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 767px) {
  .section-100vh .content-part .title-wrapper h2 {
    padding-top: 25px;
  }
}

.section-100vh .media-block {
  border-radius: 20px;
  background: rgba(42, 42, 42, 0.45);
  padding: 40px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .section-100vh .media-block {
    padding: 20px;
  }
}

.section-100vh .media-block h2 {
  font-size: 32px;
}

.section-100vh .media-block h3 {
  font-size: 18px;
  font-weight: 700;
}

.section-100vh .media-block img:not(:first-child) {
  margin-top: 20px;
}

.section-100vh .media-block img:not(:last-child) {
  margin-bottom: 20px;
}

.b_landing-section-3 .gradiend {
  top: 0;
  bottom: 0;
  right: 0;
  width: 60%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0) 100%);
}

.b_landing-section-3 .light_overlay img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  height: unset;
  max-width: unset;
  height: 150%;
  width: 130%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .b_landing-section-3 .light_overlay img {
    object-position: 65% center;
    height: 100%;
  }
}

.b_landing-section-4 .gradiend {
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  background: linear-gradient(270deg, #000000 33.5%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}

@media (max-width: 767px) {
  .b_landing-section-4 .gradiend {
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    width: 200%;
    opacity: 0.8;
  }
}

.b_landing-section-4 .inner-images {
  height: 90%;
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .b_landing-section-4 .inner-images {
    transform: translate(-60%, 0);
    width: 100%;
  }
}

@media (max-width: 600px) {
  .b_landing-section-4 .inner-images {
    transform: translate(-70%, 0);
  }
}

.b_landing-section-4 .inner-images picture {
  width: 100%;
  height: 100%;
  display: block;
}

.b_landing-section-4 .inner-images img {
  object-fit: unset;
  object-position: left bottom;
  width: auto;
}

.b_landing-section-4 .img-label {
  overflow: hidden;
  top: 0;
  height: 100%;
  left: 0;
}

@media (max-width: 991px) {
  .b_landing-section-4 .img-label {
    width: 100%;
  }
}

.b_landing-section-4 .img-blood {
  overflow: hidden;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  top: 0;
  height: 100%;
  clip-path: inset(100% 0px 0px);
  will-change: clip-path;
}

@media (max-width: 991px) {
  .b_landing-section-4 .img-blood {
    width: 100%;
  }
}

.b_landing-section-4 .img-blood img {
  max-width: unset;
  max-width: 100%;
  height: 100%;
}

.b_landing-section-5 .bg-dark {
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: overlay;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  transform: translate3d(0, 0, 0);
}

.b_landing-section-5 .gradiend {
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 51%);
  mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 51%);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  transform: translate3d(0, 0, 0);
}

.b_landing-section-6 .bg-dark {
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: overlay;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transform: translate3d(0, 0, 0);
}

.b_landing-section-6 .gradiend {
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 51%);
  mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 51%);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  transform: translate3d(0, 0, 0);
}

.b_landing-section-7 .bg-deror video {
  /* object-position: 70% center; */
  object-position: left;

}

@media (max-width: 991px) {
  .b_landing-section-7 .bg-deror video {
    object-position: left;
  }
}

.b_landing-section-7 .bg-dark {
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: overlay;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transform: translate3d(0, 0, 0);
}

.b_landing-section-7 .gradiend {
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 40%);
  mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 40%);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  transform: translate3d(0, 0, 0);
}

.b_error .error {
  min-height: 100vh;
}

.b_error .error__inner {
  -ms-flex: auto;
  flex: auto;
  width: 100%;
  padding: 80px 0 100px;
}

@media (max-width: 500px) {
  .b_error .error__inner {
    min-height: 400px;
    padding: 120px 0;
  }
}

.b_error .link-block {
  width: 100%;
  margin-top: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 40px 0;
}

.b_error .link-block .decor {
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: -3px;
  pointer-events: none;
}

.b_error .link-block .decor img {
  width: 100%;
}

.b_error .link-block a {
  color: var(--text-blue);
  font-size: 66px;
  font-weight: 900;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .b_error .link-block a {
    font-size: 40px;
  }
}

.b_error .main-content .content {
  font-weight: 400;
  font-size: 66px;
}

@media (max-width: 1500px) {
  .b_error .main-content .content {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .b_error .main-content .content {
    font-size: 30px;
  }
}

.b_error .main-content .content h1 {
  font-weight: 700;
  line-height: .7;
  font-size: clamp(15.625rem, calc(-5.208rem + 27.778vw), 28.125rem);
  text-shadow: 0px 4px 25px rgba(0, 0, 0, 0.75);
}

@media (max-width: 650px) {
  .b_error .main-content .content h1 {
    font-size: 170px;
  }
}

.b_error .main-content .content h1:not(:last-child) {
  margin-bottom: 20px;
}

.b_error .main-content .content p {
  line-height: 1.1;
}

.b_lp_first_anim {
  padding-top: 238px;
  padding-bottom: 200px;
}

@media (max-width: 1500px) {
  .b_lp_first_anim {
    padding-top: 150px;
  }
}

@media (max-width: 991px) {
  .b_lp_first_anim {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .b_lp_first_anim {
    margin-bottom: -10px;
  }
}

.b_lp_first_anim .head-title:not(:last-child) {
  margin-bottom: 105px;
}

@media (max-width: 1199px) {
  .b_lp_first_anim .head-title:not(:last-child) {
    margin-bottom: 50px;
  }
}

.b_lp_first_anim .head-title,
.b_lp_first_anim .head-title h1 {
  font-size: 150px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1500px) {

  .b_lp_first_anim .head-title,
  .b_lp_first_anim .head-title h1 {
    font-size: 120px;
  }
}

@media (max-width: 991px) {

  .b_lp_first_anim .head-title,
  .b_lp_first_anim .head-title h1 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {

  .b_lp_first_anim .head-title,
  .b_lp_first_anim .head-title h1 {
    font-size: 60px;
  }
}

@media (max-width: 500px) {

  .b_lp_first_anim .head-title,
  .b_lp_first_anim .head-title h1 {
    font-size: 45px;
  }
}

.b_lp_first_anim .main-content .video:not(:first-child) {
  margin-top: 10px;
}

.b_lp_first_anim .main-content .video_info {
  font-size: 14px;
  color: #fff;
}

.b_lp_first_anim .main-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 20px 0;
}

.b_lp_first_anim .columns {
  gap: 50px 24px;
}

.b_lp_first_anim .columns .column {
  width: calc(50% - 12px);
}

@media (max-width: 991px) {
  .b_lp_first_anim .columns .column {
    width: 100%;
  }
}

.b_lp_first_anim .columns .content h3 {
  font-family: "COLBO", sans-serif;
}

.b_lp_first_anim .columns .content h3:not(:last-child) {
  margin-bottom: 16px;
}

.b_lp_first_anim .columns .content img {
  margin: 40px 0;
}

.b_lp_first_anim .columns .content img:first-child {
  margin-top: 0;
}

.b_lp_first_anim .columns .content img:last-child {
  margin: 0;
}

.b_lp_first_anim .animation_block {
  margin-left: -100px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .b_lp_first_anim .animation_block {
    margin-left: -20px;
  }
}

.b_lp_first_anim .first-element img {
  max-width: 80%;
  margin: 0;
  margin-right: auto;
  transform: translate(-5%, -5%) scale(0.8);
}

@media (max-width: 768px) {
  .b_lp_first_anim .first-element {
    display: block;
  }

  .b_lp_first_anim .first-element img {
    margin-left: 20px;
    max-width: 65%;
    max-width: 240px;
    transform: translate(-2%, -2%) scale(0.8);
  }
}

@media (min-width: 500px) and (max-width: 769px) {
  .b_lp_first_anim .first-element img {
    max-width: 300px;
  }
}

@media (min-width: 450px) and (max-width: 600px) {
  .b_lp_first_anim .first-element {
    margin-left: 70px;
  }
}

@media (min-width: 600px) and (max-width: 650px) {
  .b_lp_first_anim .first-element {
    margin-left: 100px;
  }
}

@media (min-width: 650px) and (max-width: 769px) {
  .b_lp_first_anim .first-element {
    margin-left: 150px;
  }
}

.b_lp_first_anim .second-element {
  position: absolute;
  top: -5%;
  left: 50%;
  height: 100%;
}

@media (max-width: 768px) {
  .b_lp_first_anim .second-element {
    top: -10%;
    left: 55%;
  }
}

.b_lp_first_anim .second-element img {
  max-width: unset;
  max-height: 120%;
  mix-blend-mode: multiply;
}

@media (max-width: 768px) {
  .b_lp_first_anim .second-element img {
    max-height: 110%;
  }
}

@media (max-width: 768px) {
  .b_lp_first_anim .who-we-are-title {
    position: relative;
    z-index: 4;
    width: 40%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 60px !important;
    min-width: 255px;
  }
}

.b_lp_first_anim .who-we-are-hero__bg {
  display: none;
}

@media (max-width: 768px) {
  .b_lp_first_anim .who-we-are-hero__bg {
    display: block;
    top: -30px;
    left: 0;
    width: 100%;
    height: 390px;
  }

  .b_lp_first_anim .who-we-are-hero__bg img {
    transform: scale(1.2);
    -webkit-mask-image: linear-gradient(to top, transparent 9%, black 16%);
    mask-image: linear-gradient(to top, transparent 9%, black 16%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
}

@media (min-width: 500px) and (max-width: 769px) {
  .b_lp_first_anim .who-we-are-hero__bg {
    height: 460px;
  }
}

@media (min-width: 769px) {
  .b_lp_first_anim .who-we-are-hero__bg {
    display: none;
  }
}

@media (max-width: 768px) {
  .b_lp_first_anim .who-we-are-hero__bg_2 {
    margin-top: 220px;
  }
}

@media (max-width: 768px) {
  .b_lp_first_anim .who-we-are-content {
    color: #fff;
  }
}

.b_lp_anim_eyes .section_content {
  padding-bottom: 5vw;
}

.b_lp_anim_eyes .section_content>.decor {
  top: 1%;
  max-width: unset;
  transform: translate(30%, 0);
}

@media (max-width: 1199px) {
  .b_lp_anim_eyes .section_content>.decor {
    max-width: 65%;
  }
}

@media (max-width: 991px) {
  .b_lp_anim_eyes .section_content>.decor {
    /* transform: none; */
    transform: translateX(50%);
  }
}

@media (max-width: 650px) {
  .b_lp_anim_eyes .section_content>.decor {
    max-width: 90%;
  }
}

.b_lp_anim_eyes .section_content>.decor svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.b_lp_anim_eyes .top-text {
  padding: 80px 0;
}

@media (max-width: 991px) {
  .b_lp_anim_eyes .top-text {
    padding: 50px 0;
  }
}

.b_lp_anim_eyes .top-text .section__title {
  margin-top: -7px;
}

.b_lp_anim_eyes .top-text .section__title h2 {
  line-height: 0.9;
}

.b_lp_anim_eyes .top-text .columns {
  column-gap: 10px;
}

@media (max-width: 650px) {
  .b_lp_anim_eyes .top-text .columns {
    gap: 30px 0;
  }
}

.b_lp_anim_eyes .top-text .column {
  width: calc(50% - 5px);
}

@media (max-width: 650px) {
  .b_lp_anim_eyes .top-text .column {
    width: 100%;
  }
}

.b_lp_anim_eyes .hero-part {
  padding: 100px 0;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .b_lp_anim_eyes .hero-part {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .b_lp_anim_eyes .hero-part {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.b_lp_anim_eyes .hero-part .columns {
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .b_lp_anim_eyes .hero-part .columns {
    gap: 30px 0;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.b_lp_anim_eyes .hero-part .column__content {
  width: 40%;
}

@media (max-width: 991px) {
  .b_lp_anim_eyes .hero-part .column__content {
    width: 100%;
  }
}

.b_lp_anim_eyes .hero-part .column__media {
  width: 60%;
  overflow: hidden;

}

@media (max-width: 991px) {
  .b_lp_anim_eyes .hero-part .column__media {
    width: 100%;
  }
}

.b_lp_anim_eyes .content-part.max-width {
  max-width: 430px;
}

@media (max-width: 991px) {
  .b_lp_anim_eyes .content-part.max-width {
    max-width: 100%;
  }
}

.b_lp_anim_eyes .content-part .section-title:not(:last-child) {
  margin-bottom: 22px;
}

.b_lp_anim_eyes .content-part .section-title h3 {
  line-height: 1.09;
}

.b_lp_anim_eyes .animation-part .decor-top ,
.b_lp_anim_eyes .animation-part .decor-bottom  {
  z-index: 1;
  position: absolute;
  left: 50%;
  max-width: 200%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.b_lp_anim_eyes .animation-part {
  display: flex;
  flex-direction: column;
}



.b_lp_anim_eyes .animation-part .eyes {
  mask-image: url('data:image/svg+xml,<svg width="1384" height="593" viewBox="0 0 1384 593" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h33.185C110.14 171.457 378.394 298 697.5 298c319.11 0 587.36-126.543 664.31-298H1384v593H0V0z" fill="%23000"/></svg>');
  -webkit-mask-position-y: 100%;
  mask-size: 200%;
  -webkit-mask-position-x: center;
}

.b_lp_anim_eyes .animation-part .decor-top {
  top: -50%;
  opacity: 0;
}

.b_lp_anim_eyes .animation-part .decor-bottom {
  bottom: -50%;
}

.b_lp_anim.style_2 .full-image .gradiend {
  -webkit-mask: unset;
  mask: unset;
  background: none;
  mix-blend-mode: multiply;
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 51%);
  mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 51%);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  width: 60%;
}

.b_lp_anim.style_2 .full-image .blur {
  width: 60%;
}

.b_lp_anim.style_2 .content-part.max-width {
  max-width: unset;
}

.b_lp_anim.style_2 .content-part.max-width .content {
  max-width: 445px;
}

@media (max-width: 991px) {
  .b_lp_anim.style_2 .content-part.max-width .content {
    max-width: unset;
  }
}

.b_lp_anim .full-image {
  z-index: 0;
}

@media (max-width: 991px) {
  .b_lp_anim .full-image {
    position: relative;
    display: none;
  }
}

.b_lp_anim .full-image .blur {
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
}

@media (max-width: 991px) {
  .b_lp_anim .desktop-part {
    display: none;
  }
}

.b_lp_anim .mobile-hero-image {
  display: none;
}

@media (max-width: 991px) {
  .b_lp_anim .mobile-hero-image {
    display: block;
  }
}

.b_lp_anim .mobile-hero-image:not(:last-child) {
  margin-bottom: 20px;
}

.b_lp_anim .section_content {
  min-height: 100vh;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .b_lp_anim .section_content {
    min-height: unset;
    padding: 50px 0;
  }
}

.b_lp_anim .gradiend {
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 51%);
  mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 51%);
}

.b_lp_anim .content-part.max-width {
  max-width: 426px;
}

@media (max-width: 991px) {
  .b_lp_anim .content-part.max-width {
    max-width: unset;
  }
}

.b_lp_anim .info-content {
  font-size: 14px;
}

.b_lp_media_content.section {
  padding: 50px 0 120px;
}

@media (max-width: 991px) {
  .b_lp_media_content.style_2 {
    padding-bottom: 50px;
  }
}

.b_lp_media_content.style_2 .columns {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  .b_lp_media_content.style_2 .columns {
    padding: 0;
    gap: 20px 0;
  }
}

.b_lp_media_content.style_2 .content-part__inner {
  max-width: 432px;
}

@media (max-width: 991px) {
  .b_lp_media_content.style_2 .content-part__inner {
    max-width: unset;
  }
}

.b_lp_media_content.style_2 .media-part video {
  max-height: 520px;
  transform: translate(50%, -50%);
}

@media (max-width: 991px) {
  .b_lp_media_content.style_2 .media-part video {
    transform: translate(50%, 0);
  }
}

@media (max-width: 991px) {
  .b_lp_media_content.style_3 .lp_media_content__inner {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .b_lp_media_content.style_3 .columns {
    gap: 0;
  }
}

@media (max-width: 991px) {
  .b_lp_media_content.style_3 .media-part {
    padding-bottom: 40px;
  }
}

.b_lp_media_content.style_3 .media-part .theme-black {
  background-color: var(--bg-color-1);
}

@media (max-width: 991px) {
  .b_lp_media_content.style_3 .media-part .image__wrapper {
    padding: 40px 15px;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}

@media (max-width: 991px) {
  .b_lp_media_content.style_3 .media-part .image {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    aspect-ratio: 16/9;
  }
}

.b_lp_media_content.style_3 .media-part .image .image__inner {
  height: 100%;
}

@media (max-width: 991px) {
  .b_lp_media_content.style_3 .media-part .image .image__inner::before {
    z-index: 1;
    position: absolute;
    content: '';
    top: -15px;
    left: 0;
    right: 0;
    height: 25%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0) 100%);
  }
}

@media (max-width: 991px) {
  .b_lp_media_content.style_3 .media-part .image .image__inner::after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    right: 0;
    height: 25%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 60%, rgba(0, 0, 0, 0) 100%);
  }
}

.b_lp_media_content .columns {
  column-gap: 10px;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .b_lp_media_content .columns {
    padding-top: 0;
    gap: 40px 0;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.b_lp_media_content .column {
  width: calc(50% - 5px);
}

@media (max-width: 991px) {
  .b_lp_media_content .column {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .b_lp_media_content .content_clip_path {
    overflow: visible !important;
    height: auto !important;
  }
}

.b_lp_media_content .content-part .section-title:not(:last-child) {
  margin-bottom: 30px;
}

.b_lp_media_content .content-part .section-title h2 {
  font-size: 46px;
}

@media (max-width: 991px) {
  .b_lp_media_content .content-part .section-title h2 {
    font-size: 35px;
  }
}

.b_lp_media_content .content-part__inner.max-width {
  max-width: 433px;
}

@media (max-width: 991px) {
  .b_lp_media_content .content-part__inner.max-width {
    max-width: unset;
  }
}

.b_lp_media_content .media-part video {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(35%, -50%);
  width: unset;
  max-width: unset;
  max-height: 630px;
}

@media (max-width: 1199px) {
  .b_lp_media_content .media-part video {
    transform: translate(45%, -50%);
  }
}

@media (max-width: 991px) {
  .b_lp_media_content .media-part video {
    position: relative;
    top: unset;
    width: 120vw;
    height: auto;
    transform: translate(50%, 0);
  }
}

.b_lp_media_content .top-sticky {
  position: sticky;
  top: var(--sticky);
}

@media (max-width: 767px) {
  .b__animation-content+.b_lp_media_content.style_2 {
    padding-bottom: 0;
  }
}

.b_lp_video_bg.style_2 {
  z-index: 0;
}

.b_lp_video_bg.style_2 .section_content::before {
  z-index: -1;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 60%;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: screen;
}

@media (max-width: 991px) {
  .b_lp_video_bg.style_2 .section_content::before {
    width: 100%;
  }
}

.b_lp_video_bg.style_2 .inner__content {
  min-height: 700px;
}

@media (max-width: 991px) {
  .b_lp_video_bg.style_2 .inner__content {
    padding-top: 50px;
    min-height: 500px;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.b_lp_video_bg.style_2 .content-part.max-width {
  max-width: 430px;
}

@media (max-width: 991px) {
  .b_lp_video_bg.style_2 .content-part.max-width {
    max-width: unset;
  }
}

.b_lp_video_bg .video_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b_lp_video_bg .content-part.max-width {
  max-width: 670px;
}

.b_lp_video_bg .inner__content {
  min-height: 500px;
}

@media (max-width: 991px) {
  .b_lp_video_bg .inner__content {
    min-height: 350px;
    padding: 50px 0;
    font-size: 20px;
  }
}

.b_lp_video_bg .inner__content .section-title h2 {
  font-size: 46px;
}

@media (max-width: 991px) {
  .b_lp_video_bg .inner__content .section-title h2 {
    font-size: 35px;
  }
}

.b_lp3_first_anim {
  padding-top: 52vh;
  padding-bottom: 200px;
}

@media (max-width: 1500px) {
  .b_lp3_first_anim {
    padding-top: 50vh;
  }
}

@media (max-width: 991px) {
  .b_lp3_first_anim {
    padding-top: 45vh;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .b_lp3_first_anim {
    padding-top: 65vw;
  }
}

.b_lp3_first_anim .first_anim {
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.b_lp3_first_anim .first_anim .right_image_wrapper,
.b_lp3_first_anim .first_anim .left_image_wrapper {
  width: 50%;
  max-width: 50%;
  margin-top: 10vh;
  overflow: hidden;
}

.b_lp3_first_anim .first_anim .right_image_wrapper img,
.b_lp3_first_anim .first_anim .left_image_wrapper img {
  height: 100%;
  width: auto;
  max-width: unset;
}

@media (max-width: 991px) {

  .b_lp3_first_anim .first_anim .right_image_wrapper img,
  .b_lp3_first_anim .first_anim .left_image_wrapper img {
    width: 100%;
    height: auto;
  }
}

.b_lp3_first_anim .first_anim .right_image__inner,
.b_lp3_first_anim .first_anim .left_image__inner {
  position: absolute;
  height: 100vh;
  width: auto;
}

@media (max-width: 991px) {

  .b_lp3_first_anim .first_anim .right_image__inner,
  .b_lp3_first_anim .first_anim .left_image__inner {
    width: 100%;
  }
}

.b_lp3_first_anim .first_anim .left_image {
  height: 100%;
  width: 100%;
}

.b_lp3_first_anim .first_anim .right_image {
  direction: ltr;
  height: 100%;
  width: 100%;
}

.b_lp3_first_anim .bg-section .decor {
  top: 68%;
}

@media (max-width: 991px) {

  .b_lp3_first_anim .bg-section .decor {
    transform: translateX(50%);
  }
}


.b_lp3_first_anim .head-title,
.b_lp3_first_anim .head-title h1 {
  font-size: 150px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1500px) {

  .b_lp3_first_anim .head-title,
  .b_lp3_first_anim .head-title h1 {
    font-size: 120px;
  }
}

@media (max-width: 991px) {

  .b_lp3_first_anim .head-title,
  .b_lp3_first_anim .head-title h1 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {

  .b_lp3_first_anim .head-title,
  .b_lp3_first_anim .head-title h1 {
    font-size: 60px;
  }
}

@media (max-width: 500px) {

  .b_lp3_first_anim .head-title,
  .b_lp3_first_anim .head-title h1 {
    font-size: 50px;
  }
}

.b_lp3_first_anim .head-title:not(:last-child) {
  margin-bottom: 160px;
}

@media (max-width: 991px) {
  .b_lp3_first_anim .head-title:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (max-width: 400px) {
  .b_lp3_first_anim .head-title:not(:last-child) {
    margin-bottom: 110px;
  }
}

.b_lp3_first_anim .columns {
  row-gap: 30px;
  column-gap: 10px;
}

.b_lp3_first_anim .columns .section__title h2 {
  line-height: .8;
}

.b_lp3_first_anim .column {
  width: calc(50% - 5px);
}

@media (max-width: 991px) {
  .b_lp3_first_anim .column {
    width: 100%;
  }
}

.b_lp3_first_anim .content-part .section__title {
  margin-top: -7px;
}

.b_lp3_first_anim .section_content {
  padding-left: 20px;
  padding-right: 20px;
}

.b_lp3_media_up.section {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .b_lp3_media_up.section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .b_lp3_media_up.section {
    padding-top: 30px;
  }
}

.b_lp3_media_up .section_content {
  overflow: hidden;
}

@media (max-width: 991px) {
  .b_lp3_media_up .section_content {
    padding-bottom: 50px;
  }
}

.b_lp3_media_up .columns {
  column-gap: 10px;
  row-gap: 50px;
}

@media (min-width: 992px) {
  .b_lp3_media_up .columns {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .b_lp3_media_up .columns {}
}

@media (max-width: 991px) {
  .b_lp3_media_up .columns {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.b_lp3_media_up .column {
  width: calc(50% - 5px);
}

@media (max-width: 991px) {
  .b_lp3_media_up .column {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .b_lp3_media_up .content-part {
    font-size: 20px;
    position: relative;
    z-index: 1;
    background-color: #000;
  }
}

@media (max-width: 991px) {

  .b_lp3_media_up .content-part .section-title,
  .b_lp3_media_up .content-part .section-title h3 {
    font-size: 35px;
  }
}

.b_lp3_media_up .content-part .info-content {
  font-size: 14px;
}

.b_lp3_media_up .content-part .info-content:not(:first-child) {
  margin-top: 24px;
}

.b_lp3_media_up .content-part .info-content p:not(:last-child) {
  margin-bottom: 9px;
}

.b_lp3_media_up .section-title:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .b_lp3_media_up .media-part {
    background-color: black;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 50px;
  }
}



.b_lp3_media_up .media__animation {
  max-width: 500px;
  margin-right: auto;
}

@media (max-width: 991px) {
  .b_lp3_media_up .media__animation {
    margin: 0 auto;
    aspect-ratio: 16/9;
  }
}

.b_lp3_media_up .media__group {
  width: 100%;
}

@media (min-width: 992px) {
  .b_lp3_media_up .media__group {
    height: 30px;
  }
}

@media (max-width: 991px) {
  .b_lp3_media_up .media__group {
    position: relative;
    padding: 15px 0 0;
  }
}

.b_lp3_media_up .media__group.p-0 {
  padding: 0;
  height: 0;
}

.b_lp3_media_up .media__group.no_filter .object img {
  filter: none !important;
}

.b_lp3_media_up .media__group img {
  transition: all .2s linear;
}

@media (max-width: 991px) {
  .b_lp3_media_up .media__group img {
    max-height: 220px;
    max-width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 520px) {
  .b_lp3_media_up .media__group img {
    max-height: 40vw;
  }
}

@media (min-width: 992px) {
  .b_lp3_media_up .media__group .object {
    position: absolute;
    transform: translate(0, 1000%);
  }
}

@media (max-width: 991px) {
  .b_lp3_media_up .media__group .object {
    position: absolute;
    transform: translate(0, 300%);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

.b_lp3_media_up .media__group .object.finish img {
  filter: grayscale(1);
}

@media (min-width: 768px) {
  .b_lp3_media_up .media__group.style_1 .object:nth-child(1) {
    left: 0;
  }

  .b_lp3_media_up .media__group.style_1 .object:nth-child(2) {
    left: 0;
    right: 0;
  }

  .b_lp3_media_up .media__group.style_1 .object:nth-child(2) img {
    margin: 0 auto;
  }

  .b_lp3_media_up .media__group.style_1 .object:nth-child(3) {
    margin-right: 10%;
  }

  .b_lp3_media_up .media__group.style_1 .object:nth-child(3) img {
    transform: translate(0, 100%);
  }

  .b_lp3_media_up .media__group.style_2 .object:nth-child(1) {
    left: 25%;
  }

  .b_lp3_media_up .media__group.style_2 .object:nth-child(2) {
    left: -5%;
  }

  .b_lp3_media_up .media__group.style_2 .object:nth-child(2) img {
    transform: translate(0, 10%);
  }

  .b_lp3_media_up .media__group.style_3 .object:nth-child(1) {
    left: 0;
  }

  .b_lp3_media_up .media__group.style_3 .object:nth-child(2) {
    right: 0;
    max-width: 35%;
  }

  .b_lp3_media_up .media__group.style_3 .object:nth-child(2) img {
    transform: translate(20%, 15%);
  }

  .b_lp3_media_up .media__group.style_4 .object:nth-child(1) {
    left: 0;
  }

  .b_lp3_media_up .media__group.style_4 .object:nth-child(2) {
    left: 38%;
  }

  .b_lp3_media_up .media__group.style_4 .object:nth-child(3) {
    left: 0;
    right: 0;
  }

  .b_lp3_media_up .media__group.style_4 .object:nth-child(3) img {
    margin: 0 auto;
    transform: translate(0, 100%);
  }

  .b_lp3_media_up .media__group.style_5 .object:nth-child(1) {
    left: 8%;
  }

  .b_lp3_media_up .media__group.style_5 .object:nth-child(2) {
    left: 15%;
  }

  .b_lp3_media_up .media__group.style_5 .object:nth-child(2) img {
    transform: translate(0, 100%);
  }

  .b_lp3_media_up .media__group.style_5 .object:nth-child(3) {
    left: 40%;
  }

  .b_lp3_media_up .media__group.style_5 .object:nth-child(3) img {
    transform: translate(0, 15%);
  }
}

.b_lp3_media_up .media__group video {
  width: 100%;
  height: auto;
}

.jsTabs .jsTabsItem {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
}

.jsTabs .jsTabsItem.-active {
  overflow: visible;
  position: static;
  z-index: 1;
}

.jsTabs .jsTabsItem.-fade {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

.modals {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}

.modals__wrap {
  max-width: 700px;
  background-color: #fff;
  border-radius: 3px;
  margin: 20px auto;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.b-footer {
  padding: 65px 0 30px;
  background-color: var(--bg-color-white);
}

@media (max-width: 991px) {
  .b-footer {
    padding: 40px 0 50px;
    font-size: 20px;
  }
}

.b-footer .decor {
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: -3px;
  pointer-events: none;
}

.b-footer .decor img {
  width: 100%;
}

.b-footer .footer {
  gap: 40px 0;
}

.b-footer .column__title h2 {
  font-size: 46px;
}

@media (max-width: 991px) {
  .b-footer .column__title h2 {
    font-size: 35px;
  }
}

.b-footer .footer__title {
  width: 434px;
  padding-top: 3px;
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .b-footer .footer__title {
    width: 320px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .b-footer .footer__title {
    width: 100%;
    padding: 0;
  }
}

.b-footer .footer__title h2,
.b-footer .footer__title h3 {
  line-height: .85;
  font-weight: 900;
}

.b-footer .footer__columns {
  gap: 30px 58px;
}

@media (max-width: 1199px) {
  .b-footer .footer__columns {
    gap: 30px 40px;
  }
}

@media (max-width: 991px) {
  .b-footer .footer__columns {
    width: 100%;
    -ms-flex: unset;
    flex: unset;
  }
}

.b-footer .footer__columns .column {
  width: calc(50% - 58px/2);
}

@media (max-width: 1199px) {
  .b-footer .footer__columns .column {
    width: calc(50% - 20px);
  }
}

@media (max-width: 650px) {
  .b-footer .footer__columns .column {
    width: 100%;
  }
}

.b-footer .footer__columns .list__row:not(:last-child) {
  margin-bottom: 16px;
}

.b-footer .footer__columns .link {
  gap: 12px;
  color: inherit;
  transition: all .2s linear;
}

.b-footer .footer__columns .link:hover {
  color: var(--text-blue);
}

.b-footer .column__title:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .b-footer .column__title:not(:last-child) {
    margin-bottom: 10px;
  }
}

.b-footer .footer__bottom {
  padding: 60px 0 0;
}

.b-footer .bottom_menu ul {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .b-footer .bottom_menu ul {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 389px) {
  .b-footer .bottom_menu ul {
    gap: 20px 15px;
  }
}

.b-footer .bottom_menu ul a {
  color: var(--text-blue);
}

.legal-text {
  font-family: 'Open Sans Hebrew', 'Arial Hebrew', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26.5px;
}

.legal-text.terms p:not(:last-child) {
  margin-bottom: 20px;
}

.legal-text strong {
  font-weight: 700;
}

.legal-text .title {
  font-family: COLBO;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  width: fit-content;
}

@media (max-width: 991px) {
  .bg-grid {
    max-width: 100vw;
  }
}


.legal-text .flex {
  flex-wrap: nowrap;
}

.legal-text .title-2 {
  font-weight: 700;
}

.legal-text .num .title.mr-0 {
  margin-right: 0;
}

@font-face {
  font-family: "COLBO";
  src: url("../fonts/COLBO-RegularSemiExtended.otf");
  src: url("../fonts/COLBO-RegularSemiExtended.woff2") format("woff2"), url("../fonts/COLBO-RegularSemiExtended.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "COLBO";
  src: url("../fonts/COLBO-BlackSemiExtended.otf");
  src: url("../fonts/COLBO-BlackSemiExtended.woff2") format("woff2"), url("../fonts/COLBO-BlackSemiExtended.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../fonts/OpenSansHebrew-Regular.eot");
  src: url("../fonts/OpenSansHebrew-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansHebrew-Regular.woff2") format("woff2"), url("../fonts/OpenSansHebrew-Regular.woff") format("woff"), url("../fonts/OpenSansHebrew-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../fonts/OpenSansHebrew-Bold.eot");
  src: url("../fonts/OpenSansHebrew-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansHebrew-Bold.woff2") format("woff2"), url("../fonts/OpenSansHebrew-Bold.woff") format("woff"), url("../fonts/OpenSansHebrew-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans Hebrew";
  src: url("../fonts/OpenSansHebrew-ExtraBold.eot");
  src: url("../fonts/OpenSansHebrew-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansHebrew-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSansHebrew-ExtraBold.woff") format("woff"), url("../fonts/OpenSansHebrew-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Helvetica Neue LT Pro Font Family */
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-UltLt.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-UltLtIt.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Th.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-ThIt.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Lt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-LtIt.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-It.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Md.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-MdIt.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-BdIt.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Hv.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-HvIt.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Blk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-BlkIt.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.jsToggleBlockContent_3 .content__wrapper {
  display: flex;
  justify-content: end;
  align-items: end;
}


@media screen and (max-width: 1500px) {
  .jsToggleBlockContent_3.style_3 .content {
    font-size: 44px;
  }
}

@media screen and (max-width: 1400px) {
  .jsToggleBlockContent_3.style_3 .content {
    font-size: 42px;
  }
}

@media screen and (max-width: 950px) {
  .jsToggleBlockContent_3.style_3 .content {
    font-size: 30px;
  }
}

@media screen and (max-width: 400px) {
  .jsToggleBlockContent_3.style_3 .content {
    font-size: 30px;
  }
}

@media screen and (max-width: 380px) {
  .jsToggleBlockContent_3.style_3 .content {
    font-size: 28px;
  }
}


@media screen and (max-width: 400px) {
  .jsToggleBlockContent_2.style_3 .content {
    font-size: 30px;
  }
}

@media screen and (max-width: 380px) {
  .jsToggleBlockContent_2.style_3 .content {
    font-size: 28px;
  }
}

video {
  will-change: transform;
  transform: translateZ(0);
}

@media (max-width: 991px) {
  .bg-ink-container img {
    object-fit: cover;
    max-width: none;
  }
}