﻿.header-landing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 102px;
  background-color: #2C267A;
  padding-right: 28px;
  padding-left: 28px;
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media (min-width: 992px) {
  .header-landing {
    background-color: unset;
    padding-right: unset;
    padding-left: unset;
    position: absolute;
    min-height: 109px;
    margin-bottom: unset;
    width: 29%;
    z-index: unset;
  }
}
.header-landing .logos {
  background-color: #2C267A;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .header-landing .logos {
    background-color: transparent;
    padding-top: 22px;
    padding-bottom: 22px;
    width: 100%;
    padding-left: 23px;
    padding-right: 72px;
    gap: 42px;
  }
}
.header-landing .logos h1,
.header-landing .logos .heading-logo {
  margin-bottom: 0;
}
.header-landing .heading-logo {
  max-width: 110px;
}
@media (min-width: 992px) {
  .header-landing .heading-logo {
    max-width: 171px;
  }
}
.header-landing .second-logo {
  max-width: 99px;
}
@media (min-width: 992px) {
  .header-landing .second-logo {
    max-width: 155px;
  }
}

@media (min-width: 992px) {
  .navbar-lang {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.navbar-lang .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: transparent;
  border: none;
  color: #ADB0FF;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 29px;
  padding: 0;
  font-family: "Heebo", sans-serif;
  min-width: unset;
}
@media (min-width: 992px) {
  .navbar-lang .dropdown-toggle {
    background-color: #1D186A;
    color: #B0B4FF;
    width: 66px;
    height: 45px;
    padding: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
  }
}
.navbar-lang .dropdown-toggle::after {
  display: none;
}

.content-holder {
  display: flex;
  height: 100%;
  flex-direction: column;
  max-height: 1178px;
  /*overflow: hidden;*/
}
@media (min-width: 992px) {
  .content-holder {
    flex-direction: row;
  }
}

.story-mosaic {
  column-count: 2;
  margin: 0 11px;
  column-gap: 17px;
  direction: ltr;
}
@media (min-width: 992px) {
  .story-mosaic {
    margin-left: 30px;
    width: 71%;
    column-count: 3;
    column-gap: 31px;
  }
}
@media (min-width: 1400px) {
  .story-mosaic {
    margin-right: 98px;
  }
}
.story-mosaic .mosaic-item {
  min-height: 194px;
  width: 100%;
  position: relative;
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 17px;
  align-items: center;
  border: none;
  padding: 0;
}
@media (min-width: 992px) {
  .story-mosaic .mosaic-item {
    min-height: 100px;
    max-width: 360px;
    margin-bottom: 27px;
    align-items: unset;
    break-inside: avoid;
  }
}
.story-mosaic .mosaic-item:has(.text-preview) {
  text-decoration: none;
}
.story-mosaic .mosaic-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(359.46deg, #000000 0.19%, rgba(0, 0, 0, 0) 48.57%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.story-mosaic .mosaic-item > img {
  grid-row: 1/-1;
  grid-column: 1;
}
.story-mosaic .mosaic-item.how-to {
  position: absolute;
  top: 190px;
  right: -65px;
  transform: rotate(-90deg);
  height: unset;
  background: unset;
  min-width: 165px;
  min-height: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .story-mosaic .mosaic-item.how-to {
    transform: none;
    position: static;
    width: 100%;
    height: unset;
  }
}
.story-mosaic .mosaic-item.how-to::after {
  display: none;
}
.story-mosaic .mosaic-item.how-to button {
  z-index: 2;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #2D3079;
}
.story-mosaic .mosaic-item:not(.how-to) {
  direction: rtl;
}
.story-mosaic .video-preview {
  z-index: 2;
}
.story-mosaic .video-preview video {
  width: 100%;
}
.story-mosaic .text-preview {
  padding: 30px 38px;
  color: #ffffff;
}
.story-mosaic img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .story-mosaic img {
    max-width: 360px;
  }
}
.story-mosaic .mosaic-item-content {
  position: absolute;
  bottom: 4px;
  width: 100%;
  height: 52px;
  display: flex;
  color: #ffffff;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  z-index: 1;
  gap: 6px;
  z-index: 2;
}
@media (min-width: 992px) {
  .story-mosaic .mosaic-item-content {
    padding-left: 8px;
    padding-right: 8px;
    gap: 9px;
    height: 67px;
  }
}
.story-mosaic .avatar {
  display: flex;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .story-mosaic .avatar {
    width: 30px;
    height: 30px;
  }
}
.story-mosaic .avatar img {
  border-radius: 50%;
}
.story-mosaic .text {
  text-align: left;
}
.story-mosaic p {
  margin-bottom: 0;
}
.story-mosaic .name-story {
  font-weight: 700;
  font-size: 18px;
  line-height: 0.8333;
}
@media (min-width: 992px) {
  .story-mosaic .name-story {
    font-size: 21px;
    line-height: 0.81;
  }
}
.story-mosaic .avatar-name {
  line-height: 17px;
}
@media (min-width: 992px) {
  .story-mosaic .avatar-name {
    font-size: 17px;
  }
}

.side-bar {
  padding-top: 153px;
}
@media (min-width: 992px) {
  .side-bar {
    padding-top: 200px;
    padding-bottom: 74px;
    width: 29%;
    height: 100%;
    margin-right: 32px;
  }
}
@media (min-width: 1200px) {
  .side-bar {
    margin-right: 74px;
  }
}
.side-bar .text-block {
  color: #ffffff;
}
.side-bar .h2, .side-bar h2 {
  color: #ffffff;
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .side-bar .h2, .side-bar h2 {
    margin-bottom: 18px;
  }
}
.side-bar p {
  /*max-width: 490px;*/
  margin-bottom: 28px;
}
.side-bar .btn-primery {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .side-bar .btn-primery {
    margin-bottom: 31px;
    -webkit-box-shadow: 0px 25px 35px rgba(27, 30, 88, 0.3);
    -moz-box-shadow: 0px 25px 35px rgba(27, 30, 88, 0.3);
    box-shadow: 0px 25px 35px rgba(27, 30, 88, 0.3);
    max-width: 308px;
  }
}
.side-bar .btn-primery:hover, .side-bar .btn-primery:focus {
  color: #2C267A;
}
.side-bar .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  margin: 0 -27px;
  color: #0D0D0D;
  padding: 26px 30px;
}
@media (min-width: 992px) {
  .side-bar .wrapper {
    background: transparent;
    /*            gap: 28px;*/
    margin: 0;
    padding: 0;
    color: #ffffff;
  }
}
.side-bar .holder {
  padding-right: 27px;
  padding-left: 27px;
}
@media (min-width: 992px) {
  .side-bar .holder {
    padding-right: 70px;
    padding-left: 23px;
    padding-bottom: 59px;
  }
}
@media (min-width: 1200px) {
  .side-bar .holder {
    padding-left: 98px;
  }
}
.side-bar .btn-link-modal {
  color: inherit;
  background: none;
  border: none;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .side-bar .btn-link-modal {
    color: #ffffff;
  }
}
.side-bar .avatar-name {
  line-height: 21px;
}
.side-bar .name-story {
  font-weight: 700;
  margin-bottom: 3px;
}

.landing-carousel {
  margin-right: 11px;
  margin-bottom: 15px;
  margin-left: -28px;
  position: relative;
}
@media (min-width: 992px) {
  .landing-carousel {
    margin-right: -100px;
    padding-bottom: 32px;
    margin-bottom: 0;
    margin-left: unset;
  }
}
@media (min-width: 1200px) {
  .landing-carousel {
    margin-right: -144px;
  }
}
.landing-carousel .landing-carousel-controls {
  width: 35px;
  height: 35px;
  opacity: 0.56;
  position: absolute;
  bottom: 28px;
  right: 27px;
  z-index: 1;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .landing-carousel .landing-carousel-controls {
    bottom: 60px;
  }
}
.landing-carousel .landing-carousel-controls img {
  width: 35px;
}
.landing-carousel .mosaic-item.how-to {
  position: absolute;
  top: 65px;
  transform: rotate(-90deg);
  height: unset;
  background: unset;
  min-width: 165px;
  min-height: 48px;
  height: 48px;
  left: -124px;
  z-index: 2;
}
.landing-carousel .landing-carousel-item {
  object-fit: cover;
  max-width: 656px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.landing-carousel .landing-carousel-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(359.46deg, #000000 0.19%, rgba(0, 0, 0, 0) 48.57%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.landing-carousel .landing-carousel-item img {
  max-width: 656px;
  width: 100%;
}
.landing-carousel .landing-carousel-content {
  position: absolute;
  bottom: 0;
  display: flex;
  color: #ffffff;
  width: 100%;
  height: 100px;
  align-items: center;
  padding-left: 27px;
  z-index: 1;
  gap: 9px;
}
.landing-carousel .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #D9D9D9;
}
@media (min-width: 992px) {
  .landing-carousel .avatar {
    width: 30px;
    height: 30px;
  }
}
.landing-carousel .text {
  text-align: left;
}
.landing-carousel p {
  margin-bottom: 0;
}
.landing-carousel .landing-carousel-list.slick-initialized .slick-slide:focus-visible {
  outline: 1px solid #F2CC45;
  outline-offset: -2px;
  padding: 2px;
}

#btnLinkModal .modal-dialog,
#btnLinkModalPrivacy .modal-dialog {
  max-width: 1649px;
  width: 100%;
  height: 100%;
  margin: 0;
  align-items: end;
  font-size: 18px;
  line-height: 29px;
}
@media (min-width: 992px) {
  #btnLinkModal .modal-dialog,
  #btnLinkModalPrivacy .modal-dialog {
    margin: auto;
    align-items: center;
    font-size: 17px;
  }
}
#btnLinkModal a,
#btnLinkModalPrivacy a {
  color: #2C267A;
}
#btnLinkModal a:hover,
#btnLinkModalPrivacy a:hover {
  text-decoration: underline;
}
#btnLinkModal .modal-content,
#btnLinkModalPrivacy .modal-content {
  padding: 72px 33px 43px;
  border-radius: unset;
  height: 90%;
}
@media (min-width: 992px) {
  #btnLinkModal .modal-content,
  #btnLinkModalPrivacy .modal-content {
    padding: 69px 81px 70px;
    width: 90%;
    margin: 0 auto;
  }
}
#btnLinkModal .modal-header,
#btnLinkModalPrivacy .modal-header {
  border: none;
  margin-bottom: 11px;
}
@media (min-width: 992px) {
  #btnLinkModal .modal-header,
  #btnLinkModalPrivacy .modal-header {
    padding-left: 81px;
    margin-bottom: 32px;
  }
}
#btnLinkModal .modal-header h5, #btnLinkModal .modal-header .h5,
#btnLinkModalPrivacy .modal-header h5,
#btnLinkModalPrivacy .modal-header .h5 {
  font-weight: 700;
  font-size: 21px;
  line-height: 55px;
  color: #000000;
}
@media (min-width: 992px) {
  #btnLinkModal .modal-header h5, #btnLinkModal .modal-header .h5,
  #btnLinkModalPrivacy .modal-header h5,
  #btnLinkModalPrivacy .modal-header .h5 {
    font-size: 32px;
  }
}
#btnLinkModal .modal-body,
#btnLinkModalPrivacy .modal-body {
  border-bottom: none;
  direction: ltr;
  margin-bottom: 40px;
  max-height: 600px;
  max-width: 1393px;
  color: #000000;
}
@media (min-width: 992px) {
  #btnLinkModal .modal-body,
  #btnLinkModalPrivacy .modal-body {
    padding-left: 70px;
  }
}
#btnLinkModal .modal-body > *,
#btnLinkModalPrivacy .modal-body > * {
  direction: rtl;
}
#btnLinkModal .modal-body::-webkit-scrollbar-track,
#btnLinkModalPrivacy .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #F0EDED;
  border-radius: 10px;
  background-color: #F5F5F5;
}
#btnLinkModal .modal-body::-webkit-scrollbar,
#btnLinkModalPrivacy .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #CDCBCB;
  border-radius: 10px;
}
#btnLinkModal .modal-body::-webkit-scrollbar-thumb,
#btnLinkModalPrivacy .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #CDCBCB;
}
#btnLinkModal .modal-footer,
#btnLinkModalPrivacy .modal-footer {
  justify-content: flex-start;
  border: none;
}
@media (min-width: 992px) {
  #btnLinkModal .modal-footer,
  #btnLinkModalPrivacy .modal-footer {
    padding-left: 60px;
  }
}
#btnLinkModal .btn-close,
#btnLinkModalPrivacy .btn-close {
  background: url("../../images/close-modal-icon.svg") no-repeat 100% 100%;
  position: absolute;
  top: 29px;
  right: 35px;
}
@media (min-width: 992px) {
  #btnLinkModal .btn-close,
  #btnLinkModalPrivacy .btn-close {
    top: 55px;
    right: 66px;
  }
}
#btnLinkModal .checkbox,
#btnLinkModalPrivacy .checkbox {
  /* for the label element associated with .custom-checkbox */
  /* creating a pseudo-element in label before with the following styles*/
  /* styles for a checkbox in the checked state */
}
#btnLinkModal .checkbox label,
#btnLinkModalPrivacy .checkbox label {
  transition: 0.3s;
}
#btnLinkModal .checkbox .custom-checkbox,
#btnLinkModalPrivacy .checkbox .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#btnLinkModal .checkbox .custom-checkbox + label,
#btnLinkModalPrivacy .checkbox .custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  gap: 14px;
}
@media (min-width: 992px) {
  #btnLinkModal .checkbox .custom-checkbox + label,
  #btnLinkModalPrivacy .checkbox .custom-checkbox + label {
    gap: 18px;
  }
}
#btnLinkModal .checkbox .custom-checkbox + label::before,
#btnLinkModalPrivacy .checkbox .custom-checkbox + label::before {
  transition: 0.3s;
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #C0BEBE;
  border-radius: 5px;
  background-color: #F9F9F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
@media (min-width: 992px) {
  #btnLinkModal .checkbox .custom-checkbox + label::before,
  #btnLinkModalPrivacy .checkbox .custom-checkbox + label::before {
    width: 43px;
    height: 43px;
  }
}
#btnLinkModal .checkbox .custom-checkbox:checked + label::before,
#btnLinkModalPrivacy .checkbox .custom-checkbox:checked + label::before {
  border-color: #2D3079;
  background-color: #2D3079;
  background-image: url("../../images/check-mark-white.svg");
}

#stepModal .modal-dialog {
  max-width: 1649px;
  margin: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  #stepModal .modal-dialog {
    margin: auto;
  }
}
#stepModal .modal-content {
  padding: 46px 0 38px;
  border-radius: unset;
}
@media (min-width: 992px) {
  #stepModal .modal-content {
    padding: 60px 50px 16px;
  }
}
@media (min-width: 1400px) {
  #stepModal .modal-content {
    padding-right: 193px;
    padding-left: 176px;
  }
}
#stepModal .modal-header {
  border: none;
  padding-bottom: 8px;
}
#stepModal .modal-body {
  direction: ltr;
}
#stepModal .modal-body > * {
  direction: rtl;
}
#stepModal .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #F0EDED;
  border-radius: 10px;
  background-color: #F5F5F5;
}
#stepModal .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #CDCBCB;
  border-radius: 10px;
}
#stepModal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #CDCBCB;
}
#stepModal .modal-footer {
  border: none;
  justify-content: center;
}
@media (min-width: 992px) {
  #stepModal .modal-footer {
    justify-content: flex-start;
  }
}
#stepModal .modal-title {
  font-family: "TelAvivMuseum0.1b-Bold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #1C613B;
}
@media (min-width: 992px) {
  #stepModal .modal-title {
    font-size: 42px;
    margin-bottom: 28px;
  }
}
#stepModal .sub-title {
  font-family: "TelAvivMuseum0.1b-Bold", sans-serif;
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #2C267A;
  margin-top: 40px;
}
@media (min-width: 992px) {
  #stepModal .sub-title {
    font-size: 42px;
    margin-bottom: 59px;
    margin-top: 65px;
  }
}
#stepModal .step-list {
  display: flex;
  justify-content: space-around;
  position: relative;
  margin-bottom: 79px;
  flex-direction: column;
  row-gap: 56px;
}
@media (min-width: 992px) {
  #stepModal .step-list {
    flex-direction: row;
    align-items: center;
    row-gap: unset;
    margin-bottom: 90px;
  }
}
#stepModal .step-list::after {
  content: "";
  background: #F2CC45;
  -webkit-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 37px;
  bottom: unset;
  left: 0;
  width: 4px;
  height: 100%;
}
@media (min-width: 992px) {
  #stepModal .step-list::after {
    width: 100%;
    height: 4px;
    top: 53%;
    left: 0;
  }
}
#stepModal .step-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  #stepModal .step-item {
    flex-direction: column;
    gap: 100px;
  }
}
#stepModal .step-item::after {
  content: "";
  position: absolute;
  background: url("../../images/ico-ellipse.svg") no-repeat 100%;
  top: 37%;
  right: 50%;
  transform: translate(-50%);
  width: 86px;
  height: 86px;
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  #stepModal .step-item::after {
    display: block;
  }
}
#stepModal .step-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
#stepModal .step-text p {
  max-width: 209px;
  margin-bottom: 0;
  font-size: 17px;
  color: #000000;
}
@media (min-width: 992px) {
  #stepModal .step-text p {
    color: #3C3F41;
  }
}
#stepModal .step-text img {
  margin-right: 21px;
}
#stepModal .content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
#stepModal .content-item {
  width: 100%;
  padding: 0 10px;
  font-size: 20px;
}
@media (min-width: 992px) {
  #stepModal .content-item {
    width: 50%;
  }
}
#stepModal .content-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: #1C613B;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  #stepModal .content-title {
    font-size: 21px;
  }
}
#stepModal .btn-close {
  background: url("../../images/close-modal-icon.svg") no-repeat 100% 100%;
  position: absolute;
  top: 34px;
  right: 34px;
}
@media (min-width: 992px) {
  #stepModal .btn-close {
    top: 55px;
    right: 66px;
  }
}
#stepModal .btn-primery {
  margin-top: 18px;
  min-width: 272px;
  width: auto;
  font-size: 18px;
  box-shadow: none;
  background: #FFDD46;
}
#stepModal .block-img {
  background: #F2CC45;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  z-index: 1;
}
@media (min-width: 992px) {
  #stepModal .block-img {
    background: none;
    border: none;
    border-radius: unset;
    box-shadow: none;
  }
}
#stepModal .block-img img {
  max-width: 30px;
}
@media (min-width: 992px) {
  #stepModal .block-img img {
    max-width: 72px;
    width: 100%;
  }
}

[dir=ltr] .story-mosaic {
  direction: rtl;
}
[dir=ltr] .story-mosaic .mosaic-item {
  direction: ltr;
}
@media (max-width: 992px) {
  [dir=ltr] .story-mosaic .mosaic-item.how-to {
    right: -92px;
    top: 230px;
  }
}
[dir=ltr] #btnLinkModal .modal-body,
[dir=ltr] #btnLinkModalPrivacy .modal-body {
  direction: rtl;
}
[dir=ltr] #btnLinkModal .modal-body > *,
[dir=ltr] #btnLinkModalPrivacy .modal-body > * {
  direction: ltr;
}
[dir=ltr] #stepModal .modal-body {
  direction: rtl;
}
[dir=ltr] #stepModal .modal-body > * {
  direction: ltr;
}
