@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&display=swap");
/* Define standard variables and values for website */
/*************** colors ****************/
* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d0bdfe;
}

::-webkit-scrollbar-thumb {
  background: #895BFC;
}

::-moz-selection {
  color: #fff;
  background: #895BFC;
}

::selection {
  color: #fff;
  background: #895BFC;
}

body {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  font-family: "Noto Sans Hebrew";
}

.heroHeader::after {
  width: 100%;
  height: 30%;
  content: "";
  background-color: rgba(141, 94, 252, 0.6470588235);
  filter: blur(200px);
  position: absolute;
  left: 0;
  border-radius: 85% 85% 0 0;
  bottom: 0;
}

.originalPrice::after {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
}

.widthBorder::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #000000;
  top: 0;
  right: -90px;
}

.widthBorder:first-child:after {
  display: none;
}

.complexBg {
  background: radial-gradient(125.31% 74.76% at 50% -18.51%, rgba(142, 94, 252, 0.35) 0%, rgba(37, 8, 105, 0.35) 58.21%, rgba(21, 25, 43, 0.35) 100%), rgba(21, 25, 43, 0.98);
}

.hoverAnim {
  transition: 0.3s ease-in-out;
}
.hoverAnim:hover {
  transform: scale(1.1);
}

.mainHeader ul li a {
  transition: 0.3s ease-in-out;
}
.mainHeader ul li a:hover {
  color: #895bfc;
}

.footBlock ul li a {
  transition: 0.3s ease-in-out;
}
.footBlock ul li a:hover {
  color: #895bfc;
}

.headerSideBtn {
  transition: 0.3s ease-in-out;
}
.headerSideBtn:hover {
  background-color: #895bfc;
  color: #fff;
}

@media screen and (min-width: 240px) and (max-width: 699px) {
  .heroHeader {
    position: relative;
    min-height: unset;
  }
  .heroHeader .hhContainer {
    flex-flow: column !important;
    gap: 50px;
    margin: 96px 0 0 0;
    padding: 0 16px 0px 16px;
    width: 100%;
  }
  .heroHeader .hhContainer article {
    width: 100%;
  }
  .heroHeader .hhContainer article h1 {
    width: 100%;
    font-size: 34px;
  }
  .heroHeader .hhContainer .picWrap {
    width: 100%;
  }
  .heroHeader .hhContainer .picWrap picture {
    height: 200px;
  }
  .heroHeader .hhContainer .picWrap ul {
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 16px;
  }
  .heroHeader .hhContainer .picWrap ul li {
    font-size: 14px;
  }
  .heroHeader .hhContainer .picWrap ul li img {
    width: 23px;
  }
  .abtContainer {
    width: 100% !important;
    padding: 0 16px;
  }
  header.mainHeader {
    position: absolute;
    padding: 3px 20px;
  }
  header.mainHeader .headerLogo {
    width: 145px;
  }
  header.mainHeader .headerLogo img {
    width: 100%;
  }
  header.mainHeader ul {
    position: fixed;
    background-image: linear-gradient(180deg, #15192B 56.17%, #895BFC 165.12%);
    height: 100%;
    top: 0;
    right: -267px;
    width: 267px;
    flex-direction: column;
    padding: 24px 30px;
    transition: 0.3s ease-in-out;
    border-left: 1px solid #343a56;
  }
  header.mainHeader ul.show {
    right: 0;
  }
  header.mainHeader .headerSideBtn {
    width: auto;
    height: unset;
    padding: 4px 11px;
    font-size: 15px;
    margin: 0 0 0 55px;
  }
  header.mainHeader .toggleIcon {
    display: block;
    font-size: 35px;
    left: 20px;
    color: #fff;
    -webkit-text-stroke: 2px #1a1e2f;
  }
  .abtPartWrap {
    padding: 50px 0 !important;
  }
  .abtPartWrap h2 {
    font-size: 28px;
    text-align: center;
  }
  .abtPartWrap h2 img {
    width: 26px;
  }
  .abtPartWrap .abtListWrap {
    margin: 30px 0 0 0;
    gap: 36px;
  }
  .abtPartWrap .abtListWrap .abtBox {
    width: 100%;
  }
  .abtPartWrap .abtListWrap .abtBox h3 {
    font-size: 24px;
  }
  .abtPartWrap .abtListWrap .abtBox ul {
    width: 100%;
  }
  .abtPartWrap .abtListWrap .abtBox ul li {
    font-size: 20px;
  }
  .abtPartWrap .abtListWrap .abtBox ul li img {
    width: 22px;
  }
  .sectionTrd {
    padding: 50px 0 !important;
  }
  .sectionTrd h2 {
    font-size: 28px;
    text-align: center;
  }
  .sectionTrd h2 img {
    width: 26px;
  }
  .sectionTrd .stContainer {
    width: 100%;
    padding: 0 16px;
  }
  .sectionFort {
    padding: 50px 0 !important;
  }
  .sectionFort h2 {
    font-size: 28px;
    text-align: center;
  }
  .sectionFort h2 img {
    width: 26px;
  }
  .sectionFort .sfContainer {
    width: 100%;
    padding: 0 16px;
  }
  .sectionFort .sfBlockWrap {
    margin: 50px 0 0 0;
    gap: 40px;
  }
  .sectionFort .sfBlockWrap .sfBox {
    width: 100%;
  }
  .sectionFifth {
    padding: 50px 0 0 0 !important;
    flex-direction: column;
    padding: 0 15px;
  }
  .sectionFifth img.objectImg {
    position: static;
    float: left;
    margin: 20px 0 0 0;
  }
  .sectionFifth .articleBox {
    width: 100%;
  }
  .sectionFifth .articleBox h4 {
    margin-top: 30px;
    font-size: 28px;
  }
  .sectionFifth .articleBox p {
    font-size: 20px;
  }
  .footerContainer {
    width: 100%;
    flex-direction: column;
    gap: 25px;
    padding: 0 45px;
  }
  .footerContainer .footBlock {
    width: 100%;
  }
  .widthBorder::after {
    display: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .heroHeader {
    position: relative;
    min-height: unset;
  }
  .heroHeader .hhContainer {
    flex-flow: column !important;
    gap: 50px;
    margin: 96px 0 0 0;
    padding: 0 0 50px 0;
  }
  .heroHeader .hhContainer article {
    width: 100%;
  }
  .heroHeader .hhContainer article h1 {
    width: 100%;
  }
  .heroHeader .hhContainer .picWrap {
    width: 100%;
  }
  .heroHeader .hhContainer .picWrap ul {
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 16px;
  }
  header.mainHeader {
    position: absolute;
    padding: 3px 20px;
  }
  header.mainHeader .headerLogo {
    width: 145px;
  }
  header.mainHeader .headerLogo img {
    width: 100%;
  }
  header.mainHeader ul {
    position: fixed;
    background-image: linear-gradient(180deg, #15192B 56.17%, #895BFC 165.12%);
    height: 100%;
    top: 0;
    right: -267px;
    width: 267px;
    flex-direction: column;
    padding: 24px 30px;
    transition: 0.3s ease-in-out;
    border-left: 1px solid #343a56;
  }
  header.mainHeader ul.show {
    right: 0;
  }
  header.mainHeader .headerSideBtn {
    width: auto;
    height: unset;
    padding: 4px 11px;
    font-size: 15px;
    margin: 0 0 0 55px;
  }
  header.mainHeader .toggleIcon {
    display: block;
    font-size: 35px;
    left: 20px;
    color: #fff;
    -webkit-text-stroke: 2px #1a1e2f;
  }
  .abtPartWrap {
    padding: 50px 0 !important;
  }
  .abtPartWrap h2 {
    font-size: 36px;
    text-align: center;
  }
  .abtPartWrap h2 img {
    width: 30px;
  }
  .abtPartWrap .abtListWrap {
    margin: 30px 0 0 0;
    gap: 20px;
  }
  .abtPartWrap .abtListWrap .abtBox {
    width: calc(50% - 10px);
  }
  .abtPartWrap .abtListWrap .abtBox h3 {
    font-size: 24px;
  }
  .abtPartWrap .abtListWrap .abtBox ul {
    width: 100%;
  }
  .abtPartWrap .abtListWrap .abtBox ul li {
    font-size: 20px;
  }
  .abtPartWrap .abtListWrap .abtBox ul li img {
    width: 22px;
  }
  .sectionTrd {
    padding: 50px 0 !important;
  }
  .sectionTrd h2 {
    font-size: 36px;
    text-align: center;
  }
  .sectionTrd h2 img {
    width: 30px;
  }
  .sectionFort {
    padding: 50px 0 !important;
  }
  .sectionFort h2 {
    font-size: 36px;
    text-align: center;
  }
  .sectionFort h2 img {
    width: 30px;
  }
  .sectionFort .sfBlockWrap {
    margin: 30px 0 0 0;
    gap: 20px;
    padding: 0 20px;
  }
  .sectionFort .sfBlockWrap .sfBox {
    width: 100%;
  }
  .sectionFifth {
    padding: 50px 0 0 0 !important;
    flex-direction: column;
    padding: 0 15px;
  }
  .sectionFifth img.objectImg {
    position: static;
    float: left;
    margin: 20px 0 0 0;
  }
  .sectionFifth .articleBox {
    width: 100%;
  }
  .footerContainer {
    width: 100%;
    gap: 25px;
    padding: 0 45px;
  }
  .footerContainer .footBlock {
    width: 100%;
  }
  .widthBorder::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1370px) {
  .widthBorder::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */