/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */
@import url('./font.css');

* {
  margin: 0;
  padding: 0;
}

#bstore-banner-shavut * {
  font-family: "SimplerPro";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#bstore-banner-shavut {
  direction: rtl;
  font-size: 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 395px;
  width: 100%;
  max-width: 2560px;
  display: grid;
  margin: 0 auto;
  place-content: normal;
  align-items: start;
  justify-content: center;

  @media only screen and (min-width: 768px) {
    align-items: normal;
    justify-content: normal;
  }

  @media only screen and (min-width: 992px) {
    height: 400px;
  }
}

#bstore-banner-shavut .banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#bstore-banner-shavut .banner-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#bstore-banner-shavut .container::before,
#bstore-banner-shavut .container::after {
  content: none;
}

#bstore-banner-shavut .container {
  width: 100%;
  margin: 0 auto;
  max-width: 320px;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 64px;
  padding: 14px 0 0 0;

  @media only screen and (min-width: 768px) {
    max-width: 613px;
    padding: 46px 0 0 0;
  }

  @media only screen and (min-width: 992px) {
    max-width: 805px;
    gap: 0 98px;
    padding: 63px 0 0 0;
  }

  @media only screen and (min-width: 1200px) {
    max-width: 1000px;
  }

  @media only screen and (min-width: 1921px) {
    max-width: 957px;
  }
}

#bstore-banner-shavut .container .col {
  justify-content: center;

  @media only screen and (min-width: 992px) {
    justify-content: normal;
  }
}

#bstore-banner-shavut .col:first-child {
  order: 2;
  flex-direction: column;

  @media only screen and (min-width: 768px) {
    order: 0;
    flex-direction: row;
  }
}

#bstore-banner-shavut p {
  font-family: "SimplerPro";
  line-height: normal;
  font-weight: 700;
  text-align: right;
  color: #F4F4F4;
  text-align: right;
}

#bstore-banner-shavut p.top-p {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  color: var(--privet-old-100, #16254F);
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0 auto;

  @media only screen and (min-width: 768px) {
    font-size: 44px;
    line-height: normal;
    text-align: right;
    margin: 0;
  }

  @media only screen and (min-width: 992px) {
    line-height: 48px;
  }

  @media only screen and (min-width: 1200px) {
    letter-spacing: 0.1px;
  }
}

#bstore-banner-shavut h1 {
  font-family: "SimplerPro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  position: relative;
  color: var(--privet-old-100, #16254F);
  letter-spacing: 0.2px;

  @media only screen and (min-width: 768px) {
    flex-direction: row;
    font-size: 28px;
    line-height: 32px;
    margin-top: -10px;
    align-items: baseline;
    gap: 8px;
  }

  @media only screen and (min-width: 992px) {
    text-align: right;
    margin-top: -3px;
  }
}

#bstore-banner-shavut h1 strong {
  letter-spacing: -0.2px;

  @media only screen and (min-width: 992px) {
    letter-spacing: -0.1px;
  }
}

#bstore-banner-shavut h1 img {
  width: 240.617px;
  position: absolute;
  max-width: 121.911px;
  bottom: -6px;
  left: 77px;
  transform: rotate(-2deg);

  @media only screen and (min-width: 768px) {
    max-width: none;
    bottom: -17px;
    left: -1px;
    transform: none;
  }
}

#bstore-banner-shavut p.bottom-p {
  color: var(--Basics-00, #FFF);
  text-align: center;
  font-feature-settings: 'liga' off;
  font-family: "SimplerPro";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 9px;
  letter-spacing: -0.1px;
  max-width: 260px;
  transform: translateX(2px);

  @media only screen and (min-width: 768px) {
    text-align: right;
    font-size: 26px;
    line-height: 32px;
    max-width: none;
    transform: none;
  }

  @media only screen and (min-width: 992px) {
    font-size: 32px;
    margin-top: 11px;
  }
}

#bstore-banner-shavut p.bottom-p::after {
  content: none;
  position: absolute;
  background: url(img/Vector.svg);
  width: 68.5%;
  height: 68.5%;
  left: -26px;
  bottom: -20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#bstore-banner-shavut p.bottom-p-mobile {
  display: none;
}

#bstore-banner-shavut .banner-link-new03 {
  flex: 1 0 0;
  color: #16254F;
  text-align: center;
  display: flex;
  width: 264px;
  height: 40px;
  min-width: auto;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  background: var(--5, linear-gradient(88deg, #E7CE1B 1.71%, #FFBE03 43.82%, #FF8000 97.9%));
  font-family: "SimplerPro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background .3s ease;
  z-index: 1;
  margin: 200px auto 0;

  @media only screen and (min-width: 768px) {
    width: 206px;
    height: 58px;
    min-width: 206px;
    font-size: 20px;
    line-height: 24px;
    margin: 72px 0 0;
  }
}

#bstore-banner-shavut .banner-link-new03 svg {
  max-width: 24px;

  @media only screen and (min-width: 768px) {
    max-width: none;
  }
}

#bstore-banner-shavut .banner-link-new03-mob {
  display: flex;

  @media only screen and (min-width: 768px) {
    display: none;
  }
}

#bstore-banner-shavut .banner-link-new03-desk {
  display: none;

  @media only screen and (min-width: 768px) {
    display: flex;
  }
}

#bstore-banner-shavut .banner-link-new03-desk:hover::before {
  opacity: 1;
}

#bstore-banner-shavut .desclaimer {
  position: relative;
  color: #16254F;
  text-align: center;
  font-family: "SimplerPro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  right: auto;
  margin: -20px auto 0;
  letter-spacing: 0.095px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.70);
  padding: 4px 10px;
  max-width: 264px;

  @media only screen and (min-width: 768px) {
    position: absolute;
    text-align: right;
    line-height: normal;
    right: calc(50% - 307px);
    margin: 341px auto 0;
    border-radius: 0;
    background: none;
    padding: 0;
    max-width: none;
  }

  @media only screen and (min-width: 992px) {
    right: calc(50% - 402px);
    margin: 352px auto 0;
    letter-spacing: 0.07px;
  }

  @media only screen and (min-width: 1200px) {
    right: calc(50% - 500px);
    margin: 353px auto 0;
  }

  @media only screen and (min-width: 1921px) {
    right: calc(50% - 479px);
    margin: 352px auto 0;
  }
}

#bstore-banner-shavut .desclaimer br {
  display: block;

  @media only screen and (min-width: 768px) {
    display: none;
  }
}
