@charset "UTF-8";
:root {
  --font-family: "Assistant", sans-serif;
  --content-width: 1440px;
  --container-offset: 16px;
  --container-offset2: 24px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --Light-grey: #F9F8F8;
  --base-bg-black: #000;
  --base-Bg-wite: #FFF;
  --hair-4: #75412E;
  --Hair-gradient-1: linear-gradient(224deg, #F9F2EC 3%, rgba(249, 242, 236, 0.00) 103.26%);
  --minikit-3: #8D2922;
  --base-dark-grey: #3D3D3D;
  --Orange: #FD7800;
  --face-6: #F1F6D8;
  --Text-Dark-900: #191919;
  --medium-gray: #939292;
  --face-3: #CCD4A5;
  --face-1: #E3EAF0;
  --2-primary-highlight-2: #770F00;
}
:root[lang=ru], :root[lang=ru-RU], :root[lang=en], :root[lang=en-EN], :root[lang=en-US] {
  --font-family: "Montserrat", sans-serif;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
}
@font-face {
  font-family: "Assistant";
  font-display: swap;
  src: url("../fonts/Assistant.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  color: var(--base-bg-black);
  line-height: 1.333;
  background-color: var(--Light-grey);
}
.page.siteMain {
  background: var(--base-Bg-wite, #FFF);
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 24px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

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

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  width: 100%;
}
.container--min {
  max-width: calc(952px + var(--container-offset) * 2);
}
.container--big {
  max-width: calc(1760px + var(--container-offset) * 2);
}

.containerBig {
  margin: 0 auto;
  padding: 0 var(--container-offset2);
  max-width: calc(1760px + var(--container-offset2) * 2);
  width: 100%;
}
.containerBig--min {
  max-width: calc(1448px + var(--container-offset2) * 2);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.site-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
@media (min-width: 1361px) {
  .main:has(.productMulti .productMulti__infoBtnBask) {
    overflow: initial;
  }
}

.text > *:first-child {
  margin-top: 0 !important;
}
.text > *:last-child {
  margin-bottom: 0 !important;
}

.thanks {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px 0;
}
@media (min-width: 769px) {
  .thanks {
    padding: 88px 0;
  }
}
@media (min-width: 1025px) {
  .thanks {
    padding: 128px 0;
  }
}
@media (min-width: 1361px) {
  .thanks {
    min-height: calc(100vh - var(--height-header));
  }
}
.thanks__cont {
  margin: 0 auto;
  max-width: 720px;
}

.fancybox__container {
  z-index: 10000;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media (min-width: 769px) {
  .input {
    gap: 6px;
  }
}
@media (min-width: 1025px) {
  .input {
    gap: 8px;
  }
}
.input input {
  border-radius: 4px;
  border: 1px solid var(--base-bg-black, #000);
  padding: 7px 15px;
  color: var(--base-bg-black, #000);
  text-align: start;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
  text-align: start;
  width: 100%;
}
@media (min-width: 769px) {
  .input input {
    padding: 11px 15px;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .input input {
    padding: 15px;
    font-size: 24px;
  }
}
.input input::-webkit-input-placeholder {
  color: #AEAEAE;
}
.input input::-moz-placeholder {
  color: #AEAEAE;
}
.input input:-ms-input-placeholder {
  color: #AEAEAE;
}
.input input::-ms-input-placeholder {
  color: #AEAEAE;
}
.input input::placeholder {
  color: #AEAEAE;
}
.input input:focus {
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
}
.input input.error ~ .err {
  display: block;
}
.input input[type=text] ~ .input__pasBtn img {
  opacity: 0;
}
.input input[type=text] ~ .input__pasBtn img:last-child {
  opacity: 1;
}
.input .err {
  font-size: 16px;
  -webkit-padding-start: 8px;
  padding-inline-start: 8px;
  color: red;
  display: none;
}
.input__l {
  color: #000;
  text-align: start;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
}
@media (min-width: 769px) {
  .input__l {
    -webkit-padding-start: 12px;
    padding-inline-start: 12px;
    line-height: 1.6;
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .input__l {
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    line-height: 1.75;
    font-size: 16px;
  }
}
.input__iconWr {
  width: 100%;
  position: relative;
}
.input__iconWr input {
  width: 100%;
}
@media (min-width: 1025px) {
  .input__iconWr input {
    -webkit-padding-start: 47px;
    padding-inline-start: 47px;
  }
}
.input__icon {
  position: absolute;
  display: none;
}
@media (min-width: 1025px) {
  .input__icon {
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
  }
  .input__icon svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
.input__pas {
  position: relative;
}
.input__pasBtn {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .input__pasBtn {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .input__pasBtn {
    width: 24px;
    height: 24px;
  }
}
.input__pasBtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input__pasBtn img:last-child {
  opacity: 0;
}
.input--min input {
  padding: 7px 15px;
}
@media (min-width: 769px) {
  .input--min input {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .input--min input {
    font-size: 20px;
    line-height: 1.75;
  }
}

.textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media (min-width: 769px) {
  .textarea {
    gap: 6px;
  }
}
@media (min-width: 1025px) {
  .textarea {
    gap: 8px;
  }
}
.textarea textarea {
  border-radius: 4px;
  border: 1px solid var(--base-bg-black, #000);
  padding: 7px 15px;
  color: var(--base-bg-black, #000);
  text-align: start;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
  resize: none;
  min-height: 40px;
  scrollbar-width: thin;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .textarea textarea {
    min-height: 70px;
  }
}
@media (min-width: 1025px) {
  .textarea textarea {
    min-height: 100px;
  }
}
@media (min-width: 769px) {
  .textarea textarea {
    padding: 11px 15px;
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .textarea textarea {
    padding: 15px;
    font-size: 24px;
  }
}
.textarea textarea::-webkit-input-placeholder {
  color: #AEAEAE;
}
.textarea textarea::-moz-placeholder {
  color: #AEAEAE;
}
.textarea textarea:-ms-input-placeholder {
  color: #AEAEAE;
}
.textarea textarea::-ms-input-placeholder {
  color: #AEAEAE;
}
.textarea textarea::placeholder {
  color: #AEAEAE;
}
.textarea textarea:focus {
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
}
.textarea textarea.error ~ .err {
  display: block;
}
.textarea .err {
  font-size: 16px;
  -webkit-padding-start: 8px;
  padding-inline-start: 8px;
  color: red;
  display: none;
}
.textarea__l {
  color: #000;
  text-align: start;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
}
@media (min-width: 769px) {
  .textarea__l {
    -webkit-padding-start: 12px;
    padding-inline-start: 12px;
    line-height: 1.6;
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .textarea__l {
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    line-height: 1.75;
    font-size: 16px;
  }
}
.textarea__iconWr {
  width: 100%;
  position: relative;
}
.textarea__iconWr input {
  width: 100%;
}
@media (min-width: 1025px) {
  .textarea__iconWr input {
    -webkit-padding-start: 47px;
    padding-inline-start: 47px;
  }
}
.textarea__icon {
  position: absolute;
  display: none;
}
@media (min-width: 1025px) {
  .textarea__icon {
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
  }
  .textarea__icon svg {
    display: block;
    width: 100%;
    height: auto;
  }
}

.submit {
  border-radius: 4px;
  background: var(--base-dark-grey, #3D3D3D);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}
@media (hover: hover) {
  .submit:hover {
    opacity: 0.75;
  }
}
.submit:disabled {
  background: var(--face-2, #CECECE);
  pointer-events: none;
}

.select {
  z-index: 2;
  position: relative;
}
.select.active .select__c {
  border-radius: 4px 4px 0 0;
  border-bottom-color: transparent;
}
.select.active .select__c svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.select.active .select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select__main {
  position: relative;
  background-color: #fff;
}
.select__c {
  border-radius: 4px;
  border: 1px solid var(--base-bg-black, #000);
  padding: 7px 15px;
  color: var(--medium-gray, #939292);
  text-align: start;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 769px) {
  .select__c {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .select__c {
    font-size: 20px;
    line-height: 1.75;
  }
}
.select__c svg {
  display: block;
  width: 16px;
  height: auto;
}
.select__c::-webkit-input-placeholder {
  color: #AEAEAE;
}
.select__c::-moz-placeholder {
  color: #AEAEAE;
}
.select__c:-ms-input-placeholder {
  color: #AEAEAE;
}
.select__c::-ms-input-placeholder {
  color: #AEAEAE;
}
.select__c::placeholder {
  color: #AEAEAE;
}
.select__c:focus {
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
}
.select__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  max-height: 200px;
  overflow: auto;
  border: 1px solid var(--base-bg-black, #000);
  border-top: none;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  scrollbar-width: thin;
  background-color: #fff;
}
.select__list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select__list span {
  font-size: 16px;
  padding: 6px 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .select__list span {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .select__list span {
    font-size: 20px;
  }
}
@media (hover: hover) {
  .select__list span:hover {
    opacity: 0.8;
  }
}
.select__list span.active {
  display: none;
}

.select2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media (min-width: 769px) {
  .select2 {
    gap: 6px;
  }
}
@media (min-width: 1025px) {
  .select2 {
    gap: 8px;
  }
}
.select2 select {
  border-radius: 4px;
  border: 1px solid var(--base-bg-black, #000);
  padding: 7px 15px;
  color: var(--base-bg-black, #000);
  text-align: start;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
  text-align: start;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 769px) {
  .select2 select {
    padding: 11px 15px;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .select2 select {
    padding: 15px;
    font-size: 24px;
  }
}
.select2 select::-webkit-input-placeholder {
  color: #AEAEAE;
}
.select2 select::-moz-placeholder {
  color: #AEAEAE;
}
.select2 select:-ms-input-placeholder {
  color: #AEAEAE;
}
.select2 select::-ms-input-placeholder {
  color: #AEAEAE;
}
.select2 select::placeholder {
  color: #AEAEAE;
}
.select2 select:focus {
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
}
.select2 select.error ~ .err {
  display: block;
}
.select2 select[type=text] ~ .input__pasBtn img {
  opacity: 0;
}
.select2 select[type=text] ~ .input__pasBtn img:last-child {
  opacity: 1;
}
.select2 .err {
  font-size: 16px;
  -webkit-padding-start: 8px;
  padding-inline-start: 8px;
  color: red;
  display: none;
}
.select2__l {
  color: #000;
  text-align: start;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
}
@media (min-width: 769px) {
  .select2__l {
    -webkit-padding-start: 12px;
    padding-inline-start: 12px;
    line-height: 1.6;
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .select2__l {
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    line-height: 1.75;
    font-size: 16px;
  }
}
.select2__iconWr {
  width: 100%;
  position: relative;
}
.select2__iconWr input {
  width: 100%;
}
@media (min-width: 1025px) {
  .select2__iconWr input {
    -webkit-padding-start: 47px;
    padding-inline-start: 47px;
  }
}
.select2__icon {
  position: absolute;
  display: none;
}
@media (min-width: 1025px) {
  .select2__icon {
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
  }
  .select2__icon svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
.select2__pas {
  position: relative;
}
.select2__pasBtn {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .select2__pasBtn {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .select2__pasBtn {
    width: 24px;
    height: 24px;
  }
}
.select2__pasBtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select2__pasBtn img:last-child {
  opacity: 0;
}
.select2--min input {
  padding: 7px 15px;
}
@media (min-width: 769px) {
  .select2--min input {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .select2--min input {
    font-size: 20px;
    line-height: 1.75;
  }
}

.ch {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-padding-start: 24px;
  padding-inline-start: 24px;
  cursor: pointer;
}
.ch input {
  display: none;
}
.ch::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  border: 1px solid #0D1C2E;
}
.ch::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: black;
  font-weight: bolder;
  font-size: 12px;
  line-height: 1;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ch:has(input:checked)::before {
  opacity: 1;
}

[lang=he-IL] .input input {
  direction: rtl;
}
@media (min-width: 1025px) {
  [lang=he-IL] .input__icon {
    left: initial;
    right: 16px;
  }
}
[lang=he-IL] .submit {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4;
}
@media (min-width: 769px) {
  [lang=he-IL] .submit {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0.44px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .submit {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.48px;
  }
}
[lang=he-IL] .ch::after {
  left: initial;
  right: 2px;
}
[lang=he-IL] .ch::before {
  left: initial;
  right: 2px;
}

.headerMob {
  border-bottom: 0.5px solid var(--medium-gray, #939292);
  background: var(--base-Bg-wite, #FFF);
  padding: 16px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1361px) {
  .headerMob {
    display: none;
  }
}
.headerMob__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.headerMob__type {
  border-radius: var(--Corner-Extra-small, 4px);
  background: var(--hair-1, #F9F2EC);
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .headerMob__type {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 4px;
  }
}
@media (min-width: 1361px) {
  .headerMob__type {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    padding: 6px;
    border-radius: 8px;
  }
}
.headerMob__t {
  border-radius: var(--Corner-Extra-small, 4px);
  padding: 6px 8px;
  background-color: transparent;
  color: var(--base-bg-black, #000);
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  width: 50%;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .headerMob__t {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    padding: 7px 12px;
  }
}
@media (min-width: 1361px) {
  .headerMob__t {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .headerMob__t {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .headerMob__t:hover {
    background: rgba(141, 41, 34, 0.9);
    color: var(--base-Bg-wite, #FFF);
  }
}
.headerMob__t.active {
  background: var(--minikit-3, #8D2922);
  color: var(--base-Bg-wite, #FFF);
}
.headerMob__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.headerMob__logo {
  display: block;
  width: 100px;
}
@media (min-width: 769px) {
  .headerMob__logo {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
@media (min-width: 1361px) {
  .headerMob__logo {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    width: 164px;
    min-width: 164px;
  }
}
.headerMob__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.headerMob__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerMob__btnMenu {
  border-radius: 4px;
  border: 1px solid var(--face-2, #CECECE);
  padding: 7px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1361px) {
  .headerMob__btnMenu {
    padding: 7px 15px;
    border-radius: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
  }
  .headerMob__btnMenu.active img:first-of-type {
    opacity: 0;
  }
  .headerMob__btnMenu.active img:last-of-type {
    opacity: 1;
  }
}
.headerMob__btnMenu span {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
}
@media (min-width: 1361px) {
  .headerMob__btnMenu span {
    font-size: 16px;
    line-height: 1.5;
  }
}
.headerMob__btnMenu img {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}
@media (min-width: 1361px) {
  .headerMob__btnMenu img {
    width: 32px;
    min-width: 32px;
  }
}
.headerMob__btnMenu img:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 16px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.headerMob__lang {
  position: relative;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.headerMob__lang.active {
  border-bottom-color: #939292;
}
.headerMob__lang.active .headerMob__langList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerMob__langActive {
  color: #000;
  text-align: center;
  font-size: 8px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.1px;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 769px) {
  .headerMob__langActive {
    width: 27px;
    height: 27px;
    font-size: 10px;
  }
}
.headerMob__langList {
  position: absolute;
  display: none;
  bottom: 0;
  left: -1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #000;
  border-top: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: calc(100% + 2px);
}
.headerMob__langItem {
  color: #000;
  text-align: center;
  font-size: 8px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.1px;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  border-top: 1px solid #939292;
}
@media (min-width: 769px) {
  .headerMob__langItem {
    width: 27px;
    height: 27px;
    font-size: 10px;
  }
}
.headerMob__basket {
  position: relative;
  width: 24px;
  height: 24px;
}
@media (min-width: 769px) {
  .headerMob__basket {
    width: 27px;
    height: 27px;
  }
}
.headerMob__basket img {
  display: block;
  width: 100%;
  height: auto;
}
.headerMob__basket.active::after {
  content: attr(data-count);
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #FF6C67;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 6px;
  font-weight: 400;
  line-height: 2;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.headerPc {
  display: none;
  background: var(--base-Bg-wite, #FFF);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid var(--medium-gray, #939292);
}
@media (min-width: 1361px) {
  .headerPc {
    display: block;
  }
}
.headerPc__top {
  border-bottom: 1px solid var(--face-1, #E3EAF0);
}
.headerPc__topWrap {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerPc__left {
  width: 50%;
}
.headerPc__nav {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.headerPc__nav a {
  color: var(--base-bg-black, #000);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (hover: hover) {
  .headerPc__nav a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .headerPc__nav a:hover {
    opacity: 0.8;
  }
}
.headerPc__nav a:last-child {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.headerPc__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerPc__bottomNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 1700px) {
  .headerPc__bottomNav ul {
    gap: 40px;
  }
}
.headerPc__bottomNav ul li {
  line-height: 1;
}
.headerPc__bottomNav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--base-bg-black, #000);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px 0;
  position: relative;
}
@media (max-width: 1700px) {
  .headerPc__bottomNav ul li a {
    gap: 6px;
    font-size: 15px;
  }
}
.headerPc__bottomNav ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.headerPc__bottomNav ul li a svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerPc__bottomNav ul li a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerPc__bottomNav ul li a:hover {
  color: #CB5527;
}
.headerPc__bottomNav ul li a:hover svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.headerPc__bottomNav ul li a:hover svg path {
  fill: #CB5527;
}
.headerPc__bottomNav ul li.active a {
  color: #CB5527;
}
.headerPc__bottomNav ul li.active a svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.headerPc__bottomNav ul li.active a svg path {
  fill: #CB5527;
}

.hedaerAuth {
  position: fixed;
  z-index: 1300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--base-Bg-wite, #FFF);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
}
.hedaerAuth.active {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1025px) {
  .hedaerAuth {
    overflow: hidden;
  }
}
@media (min-width: 1361px) {
  .hedaerAuth {
    top: var(--height-header);
    height: calc(100vh - var(--height-header));
  }
}
@media (min-width: 1025px) {
  .hedaerAuth__main {
    max-height: 100%;
    overflow: auto;
  }
  .hedaerAuth__main .containerBig {
    max-height: 100%;
  }
}
.hedaerAuth__cont {
  display: none;
}
.hedaerAuth__cont.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .hedaerAuth__cont {
    width: calc(50% - 24px);
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    padding: 75px 0;
    overflow: hidden;
  }
}
.hedaerAuth__header {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .hedaerAuth__header {
    display: none;
  }
}
.hedaerAuth__logo {
  display: block;
  padding: 8px;
}
.hedaerAuth__logo img {
  display: block;
  width: 100px;
  height: auto;
}
.hedaerAuth__close {
  display: block;
  width: 24px;
  height: auto;
}
@media (min-width: 1025px) {
  .hedaerAuth__close {
    width: 48px;
    position: absolute;
    top: 35px;
    right: 0;
  }
}
.hedaerAuth__close img {
  display: block;
  width: 100%;
  height: auto;
}
.hedaerAuth__close--pc {
  display: none;
}
@media (min-width: 1025px) {
  .hedaerAuth__close--pc {
    display: block;
  }
}
.hedaerAuth__img {
  display: none;
}
@media (min-width: 1025px) {
  .hedaerAuth__img {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.hedaerAuth__wr {
  padding: 0 0 42px;
}
@media (min-width: 1025px) {
  .hedaerAuth__wr {
    overflow: auto;
    max-height: 100%;
    padding: 0;
  }
}
@media (min-width: 1361px) {
  .hedaerAuth__wr {
    position: relative;
  }
}
.hedaerAuth__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 32px;
}
@media (min-width: 769px) {
  .hedaerAuth__title {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .hedaerAuth__title {
    font-size: 40px;
  }
}
.hedaerAuth__formWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .hedaerAuth__formWr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hedaerAuth__formWr > * {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1025px) {
  .hedaerAuth__formWr > * {
    width: 100%;
  }
}
@media (min-width: 1361px) {
  .hedaerAuth__formWr > * {
    width: calc(50% - 8px);
  }
}
.hedaerAuth__req {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .hedaerAuth__req {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .hedaerAuth__req {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.hedaerAuth__chWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .hedaerAuth__chWrap {
    margin-top: 28px;
    gap: 16px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .hedaerAuth__chWrap {
    margin-top: 32px;
  }
}
.hedaerAuth__subm {
  margin-top: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .hedaerAuth__subm {
    margin-top: 28px;
  }
}
@media (min-width: 1025px) {
  .hedaerAuth__subm {
    margin-top: 32px;
    min-width: 430px;
  }
}
.hedaerAuth__vh {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 32px;
}
.hedaerAuth__vh button {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (hover: hover) {
  .hedaerAuth__vh button:hover {
    text-decoration: none;
  }
}
.hedaerAuth__pass {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 32px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: auto;
}
@media (hover: hover) {
  .hedaerAuth__pass:hover {
    text-decoration: none;
  }
}
.hedaerAuth__w1 {
  width: 100% !important;
}
.hedaerAuth__passText {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 769px) {
  .hedaerAuth__passText {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .hedaerAuth__passText {
    font-size: 16px;
  }
}

.headerMega {
  position: fixed;
  z-index: 1200;
  left: 0;
  width: 100%;
  background: var(--base-Bg-wite, #FFF);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
  top: var(--height-header);
  height: calc(100vh - var(--height-header));
  padding: 80px 0;
}
.headerMega.active {
  opacity: 1;
  pointer-events: all;
}
.headerMega__cont {
  display: none;
  margin-bottom: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.headerMega__cont.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerMega__socWr {
  margin-top: a;
  padding-top: 48px;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
.headerMega__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerMega__soc a {
  display: block;
}
.headerMega__soc a img {
  display: block;
  width: auto;
  height: 48px;
}
.headerMega__nav--full {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.headerMega__nav--full > * {
  width: calc(33.3333333333% - 53.3333333333px);
}
.headerMega__nav--min {
  width: calc(66.6666666667% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerMega__nav--min + .headerMega__bn {
  width: calc(33.3333333333% - 40px);
  aspect-ratio: 1/1;
}
.headerMega__nav--min + .headerMega__bn img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.headerMega__nav--min > * {
  width: calc(50% - 40px);
}
.headerMega__bn {
  display: block;
}
.headerMega__bn img {
  display: block;
  width: 100%;
  height: auto;
}
.headerMega__level1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.headerMega__level1 li {
  list-style: 1;
}
.headerMega__level1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--base-bg-black, #000);
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerMega__level1 li a svg {
  display: block;
  width: 24px;
  height: auto;
}
.headerMega__level1 li a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerMega__level1 li a:hover, .headerMega__level1 li a.active {
  color: var(--trichology-5, #CB5527);
  text-decoration: underline;
}
.headerMega__level1 li a:hover path, .headerMega__level1 li a.active path {
  fill: var(--trichology-5, #CB5527);
}
.headerMega__level ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  line-height: 1;
  display: none;
}
.headerMega__level ul.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerMega__level ul li {
  line-height: 1;
}
.headerMega__level ul li a {
  color: var(--base-bg-black, #000);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px;
}
.headerMega__level ul li a:hover, .headerMega__level ul li a.active {
  background: var(--hair-1, #F9F2EC);
}

.headerBurger {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--base-Bg-wite, #FFF);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
  padding-bottom: 68px;
}
.headerBurger.active {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1361px) {
  .headerBurger {
    top: var(--height-header);
    height: calc(100vh - var(--height-header));
  }
}
.headerBurger__header {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 1361px) {
  .headerBurger__header {
    display: none;
  }
}
.headerBurger__logo {
  display: block;
}
.headerBurger__logo img {
  display: block;
  width: 100px;
  height: auto;
}
.headerBurger__close {
  display: block;
  width: 24px;
  height: auto;
}
@media (min-width: 1361px) {
  .headerBurger__close {
    width: 48px;
    position: absolute;
    top: 35px;
    right: 0;
  }
}
.headerBurger__close img {
  display: block;
  width: 100%;
  height: auto;
}
.headerBurger__close--pc {
  display: none;
}
@media (min-width: 1361px) {
  .headerBurger__close--pc {
    display: block;
  }
}
.headerBurger__top {
  border-top: 0.5px solid var(--medium-gray, #939292);
  border-bottom: 0.5px solid var(--medium-gray, #939292);
  background: rgba(249, 242, 236, 0.75);
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1361px) {
  .headerBurger__top {
    display: none;
  }
}
.headerBurger__l {
  background: #FFF;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-bg-black, #000);
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  border: 0.5px solid transparent;
  width: calc(50% - 4px);
}
.headerBurger__l--2 {
  border-color: #939292;
  color: var(--medium-gray, #939292);
  background-color: transparent;
}
.headerBurger__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1361px) {
  .headerBurger__btns {
    display: none;
  }
}
.headerBurger__btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--base-bg-black, #000);
  padding: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-bg-black, #000);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.headerBurger__btn svg {
  display: block;
  width: 24px;
  min-width: 24px;
}
.headerBurger__btn--2 {
  border-color: #CECECE;
  color: var(--medium-gray, #939292);
}
.headerBurger__search {
  margin: 32px 0;
  padding: 0 24px;
}
@media (min-width: 1361px) {
  .headerBurger__search {
    display: none;
  }
}
.headerBurger__search form {
  position: relative;
}
.headerBurger__search form input {
  display: block;
  width: 100%;
  padding: 0 30px 16px 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
}
.headerBurger__search form input::-webkit-input-placeholder {
  color: var(--medium-gray, #939292);
}
.headerBurger__search form input::-moz-placeholder {
  color: var(--medium-gray, #939292);
}
.headerBurger__search form input:-ms-input-placeholder {
  color: var(--medium-gray, #939292);
}
.headerBurger__search form input::-ms-input-placeholder {
  color: var(--medium-gray, #939292);
}
.headerBurger__search form input::placeholder {
  color: var(--medium-gray, #939292);
}
.headerBurger__search form input::-webkit-search-decoration, .headerBurger__search form input::-webkit-search-cancel-button, .headerBurger__search form input::-webkit-search-results-button, .headerBurger__search form input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.headerBurger__search .promagnifier {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}
.headerBurger__search .promagnifier svg {
  display: block;
  width: 100%;
  height: auto;
}
.headerBurger__mainNav {
  border-bottom: 1px solid var(--hair-1, #F9F2EC);
  padding-bottom: 24px;
  margin: 32px 0;
  padding: 0 24px 24px;
}
@media (min-width: 1361px) {
  .headerBurger__mainNav {
    padding: 80px 24px 64px;
    border-top: 1px solid var(--base-bg-black, #000);
    border-bottom: 1px solid var(--base-bg-black, #000);
    margin: 0;
  }
}
.headerBurger__mainNav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  line-height: 1;
}
@media (min-width: 1361px) {
  .headerBurger__mainNav ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    gap: 200px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.headerBurger__mainNav ul li {
  line-height: 1;
}
@media (min-width: 1361px) {
  .headerBurger__mainNav ul li {
    width: 100%;
    margin-bottom: 16px;
  }
}
.headerBurger__mainNav ul li a {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1361px) {
  .headerBurger__mainNav ul li a {
    font-size: 40px;
    text-align: center;
  }
}
@media (hover: hover) {
  .headerBurger__mainNav ul li a:hover {
    opacity: 0.75;
  }
}
.headerBurger__soc {
  margin-top: 32px;
}
@media (min-width: 1361px) {
  .headerBurger__soc {
    margin-top: 48px;
  }
}
.headerBurger__socWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerBurger__socL {
  display: none;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1361px) {
  .headerBurger__socL {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
  }
}
.headerBurger__socL a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 24px;
}
@media (min-width: 1361px) {
  .headerBurger__socL a {
    height: 48px;
  }
}
.headerBurger__socL a img {
  display: block;
  width: auto;
  height: 100%;
}
.headerBurger__socL--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1361px) {
  .headerBurger__dopNav {
    display: none;
  }
}
.headerBurger__dopNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.headerBurger__dopNav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  line-height: 1;
}
.headerBurger__dopNav > ul > li {
  line-height: 1;
  position: relative;
  border-bottom: 1px solid var(--face-2, #CECECE);
}
.headerBurger__dopNav > ul > li:has(ul) {
  cursor: pointer;
}
.headerBurger__dopNav > ul > li > a {
  color: var(--base-bg-black, #000);
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerBurger__dopNav > ul > li > a:has(+ ul) {
  width: calc(100% - 56px);
  padding-right: 0;
  position: relative;
}
.headerBurger__dopNav > ul > li > a:has(+ ul)::after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9999 16C11.7719 16 11.5449 15.923 11.3599 15.768L5.35991 10.768C4.93591 10.415 4.87791 9.78398 5.23191 9.35998C5.58491 8.93598 6.21491 8.87898 6.63991 9.23198L12.0109 13.708L17.3729 9.39298C17.8029 9.04698 18.4329 9.11498 18.7789 9.54498C19.1249 9.97498 19.0569 10.604 18.6269 10.951L12.6269 15.779C12.4439 15.926 12.2219 16 11.9999 16Z" fill="%23231F20"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  right: -8px;
  pointer-events: none;
}
.headerBurger__dopNav > ul > li.active {
  border-color: #939292;
}
.headerBurger__dopNav > ul > li.active > a {
  color: var(--trichology-5, #CB5527);
  font-weight: 600;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.headerBurger__dopNav > ul > li.active > a::after {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.9998 14.9999C17.7738 14.9999 17.5468 14.9239 17.3597 14.7679L11.9887 10.2919L6.62675 14.6069C6.19775 14.9539 5.56775 14.8859 5.22075 14.4549C4.87475 14.0249 4.94275 13.3959 5.37375 13.0489L11.3737 8.22092C11.7437 7.92192 12.2747 7.92592 12.6407 8.23192L18.6407 13.2319C19.0647 13.5849 19.1217 14.2159 18.7688 14.6399C18.5708 14.8769 18.2867 14.9999 17.9998 14.9999Z" fill="%23CB5527"/></svg>');
}
.headerBurger__dopNav > ul > li.active > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerBurger__dopNav > ul > li > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--face-2, #CECECE);
  line-height: 1;
  background: var(--Light-grey, #F9F8F8);
}
.headerBurger__dopNav > ul > li > ul > li {
  line-height: 1;
  border-bottom: 1px solid var(--face-2, #CECECE);
}
.headerBurger__dopNav > ul > li > ul > li > a {
  color: var(--base-bg-black, #000);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerBurger__dopNav > ul > li > ul > li > a:has(+ ul) {
  position: relative;
  width: calc(100% - 56px);
  padding-right: 0;
  position: relative;
}
.headerBurger__dopNav > ul > li > ul > li > a:has(+ ul)::after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.9999 16C11.7719 16 11.5449 15.923 11.3599 15.768L5.35991 10.768C4.93591 10.415 4.87791 9.78398 5.23191 9.35998C5.58491 8.93598 6.21491 8.87898 6.63991 9.23198L12.0109 13.708L17.3729 9.39298C17.8029 9.04698 18.4329 9.11498 18.7789 9.54498C19.1249 9.97498 19.0569 10.604 18.6269 10.951L12.6269 15.779C12.4439 15.926 12.2219 16 11.9999 16Z" fill="%23231F20"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  right: -8px;
  pointer-events: none;
}
.headerBurger__dopNav > ul > li > ul > li.active {
  background: var(--hair-1, #F9F2EC);
}
.headerBurger__dopNav > ul > li > ul > li.active > a {
  font-weight: 500;
}
.headerBurger__dopNav > ul > li > ul > li.active > a::after {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.9998 14.9999C17.7738 14.9999 17.5468 14.9239 17.3597 14.7679L11.9887 10.2919L6.62675 14.6069C6.19775 14.9539 5.56775 14.8859 5.22075 14.4549C4.87475 14.0249 4.94275 13.3959 5.37375 13.0489L11.3737 8.22092C11.7437 7.92192 12.2747 7.92592 12.6407 8.23192L18.6407 13.2319C19.0647 13.5849 19.1217 14.2159 18.7688 14.6399C18.5708 14.8769 18.2867 14.9999 17.9998 14.9999Z" fill="%23231F20"/></svg>');
}
.headerBurger__dopNav > ul > li > ul > li.active > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerBurger ul ul ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  line-height: 1;
  background: var(--hair-1, #F9F2EC);
}
.headerBurger ul ul ul > li {
  line-height: 1;
}
.headerBurger ul ul ul > li a {
  color: var(--base-bg-black, #000);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding: 18px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.headerBurger__pcCont {
  display: none;
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 0;
}
@media (min-width: 1361px) {
  .headerBurger__pcCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.headerBurger__hr {
  background: #939292;
  width: 1px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.headerBurger__fav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
}
.headerBurger__fav svg {
  display: block;
  width: 100%;
  height: auto;
}
.headerBurger__bask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  position: relative;
}
.headerBurger__bask svg {
  display: block;
  width: 100%;
  height: auto;
}
.headerBurger__bask::after {
  content: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #FF6C67;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 6px;
  font-weight: 400;
  line-height: 2;
}
.headerBurger__bask.active::after {
  content: attr(data-count);
}

.headerSearch {
  padding: 128px 0;
  position: fixed;
  z-index: 1200;
  left: 0;
  width: 100%;
  background: var(--base-Bg-wite, #FFF);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
  top: var(--height-header);
  height: calc(100vh - var(--height-header));
}
@media (min-width: 1361px) {
  .headerSearch.active {
    opacity: 1;
    pointer-events: all;
  }
}
.headerSearch__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
.headerSearch form {
  position: relative;
}
.headerSearch form input {
  display: block;
  width: 100%;
  border: 1px solid rgb(61, 61, 61);
  border-radius: 4px 4px 4px 4px;
  color: rgb(0, 0, 0);
  font-size: 24px;
  line-height: 1.5;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 2;
  padding: 0;
  width: 100%;
  background: transparent;
  padding: 12px 64px 12px 24px;
  outline: none;
}
.headerSearch form input::-webkit-search-decoration, .headerSearch form input::-webkit-search-cancel-button, .headerSearch form input::-webkit-search-results-button, .headerSearch form input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.headerSearch form .promagnifier {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
}
.headerSearch form .promagnifier svg {
  display: block;
  width: 100%;
  height: auto;
}
.headerSearch .search-cats {
  display: block;
}
.headerSearch .search-cats__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 32px;
  text-align: left;
  text-transform: uppercase;
}
.headerSearch .search-cats-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.headerSearch .cats-list-card {
  width: calc(20% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 1600px) {
  .headerSearch .cats-list-card {
    width: calc(25% - 30px);
  }
}
.headerSearch .cats-list-card__img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.headerSearch .cats-list-card-wrap {
  padding: 16px 24px;
  text-align: center;
  background: #F9F2EC;
}
.headerSearch .cats-list-card__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
}
.headerSearch .cats-list-card__desc.body-1 {
  display: none;
}
.headerSearch .cats-list-card__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 32px;
  border: 1px solid #000000;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 8px auto 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (hover: hover) {
  .headerSearch .cats-list-card__link:hover {
    background-color: #fff;
  }
}
.headerSearch__close {
  position: absolute;
  top: 60px;
  width: 48px;
  right: 24px;
}
@media (min-width: 1808px) {
  .headerSearch__close {
    right: calc((100% - 1760px) / 2);
  }
}
.headerSearch__close svg {
  display: block;
  width: 100%;
  height: auto;
}

.headerFav {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--base-Bg-wite, #FFF);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerFav.active {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1361px) {
  .headerFav {
    top: var(--height-header);
    height: calc(100vh - var(--height-header));
    max-width: 1100px;
  }
  .headerFav.active ~ .headerFavBg {
    opacity: 1;
    pointer-events: all;
  }
}
.headerFav__ww {
  overflow: auto;
  padding-bottom: 48px;
  height: 100%;
  scrollbar-width: thin;
}
@media (min-width: 769px) {
  .headerFav__ww {
    padding-bottom: 88px;
  }
}
@media (min-width: 1025px) {
  .headerFav__ww {
    padding-bottom: 128px;
  }
}
@media (min-width: 1361px) {
  .headerFav__ww {
    padding-top: 64px;
  }
}
.headerFav__header {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 1361px) {
  .headerFav__header {
    display: none;
  }
}
.headerFav__logo {
  display: block;
  padding: 8px;
}
.headerFav__logo img {
  display: block;
  width: 100px;
  height: auto;
}
.headerFav__close {
  display: block;
  width: 24px;
  height: auto;
}
@media (min-width: 1025px) {
  .headerFav__close {
    width: 48px;
    position: absolute;
    top: 35px;
    right: 0;
  }
}
.headerFav__close img {
  display: block;
  width: 100%;
  height: auto;
}
.headerFav__close--pc {
  display: none;
}
@media (min-width: 1025px) {
  .headerFav__close--pc {
    display: block;
  }
}
.headerFav__close2 {
  display: none;
}
@media (min-width: 1361px) {
  .headerFav__close2 {
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 0px 8px 8px 0px;
    position: absolute;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.headerFav__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 32px;
}
@media (min-width: 769px) {
  .headerFav__title {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .headerFav__title {
    font-size: 40px;
  }
}
.headerFav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.headerFav__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}
@media (min-width: 769px) {
  .headerFav__card {
    gap: 16px 24px;
  }
}
@media (min-width: 1025px) {
  .headerFav__card {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.headerFav__cardImg {
  width: 120px;
  height: auto;
  display: block;
  position: relative;
}
@media (min-width: 769px) {
  .headerFav__cardImg {
    width: 180px;
  }
}
@media (min-width: 1025px) {
  .headerFav__cardImg {
    width: 200px;
    min-width: 200px;
  }
}
.headerFav__cardImg2 {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.headerFav__cardImg2 img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (hover: hover) {
  .headerFav__cardImg2 img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .headerFav__cardImg2 img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.headerFav__cardTp {
  padding: 4px 8px;
  width: 100%;
  background: #ccd4a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .headerFav__cardTp {
    padding: 6px 10px;
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .headerFav__cardTp {
    font-size: 14px;
  }
}
.headerFav__cardDel {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
}
@media (min-width: 769px) {
  .headerFav__cardDel {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .headerFav__cardDel {
    width: 24px;
  }
}
.headerFav__cardDel svg {
  display: block;
  width: 100%;
  height: auto;
}
.headerFav__cardMain {
  width: calc(100% - 16px - 120px);
}
@media (min-width: 769px) {
  .headerFav__cardMain {
    width: calc(100% - 24px - 180px);
  }
}
.headerFav .reviews-count {
  display: none;
}
@media (min-width: 769px) {
  .headerFav .reviews-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
  }
}
.headerFav .reviews-count .reviews-count__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.headerFav .reviews-count .reviews-count__info {
  margin: 0;
  font-size: 12px;
}
.headerFav__cardName {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 8px;
  display: block;
  color: #000;
}
@media (min-width: 769px) {
  .headerFav__cardName {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .headerFav__cardName {
    font-size: 20px;
  }
}
.headerFav__cardDescr1 {
  font-size: 14px;
  margin: 0 0 6px;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 769px) {
  .headerFav__cardDescr1 {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .headerFav__cardDescr1 {
    font-size: 16px;
  }
}
.headerFav__cardDescr2 {
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
  color: #000;
}
@media (min-width: 769px) {
  .headerFav__cardDescr2 {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .headerFav__cardDescr2 {
    font-size: 14px;
  }
}
.headerFav__cardR {
  width: 100%;
}
@media (min-width: 1025px) {
  .headerFav__cardR {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.headerFav__cardPrice {
  display: none;
}
@media (min-width: 1025px) {
  .headerFav__cardPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 12px;
  }
}
.headerFav__cardPrice1 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  text-transform: uppercase;
}
.headerFav__cardPrice2 {
  color: #939292;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  text-transform: uppercase;
}
.headerFav__cardBtn {
  border-radius: 4px;
  background: var(--base-dark-grey, #3D3D3D);
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 1025px) {
  .headerFav__cardBtn {
    white-space: nowrap;
  }
}
@media (hover: hover) {
  .headerFav__cardBtn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .headerFav__cardBtn:hover {
    background-color: #000;
  }
}

.headerFavBg {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.75);
}

[lang=he-IL] .headerPc__nav a:last-child {
  -webkit-padding-start: 24px;
  padding-inline-start: 24px;
  padding-left: 0;
}
[lang=he-IL] .headerBurger__l {
  font-size: 12px;
  line-height: 1.333;
  letter-spacing: 0.24px;
}
[lang=he-IL] .headerBurger__search form input {
  padding-right: 0;
  padding-left: 30px;
}
[lang=he-IL] .headerBurger__search .promagnifier {
  right: inherit;
  left: 0;
}
[lang=he-IL] .headerBurger .headerBurger__mainNav ul li a {
  font-size: 20px;
  line-height: 1.2;
}
[lang=he-IL] .headerBurger .headerBurger__dopNav > ul > li > a:has(+ ul) {
  padding-right: 24px;
  padding-left: 0;
}
[lang=he-IL] .headerBurger .headerBurger__dopNav > ul > li > a:has(+ ul)::after {
  right: initial;
  left: -8px;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
}
[lang=he-IL] .headerBurger .headerBurger__dopNav > ul > li > ul > li > a:has(+ ul) {
  padding-right: 24px;
  padding-left: 0;
}
[lang=he-IL] .headerBurger .headerBurger__dopNav > ul > li > ul > li > a:has(+ ul)::after {
  right: initial;
  left: -8px;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
}
[lang=he-IL] .headerBurger .headerBurger__dopNav > ul > li > a {
  font-size: 20px;
  line-height: 1.2;
}
[lang=he-IL] .headerBurger .headerBurger__dopNav > ul > li.active > a {
  font-weight: 400;
  text-decoration: none;
}
[lang=he-IL] .headerBurger .headerBurger__dopNav > ul > li > ul > li > a {
  font-size: 20px;
  line-height: 1.2;
}
[lang=he-IL] .headerBurger ul ul ul > li a {
  font-size: 20px;
  line-height: 1.2;
}
[lang=he-IL] .headerMob__btnMenu img:nth-of-type(2) {
  left: initial;
  right: 16px;
}
[lang=he-IL] .headerMega__level1 li a {
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
}
[lang=he-IL] .headerMega__level1 li a svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
[lang=he-IL] .headerMega__level ul li a {
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
}
[lang=he-IL] .headerMega__level ul li a svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.footer {
  background: var(--base-bg-black, #000);
  position: relative;
  overflow: hidden;
}
.footer__bottom {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 1025px) {
  .footer__bottom {
    border-top: 1px solid #F9F8F8;
  }
}
.footer__bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  width: 100vw;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F9F8F8;
}
@media (min-width: 1025px) {
  .footer__bottom::after {
    content: none;
  }
}
.footer__bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--base-Bg-wite, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 769px) {
  .footer__bottom a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 13px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__text svg {
  display: inline-block;
  width: 16px;
  height: auto;
}
@media (min-width: 769px) {
  .footer__text:last-of-type {
    position: relative;
    margin-right: 8px;
  }
  .footer__text:last-of-type::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--base-Bg-wite, #FFF);
    position: absolute;
    right: -13px;
    top: 50%;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1025px) {
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 34px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 0 104px;
  }
}
@media (min-width: 1025px) {
  .footer__col {
    width: calc(33.3333333333% - 22.6666666667px);
  }
}
@media (min-width: 1201px) {
  .footer__col {
    width: calc(16.6666666667% - 28.3333333333px);
  }
}
.footer__col--bt {
  padding: 24px 0;
  position: relative;
}
@media (min-width: 1025px) {
  .footer__col--bt {
    padding: 0;
  }
}
.footer__col--bt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  width: 100vw;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F9F8F8;
}
@media (min-width: 1025px) {
  .footer__col--bt::after {
    content: none;
  }
}
.footer__name {
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1025px) {
  .footer__name {
    font-size: 24px;
    padding: 8px 0;
    text-align: start;
  }
}
.footer__name--toggle {
  text-align: start;
  padding: 24px 8px;
  position: relative;
}
@media (min-width: 1025px) {
  .footer__name--toggle {
    padding: 8px 0;
  }
}
.footer__name--toggle::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFF;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .footer__name--toggle::after {
    content: none;
  }
}
.footer__name--toggle::before {
  content: "";
  display: block;
  height: 16px;
  width: 2px;
  border-radius: 2px;
  background-color: #FFF;
  position: absolute;
  left: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .footer__name--toggle::before {
    content: none;
  }
}
.footer__name--toggle.active::before {
  -webkit-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
}
.footer__items--h {
  display: none;
  background: #3D3D3D;
  width: 100vw;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 1025px) {
  .footer__items--h {
    display: block !important;
    width: 100%;
    margin: 0;
    background-color: transparent;
  }
}
.footer__items--h ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.footer__items--h ul li {
  line-height: 1;
}
.footer__items--h ul li a {
  padding: 8px 24px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: var(--base-Bg-wite, #FFF);
  line-height: 1.5;
  text-align: start;
}
@media (min-width: 1025px) {
  .footer__items--h ul li a {
    padding: 8px 0;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__items--h ul li a::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__items--h ul li a:hover::after {
    width: 100%;
  }
}
.footer__items--soc {
  margin-top: 16px;
}
@media (min-width: 1025px) {
  .footer__items--soc {
    margin-top: 0;
  }
}
.footer__items--soc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .footer__items--soc ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.footer__items--soc ul li {
  line-height: 1;
}
@media (min-width: 1025px) {
  .footer__items--soc ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    color: var(--base-Bg-wite, #FFF);
  }
  .footer__items--soc ul li a::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer__items--soc ul li a:hover::after {
    width: 100%;
  }
}
.footer__items--soc ul li a img {
  display: block;
  width: 24px;
  height: auto;
}
.footer__items--soc ul li a span {
  display: none;
}
@media (min-width: 1025px) {
  .footer__items--soc ul li a span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
  }
}
.footer__itemsImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .footer__itemsImg {
    gap: 16px 32px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__itemsImg img {
  max-height: 24px;
  display: block;
  width: auto;
}
@media (min-width: 1025px) {
  .footer__itemsImg img {
    max-height: 32px;
  }
}

[lang=ru] .footer__name--toggle::after,
[lang=en] .footer__name--toggle::after {
  left: initial;
  right: 12px;
}
[lang=ru] .footer__name--toggle::before,
[lang=en] .footer__name--toggle::before {
  left: initial;
  right: 19px;
}
[lang=ru] .footer__bottom a,
[lang=en] .footer__bottom a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 1025px) {
  [lang=ru] .footer__items--soc ul li a,
  [lang=en] .footer__items--soc ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.headerStart {
  background: var(--base-Bg-wite, #FFF);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .headerStart {
    padding: 12px;
  }
}
@media (min-width: 1025px) {
  .headerStart {
    padding: 0;
  }
}
.headerStart__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
}
@media (min-width: 769px) {
  .headerStart__logo {
    padding: 12px;
  }
}
@media (min-width: 1025px) {
  .headerStart__logo {
    padding: 16px;
  }
}
.headerStart__logo img {
  display: block;
  width: auto;
  height: 32px;
}
@media (min-width: 769px) {
  .headerStart__logo img {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .headerStart__logo img {
    height: 48px;
  }
}

.btn {
  border-radius: 4px;
  background: var(--base-dark-grey, #3D3D3D);
  padding: 16px 24px;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .btn {
    padding: 16px 28px;
  }
}
@media (min-width: 1025px) {
  .btn {
    padding: 16px 32px;
  }
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.75;
  }
}

[lang=he-IL] .btn {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
@media (min-width: 769px) {
  [lang=he-IL] .btn {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0.44px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .btn {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.48px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .breadcrumbs {
    margin: 16px 0;
    padding: 4px 0;
    display: none;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs {
    margin: 32px 0;
    padding: 8px 0;
  }
}
.breadcrumbs a {
  color: var(--Text-Dark-900, #191919);
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (min-width: 769px) {
  .breadcrumbs a {
    font-size: 14px;
    line-height: 1.85;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs a {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    text-decoration: none;
  }
}
.breadcrumbs span {
  color: var(--medium-gray, #939292);
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
}
@media (min-width: 769px) {
  .breadcrumbs span {
    font-size: 14px;
    line-height: 1.85;
  }
}
@media (min-width: 1025px) {
  .breadcrumbs span {
    font-size: 16px;
    line-height: 1.75;
  }
}
.breadcrumbs .separator {
  display: block;
}
.breadcrumbs .separator svg {
  display: block;
  width: 9px;
  min-width: 9px;
  height: auto;
}
.breadcrumbs--pc {
  display: none;
}
@media (min-width: 769px) {
  .breadcrumbs--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
[lang=he-IL] .breadcrumbs .separator {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.woof_container_inner h4 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 16px;
}

.woof_redraw_zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.woof_redraw_zone .woof_container {
  padding-top: 16px;
  border-top: 1px solid #CECECE;
  margin-bottom: 0;
}
.woof_redraw_zone .woof_container:first-child {
  padding-top: 0;
  border-top: none;
}
.woof_redraw_zone .woof_container h4 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.woof_redraw_zone .woof_container h4:has(a) {
  padding: 8px 30px 8px 0;
  position: relative;
}
.woof_redraw_zone .woof_container h4:has(a)::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #231F20;
  position: absolute;
}
.woof_redraw_zone .woof_container h4:has(a)::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  border-radius: 2px;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  background-color: #231F20;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woof_redraw_zone .woof_container h4:has(a) a {
  display: none;
}
.woof_redraw_zone .woof_container h4:has(a.woof_front_toggle_opened)::before {
  -webkit-transform: translateY(-50%) translateX(50%) scaleY(0);
  -ms-transform: translateY(-50%) translateX(50%) scaleY(0);
  transform: translateY(-50%) translateX(50%) scaleY(0);
}
.woof_redraw_zone .woof_container .woof_list_radio li {
  margin: 0;
}
.woof_redraw_zone .woof_container .woof_list_radio li .woof_childs_list_opener {
  display: none !important;
}
.woof_redraw_zone .woof_container .woof_list_radio li label {
  padding: 8px 16px 8px 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  font-family: Montserrat;
}
.woof_redraw_zone .woof_container .woof_list_radio li label span {
  margin: 0;
  color: var(--medium-gray, #939292);
}
.woof_redraw_zone .woof_container .woof_list_radio li label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #CECECE;
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woof_redraw_zone .woof_container .woof_list_radio li:has(input:checked) label {
  background: var(--hair-1, #F9F2EC);
}
.woof_redraw_zone .woof_container .woof_list_radio li:has(input:checked) label::after {
  background-color: #3D3D3D;
  border-color: #3D3D3D;
}
.woof_redraw_zone .woof_submit_search_form_container {
  margin: 0;
}
.woof_redraw_zone .woof_submit_search_form_container .woof_submit_search_form {
  border-radius: 4px;
  border: 1px solid var(--medium-gray, #939292);
  background: var(--base-Bg-wite, #FFF);
  padding: 15px 31px;
  color: var(--medium-gray, #939292);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}
@media (hover: hover) {
  .woof_redraw_zone .woof_submit_search_form_container .woof_submit_search_form {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .woof_redraw_zone .woof_submit_search_form_container .woof_submit_search_form:hover {
    border-color: #000;
    color: #000;
  }
}

.irs--round .irs-grid {
  display: none;
}
.irs--round .irs-bar {
  height: 1px;
  background-color: #000000;
  top: 40px;
}
.irs--round .irs-handle {
  border: none;
  background-color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.irs--round .irs-handle:hover {
  background-color: #242424;
}
.irs--round .irs-line {
  height: 1px;
  top: 40px;
}
.irs--round .irs-from, .irs--round .irs-to {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding-block: 0;
}
.irs--round .irs-from::before, .irs--round .irs-to::before {
  display: none;
}



[lang=he-IL] .woof_redraw_zone .woof_container h4:has(a) {
  padding: 8px 0 8px 30px;
  position: relative;
}
[lang=he-IL] .woof_redraw_zone .woof_container h4:has(a)::before {
  right: initial;
  left: 12px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
[lang=he-IL] .woof_redraw_zone .woof_container h4:has(a)::after {
  right: initial;
  left: 4px;
}
[lang=he-IL] ul.woof_list {
  padding: 0;
}
[lang=he-IL] .woof_redraw_zone .woof_container .woof_list_radio li label {
  -webkit-padding-start: 48px;
  padding-inline-start: 48px;
  -webkit-padding-end: 16px;
  padding-inline-end: 16px;
}
[lang=he-IL] .woof_redraw_zone .woof_container .woof_list_radio li label::after {
  left: initial;
  right: 9px;
}
[lang=he-IL] .woof_redraw_zone .woof_submit_search_form_container .woof_submit_search_form {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4;
}

.modalCons {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  width: calc(100% - 48px);
  max-width: 1680px;
  padding: 36px 24px;
}
@media (min-width: 769px) {
  .modalCons {
    padding: 58px 32px;
  }
}
@media (min-width: 1025px) {
  .modalCons {
    padding: 80px 40px;
  }
}
.modalCons input, .modalCons textarea {
  background-color: #fff;
  outline: none;
}
.modalCons .distForm__form {
  max-width: 720px;
}
@media (min-width: 1201px) {
  .modalCons .distForm__form .distForm__w4 {
    width: calc(50% - 12px);
  }
}
.modalCons .distForm__title {
  margin-inline: auto;
}

.fancybox__slide {
  padding: 48px 0 16px;
}
@media (min-width: 1024px) {
  .fancybox__slide {
    padding: 80px 0 64px;
  }
}

.modalThanks {
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  width: calc(100% - 48px);
  max-width: 1680px;
  padding: 36px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 769px) {
  .modalThanks {
    padding: 80px 32px;
    background-position: center center;
  }
}
@media (min-width: 1025px) {
  .modalThanks {
    padding: 128px 40px;
  }
}
.modalThanks__cont {
  max-width: 720px;
}
.modalThanks__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 16px;
}
@media (min-width: 769px) {
  .modalThanks__title {
    margin-bottom: 19px;
    font-size: 39px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  .modalThanks__title {
    margin-bottom: 22px;
    font-size: 56px;
    line-height: 1.25;
  }
}
.modalThanks__text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .modalThanks__text {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .modalThanks__text {
    font-size: 32px;
  }
}

[lang=he-IL] .modalCons, [lang=he-IL] .fancybox__slide, [lang=he-IL] .modalThanks {
  direction: rtl;
}

.modalBack {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  width: calc(100% - 48px);
  max-width: 1680px;
  padding: 72px 24px;
}
@media (min-width: 769px) {
  .modalBack {
    padding: 84px 32px;
  }
}
@media (min-width: 1025px) {
  .modalBack {
    padding: 96px 40px;
  }
}
.modalBack__cont {
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
}
.modalBack__title {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 46px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .modalBack__title {
    font-size: 25px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1025px) {
  .modalBack__title {
    font-size: 30px;
    margin-bottom: 26px;
  }
}
.modalBack__title2 {
  font-size: 15px;
  margin-bottom: 46px;
  line-height: 1.5;
  margin: 0 0 46px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .modalBack__title2 {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .modalBack__title2 {
    font-size: 25px;
  }
}
.modalBack__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 24px;
}
@media (min-width: 769px) {
  .modalBack__wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.modalBack__wr button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--base-dark-grey, #3D3D3D);
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: var(--base-bg-wite, #FFF);
  text-align: center;
  padding: 20px;
}
@media (min-width: 769px) {
  .modalBack__wr button {
    width: calc(50% - 12px);
  }
}
@media (hover: hover) {
  .modalBack__wr button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modalBack__wr button:hover {
    background-color: #000;
  }
}

.lendBn {
  padding: 396px 0 64px;
  background-position: left top;
  background-size: auto 430px;
  background-repeat: no-repeat;
  background-color: #000;
}
@media (min-width: 769px) {
  .lendBn {
    padding: 125px 0;
    background-size: cover;
  }
}
@media (min-width: 1025px) {
  .lendBn {
    padding: 200px 0;
  }
}
.lendBn__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .lendBn__cont {
    margin-right: 70px;
    max-width: 560px;
    gap: 32px;
  }
}
@media (min-width: 1025px) {
  .lendBn__cont {
    margin-right: 140px;
    max-width: 690px;
    gap: 40px;
  }
}
.lendBn__img {
  display: block;
  width: 100%;
  height: auto;
}
.lendBn__name {
  color: #FFF;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 769px) {
  .lendBn__name {
    font-size: 60px;
    line-height: 1;
  }
}
@media (min-width: 1025px) {
  .lendBn__name {
    font-size: 80px;
  }
}
.lendBn__name b {
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .lendBn__name b {
    font-size: 60px;
  }
}
@media (min-width: 1025px) {
  .lendBn__name b {
    font-size: 80px;
  }
}

.lendText {
  margin: 64px 0;
}
@media (min-width: 769px) {
  .lendText {
    margin: 84px 0;
  }
}
@media (min-width: 1025px) {
  .lendText {
    margin: 104px 0;
  }
}
.lendText__text > *:first-child {
  margin-top: 0 !important;
}
.lendText__text > *:last-child {
  margin-bottom: 0 !important;
}
.lendText__text p, .lendText__text ul, .lendText__text ol {
  margin: 32px 0;
}

.lendForm {
  border-top: 1px solid var(--hair-4, #75412E);
  background: var(--Hair-gradient-1, linear-gradient(224deg, #F9F2EC 3%, rgba(249, 242, 236, 0) 103.26%));
  padding: 64px 0;
}
@media (min-width: 769px) {
  .lendForm {
    padding: 84px 0;
  }
}
@media (min-width: 1025px) {
  .lendForm {
    padding: 104px 0;
  }
}
.lendForm__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
@media (min-width: 769px) {
  .lendForm__cont {
    gap: 24px;
  }
}
@media (min-width: 1025px) {
  .lendForm__cont {
    gap: 32px;
  }
}
.lendForm__descr {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
}
.lendForm__title {
  color: var(--minikit-3, #8D2922);
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
.lendForm__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .lendForm__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .lendForm__form > * {
    width: calc(50% - 12px) !important;
  }
}
@media (min-width: 1025px) {
  .lendForm__form {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .lendForm__form > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(25% - 18px);
    width: initial !important;
  }
}
.lendForm__subm {
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 32px;
  background: var(--base-dark-grey, #3D3D3D);
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0), 0px 2px 3px rgba(0, 0, 0, 0);
  box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0), 0px 2px 3px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .lendForm__subm {
    width: 265px !important;
    max-width: 265px;
  }
  .lendForm__subm:hover {
    opacity: 0.75;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15), 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15), 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
}
.lendForm__inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.lendForm__inp input {
  border-radius: 4px;
  border: 1px solid var(--base-bg-black, #000);
  padding: 15px;
  color: var(--base-bg-black, #000);
  text-align: start;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
}
.lendForm__inp input::-webkit-input-placeholder {
  color: #AEAEAE;
}
.lendForm__inp input::-moz-placeholder {
  color: #AEAEAE;
}
.lendForm__inp input:-ms-input-placeholder {
  color: #AEAEAE;
}
.lendForm__inp input::-ms-input-placeholder {
  color: #AEAEAE;
}
.lendForm__inp input::placeholder {
  color: #AEAEAE;
}
.lendForm__inp input:focus {
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
}
.lendForm__inp input.error ~ .err {
  display: block;
}
.lendForm__inp .err {
  font-size: 18px;
  padding-right: 8px;
  color: red;
  display: none;
}
.lendForm__l {
  color: #000;
  text-align: start;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  padding-right: 8px;
}

.lendCards {
  padding: 430px 0 64px;
}
@media (min-width: 769px) {
  .lendCards {
    padding: 430px 0 72px;
  }
}
@media (min-width: 1025px) {
  .lendCards {
    padding: 104px 0 80px;
  }
}
.lendCards__pcText {
  display: none;
}
@media (min-width: 1025px) {
  .lendCards__pcText {
    display: block;
    color: var(--base-bg-black, #000);
    font-size: 40px;
    line-height: 1.2;
    padding-left: 24px;
    position: relative;
    max-width: 800px;
    width: calc(100% - 540px);
    margin-bottom: 230px;
  }
  .lendCards__pcText > *:first-child {
    margin-top: 0 !important;
  }
  .lendCards__pcText > *:last-child {
    margin-bottom: 0 !important;
  }
  .lendCards__pcText::after {
    content: "";
    display: block;
    width: 8px;
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 32px;
    background: var(--Orange, #FD7800);
  }
  .lendCards__pcText::before {
    content: "";
    display: block;
    width: 104px;
    height: 24px;
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
    background-image: url('data:image/svg+xml,<svg width="104" height="24" viewBox="0 0 104 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 12H100" stroke="%23FD7800" stroke-linecap="round" stroke-linejoin="round"/><path d="M0.357288 11.7856L18.7884 0.726958C19.3216 0.407026 20 0.791117 20 1.41295V22.587C20 23.2089 19.3216 23.593 18.7884 23.273L0.357289 12.2144C0.195454 12.1173 0.195453 11.8827 0.357288 11.7856Z" fill="%23FD7800"/></svg>');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.lendCards__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lendCards__card {
  border-radius: 16px;
  background: radial-gradient(168.57% 113% at -6.47% -16.25%, #A3A3A3 0%, #3D3D3D 100%);
  padding: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .lendCards__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 28px;
    width: calc(50% - 12px);
  }
}
@media (min-width: 1025px) {
  .lendCards__card {
    padding: 32px;
  }
}
@media (min-width: 1201px) {
  .lendCards__card {
    width: calc(33.3333333333% - 16px);
  }
}
.lendCards__img {
  display: block;
  width: 56px;
  height: auto;
}
@media (min-width: 769px) {
  .lendCards__img {
    width: 72px;
  }
}
@media (min-width: 1025px) {
  .lendCards__img {
    width: 88px;
  }
}
.lendCards__name {
  width: calc(100% - 72px);
  color: var(--base-Bg-wite, #FFF);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
@media (min-width: 769px) {
  .lendCards__name {
    font-size: 36px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .lendCards__name {
    font-size: 40px;
    line-height: 1.2;
  }
}

.lendProd {
  padding: 200px 0 360px;
  background: radial-gradient(125.21% 19.74% at 50% 22.64%, #666 0%, #000 100%);
  position: relative;
}
@media (min-width: 1025px) {
  .lendProd {
    background: radial-gradient(70.5% 70.5% at 39.58% 9.17%, #666 0%, #000 100%);
    padding: 240px 0 100px;
  }
  .lendProd::after {
    content: "";
    display: block;
    width: 694px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    left: 0;
    top: 53px;
    background: rgba(70, 171, 88, 0.25);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
  }
  .lendProd::before {
    content: "";
    display: block;
    width: 694px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    right: 0;
    top: 53px;
    background: rgba(253, 120, 0, 0.2);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
  }
}
@media (min-width: 1025px) {
  .lendProd__cont {
    position: relative;
  }
}
.lendProd__imgPc {
  display: none;
}
@media (min-width: 1025px) {
  .lendProd__imgPc {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    max-width: 62%;
    height: auto;
  }
}
.lendProd__title {
  color: var(--Orange, #FD7800);
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 40px;
}
@media (min-width: 1025px) {
  .lendProd__title {
    max-width: 510px;
    font-size: 96px;
    margin-bottom: 43px;
    position: relative;
    z-index: 2;
  }
}
.lendProd__img1 {
  display: block;
  width: 317px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .lendProd__img1 {
    display: none;
  }
}
.lendProd__img2 {
  width: 100vw;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -35px;
  margin-bottom: -50px;
  display: block;
  height: auto;
  max-width: 100vw;
}
@media (min-width: 1025px) {
  .lendProd__img2 {
    display: none;
  }
}
.lendProd__descr {
  border-radius: 21px;
  background: linear-gradient(95deg, rgba(255, 255, 255, 0.4) 0.31%, rgba(255, 255, 255, 0) 104.44%);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  padding: 24px;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}
.lendProd__descr::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 21px;
  padding: 1px;
  /* Толщина границы */
  background: linear-gradient(95deg, #FFFFFF 0%, rgba(253, 118, 0, 0.2) 80%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .lendProd__descr {
    border-radius: 21px;
    background: linear-gradient(95deg, rgba(255, 255, 255, 0.4) 0.31%, rgba(255, 255, 255, 0) 104.44%);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    padding: 34px;
    font-size: 48px;
    line-height: 54px;
    max-width: 632px;
    position: relative;
    z-index: 2;
  }
}
.lendProd__descr b {
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.32px;
}
@media (min-width: 1025px) {
  .lendProd__descr b {
    font-size: 62px;
    line-height: 1;
    letter-spacing: 0.615px;
  }
}
.lendProd__descr p {
  margin: 0;
}
.lendProd__dopT {
  color: var(--base-Bg-wite, #FFF);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.25;
  margin: 24px 0 0;
}
@media (min-width: 1025px) {
  .lendProd__dopT {
    margin-top: 220px;
    font-size: 64px;
    line-height: 1.125;
    width: calc(100% - 420px);
    max-width: 840px;
  }
}
.lendProd__dopT b {
  font-weight: 700;
  color: #FD7800;
}
.lendProd__tMob {
  color: var(--base-Bg-wite, #FFF);
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin: 40px 0 8px;
  padding-bottom: 24px;
  position: relative;
}
@media (min-width: 1025px) {
  .lendProd__tMob {
    display: none;
  }
}
.lendProd__tMob::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 32px;
  background: var(--Orange, #FD7800);
}
.lendProd__imgMob {
  display: block;
  width: 24px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .lendProd__imgMob {
    display: none;
  }
}
.lendProd__v {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
  left: 50%;
  width: 398px;
  aspect-ratio: 398/708;
}
@media (min-width: 1025px) {
  .lendProd__v {
    left: 16px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    aspect-ratio: 405/720;
    cursor: pointer;
  }
  .lendProd__v::after {
    content: "";
    display: block;
    width: 776px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: rgba(253, 120, 0, 0.15);
    -webkit-filter: blur(250px);
    filter: blur(250px);
    position: absolute;
    bottom: 38px;
    left: -76px;
  }
}
@media (min-width: 1472px) {
  .lendProd__v {
    left: calc((100vw - 1440px) / 2);
  }
}
.lendProd__v img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.headerLending {
  position: absolute;
  top: 24px;
  z-index: 500;
  left: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .headerLending {
    top: 55px;
  }
}
@media (min-width: 1025px) {
  .headerLending {
    top: 86px;
  }
}
.headerLending__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
@media (min-width: 769px) {
  .headerLending__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.headerLending__logo {
  display: block;
  width: 220px;
  height: auto;
}
.headerLending__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.headerLending__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 769px) {
  .headerLending__links {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .headerLending__links {
    gap: 24px;
  }
}
.headerLending__links a {
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  width: calc(50% - 8px);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media (min-width: 769px) {
  .headerLending__links a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 20px;
  }
}
@media (min-width: 1025px) {
  .headerLending__links a {
    padding: 16px 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .headerLending__links a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.headerLending__links a img {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}
@media (min-width: 769px) {
  .headerLending__links a img {
    width: 28px;
    min-width: 28px;
  }
}
@media (min-width: 1025px) {
  .headerLending__links a img {
    width: 32px;
    min-width: 32px;
  }
}
.headerLending__links a span {
  color: var(--base-Bg-wite, #FFF);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 769px) {
  .headerLending__links a span {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media (min-width: 400px) {
  .headerLending__links a span {
    font-size: 16px;
  }
}

.startSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 0;
  width: 100%;
  height: calc(100vh - 96px);
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (min-width: 769px) {
  .startSection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: calc(100vh - 88px);
  }
}
@media (min-width: 1025px) {
  .startSection {
    height: calc(100vh - 80px);
  }
}
.startSection__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  padding: 40px 24px;
  height: 50%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .startSection__card {
    height: 100%;
    padding: 60px 16px;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .startSection__card {
    padding: 156px 40px;
  }
}
.startSection__link {
  border-radius: 4px;
  border: 1px solid var(--base-Bg-wite, #FFF);
  background: rgba(0, 0, 0, 0.5);
  padding: 11px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .startSection__link {
    padding: 13px 31px;
    font-size: 20px;
    letter-spacing: 0.16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1025px) {
  .startSection__link {
    padding: 15px 31px;
    font-size: 24px;
    letter-spacing: 0px;
  }
}
@media (hover: hover) {
  .startSection__link:hover {
    background: rgba(0, 0, 0, 0.75);
  }
}

.catalog {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .catalog {
    margin: 40px 0 88px;
  }
}
@media (min-width: 1025px) {
  .catalog {
    margin: 32px 0 128px;
  }
}
.catalog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .catalog__wrap {
    gap: 36px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .catalog__wrap {
    gap: 40px 24px;
  }
}
.catalog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 769px) {
  .catalog__card {
    width: calc(50% - 10px);
    gap: 6px;
  }
}
@media (min-width: 1025px) {
  .catalog__card {
    width: calc(50% - 12px);
    gap: 8px;
  }
}
@media (hover: hover) {
  .catalog__card:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.catalog__name {
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 0.775px solid var(--base-Bg-wite, #FFF);
  background: rgba(35, 31, 32, 0.5);
  padding: 12px 24px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 769px) {
  .catalog__name {
    font-size: 22px;
    padding: 22px 44px;
    font-weight: 400;
    letter-spacing: 0.16px;
  }
}
@media (min-width: 1025px) {
  .catalog__name {
    font-size: 40px;
    padding: 32px 64px;
    letter-spacing: 0px;
  }
}
.catalog__img {
  display: block;
  aspect-ratio: 327/160;
  position: relative;
  overflow: hidden;
}
.catalog__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 auto 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .title {
    margin: 0 0 36px;
    padding-bottom: 6px;
    font-size: 30px;
    text-align: start;
  }
}
@media (min-width: 1025px) {
  .title {
    margin-bottom: 40px;
    padding-bottom: 12px;
    font-size: 40px;
  }
}
.title::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #939292;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .title::after {
    width: 104px;
  }
}
@media (min-width: 1025px) {
  .title::after {
    width: 128px;
  }
}

.titleWrap {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .titleWrap {
    margin-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .titleWrap {
    margin-bottom: 40px;
  }
}
.titleWrap__title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .titleWrap__title {
    margin: 0;
    padding-bottom: 6px;
    font-size: 30px;
    text-align: start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1025px) {
  .titleWrap__title {
    padding-bottom: 12px;
    font-size: 40px;
  }
}
.titleWrap__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #939292;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .titleWrap__title::after {
    width: 104px;
  }
}
@media (min-width: 1025px) {
  .titleWrap__title::after {
    width: 128px;
  }
}
.titleWrap__link {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (min-width: 769px) {
  .titleWrap__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (hover: hover) {
  .titleWrap__link:hover {
    text-decoration: none;
  }
}

.titleWrap2 {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .titleWrap2 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1025px) {
  .titleWrap2 {
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.titleWrap2__btn {
  display: -webkit-box;
  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background: var(--base-bg-black, #000);
  padding: 16px 24px;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 100%;
  text-wrap: balance;
}
@media (min-width: 769px) {
  .titleWrap2__btn {
    padding: 16px 28px;
    gap: 8px 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .titleWrap2__btn {
    padding: 16px 20px;
    gap: 8px 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (hover: hover) {
  .titleWrap2__btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .titleWrap2__btn:hover {
    opacity: 0.8;
  }
}
.titleWrap2__btn b {
  font-weight: 700;
}
.titleWrap2__btnHr {
  width: 30px;
  height: 1px;
  background: #FFF;
}
@media (min-width: 769px) {
  .titleWrap2__btnHr {
    width: 1px;
    height: auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}
[lang=he-IL] .titleWrap2__btn {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
@media (min-width: 769px) {
  [lang=he-IL] .titleWrap2__btn {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .titleWrap2__btn {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.32px;
    min-height: 72px;
  }
}

.benefits {
  padding: 48px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .benefits {
    padding: 136px 0;
  }
}
@media (min-width: 1025px) {
  .benefits {
    padding: 240px 0 420px;
  }
}
.benefits::after {
  content: "";
  display: block;
  width: 570px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--face-6, #F1F6D8);
  -webkit-filter: blur(172px);
  filter: blur(172px);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (min-width: 769px) {
  .benefits::after {
    right: -20px;
    left: initial;
    bottom: -90px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-filter: blur(236px);
    filter: blur(236px);
    width: 700px;
    top: initial;
  }
}
@media (min-width: 1025px) {
  .benefits::after {
    -webkit-filter: blur(300px);
    filter: blur(300px);
    width: 830px;
  }
}
.benefits:before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--face-6, #F1F6D8);
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 22px;
  top: 0px;
  -webkit-filter: blur(236px);
  filter: blur(236px);
  width: 750px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .benefits:before {
    -webkit-filter: blur(300px);
    filter: blur(300px);
    width: 900px;
  }
}
.benefits .containerBig {
  position: relative;
  z-index: 3;
}
.benefits__cont {
  display: none;
}
@media (min-width: 769px) {
  .benefits__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
    max-width: 600px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .benefits__cont {
    gap: 54px;
    max-width: 1244px;
    margin-bottom: 160px;
  }
}
.benefits__title {
  margin-bottom: 0;
}
.benefits__descr {
  font-size: 20px;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .benefits__descr {
    font-size: 24px;
  }
}
.benefits__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 28px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .benefits__wrap {
    gap: 36px 58px;
  }
}
@media (min-width: 1025px) {
  .benefits__wrap {
    gap: 48px 88px;
    position: relative;
  }
}
.benefits__card:hover .benefits__text {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
@media (min-width: 1025px) {
  .benefits__card:hover::after {
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .benefits__card {
    position: relative;
  }
  .benefits__card::after {
    content: "";
    display: block;
    width: 47px;
    height: 37px;
    position: absolute;
    bottom: -13px;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    border-width: 0 28px 32px 28px;
    border-style: solid;
    border-color: transparent transparent #F9F8F8 transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
}
.benefits img {
  display: block;
  width: auto;
  height: 32px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .benefits img {
    height: 48px;
  }
}
@media (min-width: 1025px) {
  .benefits img {
    height: 64px;
  }
}
.benefits__text {
  position: absolute;
  bottom: -32px;
  left: 24px;
  width: calc(100% - 48px);
  border-radius: 4px;
  background: var(--Light-grey, #F9F8F8);
  padding: 12px 24px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 769px) {
  .benefits__text {
    bottom: -100px;
    padding: 30px 52px;
  }
}
@media (min-width: 1025px) {
  .benefits__text {
    bottom: -50px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    max-width: calc(100vw - 48px);
    left: 0;
    z-index: 5;
    padding: 46px 80px;
  }
}
.benefits__text.active {
  opacity: 1;
}
.benefits__text > *:first-child {
  margin-top: 0 !important;
}
.benefits__text > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 769px) {
  .benefits__text {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .benefits__text {
    font-size: 20px;
    line-height: 1.75;
  }
}

.opros {
  padding: 38px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .opros {
    padding: 94px 0;
  }
}
@media (min-width: 1025px) {
  .opros {
    padding: 150px 0;
  }
}
.opros__cont {
  background: rgba(255, 255, 255, 0.5);
  padding: 24px;
  max-width: 570px;
  margin-right: auto;
}
@media (min-width: 769px) {
  .opros__cont {
    padding: 28px;
  }
}
@media (min-width: 1025px) {
  .opros__cont {
    padding: 32px;
  }
}
.opros__title {
  color: var(--base-bg-black, #000);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 32px;
}
@media (min-width: 769px) {
  .opros__title {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .opros__title {
    font-size: 32px;
    font-weight: 700;
  }
}
.opros__descr {
  color: var(--base-bg-black, #000);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 32px;
}
@media (min-width: 769px) {
  .opros__descr {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .opros__descr {
    font-size: 32px;
  }
}

[lang=he-IL] .opros__title {
  line-height: 1.2;
}
@media (min-width: 769px) {
  [lang=he-IL] .opros__title {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .opros__title {
    font-size: 40px;
  }
}

.videoSect {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .videoSect {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .videoSect {
    margin: 128px 0;
  }
}
.videoSect__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 48px;
}
@media (min-width: 769px) {
  .videoSect__wrap {
    gap: 60px;
  }
}
@media (min-width: 1025px) {
  .videoSect__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.videoSect__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
  border-radius: 12px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .videoSect__video {
    gap: 16px;
    padding: 105px 30px;
    border-radius: 18px;
  }
}
@media (min-width: 1025px) {
  .videoSect__video {
    gap: 24px;
    padding: 160px 40px;
    width: calc(50% - 12px);
    min-width: 520px;
    border-radius: 24px;
  }
}
@media (hover: hover) {
  .videoSect__video:hover svg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.videoSect__video svg {
  display: block;
  width: 64px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .videoSect__video svg {
    width: 116px;
  }
}
@media (min-width: 1025px) {
  .videoSect__video svg {
    width: 170px;
  }
}
@media (min-width: 1025px) {
  .videoSect__cont {
    width: calc(50% - 48px);
    max-width: 570px;
    margin: 0 auto;
  }
}
.videoSect__name {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  .videoSect__name {
    font-size: 44px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  .videoSect__name {
    font-size: 64px;
    line-height: 1.25;
  }
}
.videoSect__descr {
  margin: 0 0 24px;
  color: var(--base-dark-grey, #3D3D3D);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .videoSect__descr {
    font-size: 24px;
    margin-bottom: 52px;
  }
}
@media (min-width: 1025px) {
  .videoSect__descr {
    font-size: 32px;
    margin-bottom: 80px;
    font-weight: 400;
  }
}

@media (min-width: 769px) {
  [lang=he-IL] .videoSect__link {
    padding: 20px 28px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .videoSect__link {
    padding: 24px 32px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .videoSect__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
[lang=he-IL] .videoSect__name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 769px) {
  [lang=he-IL] .videoSect__name {
    font-size: 38px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .videoSect__name {
    font-size: 56px;
    line-height: 1.25;
  }
}

.advantages {
  padding: 48px 0;
  background: var(--hair-4, #75412E);
}
@media (min-width: 769px) {
  .advantages {
    padding: 88px 0;
  }
}
@media (min-width: 1025px) {
  .advantages {
    padding: 128px 0;
  }
}
.advantages--bg {
  background: var(--base-dark-grey, #3D3D3D);
}
@media (min-width: 1400px) {
  .advantages--bg .advantages__wrap {
    gap: 48px 64px;
  }
  .advantages--bg .advantages__wrap > * {
    width: calc(33.3333333333% - 42.6666666667px);
    padding-inline: 0;
  }
}
.advantages__title {
  border-radius: 8px;
  border: 1px solid var(--base-Bg-wite, #FFF);
  padding: 15px;
  margin: 0 0 16px;
  color: var(--trichology-2, #FFD8A9);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .advantages__title br {
    display: none;
  }
}
@media (min-width: 769px) {
  .advantages__title {
    padding: 19px 15px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .advantages__title {
    padding: 23px 15px;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 64px;
  }
}
.advantages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 24px;
}
@media (min-width: 600px) {
  .advantages__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.advantages__card {
  position: relative;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  counter-increment: advantages;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 600px) {
  .advantages__card {
    width: calc(50% - 12px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .advantages__card {
    gap: 16px;
  }
}
@media (min-width: 1025px) {
  .advantages__card {
    gap: 24px;
    padding-inline: 24px;
  }
}
@media (min-width: 1400px) {
  .advantages__card {
    width: calc(25% - 18px);
  }
}
@media (max-width: 599px) {
  .advantages__card:last-child {
    padding-bottom: 0;
  }
  .advantages__card:last-child .advantages__line {
    display: none;
  }
}
.advantages__number {
  width: 48px;
  position: relative;
}
@media (min-width: 769px) {
  .advantages__number {
    width: 56px;
  }
}
@media (min-width: 1025px) {
  .advantages__number {
    width: 64px;
  }
}
.advantages__number svg {
  display: block;
  width: 100%;
  height: auto;
}
.advantages__number::after {
  content: counter(advantages);
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .advantages__number::after {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .advantages__number::after {
    font-size: 32px;
  }
}
.advantages__text {
  width: calc(100% - 56px);
  color: var(--base-Bg-wite, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .advantages__text {
    width: calc(100% - 16px - 56px);
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .advantages__text {
    width: calc(100% - 24px - 64px);
    font-size: 20px;
    line-height: 1.75;
  }
}
.advantages__text h3 {
  margin: 0;
  font-weight: 700;
  font-size: inherit;
}
.advantages__text ul {
  margin: 0;
  -webkit-padding-start: 24px;
  padding-inline-start: 24px;
}
@media (min-width: 769px) {
  .advantages__text ul {
    -webkit-padding-start: 27px;
    padding-inline-start: 27px;
  }
}
@media (min-width: 1025px) {
  .advantages__text ul {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }
}
.advantages__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--base-Bg-wite, #FFF);
}
@media (min-width: 1025px) {
  .advantages__line {
    width: calc(100% - 48px);
    left: 24px;
  }
}
.advantages__line::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  background: var(--base-Bg-wite, #FFF);
}
.advantages__line::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  border-radius: 50%;
  background: var(--base-Bg-wite, #FFF);
}

[lang=he-IL] .advantages__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 769px) {
  [lang=he-IL] .advantages__title {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 500;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .advantages__title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
  }
}
@media (min-width: 769px) {
  [lang=he-IL] .advantages__text {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .advantages__text {
    font-size: 24px;
  }
}

.whatLk {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .whatLk {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .whatLk {
    margin: 128px 0;
  }
}
.whatLk__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 34px 24px;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .whatLk__bg {
    padding: 82px 24px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1025px) {
  .whatLk__bg {
    padding: 130px 24px;
    margin-bottom: 64px;
  }
}
.whatLk__title {
  padding: 16px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
}
@media (min-width: 769px) {
  .whatLk__title {
    padding: 28px 32px;
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .whatLk__title {
    padding: 40px 60px;
    font-size: 40px;
  }
}
.whatLk__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .whatLk__wr {
    gap: 48px;
  }
}
@media (min-width: 1025px) {
  .whatLk__wr {
    gap: 64px;
  }
}
.whatLk__descr {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1464px;
}
@media (min-width: 769px) {
  .whatLk__descr {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .whatLk__descr {
    font-size: 24px;
    text-align: center;
  }
}
.whatLk__tt {
  margin: 0 auto;
  max-width: 1464px;
  border-radius: 8px;
  border: 1px solid var(--trichology-4, #E16309);
  padding: 15px;
  color: var(--base-dark-grey, #3D3D3D);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 769px) {
  .whatLk__tt {
    padding: 19px 15px;
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .whatLk__tt {
    padding: 23px 15px;
    font-size: 32px;
  }
}
.whatLk__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 600px) {
  .whatLk__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .whatLk__wrap {
    gap: 24px;
  }
}
.whatLk__card {
  border-radius: 8px;
  background: var(--Hair-gradient-1, linear-gradient(224deg, #F9F2EC 3%, rgba(249, 242, 236, 0) 103.26%));
  padding: 12px;
}
@media (min-width: 600px) {
  .whatLk__card {
    width: calc(50% - 8px);
  }
}
@media (min-width: 769px) {
  .whatLk__card {
    padding: 22px;
    width: calc(50% - 12px);
    border-radius: 11px;
  }
}
@media (min-width: 1025px) {
  .whatLk__card {
    padding: 32px;
    border-radius: 14px;
  }
}
@media (min-width: 1400px) {
  .whatLk__card {
    width: calc(33.3333333333% - 16px);
  }
}
.whatLk__ds {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .whatLk__ds {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .whatLk__ds {
    font-size: 32px;
  }
}
.whatLk__ds b {
  font-weight: 700;
  display: block;
}

[lang=he-IL] .whatLk__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .whatLk__title {
    font-size: 44px;
    line-height: 1.3;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .whatLk__title {
    font-size: 64px;
    line-height: 1.25;
    letter-spacing: 1.28px;
  }
}
[lang=he-IL] .whatLk__tt {
  font-size: 32px;
}

.bnVid {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .bnVid {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .bnVid {
    margin: 128px 0;
  }
}
.bnVid__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px 24px;
}
@media (min-width: 1025px) {
  .bnVid__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bnVid__card {
  aspect-ratio: 375/256;
  display: block;
  width: 100vw;
  margin-left: -24px;
  margin-right: -24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .bnVid__card {
    width: calc(50% - 12px);
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: 868/592;
    border-radius: 24px;
  }
}
.bnVid__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
  border-radius: 12px;
  cursor: pointer;
  aspect-ratio: 327/208;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (min-width: 769px) {
  .bnVid__video {
    gap: 16px;
    padding: 105px 30px;
    border-radius: 18px;
  }
}
@media (min-width: 1025px) {
  .bnVid__video {
    gap: 24px;
    padding: 40px 40px;
    width: calc(50% - 12px);
    border-radius: 24px;
    aspect-ratio: initial;
  }
}
@media (hover: hover) {
  .bnVid__video:hover svg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.bnVid__video svg {
  display: block;
  width: 64px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .bnVid__video svg {
    width: 116px;
  }
}
@media (min-width: 1025px) {
  .bnVid__video svg {
    width: 130px;
  }
}
@media (min-width: 1400px) {
  .bnVid__video svg {
    width: 170px;
  }
}
.bnVid__name {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  .bnVid__name {
    font-size: 44px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  .bnVid__name {
    font-size: 50px;
    line-height: 1.25;
  }
}
@media (min-width: 1400px) {
  .bnVid__name {
    font-size: 64px;
    line-height: 1.25;
  }
}

@media (min-width: 1025px) {
  [lang=he-IL] .bnVid__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
[lang=he-IL] .bnVid__name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 769px) {
  [lang=he-IL] .bnVid__name {
    font-size: 38px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .bnVid__name {
    font-size: 56px;
    line-height: 1.25;
  }
}

.mainSlider__slider {
  position: relative;
}
.mainSlider__slide img {
  display: block;
  width: 100%;
}
.mainSlider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 1025px) {
  .mainSlider__controls {
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.mainSlider__btnPrevDop {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('data:image/svg+xml,<svg width="33" height="86" viewBox="0 0 33 86" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3379_60767)"><path d="M-40 2H0.239654L0.804488 7.1936C1.6735 15.1841 7.49189 21.7876 15.3409 23.7163C34.8676 28.5144 34.9021 56.1595 15.3501 60.8546C7.48798 62.7426 1.65674 69.3221 0.763545 77.313L0.239654 82H-40V2Z" fill="%233D3D3D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.6667 41.3334H10.7567L13.1787 38.4268C13.4147 38.1441 13.3761 37.7234 13.0934 37.4881C12.8101 37.2521 12.3901 37.2908 12.1547 37.5734L8.82141 41.5734C8.79541 41.6048 8.78208 41.6414 8.76275 41.6761C8.74675 41.7041 8.72741 41.7281 8.71541 41.7588C8.68541 41.8354 8.66741 41.9161 8.66741 41.9974C8.66741 41.9981 8.66675 41.9994 8.66675 42.0001C8.66675 42.0008 8.66741 42.0021 8.66741 42.0028C8.66741 42.0841 8.68541 42.1648 8.71541 42.2414C8.72741 42.2721 8.74675 42.2961 8.76275 42.3241C8.78208 42.3588 8.79541 42.3954 8.82141 42.4268L12.1547 46.4268C12.2867 46.5848 12.4761 46.6668 12.6667 46.6668C12.8174 46.6668 12.9687 46.6161 13.0934 46.5121C13.3761 46.2768 13.4147 45.8561 13.1787 45.5734L10.7567 42.6668H18.6667C19.0347 42.6668 19.3334 42.3681 19.3334 42.0001C19.3334 41.6321 19.0347 41.3334 18.6667 41.3334Z" fill="white"/><mask id="mask0_3379_60767" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="8" y="37" width="12" height="10"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.6667 41.3334H10.7567L13.1787 38.4268C13.4147 38.1441 13.3761 37.7234 13.0934 37.4881C12.8101 37.2521 12.3901 37.2908 12.1547 37.5734L8.82141 41.5734C8.79541 41.6048 8.78208 41.6414 8.76275 41.6761C8.74675 41.7041 8.72741 41.7281 8.71541 41.7588C8.68541 41.8354 8.66741 41.9161 8.66741 41.9974C8.66741 41.9981 8.66675 41.9994 8.66675 42.0001C8.66675 42.0008 8.66741 42.0021 8.66741 42.0028C8.66741 42.0841 8.68541 42.1648 8.71541 42.2414C8.72741 42.2721 8.74675 42.2961 8.76275 42.3241C8.78208 42.3588 8.79541 42.3954 8.82141 42.4268L12.1547 46.4268C12.2867 46.5848 12.4761 46.6668 12.6667 46.6668C12.8174 46.6668 12.9687 46.6161 13.0934 46.5121C13.3761 46.2768 13.4147 45.8561 13.1787 45.5734L10.7567 42.6668H18.6667C19.0347 42.6668 19.3334 42.3681 19.3334 42.0001C19.3334 41.6321 19.0347 41.3334 18.6667 41.3334Z" fill="white"/></mask><g mask="url(%23mask0_3379_60767)"><rect x="6" y="34" width="16" height="16" fill="white"/></g></g><defs><clipPath id="clip0_3379_60767"><rect width="33" height="86" fill="white"/></clipPath></defs></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 86px;
}
@media (min-width: 1025px) {
  .mainSlider__btnPrevDop {
    left: 24px;
    width: 40px;
    height: 40px;
    background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M31.6666 18.3333H11.8916L17.9466 11.0667C18.5366 10.36 18.44 9.30834 17.7333 8.72001C17.025 8.13001 15.975 8.22668 15.3866 8.93334L7.05329 18.9333C6.98829 19.0117 6.95496 19.1033 6.90663 19.19C6.86663 19.26 6.81829 19.32 6.78829 19.3967C6.71329 19.5883 6.66829 19.79 6.66829 19.9933C6.66829 19.995 6.66663 19.9983 6.66663 20C6.66663 20.0017 6.66829 20.005 6.66829 20.0067C6.66829 20.21 6.71329 20.4117 6.78829 20.6033C6.81829 20.68 6.86663 20.74 6.90663 20.81C6.95496 20.8967 6.98829 20.9883 7.05329 21.0667L15.3866 31.0667C15.7166 31.4617 16.19 31.6667 16.6666 31.6667C17.0433 31.6667 17.4216 31.54 17.7333 31.28C18.44 30.6917 18.5366 29.64 17.9466 28.9333L11.8916 21.6667H31.6666C32.5866 21.6667 33.3333 20.92 33.3333 20C33.3333 19.08 32.5866 18.3333 31.6666 18.3333Z" fill="white"/><mask id="mask0_3372_22425" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="6" y="8" width="28" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M31.6666 18.3333H11.8916L17.9466 11.0667C18.5366 10.36 18.44 9.30834 17.7333 8.72001C17.025 8.13001 15.975 8.22668 15.3866 8.93334L7.05329 18.9333C6.98829 19.0117 6.95496 19.1033 6.90663 19.19C6.86663 19.26 6.81829 19.32 6.78829 19.3967C6.71329 19.5883 6.66829 19.79 6.66829 19.9933C6.66829 19.995 6.66663 19.9983 6.66663 20C6.66663 20.0017 6.66829 20.005 6.66829 20.0067C6.66829 20.21 6.71329 20.4117 6.78829 20.6033C6.81829 20.68 6.86663 20.74 6.90663 20.81C6.95496 20.8967 6.98829 20.9883 7.05329 21.0667L15.3866 31.0667C15.7166 31.4617 16.19 31.6667 16.6666 31.6667C17.0433 31.6667 17.4216 31.54 17.7333 31.28C18.44 30.6917 18.5366 29.64 17.9466 28.9333L11.8916 21.6667H31.6666C32.5866 21.6667 33.3333 20.92 33.3333 20C33.3333 19.08 32.5866 18.3333 31.6666 18.3333Z" fill="white"/></mask><g mask="url(%23mask0_3372_22425)"><rect width="40" height="40" fill="white"/></g></svg>');
  }
}
@media (min-width: 1808px) {
  .mainSlider__btnPrevDop {
    left: calc((100vw - 1760px) / 2);
  }
}
.mainSlider__btnNextDop {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('data:image/svg+xml,<svg width="30" height="80" viewBox="0 0 30 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3379_60770)"><path d="M70 0H29.7603L29.1955 5.1936C28.3265 13.1841 22.5081 19.7876 14.6591 21.7163C-4.86758 26.5144 -4.90211 54.1595 14.6499 58.8546C22.512 60.7426 28.3433 67.3221 29.2365 75.313L29.7603 80H70V0Z" fill="%233D3D3D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.3333 40.6668H19.2433L16.8213 43.5735C16.5853 43.8562 16.624 44.2768 16.9066 44.5122C17.19 44.7482 17.61 44.7095 17.846 44.4268L21.1793 40.4268C21.2053 40.3955 21.218 40.3588 21.2373 40.3242C21.2533 40.2962 21.2726 40.2722 21.2846 40.2415C21.3146 40.1648 21.3326 40.0842 21.3326 40.0028C21.3326 40.0022 21.3333 40.0008 21.3333 40.0002C21.3333 39.9995 21.3326 39.9982 21.3326 39.9975C21.3326 39.9162 21.3146 39.8355 21.2846 39.7588C21.2726 39.7282 21.2533 39.7042 21.2373 39.6762C21.218 39.6415 21.2053 39.6048 21.1793 39.5735L17.846 35.5735C17.7133 35.4155 17.524 35.3335 17.3333 35.3335C17.1826 35.3335 17.0313 35.3842 16.9066 35.4882C16.624 35.7235 16.5853 36.1442 16.8213 36.4268L19.2433 39.3335H11.3333C10.9653 39.3335 10.6666 39.6322 10.6666 40.0002C10.6666 40.3682 10.9653 40.6668 11.3333 40.6668Z" fill="white"/><mask id="mask0_3379_60770" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="10" y="35" width="12" height="10"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.3333 40.6668H19.2433L16.8213 43.5735C16.5853 43.8562 16.624 44.2768 16.9066 44.5122C17.19 44.7482 17.61 44.7095 17.846 44.4268L21.1793 40.4268C21.2053 40.3955 21.218 40.3588 21.2373 40.3242C21.2533 40.2962 21.2726 40.2722 21.2846 40.2415C21.3146 40.1648 21.3326 40.0842 21.3326 40.0028C21.3326 40.0022 21.3333 40.0008 21.3333 40.0002C21.3333 39.9995 21.3326 39.9982 21.3326 39.9975C21.3326 39.9162 21.3146 39.8355 21.2846 39.7588C21.2726 39.7282 21.2533 39.7042 21.2373 39.6762C21.218 39.6415 21.2053 39.6048 21.1793 39.5735L17.846 35.5735C17.7133 35.4155 17.524 35.3335 17.3333 35.3335C17.1826 35.3335 17.0313 35.3842 16.9066 35.4882C16.624 35.7235 16.5853 36.1442 16.8213 36.4268L19.2433 39.3335H11.3333C10.9653 39.3335 10.6666 39.6322 10.6666 40.0002C10.6666 40.3682 10.9653 40.6668 11.3333 40.6668Z" fill="white"/></mask><g mask="url(%23mask0_3379_60770)"><rect x="8" y="32" width="16" height="16" fill="white"/></g></g><defs><clipPath id="clip0_3379_60770"><rect width="30" height="80" fill="white"/></clipPath></defs></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 86px;
}
@media (min-width: 1025px) {
  .mainSlider__btnNextDop {
    right: 24px;
    width: 40px;
    height: 40px;
    background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.33333 21.6668H28.1083L22.0533 28.9335C21.4633 29.6402 21.56 30.6918 22.2667 31.2802C22.975 31.8702 24.025 31.7735 24.615 31.0668L32.9483 21.0668C33.0133 20.9885 33.045 20.8968 33.0933 20.8102C33.1333 20.7402 33.1817 20.6802 33.2117 20.6035C33.2867 20.4118 33.3317 20.2102 33.3317 20.0068C33.3317 20.0052 33.3333 20.0018 33.3333 20.0002C33.3333 19.9985 33.3317 19.9952 33.3317 19.9935C33.3317 19.7902 33.2867 19.5885 33.2117 19.3968C33.1817 19.3202 33.1333 19.2602 33.0933 19.1902C33.045 19.1035 33.0133 19.0118 32.9483 18.9335L24.615 8.9335C24.2833 8.5385 23.81 8.3335 23.3333 8.3335C22.9567 8.3335 22.5783 8.46016 22.2667 8.72016C21.56 9.3085 21.4633 10.3602 22.0533 11.0668L28.1083 18.3335H8.33333C7.41333 18.3335 6.66666 19.0802 6.66666 20.0002C6.66666 20.9202 7.41333 21.6668 8.33333 21.6668Z" fill="white"/><mask id="mask0_3372_22426" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="6" y="8" width="28" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.33333 21.6668H28.1083L22.0533 28.9335C21.4633 29.6402 21.56 30.6918 22.2667 31.2802C22.975 31.8702 24.025 31.7735 24.615 31.0668L32.9483 21.0668C33.0133 20.9885 33.045 20.8968 33.0933 20.8102C33.1333 20.7402 33.1817 20.6802 33.2117 20.6035C33.2867 20.4118 33.3317 20.2102 33.3317 20.0068C33.3317 20.0052 33.3333 20.0018 33.3333 20.0002C33.3333 19.9985 33.3317 19.9952 33.3317 19.9935C33.3317 19.7902 33.2867 19.5885 33.2117 19.3968C33.1817 19.3202 33.1333 19.2602 33.0933 19.1902C33.045 19.1035 33.0133 19.0118 32.9483 18.9335L24.615 8.9335C24.2833 8.5385 23.81 8.3335 23.3333 8.3335C22.9567 8.3335 22.5783 8.46016 22.2667 8.72016C21.56 9.3085 21.4633 10.3602 22.0533 11.0668L28.1083 18.3335H8.33333C7.41333 18.3335 6.66666 19.0802 6.66666 20.0002C6.66666 20.9202 7.41333 21.6668 8.33333 21.6668Z" fill="white"/></mask><g mask="url(%23mask0_3372_22426)"><rect width="40" height="40" fill="white"/></g></svg>');
  }
}
@media (min-width: 1808px) {
  .mainSlider__btnNextDop {
    right: calc((100vw - 1760px) / 2);
  }
}
.mainSlider__pag {
  position: absolute !important;
  z-index: 3 !important;
  left: 50% !important;
  bottom: 60px !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
@media (min-width: 769px) {
  .mainSlider__pag {
    gap: 13px !important;
  }
}
@media (min-width: 1025px) {
  .mainSlider__pag {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    gap: 16px !important;
  }
}
.mainSlider__pag span {
  width: 7px !important;
  height: 7px !important;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  margin: 0 !important;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 7px !important;
}
@media (min-width: 769px) {
  .mainSlider__pag span {
    width: 9px !important;
    height: 9px !important;
  }
}
@media (min-width: 1025px) {
  .mainSlider__pag span {
    width: 12px !important;
    height: 12px !important;
  }
}
.mainSlider__pag span:hover {
  background-color: #fff;
}
.mainSlider__pag span.swiper-pagination-bullet-active {
  width: 24px !important;
  background-color: #fff;
}
@media (min-width: 769px) {
  .mainSlider__pag span.swiper-pagination-bullet-active {
    width: 32px !important;
  }
}
@media (min-width: 1025px) {
  .mainSlider__pag span.swiper-pagination-bullet-active {
    width: 40px !important;
  }
}
.mainSlider__btnNext, .mainSlider__btnPrev {
  display: none;
}
@media (min-width: 1025px) {
  .mainSlider__btnNext, .mainSlider__btnPrev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    min-width: 24px;
    cursor: pointer;
  }
  .mainSlider__btnNext svg, .mainSlider__btnPrev svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
.mainSlider__stopPlay {
  display: none;
}
@media (min-width: 1025px) {
  .mainSlider__stopPlay {
    display: block;
    width: 32px;
    min-width: 32px;
    cursor: pointer;
    position: relative;
  }
  .mainSlider__stopPlay svg {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mainSlider__stopPlay svg:last-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .mainSlider__stopPlay.paused svg {
    opacity: 0;
  }
  .mainSlider__stopPlay.paused svg:last-of-type {
    opacity: 1;
  }
}
.mainSlider__textlR {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .mainSlider__textlR {
    right: 50%;
    top: 50%;
    left: initial;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 50%;
  }
}
.mainSlider__textlR--bot {
  bottom: 90px;
  top: initial;
}
@media (min-width: 769px) {
  .mainSlider__textlR--bot {
    top: 50%;
    bottom: initial;
  }
}
.mainSlider__textRR {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: calc(100% - 48px);
}
@media (min-width: 769px) {
  .mainSlider__textRR {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.mainSlider__t {
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
@media (min-width: 769px) {
  .mainSlider__t {
    font-size: 32px;
    line-height: 1.25;
    gap: 8px;
  }
}
@media (min-width: 1025px) {
  .mainSlider__t {
    font-size: 40px;
    line-height: 1.5;
    gap: 0;
  }
}
.mainSlider__t--min {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mainSlider__t--lh {
  line-height: 1.333;
}
@media (min-width: 769px) {
  .mainSlider__t--lh {
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  .mainSlider__t--lh {
    line-height: 1.5;
  }
}
.mainSlider__t--ml {
  margin-left: auto;
}
.mainSlider__t b {
  display: block;
  font-weight: 900;
}
@media (min-width: 769px) {
  .mainSlider__t b {
    font-weight: 800;
  }
}
@media (min-width: 1025px) {
  .mainSlider__t b {
    font-weight: 700;
  }
}
.mainSlider__link {
  border-radius: 3.1px;
  background: var(--base-Bg-wite, #FFF);
  padding: 8px 24px;
  color: var(--base-bg-black, #000);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.667;
  text-transform: uppercase;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .mainSlider__link {
    border-radius: 4px;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.32px;
  }
}
@media (hover: hover) {
  .mainSlider__link:hover {
    opacity: 0.8;
  }
}

[lang=he-IL] .mainSlider__btnPrev, [lang=he-IL] .mainSlider__btnNext {
  -webkit-transform: scaleX(-1) !important;
  -ms-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}
[lang=he-IL] .mainSlider__t {
  font-size: 40px;
  line-height: 1;
}
@media (min-width: 769px) {
  [lang=he-IL] .mainSlider__t {
    font-size: 52px;
    line-height: 1.1;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .mainSlider__t {
    font-size: 64px;
    line-height: 1.25;
  }
}
[lang=he-IL] .mainSlider__t--lh {
  line-height: 1;
}
@media (min-width: 769px) {
  [lang=he-IL] .mainSlider__t--lh {
    line-height: 1.1;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .mainSlider__t--lh {
    line-height: 1.25;
  }
}

.products {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .products {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .products {
    margin: 128px 0;
  }
}
.products__sliderWr {
  position: relative;
}
@media (min-width: 1025px) {
  .products__sliderWr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .products__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.products__slide {
  width: calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
@media (min-width: 600px) {
  .products__slide {
    width: calc(33.3333333333% - 16px);
  }
}
.products__img {
  position: relative;
  background-color: #F2E8E2;
}
.products__img img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 152/109;
}
@media (min-width: 769px) {
  .products__img img {
    aspect-ratio: 150/125;
  }
}
@media (min-width: 1025px) {
  .products__img img {
    aspect-ratio: 1/1;
  }
}
.products__fav {
  position: absolute;
  top: 5.5px;
  left: 5.5px;
  /*width: 8px;*/
  width: fit-content;
}
@media (min-width: 769px) {
  .products__fav {
    width: 16px;
    top: 11px;
    left: 11px;
  }
}
@media (min-width: 1025px) {
  .products__fav {
    left: 16px;
    top: 16px;
    width: 24px;
  }
}
.products__fav svg {
  display: block;
  width: 100%;
  height: auto;
}
.products__fav svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: transparent;
}
.products__fav.active svg path {
  fill: #231F20;
}
.products__sale {
  position: absolute;
  right: 8px;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-Bg-wite, #FFF);
  font-size: 8px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 50%;
  aspect-ratio: 1/1;
  z-index: 2;
  background-color: #FF6C67;
  width: 38px;
  height: 38px;
}
@media (min-width: 769px) {
  .products__sale {
    width: 62px;
    height: 62px;
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .products__sale {
    width: 88px;
    height: 88px;
    font-size: 19px;
  }
}
.products__sale::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  border-radius: 50%;
  border: 0.5px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .products__sale::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.products__bt {
  background: var(--face-3, #CCD4A5);
  padding: 2px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 8px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .products__bt {
    padding: 3px 22px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .products__bt {
    padding: 4px 32px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.products__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.products__mainInf {
  padding: 8px 8px 4px;
}
@media (min-width: 769px) {
  .products__mainInf {
    padding: 12px 12px 10px;
  }
}
@media (min-width: 1025px) {
  .products__mainInf {
    padding: 16px;
  }
}
.products__name {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.5px 0;
  margin: 0;
  font-family: Montserrat;
}
@media (min-width: 769px) {
  .products__name {
    padding: 2.5px 0;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .products__name {
    padding: 4px 0;
    font-size: 20px;
    line-height: 1.75;
  }
}
.products__descr {
  padding: 1.5px 0;
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  font-family: Montserrat;
}
@media (min-width: 769px) {
  .products__descr {
    padding: 2.5px 0;
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .products__descr {
    padding: 4px 0;
    font-size: 16px;
    line-height: 1.75;
  }
}
.products__text {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 769px) {
  .products__text {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    padding: 2.5px 0;
  }
}
@media (min-width: 1025px) {
  .products__text {
    font-size: 16px;
    line-height: 1.75;
    padding: 4px 0;
  }
}
.products__price {
  padding: 0 8px 8px;
}
@media (min-width: 769px) {
  .products__price {
    padding: 4px 12px 16px;
  }
}
@media (min-width: 1025px) {
  .products__price {
    padding: 8px 16px 24px;
  }
}
.products__price2 {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .products__price2 {
    font-size: 15px;
    margin-top: 8px;
  }
}
@media (min-width: 1025px) {
  .products__price2 {
    font-size: 20px;
    margin-top: 16px;
  }
}
.products__price2 b {
  font-weight: 600;
}
.products__price1 {
  color: #939292;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  .products__price1 {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .products__price1 {
    font-size: 20px;
  }
}
.products__price1 b {
  font-weight: 600;
}
.products__basketBtn {
  border-radius: 1.5px;
  background: var(--base-dark-grey, #3D3D3D);
  padding: 5.5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 8px;
  font-style: normal;
  line-height: 1.25;
  text-transform: uppercase;
  margin: auto auto 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .products__basketBtn {
    margin-bottom: 4px;
    max-width: calc(100% - 24px);
    padding: 11px 21px;
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .products__basketBtn {
    margin-bottom: 8px;
    max-width: calc(100% - 32px);
    padding: 16px 32px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .products__basketBtn:hover {
    opacity: 0.75;
  }
}
.products__prev, .products__next {
  display: none;
}
@media (min-width: 1025px) {
  .products__prev, .products__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    cursor: pointer;
  }
  .products__prev svg, .products__next svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
.products__progress {
  display: none;
}
@media (min-width: 1025px) {
  .products__progress {
    display: block;
    position: relative;
    width: calc(100% - 130px) !important;
    margin: 52px auto 0;
    height: 5px;
    background-color: #CECECE;
    border-radius: 5px;
  }
  .products__progress .swiper-pagination-progressbar-fill {
    background-color: #3D3D3D;
    border-radius: 5px;
  }
}

.productsMobSlider {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .productsMobSlider {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .productsMobSlider {
    margin: 128px 0;
  }
}
.productsMobSlider__sliderWr {
  position: relative;
}
@media (min-width: 1025px) {
  .productsMobSlider__sliderWr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.productsMobSlider__slide {
  width: 263px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
@media (min-width: 769px) {
  .productsMobSlider__slide {
    width: 300px;
  }
}
.productsMobSlider__slide.active .productsMobSlider__ch {
  opacity: 1;
  pointer-events: all;
}
.productsMobSlider__img {
  position: relative;
  background-color: #F2E8E2;
}
.productsMobSlider__img img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1;
}
@media (min-width: 1025px) {
  .productsMobSlider__img img {
    aspect-ratio: 1/1;
  }
}
.productsMobSlider__ch {
  position: absolute;
  z-index: 5;
  right: 16px;
  top: 16px;
  width: 40px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productsMobSlider__ch svg {
  display: block;
  width: 100%;
  height: auto;
}
.productsMobSlider__fav {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
}
@media (min-width: 769px) {
  .productsMobSlider__fav {
    top: 12px;
    left: 12px;
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__fav {
    left: 16px;
    top: 16px;
  }
}
.productsMobSlider__fav svg {
  display: block;
  width: 100%;
  height: auto;
}
.productsMobSlider__fav svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: transparent;
}
.productsMobSlider__fav.active svg path {
  fill: #231F20;
}
.productsMobSlider__sale {
  position: absolute;
  right: 8px;
  top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-Bg-wite, #FFF);
  font-size: 8px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 50%;
  aspect-ratio: 1/1;
  z-index: 2;
  background-color: #FF6C67;
  width: 38px;
  height: 38px;
}
@media (min-width: 769px) {
  .productsMobSlider__sale {
    width: 62px;
    height: 62px;
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__sale {
    width: 88px;
    height: 88px;
    font-size: 19px;
  }
}
.productsMobSlider__sale::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  border-radius: 50%;
  border: 0.5px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .productsMobSlider__sale::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.productsMobSlider__bt {
  background: var(--face-3, #CCD4A5);
  padding: 4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .productsMobSlider__bt {
    padding: 4px 22px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__bt {
    padding: 4px 32px;
    line-height: 1.75;
  }
}
.productsMobSlider__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 8px;
}
.productsMobSlider__tegs {
  padding: 8px 0px;
  margin-bottom: 0 !important;
}
.productsMobSlider__tegs .prod__mainTeg {
  gap: 8px;
}
.productsMobSlider__tegs .prod__mainTeg svg {
  width: 24px;
  min-width: 24px;
}
.productsMobSlider__tegs .prod__teg {
  padding: 3px 15px;
  font-size: 12px;
  line-height: 2.333;
  border-radius: 4px;
}
/*.productsMobSlider__mainInf {*/
/*  padding: 0 16px;*/
/*}*/
.productsMobSlider__name {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding: 4px 0;
  margin: 0;
  font-family: Montserrat;
}
@media (min-width: 769px) {
  .productsMobSlider__name {
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__name {
    line-height: 1.75;
  }
}
.productsMobSlider__descr {
  padding: 4px 0;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: Montserrat;
}
@media (min-width: 769px) {
  .productsMobSlider__descr {
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__descr {
    line-height: 1.75;
  }
}
.productsMobSlider__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 4px 0;
}
@media (min-width: 769px) {
  .productsMobSlider__text {
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__text {
    line-height: 1.75;
  }
}
.productsMobSlider__price {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productsMobSlider__price1 {
  color: #939292;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  text-transform: uppercase;
  margin: 0;
}
.productsMobSlider__price1 b {
  font-weight: 600;
}
.productsMobSlider__price2 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  text-transform: uppercase;
  margin: 0;
}
.productsMobSlider__price2 b {
  font-weight: 600;
}
.productsMobSlider__basketBtn {
  border-radius: 4px;
  background: var(--base-dark-grey, #3D3D3D);
  padding: 16px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  text-transform: uppercase;
  margin: auto auto 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .productsMobSlider__basketBtn {
    max-width: calc(100% - 24px);
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__basketBtn {
    max-width: calc(100% - 32px);
  }
}
@media (hover: hover) {
  .productsMobSlider__basketBtn:hover {
    opacity: 0.75;
  }
}
.productsMobSlider__basketBtn--type2 {
  border-radius: 4px;
  border: 1px solid var(--base-bg-black, #000);
  background: transparent;
  color: var(--base-bg-black, #000);
  line-height: 1.5;
  letter-spacing: 0.32px;
  font-weight: 500;
}
@media (hover: hover) {
  .productsMobSlider__basketBtn--type2:hover {
    opacity: 1;
    background-color: var(--base-bg-black, #000);
    color: #fff;
  }
}
.productsMobSlider__prev, .productsMobSlider__next {
  display: none;
}
@media (min-width: 1025px) {
  .productsMobSlider__prev, .productsMobSlider__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    cursor: pointer;
  }
  .productsMobSlider__prev svg, .productsMobSlider__next svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__progress {
    display: block;
    position: relative;
    width: calc(100% - 130px) !important;
    margin: 52px auto 0;
    height: 5px;
    background-color: #CECECE;
    border-radius: 5px;
  }
  .productsMobSlider__progress .swiper-pagination-progressbar-fill {
    background-color: #3D3D3D;
    border-radius: 5px;
  }
}
.productsMobSlider__progress.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  justify-content: center;
  margin-top: 32px;
}
.productsMobSlider__progress.swiper-pagination-bullets span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  opacity: 1;
  border: 1px solid #000;
  background: transparent;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .productsMobSlider__progress.swiper-pagination-bullets span {
    width: 9px;
    height: 9px;
  }
}
.productsMobSlider__progress.swiper-pagination-bullets span.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #000;
}
@media (min-width: 769px) {
  .productsMobSlider__progress.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    width: 32px;
  }
}
.productsMobSlider__btnPrevDop {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('data:image/svg+xml,<svg width="33" height="86" viewBox="0 0 33 86" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3379_60767)"><path d="M-40 2H0.239654L0.804488 7.1936C1.6735 15.1841 7.49189 21.7876 15.3409 23.7163C34.8676 28.5144 34.9021 56.1595 15.3501 60.8546C7.48798 62.7426 1.65674 69.3221 0.763545 77.313L0.239654 82H-40V2Z" fill="%233D3D3D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.6667 41.3334H10.7567L13.1787 38.4268C13.4147 38.1441 13.3761 37.7234 13.0934 37.4881C12.8101 37.2521 12.3901 37.2908 12.1547 37.5734L8.82141 41.5734C8.79541 41.6048 8.78208 41.6414 8.76275 41.6761C8.74675 41.7041 8.72741 41.7281 8.71541 41.7588C8.68541 41.8354 8.66741 41.9161 8.66741 41.9974C8.66741 41.9981 8.66675 41.9994 8.66675 42.0001C8.66675 42.0008 8.66741 42.0021 8.66741 42.0028C8.66741 42.0841 8.68541 42.1648 8.71541 42.2414C8.72741 42.2721 8.74675 42.2961 8.76275 42.3241C8.78208 42.3588 8.79541 42.3954 8.82141 42.4268L12.1547 46.4268C12.2867 46.5848 12.4761 46.6668 12.6667 46.6668C12.8174 46.6668 12.9687 46.6161 13.0934 46.5121C13.3761 46.2768 13.4147 45.8561 13.1787 45.5734L10.7567 42.6668H18.6667C19.0347 42.6668 19.3334 42.3681 19.3334 42.0001C19.3334 41.6321 19.0347 41.3334 18.6667 41.3334Z" fill="white"/><mask id="mask0_3379_60767" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="8" y="37" width="12" height="10"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.6667 41.3334H10.7567L13.1787 38.4268C13.4147 38.1441 13.3761 37.7234 13.0934 37.4881C12.8101 37.2521 12.3901 37.2908 12.1547 37.5734L8.82141 41.5734C8.79541 41.6048 8.78208 41.6414 8.76275 41.6761C8.74675 41.7041 8.72741 41.7281 8.71541 41.7588C8.68541 41.8354 8.66741 41.9161 8.66741 41.9974C8.66741 41.9981 8.66675 41.9994 8.66675 42.0001C8.66675 42.0008 8.66741 42.0021 8.66741 42.0028C8.66741 42.0841 8.68541 42.1648 8.71541 42.2414C8.72741 42.2721 8.74675 42.2961 8.76275 42.3241C8.78208 42.3588 8.79541 42.3954 8.82141 42.4268L12.1547 46.4268C12.2867 46.5848 12.4761 46.6668 12.6667 46.6668C12.8174 46.6668 12.9687 46.6161 13.0934 46.5121C13.3761 46.2768 13.4147 45.8561 13.1787 45.5734L10.7567 42.6668H18.6667C19.0347 42.6668 19.3334 42.3681 19.3334 42.0001C19.3334 41.6321 19.0347 41.3334 18.6667 41.3334Z" fill="white"/></mask><g mask="url(%23mask0_3379_60767)"><rect x="6" y="34" width="16" height="16" fill="white"/></g></g><defs><clipPath id="clip0_3379_60767"><rect width="33" height="86" fill="white"/></clipPath></defs></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 86px;
}
@media (min-width: 1025px) {
  .productsMobSlider__btnPrevDop {
    display: none;
  }
}
.productsMobSlider__btnNextDop {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('data:image/svg+xml,<svg width="30" height="80" viewBox="0 0 30 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3379_60770)"><path d="M70 0H29.7603L29.1955 5.1936C28.3265 13.1841 22.5081 19.7876 14.6591 21.7163C-4.86758 26.5144 -4.90211 54.1595 14.6499 58.8546C22.512 60.7426 28.3433 67.3221 29.2365 75.313L29.7603 80H70V0Z" fill="%233D3D3D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.3333 40.6668H19.2433L16.8213 43.5735C16.5853 43.8562 16.624 44.2768 16.9066 44.5122C17.19 44.7482 17.61 44.7095 17.846 44.4268L21.1793 40.4268C21.2053 40.3955 21.218 40.3588 21.2373 40.3242C21.2533 40.2962 21.2726 40.2722 21.2846 40.2415C21.3146 40.1648 21.3326 40.0842 21.3326 40.0028C21.3326 40.0022 21.3333 40.0008 21.3333 40.0002C21.3333 39.9995 21.3326 39.9982 21.3326 39.9975C21.3326 39.9162 21.3146 39.8355 21.2846 39.7588C21.2726 39.7282 21.2533 39.7042 21.2373 39.6762C21.218 39.6415 21.2053 39.6048 21.1793 39.5735L17.846 35.5735C17.7133 35.4155 17.524 35.3335 17.3333 35.3335C17.1826 35.3335 17.0313 35.3842 16.9066 35.4882C16.624 35.7235 16.5853 36.1442 16.8213 36.4268L19.2433 39.3335H11.3333C10.9653 39.3335 10.6666 39.6322 10.6666 40.0002C10.6666 40.3682 10.9653 40.6668 11.3333 40.6668Z" fill="white"/><mask id="mask0_3379_60770" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="10" y="35" width="12" height="10"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.3333 40.6668H19.2433L16.8213 43.5735C16.5853 43.8562 16.624 44.2768 16.9066 44.5122C17.19 44.7482 17.61 44.7095 17.846 44.4268L21.1793 40.4268C21.2053 40.3955 21.218 40.3588 21.2373 40.3242C21.2533 40.2962 21.2726 40.2722 21.2846 40.2415C21.3146 40.1648 21.3326 40.0842 21.3326 40.0028C21.3326 40.0022 21.3333 40.0008 21.3333 40.0002C21.3333 39.9995 21.3326 39.9982 21.3326 39.9975C21.3326 39.9162 21.3146 39.8355 21.2846 39.7588C21.2726 39.7282 21.2533 39.7042 21.2373 39.6762C21.218 39.6415 21.2053 39.6048 21.1793 39.5735L17.846 35.5735C17.7133 35.4155 17.524 35.3335 17.3333 35.3335C17.1826 35.3335 17.0313 35.3842 16.9066 35.4882C16.624 35.7235 16.5853 36.1442 16.8213 36.4268L19.2433 39.3335H11.3333C10.9653 39.3335 10.6666 39.6322 10.6666 40.0002C10.6666 40.3682 10.9653 40.6668 11.3333 40.6668Z" fill="white"/></mask><g mask="url(%23mask0_3379_60770)"><rect x="8" y="32" width="16" height="16" fill="white"/></g></g><defs><clipPath id="clip0_3379_60770"><rect width="30" height="80" fill="white"/></clipPath></defs></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 86px;
}
@media (min-width: 1025px) {
  .productsMobSlider__btnNextDop {
    display: none;
  }
}
.productsMobSlider__all {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px auto 0;
}
@media (min-width: 769px) {
  .productsMobSlider__all {
    display: none;
  }
}
.productsMobSlider__sliderWr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 600px) {
  .productsMobSlider__sliderWr2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.productsMobSlider__sliderWr2 .productsMobSlider__slide {
  width: 100%;
}
@media (min-width: 600px) {
  .productsMobSlider__sliderWr2 .productsMobSlider__slide {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__sliderWr2 .productsMobSlider__slide {
    width: calc(33.3333333333% - 16px);
  }
}
@media (min-width: 1361px) {
  .productsMobSlider__sliderWr2 .productsMobSlider__slide {
    width: calc(25% - 18px);
  }
}
.productsMobSlider__sliderWr2 .productsMobSlider__name, .productsMobSlider__sliderWr2 .productsMobSlider__descr, .productsMobSlider__sliderWr2 .productsMobSlider__text, .productsMobSlider__sliderWr2 .productsMobSlider__price {
  min-height: initial !important;
}
.productsMobSlider__sliderWr2 .productsMobSlider__img img {
  aspect-ratio: 327/235;
}
@media (min-width: 1025px) {
  .productsMobSlider__sliderWr2 .productsMobSlider__img img {
    aspect-ratio: 1/1;
  }
}
.productsMobSlider__sliderWr2 .productsMobSlider__price3 {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .productsMobSlider__sliderWr2 .productsMobSlider__price3 {
    gap: 12px 20px;
    padding-block: 4px;
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__sliderWr2 .productsMobSlider__price3 {
    gap: 16px 24px;
    padding-block: 8px;
  }
}
.productsMobSlider__sliderWr2 .productsMobSlider__price4, .productsMobSlider__sliderWr2 .productsMobSlider__price5 {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .productsMobSlider__sliderWr2 .productsMobSlider__price4, .productsMobSlider__sliderWr2 .productsMobSlider__price5 {
    line-height: 1.15;
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__sliderWr2 .productsMobSlider__price4, .productsMobSlider__sliderWr2 .productsMobSlider__price5 {
    line-height: 0.9;
  }
}
@media (min-width: 1025px) {
  .productsMobSlider__sliderWr2 .productsMobSlider__price5 {
    color: var(--medium-gray, #939292);
  }
}
.productsMobSlider__sliderWr2 .productsMobSlider__fav {
  top: 16px;
  left: 16px;
}

[lang=he-IL] .products__sale {
  font-size: 12px;
  line-height: 0.86;
}
@media (min-width: 769px) {
  [lang=he-IL] .products__sale {
    font-size: 18px;
    line-height: 0.91;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .products__sale {
    font-size: 24px;
    line-height: 0.96;
  }
}
[lang=he-IL] .products__basketBtn {
  font-size: 12px;
  line-height: 1.15;
  letter-spacing: 0.24px;
  padding: 9px 18px;
}
@media (min-width: 769px) {
  [lang=he-IL] .products__basketBtn {
    padding: 11px 25px;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 1.05;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .products__basketBtn {
    padding: 13px 32px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.48px;
  }
}
[lang=he-IL] .productsMobSlider__basketBtn {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  padding: 16px 32px;
}
[lang=he-IL] .productsMobSlider__price1, [lang=he-IL] .productsMobSlider__price2 {
  font-size: 24px;
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .productsMobSlider__price1, [lang=he-IL] .productsMobSlider__price2 {
    line-height: 1.4;
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .productsMobSlider__price1, [lang=he-IL] .productsMobSlider__price2 {
    line-height: 1.5;
    font-size: 20px;
  }
}
[lang=he-IL] .productsMobSlider__text {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  [lang=he-IL] .productsMobSlider__text {
    font-size: 18px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .productsMobSlider__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
[lang=he-IL] .productsMobSlider .prod__teg {
  border-radius: 4px;
  padding: 3px 15px;
  font-size: 16px;
  line-height: 1.5;
}
[lang=he-IL] .productsMobSlider .productsMobSlider__next, [lang=he-IL] .productsMobSlider .productsMobSlider__prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
[lang=he-IL] .productsMobSlider__basketBtn--type2 {
  padding: 15px 31px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.48px;
}
[lang=he-IL] .productsMobSlider__sliderWr2 .productsMobSlider__price4, [lang=he-IL] .productsMobSlider__sliderWr2 .productsMobSlider__price5 {
  font-size: 20px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  [lang=he-IL] .productsMobSlider__sliderWr2 .productsMobSlider__price4, [lang=he-IL] .productsMobSlider__sliderWr2 .productsMobSlider__price5 {
    line-height: 1.55;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .productsMobSlider__sliderWr2 .productsMobSlider__price4, [lang=he-IL] .productsMobSlider__sliderWr2 .productsMobSlider__price5 {
    line-height: 1.5;
  }
}

.distWhat {
  padding: 48px 0;
  background: var(--base-dark-grey, #3D3D3D);
}
@media (min-width: 769px) {
  .distWhat {
    padding: 88px 0;
  }
}
@media (min-width: 1025px) {
  .distWhat {
    padding: 128px 0;
  }
}
.distWhat__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 769px) {
  .distWhat__wr {
    gap: 56px;
  }
}
@media (min-width: 1025px) {
  .distWhat__wr {
    gap: 64px;
  }
}
.distWhat__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px 24px;
}
@media (min-width: 769px) {
  .distWhat__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.distWhat__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .distWhat__card {
    gap: 20px;
    width: calc(50% - 12px);
  }
}
@media (min-width: 1025px) {
  .distWhat__card {
    gap: 24px;
  }
}
@media (min-width: 1300px) {
  .distWhat__card {
    width: calc(33.3333333333% - 16px);
  }
}
@media (min-width: 1600px) {
  .distWhat__card {
    width: calc(25% - 18px);
  }
}
.distWhat__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background: var(--face-1, #E3EAF0);
  padding: 16px 24px;
  margin: 0;
}
@media (min-width: 769px) {
  .distWhat__name {
    padding: 20px 24px;
    border-radius: 75px;
  }
}
@media (min-width: 1025px) {
  .distWhat__name {
    padding: 24px;
    border-radius: 100px;
  }
}
.distWhat__name svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}
.distWhat__name span {
  color: var(--base-dark-grey, #3D3D3D);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: start;
}
@media (min-width: 769px) {
  .distWhat__name span {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .distWhat__name span {
    font-size: 24px;
  }
}
.distWhat__text {
  color: var(--base-Bg-wite, #FFF);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .distWhat__text {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .distWhat__text {
    font-size: 16px;
  }
}
.distWhat__text p, .distWhat__text ul, .distWhat__text ol {
  margin: 18px 0;
}
@media (min-width: 769px) {
  .distWhat__text p, .distWhat__text ul, .distWhat__text ol {
    margin: 21px 0;
  }
}
@media (min-width: 1025px) {
  .distWhat__text p, .distWhat__text ul, .distWhat__text ol {
    margin: 24px 0;
  }
}
.distWhat__text ul, .distWhat__text ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  -webkit-padding-start: 22px;
  padding-inline-start: 22px;
}
@media (min-width: 769px) {
  .distWhat__text ul, .distWhat__text ol {
    gap: 21px;
    -webkit-padding-start: 26px;
    padding-inline-start: 26px;
  }
}
@media (min-width: 1025px) {
  .distWhat__text ul, .distWhat__text ol {
    gap: 24px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }
}
.distWhat .videoSect__descr {
  color: var(--base-Bg-wite, #FFF);
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .distWhat .videoSect__descr {
    text-align: start;
  }
}

[lang=he-IL] .distWhat__name span {
  font-size: 24px;
}
@media (min-width: 769px) {
  [lang=he-IL] .distWhat__name span {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .distWhat__name span {
    font-size: 32px;
  }
}
[lang=he-IL] .distWhat__text {
  font-size: 16px;
}

.distForm {
  padding: 48px 0;
}
@media (min-width: 769px) {
  .distForm {
    padding: 60px 0 88px;
  }
}
@media (min-width: 1025px) {
  .distForm {
    padding: 72px 0 128px;
  }
}
@media (min-width: 769px) {
  .distForm--padding {
    padding: 88px 0;
  }
}
@media (min-width: 1025px) {
  .distForm--padding {
    padding: 128px 0;
  }
}
.distForm--bg {
  padding: 0 0 64px;
  background-position: right bottom -100px;
  background-repeat: no-repeat;
  background-size: 900px auto;
}
@media (min-width: 769px) {
  .distForm--bg {
    border-top: 1px solid var(--face-2, #CECECE);
    padding: 96px 0;
    background-size: cover;
    background-position: right center;
  }
}
@media (min-width: 1025px) {
  .distForm--bg {
    padding: 128px 0;
  }
}
.distForm--bg input, .distForm--bg textarea {
  background-color: #fff !important;
}
.distForm--borderNone {
  border: none;
}
.distForm__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 auto 24px;
  max-width: 1166px;
}
@media (min-width: 769px) {
  .distForm__title {
    margin-bottom: 52px;
    padding: 4px 0;
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .distForm__title {
    margin-bottom: 80px;
    padding: 8px 0;
    font-size: 40px;
  }
}
.distForm__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1462px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .distForm__form {
    gap: 36px 24px;
  }
}
@media (min-width: 1025px) {
  .distForm__form {
    gap: 48px 24px;
  }
}
@media (min-width: 769px) {
  .distForm__w4 {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1200px) {
  .distForm__w4 {
    width: calc(25% - 18px);
  }
}

[lang=he-IL] .distForm__title {
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 769px) {
  [lang=he-IL] .distForm__title {
    font-size: 36px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .distForm__title {
    font-size: 40px;
    line-height: 1.5;
  }
}

.consultText {
  padding: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .consultText {
    padding: 56px 0 0;
    gap: 56px;
  }
}
@media (min-width: 1025px) {
  .consultText {
    padding: 64px 0 0;
    gap: 80px;
  }
}
.consultText__text {
  color: var(--base-bg-black, #000);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .consultText__text {
    font-size: 26px;
    line-height: 1.45;
  }
}
@media (min-width: 1025px) {
  .consultText__text {
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
  }
}
.consultText__bg {
  background: var(--hair-1, #F9F2EC);
  padding: 24px 0;
}
@media (min-width: 769px) {
  .consultText__bg {
    padding: 44px 0;
  }
}
@media (min-width: 1025px) {
  .consultText__bg {
    padding: 64px 0;
  }
}
.consultText__bgText {
  color: var(--base-dark-grey, #3D3D3D);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .consultText__bgText {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .consultText__bgText {
    font-size: 32px;
  }
}
.consultText__bg2 {
  background: var(--hair-1, #FFEBD4);
  padding: 48px 0;
}
@media (min-width: 769px) {
  .consultText__bg2 {
    padding: 56px 0;
  }
}
@media (min-width: 1025px) {
  .consultText__bg2 {
    padding: 64px 0;
  }
}
.consultText__bg2Text {
  color: var(--base-dark-grey, #3D3D3D);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .consultText__bg2Text {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .consultText__bg2Text {
    font-size: 32px;
  }
}
.consultText__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px 24px;
}
@media (min-width: 769px) {
  .consultText__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 48px 24px;
  }
}
@media (min-width: 1025px) {
  .consultText__wrap {
    gap: 64px 24px;
  }
}
.consultText__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .consultText__card {
    gap: 20px;
    width: calc(50% - 12px);
  }
}
@media (min-width: 1025px) {
  .consultText__card {
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .consultText__card {
    width: calc(33.3333333333% - 16px);
  }
}
.consultText__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background: var(--face-1, #E3EAF0);
  padding: 16px 24px;
}
@media (min-width: 769px) {
  .consultText__head {
    border-radius: 75px;
    padding: 20px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .consultText__head {
    border-radius: 100px;
    padding: 24px;
    min-height: 152px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.consultText__head svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}
.consultText__head span {
  color: var(--base-dark-grey, #3D3D3D);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .consultText__head span {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .consultText__head span {
    font-size: 24px;
  }
}
.consultText__tt {
  color: var(--base-bg-black, #000);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .consultText__tt {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .consultText__tt {
    font-size: 16px;
  }
}

[lang=he-IL] .consultText__text {
  text-align: center;
}
[lang=he-IL] .consultText__bgText {
  font-size: 24px;
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .consultText__bgText {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .consultText__bgText {
    font-size: 40px;
    line-height: 1.2;
  }
}
[lang=he-IL] .consultText__bg2Text {
  font-size: 24px;
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .consultText__bg2Text {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .consultText__bg2Text {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 769px) {
  [lang=he-IL] .consultText__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .consultText__head {
    min-height: 85px;
  }
}
[lang=he-IL] .consultText__head span {
  font-size: 20px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  [lang=he-IL] .consultText__head span {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .consultText__head span {
    font-size: 32px;
    line-height: 1.125;
  }
}
[lang=he-IL] .consultText__tt {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  [lang=he-IL] .consultText__tt {
    font-size: 20px;
    line-height: 1.4;
    padding: 8px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .consultText__tt {
    font-size: 24px;
    line-height: 1.333;
    padding: 16px;
  }
}

.newCountry {
  padding: 32px 0 16px;
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .newCountry {
    padding: 80px 0 72px;
  }
}
@media (min-width: 1025px) {
  .newCountry {
    min-height: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 128px 0;
  }
}
.newCountry__cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 769px) {
  .newCountry__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 420px;
  }
}
@media (min-width: 1025px) {
  .newCountry__cont {
    max-width: 880px;
  }
}
@media (min-width: 1800px) {
  .newCountry__cont {
    margin-left: 140px;
  }
}
.newCountry__title {
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  max-width: 200px;
  margin: 0 0 22px;
}
@media (min-width: 769px) {
  .newCountry__title {
    font-size: 40px;
    line-height: 1.35;
    max-width: initial;
  }
}
@media (min-width: 1025px) {
  .newCountry__title {
    font-size: 64px;
    line-height: 1.25;
    margin-bottom: 48px;
  }
}
.newCountry__btn {
  border-radius: 4px;
  background: var(--base-Bg-wite, #FFF);
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-bg-black, #000);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .newCountry__btn {
    padding: 14px 44px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1025px) {
  .newCountry__btn {
    padding: 16px 64px;
  }
}
@media (hover: hover) {
  .newCountry__btn:hover {
    opacity: 0.75;
  }
}

@media (min-width: 769px) {
  [lang=he-IL] .newCountry__cont {
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .newCountry__cont {
    max-width: 500px;
  }
}
[lang=he-IL] .newCountry__title {
  margin-right: auto;
  font-size: 24px;
  line-height: 1.117;
}
@media (min-width: 769px) {
  [lang=he-IL] .newCountry__title {
    font-size: 44px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .newCountry__title {
    font-size: 64px;
    line-height: 1.125;
  }
}
[lang=he-IL] .newCountry__btn {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
@media (min-width: 769px) {
  [lang=he-IL] .newCountry__btn {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0.44px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .newCountry__btn {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 1;
  }
}

.tb {
  margin: 32px 0 48px;
}
@media (min-width: 769px) {
  .tb {
    margin: 48px 0 88px;
  }
}
@media (min-width: 1025px) {
  .tb {
    margin: 64px 0 128px;
  }
}
.tb__text {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .tb__text {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .tb__text {
    font-size: 24px;
    text-align: center;
  }
}
.tb__btn {
  border-radius: 4px;
  background: var(--base-dark-grey, #3D3D3D);
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 100%;
  margin: 32px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .tb__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 500px;
    padding: 16px 28px;
    margin-top: 48px;
  }
}
@media (min-width: 1025px) {
  .tb__btn {
    padding: 16px 32px;
    margin-top: 64px;
  }
}
@media (hover: hover) {
  .tb__btn:hover {
    opacity: 0.75;
  }
}

[lang=he-IL] .tb__btn {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4;
}
@media (min-width: 769px) {
  [lang=he-IL] .tb__btn {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0.44px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .tb__btn {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.48px;
  }
}

.videoSect2 {
  background: var(--base-dark-grey, #3D3D3D);
  padding: 48px 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .videoSect2 {
    padding: 88px 0;
  }
}
@media (min-width: 1025px) {
  .videoSect2 {
    padding: 128px 0;
  }
}
.videoSect2__title {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: var(--base-Bg-wite, #FFF);
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .videoSect2__title {
    margin-bottom: 48px;
  }
}
@media (min-width: 1025px) {
  .videoSect2__title {
    margin-bottom: 64px;
  }
}
@media (min-width: 1361px) {
  .videoSect2__mob {
    display: none;
  }
}
.videoSect2__pc {
  display: none;
}
@media (min-width: 1361px) {
  .videoSect2__pc {
    display: block;
  }
}
.videoSect2__pcSlider {
  position: relative;
}
.videoSect2__slider {
  overflow: visible;
}
.videoSect2__slide {
  padding: 42px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  -webkit-box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-200) var(--sds-color-black-400);
  box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-200) var(--sds-color-black-400);
}
@media (min-width: 769px) {
  .videoSect2__slide {
    border-radius: 13px;
    gap: 12px;
    padding: 65px 40px;
    width: 450px;
  }
}
@media (min-width: 1025px) {
  .videoSect2__slide {
    border-radius: 18px;
    gap: 18px;
    padding: 90px 80px;
    width: 700px;
  }
}
.videoSect2__slide img {
  display: block;
  width: 47px;
  height: auto;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .videoSect2__slide img {
    width: 85px;
  }
}
@media (min-width: 1025px) {
  .videoSect2__slide img {
    width: 129px;
  }
}
.videoSect2__name {
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  .videoSect2__name {
    font-size: 32px;
    font-weight: 500;
  }
}
@media (min-width: 1025px) {
  .videoSect2__name {
    font-size: 48px;
    font-weight: 700;
  }
}
.videoSect2__all {
  border-radius: 3px;
  border: 1px solid var(--base-dark-grey, #3D3D3D);
  padding: 7px 23px;
  border-radius: 4px;
  background: var(--base-Bg-wite, #FFF);
  color: var(--base-bg-black, #000);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 32px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .videoSect2__all {
    font-size: 14px;
    padding: 9px 27px;
  }
}
@media (min-width: 1025px) {
  .videoSect2__all {
    font-size: 16px;
    padding: 11px 31px;
  }
}
@media (min-width: 1361px) {
  .videoSect2__all {
    display: none;
  }
}
.videoSect2__mobPag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}
.videoSect2__mobPag span {
  display: block;
  opacity: 1;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  border: 1px solid #FFF;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 !important;
}
.videoSect2__mobPag span.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #FFF;
}
.videoSect2__pcSlider ul {
  margin: 0 auto !important;
  left: initial !important;
  top: initial !important;
}
.videoSect2__pcSlider ul li {
  padding: 42px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  -webkit-box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-200) var(--sds-color-black-400);
  box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-200) var(--sds-color-black-400);
  cursor: pointer;
}
@media (min-width: 769px) {
  .videoSect2__pcSlider ul li {
    border-radius: 13px;
    gap: 12px;
    padding: 65px 40px;
    width: 450px;
  }
}
@media (min-width: 1025px) {
  .videoSect2__pcSlider ul li {
    border-radius: 18px;
    gap: 18px;
    padding: 90px 80px;
    width: 700px;
  }
}
.videoSect2__pcSlider ul li img {
  display: block;
  width: 47px !important;
  height: auto !important;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .videoSect2__pcSlider ul li img {
    width: 85px !important;
  }
}
@media (min-width: 1025px) {
  .videoSect2__pcSlider ul li img {
    width: 129px !important;
  }
}
.videoSect2__pcNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin: 64px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.videoSect2__btnPrev, .videoSect2__btnNext {
  width: 24px;
  min-width: 24px;
  cursor: pointer;
}
.videoSect2__btnPrev svg, .videoSect2__btnNext svg {
  display: block;
  width: 100%;
  height: auto;
}
.videoSect2__stopPlay {
  width: 32px;
  min-width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.videoSect2__stopPlay svg {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.videoSect2__stopPlay svg:last-child {
  opacity: 0;
}
.videoSect2__stopPlay.active svg:first-child {
  opacity: 0;
}
.videoSect2__stopPlay.active svg:last-child {
  opacity: 1;
}
.videoSect2__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.videoSect2__pag span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid #FFF;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.videoSect2__pag span.active {
  width: 40px;
  background-color: #FFF;
}

[lang=he-IL] .videoSect2__btnNext, [lang=he-IL] .videoSect2__btnPrev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.lineProd {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .lineProd {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .lineProd {
    margin: 128px 0;
  }
}
@media (min-width: 1025px) {
  .lineProd__mob {
    display: none;
  }
}
.lineProd__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lineProd__card {
  background: var(--hair-1, #F9F2EC);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
  max-width: 292px;
}
.lineProd__all {
  border-radius: 4px;
  background: var(--base-dark-grey, #3D3D3D);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 32px auto 0;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .lineProd__all {
    padding: 10px 32px;
    font-size: 14px;
  }
}
.lineProd__pc {
  display: none;
}
@media (min-width: 1025px) {
  .lineProd__pc {
    display: block;
  }
}
.lineProd__sliderWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
.lineProd__prev, .lineProd__next {
  width: 24px;
  min-width: 24px;
  cursor: pointer;
}
.lineProd__prev svg, .lineProd__next svg {
  display: block;
  width: 100%;
  height: auto;
}
.lineProd__slide {
  background: var(--hair-1, #F9F2EC);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .lineProd__slide:hover {
    opacity: 0.75;
  }
}
.lineProd__progress {
  display: none;
}
@media (min-width: 1025px) {
  .lineProd__progress {
    display: block;
    position: relative;
    width: calc(100% - 130px) !important;
    margin: 52px auto 0;
    height: 5px;
    background-color: #CECECE;
    border-radius: 5px;
    overflow: hidden;
  }
  .lineProd__progress .swiper-pagination-progressbar-fill {
    background-color: #3D3D3D;
    border-radius: 5px;
  }
}

[lang=he-IL] .lineProd__all {
  padding: 16px 24px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  width: 100%;
}
@media (min-width: 769px) {
  [lang=he-IL] .lineProd__all {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
[lang=he-IL] .lineProd__next, [lang=he-IL] .lineProd__prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hits {
  margin: 48px 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .hits {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .hits {
    margin: 128px 0;
  }
}
.hits__all {
  border-radius: 4px;
  background: var(--base-dark-grey, #3D3D3D);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 32px auto 0;
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .hits__all {
    padding: 10px 32px;
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .hits__all {
    display: none;
  }
}
@media (min-width: 1025px) {
  .hits__sliderWr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hits__swiper {
  overflow: visible;
}
@media (min-width: 1025px) {
  .hits__swiper {
    overflow: hidden;
  }
}
.hits__slide {
  width: 246px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .hits__slide {
    gap: 20px;
    width: 300px;
    padding-bottom: 11px;
  }
}
@media (min-width: 1025px) {
  .hits__slide {
    gap: 24px;
    padding-bottom: 14px;
  }
}
.hits__img {
  display: block;
  aspect-ratio: 1/1;
}
@media (min-width: 1025px) {
  .hits__img {
    aspect-ratio: 398/422;
  }
}
.hits__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hits__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .hits__cont {
    gap: 11px;
  }
}
@media (min-width: 1025px) {
  .hits__cont {
    gap: 14px;
  }
}
.hits__name {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  .hits__name {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .hits__name {
    font-size: 20px;
    line-height: 1.75;
  }
}
.hits__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .hits__price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hits__price1, .hits__price2 {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.85;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .hits__price1, .hits__price2 {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (min-width: 1025px) {
  .hits__price1, .hits__price2 {
    font-size: 20px;
    line-height: 1.75;
  }
}
.hits__price1 b, .hits__price2 b {
  font-weight: 600;
}
.hits__prev, .hits__next {
  width: 24px;
  min-width: 24px;
  cursor: pointer;
  display: none;
}
@media (min-width: 1025px) {
  .hits__prev, .hits__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hits__prev svg, .hits__next svg {
  display: block;
  width: 100%;
  height: auto;
}
.hits__progress.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  justify-content: center;
  margin-top: 32px;
}
.hits__progress.swiper-pagination-bullets span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  opacity: 1;
  border: 1px solid #000;
  background: transparent;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .hits__progress.swiper-pagination-bullets span {
    width: 9px;
    height: 9px;
  }
}
.hits__progress.swiper-pagination-bullets span.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #000;
}
@media (min-width: 769px) {
  .hits__progress.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    width: 32px;
  }
}
.hits__progress.swiper-pagination-progressbar {
  display: block;
  position: relative;
  width: calc(100% - 130px) !important;
  margin: 52px auto 0;
  height: 5px;
  background-color: #CECECE;
  border-radius: 5px;
  overflow: hidden;
}
.hits__progress.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #3D3D3D;
  border-radius: 5px;
}

[lang=he-IL] .hits__all {
  padding: 16px 24px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  width: 100%;
}
@media (min-width: 769px) {
  [lang=he-IL] .hits__all {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
[lang=he-IL] .hits__next, [lang=he-IL] .hits__prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
[lang=he-IL] .hits__price1, [lang=he-IL] .hits__price2 {
  font-size: 12px;
  line-height: 1.54;
}
@media (min-width: 769px) {
  [lang=he-IL] .hits__price1, [lang=he-IL] .hits__price2 {
    font-size: 16px;
    line-height: 1.57;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .hits__price1, [lang=he-IL] .hits__price2 {
    font-size: 20px;
    line-height: 1.6;
  }
}

.aboutM {
  padding-bottom: 32px;
  position: relative;
}
@media (min-width: 1025px) {
  .aboutM {
    padding-bottom: 0;
  }
}
.aboutM__title {
  margin: 0;
  color: var(--base-dark-grey, #3D3D3D);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .aboutM__title {
    font-size: 42px;
    line-height: 1.35;
    font-weight: 700;
  }
}
@media (min-width: 1025px) {
  .aboutM__title {
    font-size: 64px;
    line-height: 1.25;
    font-weight: 700;
    position: absolute;
    right: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
  }
}
@media (min-width: 1400px) {
  .aboutM__title {
    right: 18%;
  }
}
.aboutM__title br {
  display: none;
}
@media (min-width: 1025px) {
  .aboutM__title br {
    display: block;
  }
}
.aboutM__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .aboutM__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
}

.about {
  margin: 16px 0 48px;
}
@media (min-width: 769px) {
  .about {
    margin: 28px 0 40px;
  }
}
@media (min-width: 1025px) {
  .about {
    margin: 40px 0 32px;
  }
}
.about__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  .about__title {
    font-size: 38px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  .about__title {
    font-size: 56px;
    line-height: 1.25;
    font-weight: 500;
  }
}

.aboutText {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .aboutText {
    margin: 40px 0 67px;
  }
}
@media (min-width: 1025px) {
  .aboutText {
    margin: 32px 0 86px;
  }
}
.aboutText__text {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .aboutText__text {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .aboutText__text {
    font-size: 24px;
    text-align: center;
  }
}
.aboutText__text h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 48px 0;
}
@media (min-width: 769px) {
  .aboutText__text h3 {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .aboutText__text h3 {
    font-size: 40px;
  }
}

.aboutAuthor {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .aboutAuthor {
    margin: 67px 0 92px;
  }
}
@media (min-width: 1025px) {
  .aboutAuthor {
    margin: 86px 0 136px;
  }
}
.aboutAuthor__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media (min-width: 769px) {
  .aboutAuthor__title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .aboutAuthor__title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.aboutAuthor__img {
  display: block;
  margin: 0 auto 16px;
  width: 152px;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .aboutAuthor__img {
    width: 287px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1025px) {
  .aboutAuthor__img {
    width: 422px;
    margin-bottom: 40px;
  }
}
.aboutAuthor__name {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 4px;
}
@media (min-width: 769px) {
  .aboutAuthor__name {
    margin-bottom: 2px;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .aboutAuthor__name {
    margin-bottom: 0;
    font-size: 24px;
  }
}
.aboutAuthor__descr {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.667;
  margin: 0 0 48px;
}
@media (min-width: 769px) {
  .aboutAuthor__descr {
    margin-bottom: 56px;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (min-width: 1025px) {
  .aboutAuthor__descr {
    margin-bottom: 64px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.aboutAuthor__cit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .aboutAuthor__cit {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .aboutAuthor__cit {
    gap: 44px;
  }
}
.aboutAuthor__c {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aboutAuthor__svg {
  display: block;
  width: 24px;
}
@media (min-width: 769px) {
  .aboutAuthor__svg {
    width: 32px;
  }
}
@media (min-width: 1025px) {
  .aboutAuthor__svg {
    width: 40px;
  }
}
.aboutAuthor__svg::after {
  content: "";
  display: block;
  width: calc(50% - 28px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #939292;
  height: 1px;
}
@media (min-width: 769px) {
  .aboutAuthor__svg::after {
    width: calc(50% - 48px);
  }
}
@media (min-width: 1025px) {
  .aboutAuthor__svg::after {
    width: calc(50% - 68px);
  }
}
.aboutAuthor__svg::before {
  content: "";
  display: block;
  width: calc(50% - 28px);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #939292;
  height: 1px;
}
@media (min-width: 769px) {
  .aboutAuthor__svg::before {
    width: calc(50% - 48px);
  }
}
@media (min-width: 1025px) {
  .aboutAuthor__svg::before {
    width: calc(50% - 68px);
  }
}
.aboutAuthor__svg svg {
  display: block;
  width: 100%;
  height: auto;
}
.aboutAuthor__text {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .aboutAuthor__text {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .aboutAuthor__text {
    font-size: 32px;
  }
}
.aboutAuthor__name2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .aboutAuthor__name2 {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .aboutAuthor__name2 {
    gap: 32px;
  }
}
.aboutAuthor__name2 span {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .aboutAuthor__name2 span {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .aboutAuthor__name2 span {
    font-size: 24px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
.aboutAuthor__name2 div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #939292;
  height: 1px;
}

.aboutBg {
  background: var(--hair-1, #F9F2EC);
  padding: 48px 0;
}
@media (min-width: 769px) {
  .aboutBg {
    padding: 88px 0;
  }
}
@media (min-width: 1025px) {
  .aboutBg {
    padding: 128px 0;
  }
}
.aboutBg__text {
  color: var(--base-dark-grey, #3D3D3D);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .aboutBg__text {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .aboutBg__text {
    font-size: 32px;
  }
}

.aboutValues {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .aboutValues {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .aboutValues {
    margin: 128px 0;
  }
}
.aboutValues__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media (min-width: 769px) {
  .aboutValues__title {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1025px) {
  .aboutValues__title {
    margin-bottom: 72px;
    font-size: 40px;
  }
}
.aboutValues__img {
  display: block;
  margin-left: -24px;
  margin-right: -24px;
  width: 100vw;
  max-width: initial;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .aboutValues__img {
    margin-bottom: 44px;
  }
}
@media (min-width: 1025px) {
  .aboutValues__img {
    margin-bottom: 64px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.aboutValues__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1025px) {
  .aboutValues__cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 96px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.aboutValues__col {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .aboutValues__col {
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .aboutValues__col {
    line-height: 1.75;
    width: calc(50% - 48px);
  }
  .aboutValues__col:first-child {
    text-align: end;
  }
  .aboutValues__col:nth-child(2) {
    text-align: start;
  }
}

.aboutIngr {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .aboutIngr {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .aboutIngr {
    margin: 128px 0;
  }
}
.aboutIngr__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 32px;
}
@media (min-width: 769px) {
  .aboutIngr__title {
    margin-bottom: 48px;
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .aboutIngr__title {
    margin-bottom: 64px;
    font-size: 40px;
  }
}
.aboutIngr__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 600px) {
  .aboutIngr__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .aboutIngr__wrap {
    gap: 40px 50px;
  }
}
@media (min-width: 1025px) {
  .aboutIngr__wrap {
    gap: 40px 60px;
  }
}
.aboutIngr__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 600px) {
  .aboutIngr__card {
    width: calc(50% - 20px);
  }
}
@media (min-width: 769px) {
  .aboutIngr__card {
    width: calc(50% - 25px);
  }
}
@media (min-width: 1025px) {
  .aboutIngr__card {
    width: calc(33.3333333333% - 40px);
  }
}
@media (min-width: 1400px) {
  .aboutIngr__card {
    width: calc(25% - 45px);
  }
}
.aboutIngr__img {
  display: block;
  width: 160px;
  max-width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .aboutIngr__img {
    margin-bottom: 32px;
  }
}
@media (min-width: 1025px) {
  .aboutIngr__img {
    margin-bottom: 48px;
  }
}
.aboutIngr__name {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 8px;
}
@media (min-width: 769px) {
  .aboutIngr__name {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1025px) {
  .aboutIngr__name {
    font-size: 20px;
    margin-bottom: 24px;
    min-height: 60px;
  }
}
.aboutIngr__text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 769px) {
  .aboutIngr__text {
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .aboutIngr__text {
    line-height: 1.75;
  }
}

.aboutBn {
  padding: 48px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .aboutBn {
    padding: 76px 0 52px;
  }
}
@media (min-width: 1025px) {
  .aboutBn {
    padding: 104px 0 56px;
    min-height: 400px;
  }
}
.aboutBn__title {
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 16px;
}
@media (min-width: 769px) {
  .aboutBn__title {
    margin-bottom: 26px;
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .aboutBn__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
}
.aboutBn__text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  max-width: 1166px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .aboutBn__text {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .aboutBn__text {
    font-size: 24px;
  }
}

@media (min-width: 769px) {
  [lang=he-IL] .aboutText__text h3 {
    margin: 56px 0;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .aboutText__text h3 {
    margin: 64px 0;
  }
}
[lang=he-IL] .aboutAuthor__title {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  [lang=he-IL] .aboutAuthor__title {
    margin-bottom: 52px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .aboutAuthor__title {
    margin-bottom: 64px;
  }
}
[lang=he-IL] .aboutAuthor__descr {
  font-size: 12px;
}
@media (min-width: 769px) {
  [lang=he-IL] .aboutAuthor__descr {
    font-size: 16px;
    line-height: 1.65;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .aboutAuthor__descr {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .aboutAuthor__name2 span {
    width: initial;
  }
}
@media (min-width: 769px) {
  [lang=he-IL] .aboutAuthor__text {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .aboutAuthor__text {
    font-size: 40px;
  }
}
@media (min-width: 769px) {
  [lang=he-IL] .aboutBg__text {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .aboutBg__text {
    font-size: 40px;
  }
}
[lang=he-IL] .aboutValues__title {
  line-height: 1.25;
}
@media (min-width: 769px) {
  [lang=he-IL] .aboutValues__title {
    font-size: 38px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .aboutValues__title {
    font-size: 56px;
  }
}
[lang=he-IL] .aboutValues__col {
  font-size: 20px;
  line-height: 1.6;
}
@media (min-width: 769px) {
  [lang=he-IL] .aboutIngr__title {
    font-size: 38px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .aboutIngr__title {
    font-size: 56px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .aboutIngr__name {
    min-height: initial;
  }
}
[lang=he-IL] .aboutIngr__text {
  line-height: 1.5;
}
[lang=he-IL] .aboutBn__title {
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 769px) {
  [lang=he-IL] .aboutBn__title {
    margin-bottom: 21px;
    font-size: 38px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .aboutBn__title {
    margin-bottom: 26px;
    font-size: 56px;
  }
}
.categories {
  margin: 16px 0 48px;
}
@media (min-width: 769px) {
  .categories {
    margin: 24px 0 88px;
  }
}
@media (min-width: 1025px) {
  .categories {
    margin: 32px 0 128px;
  }
}
.categories__title {
  margin: 0 auto 24px;
  text-align: center;
}
@media (min-width: 769px) {
  .categories__title {
    margin-bottom: 44px;
    padding-bottom: 6px;
  }
}
@media (min-width: 1025px) {
  .categories__title {
    margin-bottom: 64px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1361px) {
  .categories__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}
.categories__filters {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
}
.categories__filters.active {
  display: block;
}
@media (max-width: 1360px) {
  .categories__filters {
    height: 100% !important;
  }
}
@media (min-width: 1361px) {
  .categories__filters {
    display: block;
    width: 270px;
    position: relative;
    top: initial;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 10;
    overflow: visible;
  }
}
.categories__filtersWr {
  height: 100%;
  overflow: auto;
}
@media (min-width: 1361px) {
  .categories__filtersWr {
    overflow: visible;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.categories__filterHead {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--base-dark-grey, #3D3D3D);
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  z-index: 100;
}
@media (min-width: 1361px) {
  .categories__filterHead {
    display: none;
  }
}
.categories__filterHeadTitle {
  color: var(--base-Bg-wite, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.categories__filterClose {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}
.categories__filterClose svg {
  display: block;
  width: 100%;
  height: 100%;
}
.categories__filtersCont {
  padding: 24px 24px 48px;
}
@media (min-width: 1361px) {
  .categories__filtersCont {
    padding: 0;
  }
}
@media (min-width: 1361px) {
  .categories__content {
    width: calc(100% - 270px - 24px);
  }
}
.categories__content > *:last-child {
  margin-bottom: 0 !important;
}
.categories__content--w100 {
  width: 100%;
}
.categories__bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  background: var(--base-dark-grey, #3D3D3D);
  width: 100vw;
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 769px) {
  .categories__bn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.categories__bnImg {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 375/176;
}
@media (min-width: 769px) {
  .categories__bnImg {
    width: 45%;
  }
}
.categories__bnImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.categories__bnCont {
  padding: 16px 24px 24px;
}
@media (min-width: 769px) {
  .categories__bnCont {
    padding: 24px 40px;
    width: 55%;
  }
}
@media (min-width: 1025px) {
  .categories__bnCont {
    padding: 48px 80px;
    width: calc(55% - 50px);
  }
}
.categories__bnTitle {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 8px;
}
@media (min-width: 769px) {
  .categories__bnTitle {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .categories__bnTitle {
    font-size: 32px;
  }
}
.categories__bnDescr {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 16px;
}
@media (min-width: 769px) {
  .categories__bnDescr {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .categories__bnDescr {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.categories__bnBtn {
  border-radius: 4px;
  border: 0.5px solid var(--base-Bg-wite, #FFF);
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 769px) {
  .categories__bnBtn {
    padding: 11px 23px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (min-width: 1025px) {
  .categories__bnBtn {
    padding: 15px 31px;
  }
}
@media (hover: hover) {
  .categories__bnBtn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .categories__bnBtn:hover {
    background-color: #fff;
    color: var(--Text-Dark-900, #191919);
  }
}
.categories__btnFilt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100vw;
  margin-left: -24px;
  margin-right: -24px;
  padding: 16px 24px;
  border-bottom: 1px solid #939292;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .categories__btnFilt {
    margin: 28px 0;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #939292;
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .categories__btnFilt {
    margin: 32px 0;
    font-size: 20px;
  }
}
@media (min-width: 1361px) {
  .categories__btnFilt {
    display: none;
  }
}
.categories__btnFilt img {
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
}
@media (min-width: 769px) {
  .categories__btnFilt img {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .categories__btnFilt img {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}
.categories__products {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .categories__products {
    margin: 40px 0;
  }
}
@media (min-width: 1025px) {
  .categories__products {
    margin: 32px 0;
  }
}
.categories__products--mt {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .categories__products--mt {
    margin-top: 28px;
  }
}
@media (min-width: 1025px) {
  .categories__products--mt {
    margin-top: 32px;
  }
}
.categories__cards {
  margin: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .categories__cards {
    margin: 40px 0;
    gap: 0;
    border-radius: 0 16px 0 16px;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  .categories__cards {
    margin: 32px 0;
    border-radius: 0 24px 0 24px;
  }
}
.categories__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  width: 100vw;
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 769px) {
  .categories__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-inline: 0;
    width: 100%;
  }
  .categories__card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.categories__card:nth-child(even) .categories__cardCont {
  background: linear-gradient(227deg, #E0C0A9 0%, rgba(224, 192, 169, 0) 100%);
}
.categories__cardImg {
  display: block;
  width: 100%;
  aspect-ratio: 375/160;
}
@media (min-width: 769px) {
  .categories__cardImg {
    width: 50%;
    aspect-ratio: 729/422;
  }
}
.categories__cardImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: initial;
}
.categories__cardCont {
  padding: 16px 24px;
  background: linear-gradient(224deg, #F9F2EC 3%, rgba(249, 242, 236, 0) 103.26%);
}
@media (min-width: 769px) {
  .categories__cardCont {
    width: 50%;
    padding: 28px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 1025px) {
  .categories__cardCont {
    padding: 40px;
  }
}
.categories__cardName {
  color: var(--base-bg-black, #000);
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 16px;
  display: block;
  width: 100%;
  text-wrap: balance;
}
@media (min-width: 769px) {
  .categories__cardName {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1025px) {
  .categories__cardName {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
@media (hover: hover) {
  .categories__cardName {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .categories__cardName:hover {
    opacity: 0.75;
  }
}
.categories__cardText {
  padding: 0;
  margin: 0 0 16px;
  color: var(--base-dark-grey, #3D3D3D);
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .categories__cardText {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .categories__cardText {
    font-size: 16px;
  }
}
.categories__cardText ul {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.categories__cardLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  margin-top: auto;
}
@media (min-width: 769px) {
  .categories__cardLink {
    gap: 12px;
    font-size: 14px;
    padding: 4px;
  }
}
@media (min-width: 1025px) {
  .categories__cardLink {
    gap: 16px;
    font-size: 16px;
    padding: 0;
  }
}
@media (hover: hover) {
  .categories__cardLink {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .categories__cardLink:hover {
    opacity: 0.75;
  }
}
.categories__cardLink svg {
  display: block;
  width: 16px;
  min-width: 16px;
  height: auto;
}
@media (min-width: 769px) {
  .categories__cardLink svg {
    width: 20px;
    min-width: 20px;
  }
}
@media (min-width: 1025px) {
  .categories__cardLink svg {
    width: 24px;
    min-width: 24px;
  }
}

[lang=he-IL] .categories__bnTitle {
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 769px) {
  [lang=he-IL] .categories__bnTitle {
    font-size: 36px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .categories__bnTitle {
    font-size: 40px;
    line-height: 1.5;
  }
}
[lang=he-IL] .categories__bnDescr {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  [lang=he-IL] .categories__bnDescr {
    font-size: 26px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .categories__bnDescr {
    font-size: 32px;
    line-height: 1.5;
  }
}
[lang=he-IL] .categories__bnBtn {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
@media (min-width: 769px) {
  [lang=he-IL] .categories__bnBtn {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0.44px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .categories__bnBtn {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 769px) {
  [lang=he-IL] .categories__bn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
[lang=he-IL] .categories__btnFilt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  [lang=he-IL] .categories__btnFilt {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .categories__btnFilt {
    font-size: 24px;
  }
}
[lang=he-IL] .categories__cardLink svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 769px) {
  [lang=he-IL] .categories__cardLink svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
[lang=he-IL] .categories__cardName {
  font-size: 24px;
  line-height: 1.333;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  [lang=he-IL] .categories__cardName {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 34px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .categories__cardName {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 48px;
  }
}
[lang=he-IL] .categories__cardText {
  font-size: 16px;
}
[lang=he-IL] .categories__cardLink {
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .categories__cardLink {
    line-height: 1.4;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .categories__cardLink {
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  [lang=he-IL] .categories__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  [lang=he-IL] .categories__card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
[lang=he-IL] .categories__filterHeadTitle {
  font-size: 20px;
  line-height: 1.2;
}

.prodWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1025px) {
  .prodWr {
    gap: 32px;
  }
}

.prod {
  padding: 16px 0;
  border-bottom: 1px solid #939292;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .prod {
    gap: 16px 24px;
    padding: 24px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .prod {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    border: none;
  }
}
.prod:first-child {
  padding-top: 0;
}
.prod:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.prod__imgWr {
  width: 137px;
  position: relative;
}
@media (min-width: 769px) {
  .prod__imgWr {
    width: 240px;
  }
}
@media (min-width: 1025px) {
  .prod__imgWr {
    width: 422px;
    -ms-flex-item-align: self-start;
    -ms-grid-row-align: self-start;
    align-self: self-start;
  }
}
.prod__img {
  background-color: #F2E8E2;
  aspect-ratio: 137/129;
  display: block;
}
@media (min-width: 769px) {
  .prod__img {
    aspect-ratio: 1/1;
  }
}
.prod__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prod__fav {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .prod__fav {
    width: 16px;
    top: 11px;
    left: 11px;
  }
}
@media (min-width: 1025px) {
  .prod__fav {
    left: 16px;
    top: 16px;
    width: 24px;
  }
}
.prod__fav svg {
  display: block;
  width: 100%;
  height: auto;
}
.prod__fav svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: transparent;
}
.prod__fav.active svg path {
  fill: #231F20;
}
.prod__contMain {
  width: calc(100% - 137px - 16px);
}
@media (min-width: 769px) {
  .prod__contMain {
    width: calc(100% - 240px - 24px);
  }
}
@media (min-width: 1025px) {
  .prod__contMain {
    width: 659px;
  }
}
.prod__name {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .prod__name {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 400;
  }
}
@media (min-width: 1025px) {
  .prod__name {
    font-size: 20px;
    margin-bottom: 8px;
    padding-top: 8px;
  }
}
@media (min-width: 769px) {
  .prod__descr1, .prod__descr2 {
    display: block;
  }
}
.prod__descr1--mob, .prod__descr2--mob {
  display: block;
}
.prod__descr1 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
  font-family: Montserrat;
}
@media (min-width: 769px) {
  .prod__descr1 {
    margin-bottom: 4px;
  }
}
@media (min-width: 1025px) {
  .prod__descr1 {
    margin-bottom: 8px;
  }
}
.prod__descr2 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 769px) {
  .prod__descr2 {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .prod__descr2 {
    font-size: 16px;
    line-height: 1.75;
    padding-bottom: 8px;
  }
}
.prod__reit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .prod__reit {
    gap: 4px;
  }
}
@media (min-width: 1025px) {
  .prod__reit {
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 8px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
.prod__reitText {
  color: #000;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.75;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (min-width: 769px) {
  .prod__reitText {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .prod__reitText {
    font-size: 16px;
  }
}
.prod__reitText span {
  display: none;
}
@media (min-width: 1025px) {
  .prod__reitText span {
    display: inline;
  }
}
.prod__reitSvg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .prod__reitSvg {
    gap: 3px;
  }
}
@media (min-width: 1025px) {
  .prod__reitSvg {
    gap: 4px;
  }
}
.prod__reitSvg svg {
  display: block;
  width: 12.5px;
  height: auto;
}
@media (min-width: 769px) {
  .prod__reitSvg svg {
    width: 12px;
  }
}
.prod__tegs {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
.prod__tegs.active .prod__mainTeg svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.prod__tegs.active .prod__mainTeg svg path {
  fill: #770F00;
}
.prod__mainTeg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .prod__mainTeg {
    gap: 6px;
  }
}
@media (min-width: 1025px) {
  .prod__mainTeg {
    gap: 8px;
  }
}
.prod__mainTeg svg {
  display: block;
  width: 12.5px;
  min-width: 12.5px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .prod__mainTeg svg {
    width: 18px;
    min-width: 18px;
  }
}
@media (min-width: 1025px) {
  .prod__mainTeg svg {
    width: 24px;
    min-width: 24px;
  }
}
.prod__mainTeg svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.prod__teg {
  border-radius: 2px;
  border: 1px solid var(--2-primary-highlight-2, #770F00);
  padding: 5px 8.5px;
  color: var(--2-primary-highlight-2, #770F00);
  text-align: center;
  font-size: 8.5px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
}
@media (min-width: 769px) {
  .prod__teg {
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 12px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  .prod__teg {
    border-radius: 4px;
    font-size: 16px;
    padding: 3px 15px;
    line-height: 1.75;
  }
}
.prod__tegsDop {
  display: none;
  position: absolute;
  bottom: -6px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.prod__tegsDop .prod__teg {
  margin-bottom: 6px;
}
.prod__tegsDop .prod__teg:last-child {
  margin-bottom: 0;
}
.prod__mobInf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 769px) {
  .prod__mobInf {
    display: none;
  }
}
.prod__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1025px) {
  .prod__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }
}
.prod__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .prod__prices {
    gap: 14px;
  }
}
@media (min-width: 1025px) {
  .prod__prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.prod__pr1 {
  color: #939292;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .prod__pr1 {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .prod__pr1 {
    font-size: 20px;
    line-height: 1.75;
  }
}
@media (min-width: 1025px) {
  .prod__pr1 span {
    display: inline;
  }
}
.prod__pr2 {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  /*text-decoration: line-through;*/
}
@media (min-width: 769px) {
  .prod__pr2 {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .prod__pr2 {
    font-size: 20px;
    line-height: 1.75;
    text-decoration: none;
  }
}

@media (min-width: 1025px) {
  .prod__pr2 span {
    display: inline;
  }
}
.prod__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
@media (min-width: 769px) {
  .prod__counter {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .prod__counter {
    gap: 16px;
  }
}
.prod__counter button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .prod__counter button {
    width: 26px;
    min-width: 26px;
  }
}
@media (min-width: 1025px) {
  .prod__counter button {
    width: 32px;
    min-width: 32px;
  }
}
@media (hover: hover) {
  .prod__counter button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .prod__counter button:hover {
    opacity: 0.75;
  }
}
.prod__counter button svg {
  display: block;
  width: 100%;
  height: auto;
}
.prod__count {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  min-width: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media (min-width: 769px) {
  .prod__count {
    min-width: 19px;
    font-size: 16px;
    line-height: 1.85;
  }
}
@media (min-width: 1025px) {
  .prod__count {
    min-width: 24px;
    font-size: 20px;
    line-height: 1.75;
  }
}
.prod__add {
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .prod__add {
    background-color: #000;
  }
}

[lang=he-IL] .prod__teg {
  font-size: 10px;
  line-height: 1;
}
@media (min-width: 769px) {
  [lang=he-IL] .prod__teg {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prod__teg {
    font-size: 16px;
  }
}
[lang=he-IL] .prod__pr1, [lang=he-IL] .prod__pr2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  [lang=he-IL] .prod__right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
[lang=he-IL] .prod__prices {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}
[lang=he-IL] .prod__fav {
  right: 4px;
  left: initial;
}
@media (min-width: 769px) {
  [lang=he-IL] .prod__fav {
    right: 11px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prod__fav {
    right: 16px;
  }
}

.prodBn {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .prodBn {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .prodBn {
    margin: 128px 0;
  }
}
.prodBn__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px 24px;
}
@media (min-width: 1025px) {
  .prodBn__wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.prodBn__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 180px;
  min: fit-content;
  aspect-ratio: 327/180;
}
@media (min-width: 769px) {
  .prodBn__card {
    aspect-ratio: 868/480;
  }
}
@media (min-width: 1025px) {
  .prodBn__card {
    aspect-ratio: initial;
  }
}
@media (min-width: 1361px) {
  .prodBn__card {
    width: calc(50% - 12px);
    min-height: 480px;
    aspect-ratio: 868/480;
  }
}
.prodBn__cont {
  padding: 28px 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  max-width: 200px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .prodBn__cont {
    max-width: 370px;
    padding: 70px 40px 0;
    margin-bottom: 50px;
    gap: 9px;
  }
}
@media (min-width: 1025px) {
  .prodBn__cont {
    padding: 112px 64px 0;
    max-width: 540px;
    margin-bottom: 80px;
    gap: 8px;
  }
}
.prodBn__name {
  color: inherit;
  text-align: start;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.635;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  .prodBn__name {
    font-size: 28px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .prodBn__name {
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
  }
}
.prodBn__text {
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333;
  margin: 0;
  text-wrap: balance;
}
@media (min-width: 769px) {
  .prodBn__text {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  .prodBn__text {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }
}
.prodBn__bot {
  background: var(--3-secondary-highlight-2, #CF6200);
  padding: 7px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
@media (min-width: 769px) {
  .prodBn__bot {
    padding: 10px 40px;
  }
}
@media (min-width: 1025px) {
  .prodBn__bot {
    padding: 12px 64px;
  }
}
.prodBn__t1 {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 0.872;
  margin: 0;
}
@media (min-width: 769px) {
  .prodBn__t1 {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (min-width: 1025px) {
  .prodBn__t1 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.prodBn__t2 {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 0.879;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  .prodBn__t2 {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (min-width: 1025px) {
  .prodBn__t2 {
    font-size: 16px;
    line-height: 1.75;
  }
}

[lang=he-IL] .prodBn__name {
  font-size: 24px;
  line-height: 1.1;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodBn__name {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodBn__name {
    font-size: 56px;
    line-height: 1.25;
    text-align: start;
  }
}
[lang=he-IL] .prodBn__text {
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodBn__text {
    font-size: 28px;
    line-height: 1.45;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodBn__text {
    font-size: 40px;
    line-height: 1.5;
    text-align: start;
  }
}
[lang=he-IL] .prodBn__t1 {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodBn__t1 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodBn__t1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75;
  }
}
[lang=he-IL] .prodBn__t2 {
  font-size: 10px;
  line-height: 0.9;
  font-weight: 400;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodBn__t2 {
    font-size: 13px;
    line-height: 1.2;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodBn__t2 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.prodOs {
  margin: 48px 0;
  background: var(--Light-grey, #F9F8F8);
  position: relative;
}
@media (min-width: 769px) {
  .prodOs {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .prodOs {
    margin: 128px 0;
  }
}
@media (min-width: 1361px) {
  .prodOs {
    position: relative;
    padding: 100px 0;
  }
}
.prodOs__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/330;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 400px;
}
@media (min-width: 1361px) {
  .prodOs__img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: initial;
  }
}
@media (min-width: 1361px) {
  .prodOs .containerBig {
    position: relative;
    z-index: 5;
  }
}
.prodOs__cont {
  padding: 24px 0 48px;
}
@media (min-width: 1361px) {
  .prodOs__cont {
    width: 1165px;
    max-width: 100%;
    margin-left: auto;
    padding: 0;
  }
}
.prodOs__title {
  color: var(--base-dark-grey, #3D3D3D);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media (min-width: 769px) {
  .prodOs__title {
    margin-bottom: 32px;
    font-size: 38px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  .prodOs__title {
    margin-bottom: 40px;
    font-size: 56px;
    line-height: 1.25;
  }
}
@media (min-width: 1361px) {
  .prodOs__title {
    color: #fff;
    text-align: start;
    font-weight: 500;
  }
}
.prodOs__text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .prodOs__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .prodOs__text {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (min-width: 1361px) {
  .prodOs__text {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.7);
    padding: 80px;
  }
}
.prodOs__text ul, .prodOs__text ol {
  padding: 0;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 769px) {
  .prodOs__text ul, .prodOs__text ol {
    -webkit-padding-start: 23px;
    padding-inline-start: 23px;
    gap: 23px;
  }
}
@media (min-width: 1025px) {
  .prodOs__text ul, .prodOs__text ol {
    -webkit-padding-start: 26px;
    padding-inline-start: 26px;
    gap: 28px;
  }
}

[lang=he-IL] .prodOs__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodOs__title {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodOs__title {
    font-size: 56px;
    line-height: 1.25;
  }
}
[lang=he-IL] .prodOs__text {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodOs__text {
    font-size: 18px;
    line-height: 1.55;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodOs__text {
    font-size: 20px;
    line-height: 1.6;
  }
}

.prodMain {
  background: var(--hair-1, #F9F2EC);
  padding: 24px 0 48px;
}
@media (min-width: 769px) {
  .prodMain {
    padding: 20px 0 44px;
  }
}
@media (min-width: 1025px) {
  .prodMain {
    padding: 16px 0 40px;
  }
}
@media (min-width: 769px) {
  .prodMain .breadcrumbs {
    margin: 0 0 16px;
  }
}
.prodMain__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0 24px;
  margin-top: 16px;
}
@media (min-width: 1361px) {
  .prodMain__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.prodMain__center {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 1361px) {
  .prodMain__center {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
.prodMain__info {
  margin: 16px 0 48px;
  border-bottom: 0.5px solid var(--medium-gray, #939292);
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1361px) {
  .prodMain__info {
    margin: 0;
    width: calc(33.3333333333% - 16px);
    padding-bottom: 0;
    border-bottom: none;
  }
}
.prodMain__infoTitle {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding: 4px 0;
  margin: 0;
  font-family: Montserrat;
}
@media (min-width: 769px) {
  .prodMain__infoTitle {
    padding: 6px 0;
    font-size: 26px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoTitle {
    padding: 8px 0;
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.prodMain__infoT2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 4px 0;
  margin: 0;
  font-family: Montserrat;
}
@media (min-width: 769px) {
  .prodMain__infoT2 {
    padding: 10px 0;
    margin-bottom: 8px;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoT2 {
    padding: 16px 0;
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.prodMain__infoReit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}
@media (min-width: 1361px) {
  .prodMain__infoReit {
    display: none;
  }
}
.prodMain__infoReit span {
  color: var(--base-dark-grey, #3D3D3D);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (min-width: 769px) {
  .prodMain__infoReit span {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoReit span {
    font-size: 16px;
  }
}
.prodMain__infoReitWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodMain__infoReitWr svg {
  display: block;
  width: 16px;
  height: auto;
}
@media (min-width: 769px) {
  .prodMain__infoReitWr svg {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoReitWr svg {
    width: 24px;
  }
}
.prodMain__infoDescr {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 0;
  margin: 0;
}
@media (min-width: 769px) {
  .prodMain__infoDescr {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoDescr {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.prodMain__infoPr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .prodMain__infoPr {
    margin-bottom: 20px;
    gap: 20px 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoPr {
    margin-bottom: 16px;
    gap: 16px 24px;
  }
}
.prodMain__infoPr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 24px;
}
@media (min-width: 769px) {
  .prodMain__infoPr2 {
    padding: 4px 0;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoPr2 {
    padding: 8px 0;
  }
}
.prodMain__infoPr3 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 769px) {
  .prodMain__infoPr3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoPr3 {
    font-weight: 20px;
    line-height: 1.75;
  }
}
.prodMain__infoPr3 b {
  font-weight: 700;
}
.prodMain__infoCount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  align-items: center;
}
@media (min-width: 769px) {
  .prodMain__infoCount {
    padding: 4px 0;
    gap: 8px;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoCount {
    padding: 8px 0;
    gap: 12px;
  }
}
.prodMain__infoCount button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .prodMain__infoCount button {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoCount button {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}
@media (hover: hover) {
  .prodMain__infoCount button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .prodMain__infoCount button:hover {
    opacity: 0.8;
  }
}
.prodMain__infoCount button svg {
  display: block;
  width: 100%;
  height: auto;
}
.prodMain__infoCountCount {
  color: #000;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  min-width: 13px;
  text-align: center;
}
@media (min-width: 769px) {
  .prodMain__infoCountCount {
    min-width: 22px;
    font-size: 16px;
    line-height: 1.9;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoCountCount {
    min-width: 32px;
    font-size: 20px;
    line-height: 1.75;
  }
}
.prodMain__infoSmB {
  margin-bottom: 24px;
  padding: 8px 0;
  border-top: 0.5px solid var(--face-2, #CECECE);
  border-bottom: 0.5px solid var(--face-2, #CECECE);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 24px;
}
@media (min-width: 769px) {
  .prodMain__infoSmB {
    margin-bottom: 28px;
    padding: 16px 0;
    gap: 12px 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoSmB {
    margin-bottom: 32px;
    padding: 24px 0;
    gap: 12px 80px;
  }
}
.prodMain__infoSm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 0;
}
@media (min-width: 769px) {
  .prodMain__infoSm {
    gap: 12px;
    line-height: 1.25;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoSm {
    gap: 16px;
    line-height: 1.5;
  }
}
.prodMain__infoSm svg {
  display: block;
  width: 12px;
  min-width: 12px;
  height: auto;
}
@media (min-width: 769px) {
  .prodMain__infoSm svg {
    width: 18px;
    min-width: 18px;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoSm svg {
    width: 24px;
    min-width: 24px;
  }
}
.prodMain__infoBt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  gap: 24px;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .prodMain__infoBt {
    margin-bottom: 28px;
    padding: 4px 0;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoBt {
    margin-bottom: 32px;
    padding: 8px 0;
  }
}
.prodMain__infoSoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .prodMain__infoSoc {
    gap: 26px;
    padding: 4px 0;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoSoc {
    gap: 32px;
    padding: 8px 0;
  }
}
.prodMain__infoSoc span {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .prodMain__infoSoc span {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoSoc span {
    font-size: 20px;
    line-height: 1.75;
  }
}
.prodMain__infoSoc a {
  display: block;
}
.prodMain__infoSoc a img {
  display: block;
  width: auto;
  height: 16px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
@media (min-width: 769px) {
  .prodMain__infoSoc a img {
    height: 20px;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoSoc a img {
    height: 24px;
  }
}
.prodMain__infoMade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .prodMain__infoMade {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoMade {
    font-size: 20px;
    line-height: 1.75;
  }
}
.prodMain__infoMade img {
  display: block;
  width: 16px;
  height: auto;
}
@media (min-width: 769px) {
  .prodMain__infoMade img {
    width: 21px;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoMade img {
    width: 27px;
  }
}
.prodMain__infoBtnBask {
  border-radius: 4px;
  background: var(--base-dark-grey, #3D3D3D);
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  color: var(--base-Bg-wite, #FFF);
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  width: 100%;
  margin-top: auto;
}
@media (min-width: 769px) {
  .prodMain__infoBtnBask {
    padding-inline: 28px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.28px;
  }
}
@media (min-width: 1025px) {
  .prodMain__infoBtnBask {
    padding-inline: 32px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.32px;
    background: var(--base-bg-black, #000);
  }
}
@media (hover: hover) {
  .prodMain__infoBtnBask {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .prodMain__infoBtnBask:hover {
    opacity: 0.8;
  }
}
.prodMain__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .prodMain__cont {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .prodMain__cont {
    gap: 48px;
  }
}
@media (min-width: 1361px) {
  .prodMain__cont {
    width: calc(33.3333333333% - 16px);
  }
}
.prodMain__contBntnsWr {
  margin-left: -24px;
  margin-right: -24px;
  width: 100vw;
  padding-left: 24px;
  padding-right: 24px;
  overflow: auto;
}
@media (min-width: 1025px) {
  .prodMain__contBntnsWr {
    overflow: initial;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.prodMain__contBntns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .prodMain__contBntns {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .prodMain__contBntns {
    gap: 16px 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.prodMain__contBntns div {
  border-radius: 50px;
  background: var(--medium-gray, #939292);
  padding: 7px 23px;
  border: 1px solid var(--medium-gray, #939292);
  color: var(--base-Bg-wite, #FFF);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .prodMain__contBntns div {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .prodMain__contBntns div {
    font-size: 16px;
    text-transform: none;
  }
}
.prodMain__contBntns button {
  border-radius: 50px;
  background: transparent;
  padding: 7px 23px;
  border: 1px solid var(--medium-gray, #939292);
  color: var(--medium-gray, #939292);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .prodMain__contBntns button {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .prodMain__contBntns button {
    font-size: 16px;
    text-transform: none;
  }
}
@media (hover: hover) {
  .prodMain__contBntns button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .prodMain__contBntns button:hover {
    background: var(--medium-gray, #939292);
    color: var(--base-Bg-wite, #FFF);
  }
}
.prodMain__contFaq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .prodMain__contFaq {
    gap: 28px;
  }
}
@media (min-width: 1025px) {
  .prodMain__contFaq {
    gap: 32px;
  }
}
@media (min-width: 1361px) {
  .prodMain__contFaq {
    margin-bottom: 32px;
  }
}
.prodMain__contCard {
  border-bottom: 1px solid #939292;
  padding-bottom: 16px;
}
@media (min-width: 769px) {
  .prodMain__contCard {
    padding-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .prodMain__contCard {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.prodMain__contCard:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.prodMain__contBtn {
  padding: 0;
  -webkit-padding-end: 48px;
  padding-inline-end: 48px;
  text-align: start;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}
.prodMain__contBtn::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #231F20;
}
.prodMain__contBtn::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #231F20;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.prodMain__contBtn.active::before {
  -webkit-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
}
.prodMain__contText {
  padding: 16px 0 0 0;
  font-size: 14px;
  display: none;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .prodMain__contText {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .prodMain__contText {
    font-size: 18px;
  }
}
.prodMain__reitPc {
  display: none;
}
@media (min-width: 1361px) {
  .prodMain__reitPc {
    margin-top: auto;
    border-radius: 4px;
    background: var(--hair-2, #E0C0A9);
    padding: 16px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
  }
  .prodMain__reitPc span {
    color: var(--base-dark-grey, #3D3D3D);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
@media (min-width: 1361px) and (hover: hover) {
  .prodMain__reitPc {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .prodMain__reitPc:hover {
    background: #dfb597;
  }
}
.prodMain__reitPcZv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.prodMain__reitPcZv svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}
.prodMain__center {
  border-radius: 24px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-56.06%, #979797), color-stop(48.29%, rgba(255, 255, 255, 0.48)), color-stop(154.83%, #979797));
  background: linear-gradient(270deg, #979797 -56.06%, rgba(255, 255, 255, 0.48) 48.29%, #979797 154.83%);
  padding: 20px 0;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 769px) {
  .prodMain__center {
    padding: 34px 0;
  }
}
@media (min-width: 1025px) {
  .prodMain__center {
    padding: 48px 0;
  }
}
@media (min-width: 1361px) {
  .prodMain__center {
    width: calc(33.3333333333% - 16px);
  }
}
.prodMain__centerSlider img {
  max-height: 450px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1361px) {
  .prodMain__centerSlider img {
    max-height: initial;
  }
}
.prodMain__centerTegs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .prodMain__centerTegs {
    gap: 5px 10px;
    padding: 0 36px;
  }
}
@media (min-width: 1025px) {
  .prodMain__centerTegs {
    gap: 6px 12px;
    padding: 0 48px;
  }
}
.prodMain__centerTegs span {
  border-radius: 2px;
  border: 0.5px solid var(--2-primary-highlight-2, #770F00);
  padding: 0 8px;
  color: var(--2-primary-highlight-2, #770F00);
  font-size: 8px;
  font-weight: 400;
  line-height: 2.64;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .prodMain__centerTegs span {
    border-radius: 2.5px;
    padding: 1px 9px;
    font-size: 10px;
    line-height: 2.2;
  }
}
@media (min-width: 1025px) {
  .prodMain__centerTegs span {
    border-radius: 3px;
    padding: 2px 11px;
    font-size: 12px;
    line-height: 1.75;
    border-width: 1px;
  }
}
.prodMain__centerBot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  padding: 0 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .prodMain__centerBot {
    padding: 0 42px;
    gap: 24px;
  }
}
@media (min-width: 1025px) {
  .prodMain__centerBot {
    padding: 0 48px;
    gap: 20px;
  }
}
.prodMain__centerBot::after {
  content: "";
  width: 24px;
  min-width: 24px;
}
.prodMain__centerGal {
  width: 24px;
  min-width: 24px;
}
.prodMain__centerGal svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .prodMain__centerGal svg path {
    fill: #000;
  }
}
.prodMain__centerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .prodMain__centerNav {
    gap: 13px;
  }
}
@media (min-width: 1025px) {
  .prodMain__centerNav {
    gap: 16px;
  }
}
.prodMain__centerPrev, .prodMain__centerNext {
  width: 14px;
  min-width: 14px;
  height: auto;
}
@media (min-width: 769px) {
  .prodMain__centerPrev, .prodMain__centerNext {
    min-width: 19px;
    min-width: 19px;
  }
}
@media (min-width: 1025px) {
  .prodMain__centerPrev, .prodMain__centerNext {
    width: 24px;
    min-width: 24px;
  }
}
.prodMain__centerPrev svg, .prodMain__centerNext svg {
  display: block;
  width: 100%;
  height: auto;
}
.prodMain__centerNavig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .prodMain__centerNavig {
    gap: 13px;
  }
}
@media (min-width: 1025px) {
  .prodMain__centerNavig {
    gap: 16px;
  }
}
.prodMain__centerNavig span {
  margin: 0 !important;
  width: 7px;
  height: 7px;
  border: 1px solid #939292;
  border-radius: 7px;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .prodMain__centerNavig span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
}
@media (min-width: 1025px) {
  .prodMain__centerNavig span {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }
}
.prodMain__centerNavig span.swiper-pagination-bullet-active {
  width: 20px;
  background-color: #939292;
}
@media (min-width: 769px) {
  .prodMain__centerNavig span.swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .prodMain__centerNavig span.swiper-pagination-bullet-active {
    width: 40px;
  }
}

.prodSr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: var(--hair-1, #F9F2EC);
  z-index: 2000;
  padding: 80px 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.prodSr.active {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 769px) {
  .prodSr {
    padding: 64px 24px 80px;
  }
}
@media (min-width: 1025px) {
  .prodSr {
    padding: 48px 24px 80px;
  }
}
@media (min-width: 1361px) {
  .prodSr {
    top: var(--height-header);
    height: calc(100% - var(--height-header));
  }
}
.prodSr__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
  max-width: 1690px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .prodSr__head {
    margin-bottom: 38px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .prodSr__head {
    margin-bottom: 44px;
  }
}
.prodSr__close {
  margin: 0 auto;
  display: block;
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .prodSr__close {
    width: 40px;
    min-width: 40px;
  }
}
@media (min-width: 1025px) {
  .prodSr__close {
    width: 48px;
    min-width: 48px;
  }
}
.prodSr__close svg {
  display: block;
  width: 100%;
  height: auto;
}
.prodSr__title {
  color: var(--base-Bg-wite, #FFF);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 50px;
  background: var(--medium-gray, #939292);
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .prodSr__title {
    font-size: 14px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}
@media (min-width: 1025px) {
  .prodSr__title {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .prodSr__headL {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .prodSr__headR {
    width: 50%;
  }
}
.prodSr .comparison {
  margin: 0 auto;
  max-width: 1450px;
}
.prodSr .twentytwenty-handle {
  background: none;
  padding: 0;
  border: none;
  background-image: url('data:image/svg+xml,<svg width="71" height="71" viewBox="0 0 71 71" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="35.5" cy="35.5" r="35.5" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.8287 42.2082C25.5367 42.2082 25.2467 42.0865 25.0487 41.8507L20.2207 36.1007C19.9227 35.7452 19.9267 35.2373 20.2317 34.8865L25.2317 29.1365C25.5847 28.7302 26.2157 28.6756 26.6407 29.0138C27.0647 29.3521 27.1217 29.9568 26.7677 30.3632L22.2927 35.5104L26.6077 40.649C26.9537 41.0611 26.8857 41.6648 26.4547 41.9964C26.2707 42.1392 26.0487 42.2082 25.8287 42.2082Z" fill="%23231F20"/><mask id="mask0_4151_101943" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="20" y="28" width="7" height="15"><path fill-rule="evenodd" clip-rule="evenodd" d="M25.8287 42.2082C25.5367 42.2082 25.2467 42.0865 25.0487 41.8507L20.2207 36.1007C19.9227 35.7452 19.9267 35.2373 20.2317 34.8865L25.2317 29.1365C25.5847 28.7302 26.2157 28.6756 26.6407 29.0138C27.0647 29.3521 27.1217 29.9568 26.7677 30.3632L22.2927 35.5104L26.6077 40.649C26.9537 41.0611 26.8857 41.6648 26.4547 41.9964C26.2707 42.1392 26.0487 42.2082 25.8287 42.2082Z" fill="white"/></mask><g mask="url(%23mask0_4151_101943)"><rect x="12" y="24" width="24" height="23" fill="%230D1C2E"/></g><path fill-rule="evenodd" clip-rule="evenodd" d="M44.9995 42.2085C44.7735 42.2085 44.5465 42.1357 44.3595 41.9862C43.9355 41.6479 43.8785 41.0432 44.2315 40.6368L48.7075 35.4896L44.3925 30.351C44.0465 29.939 44.1145 29.3352 44.5445 29.0036C44.9755 28.672 45.6045 28.7372 45.9515 29.1493L50.7795 34.8993C51.0775 35.2548 51.0735 35.7627 50.7685 36.1135L45.7685 41.8635C45.5705 42.0906 45.2865 42.2085 44.9995 42.2085Z" fill="%23231F20"/><mask id="mask1_4151_101943" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="44" y="28" width="7" height="15"><path fill-rule="evenodd" clip-rule="evenodd" d="M44.9995 42.2085C44.7735 42.2085 44.5465 42.1357 44.3595 41.9862C43.9355 41.6479 43.8785 41.0432 44.2315 40.6368L48.7075 35.4896L44.3925 30.351C44.0465 29.939 44.1145 29.3352 44.5445 29.0036C44.9755 28.672 45.6045 28.7372 45.9515 29.1493L50.7795 34.8993C51.0775 35.2548 51.0735 35.7627 50.7685 36.1135L45.7685 41.8635C45.5705 42.0906 45.2865 42.2085 44.9995 42.2085Z" fill="white"/></mask><g mask="url(%23mask1_4151_101943)"><rect x="35" y="24" width="24" height="23" fill="%230D1C2E"/></g></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.prodSr .twentytwenty-handle span {
  display: none !important;
}

.prodRev {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--base-Bg-wite, #FFF);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.prodRev.active {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1361px) {
  .prodRev {
    top: var(--height-header);
    height: calc(100vh - var(--height-header));
    max-width: 1100px;
  }
  .prodRev.active ~ .prodRevBg {
    opacity: 1;
    pointer-events: all;
  }
}
.prodRev__ww {
  overflow: auto;
  padding-bottom: 48px;
  height: 100%;
  scrollbar-width: thin;
}
@media (min-width: 769px) {
  .prodRev__ww {
    padding-bottom: 88px;
  }
}
@media (min-width: 1025px) {
  .prodRev__ww {
    padding-bottom: 128px;
  }
}
@media (min-width: 1361px) {
  .prodRev__ww {
    padding-top: 64px;
  }
}
.prodRev__header {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 1361px) {
  .prodRev__header {
    display: none;
  }
}
.prodRev__logo {
  display: block;
  padding: 8px;
}
.prodRev__logo img {
  display: block;
  width: 100px;
  height: auto;
}
.prodRev__close {
  display: block;
  width: 24px;
  height: auto;
}
@media (min-width: 1025px) {
  .prodRev__close {
    width: 48px;
    position: absolute;
    top: 35px;
    right: 0;
  }
}
.prodRev__close img {
  display: block;
  width: 100%;
  height: auto;
}
.prodRev__close--pc {
  display: none;
}
@media (min-width: 1025px) {
  .prodRev__close--pc {
    display: block;
  }
}
.prodRev__close2 {
  display: none;
}
@media (min-width: 1361px) {
  .prodRev__close2 {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 8px 0 0 8px;
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.prodRev__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 32px;
}
@media (min-width: 769px) {
  .prodRev__title {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .prodRev__title {
    font-size: 40px;
  }
}
.prodRev__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.prodRev__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .prodRev__wr {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .prodRev__wr {
    gap: 24px;
  }
}
.prodRev__card {
  padding: 24px 16px;
  border-radius: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #F9F2EC;
}
@media (min-width: 769px) {
  .prodRev__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    padding: 32px 28px;
  }
}
@media (min-width: 1025px) {
  .prodRev__card {
    padding: 40px;
  }
}
.prodRev__infoReitWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.prodRev__infoReitWr svg {
  display: block;
  width: 16px;
  height: auto;
}
.prodRev__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 769px) {
  .prodRev__left {
    width: 30%;
    gap: 12px;
  }
}
@media (min-width: 1025px) {
  .prodRev__left {
    gap: 16px;
  }
}
.prodRev__text {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .prodRev__text {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .prodRev__text {
    font-size: 16px;
  }
}
.prodRev__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 769px) {
  .prodRev__right {
    width: calc(70% - 24px);
    gap: 12px;
  }
}
@media (min-width: 1025px) {
  .prodRev__right {
    gap: 16px;
  }
}
.prodRev__rightT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .prodRev__rightT {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .prodRev__rightT {
    font-size: 16px;
  }
}
.prodRev__rightT svg {
  width: 16px;
  height: auto;
  display: block;
}

.prodRevBg {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

[lang=he-IL] .prodMain__centerTegs span {
  font-size: 16px;
  line-height: 1.25;
  padding-block: 4px;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodMain__centerTegs span {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodMain__centerTegs span {
    line-height: 1.75;
    font-size: 12px;
  }
}
[lang=he-IL] .prodMain .prodMain__centerNext, [lang=he-IL] .prodMain .prodMain__centerPrev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
[lang=he-IL] .prodMain__infoPr2, [lang=he-IL] .prodMain__infoPr3 {
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodMain__infoPr2, [lang=he-IL] .prodMain__infoPr3 {
    line-height: 1.4;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodMain__infoPr2, [lang=he-IL] .prodMain__infoPr3 {
    line-height: 1.333;
    font-size: 24px;
  }
}
[lang=he-IL] .prodMain__infoCountCount {
  font-family: Montserrat;
}
[lang=he-IL] .prodMain__infoSm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  line-height: 1.33;
}
[lang=he-IL] .prodMain__infoSoc span {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodMain__infoSoc span {
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodMain__infoSoc span {
    line-height: 1.75;
  }
}
[lang=he-IL] .prodMain__infoBtnBask {
  font-size: 12px;
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodMain__infoBtnBask {
    font-size: 18px;
    line-height: 1.15;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodMain__infoBtnBask {
    font-size: 24px;
    line-height: 1;
  }
}
[lang=he-IL] .prodMain__contBntns div, [lang=he-IL] .prodMain__contBntns button {
  font-size: 12px;
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodMain__contBntns div, [lang=he-IL] .prodMain__contBntns button {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodMain__contBntns div, [lang=he-IL] .prodMain__contBntns button {
    font-size: 16px;
    line-height: 1.5;
  }
}
[lang=he-IL] .prodMain__contBtn {
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodMain__contBtn {
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodMain__contBtn {
    line-height: 1.5;
  }
}
[lang=he-IL] .prodMain__contBtn::before {
  right: initial;
  left: 11px;
}
[lang=he-IL] .prodMain__contBtn::after {
  right: initial;
  left: 4px;
}
@media (min-width: 769px) {
  [lang=he-IL] .prodSr__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  [lang=he-IL] .prodSr__title {
    margin-left: auto;
    margin-right: 0;
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .prodSr__title {
    font-size: 20px;
  }
}

.productMulti {
  background: var(--hair-1, #F9F2EC);
  padding: 24px 0 48px;
}
@media (min-width: 769px) {
  .productMulti {
    padding: 20px 0 88px;
  }
}
@media (min-width: 1025px) {
  .productMulti {
    padding: 16px 0 128px;
  }
}
@media (min-width: 769px) {
  .productMulti .breadcrumbs {
    margin: 0 0 16px;
  }
}
.productMulti__bot {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 0.5px solid var(--medium-gray, #939292);
}
.productMulti__navWr {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100vw;
  overflow: auto;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .productMulti__navWr {
    margin-bottom: 52px;
  }
}
@media (min-width: 1025px) {
  .productMulti__navWr {
    margin-bottom: 72px;
  }
}
@media (min-width: 1361px) {
  .productMulti__navWr {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.productMulti__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100%;
}
@media (min-width: 769px) {
  .productMulti__nav {
    gap: 12px 28px;
  }
}
@media (min-width: 1025px) {
  .productMulti__nav {
    gap: 24px 48px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.productMulti__nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 130px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  border: 1px solid var(--medium-gray, #939292);
  padding: 7px 23px;
  color: var(--medium-gray, #939292);
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .productMulti__nav button {
    border: none;
    padding: 0;
    min-width: initial;
    border-radius: 0;
    font-size: 32px;
    font-weight: 400;
  }
}
@media (hover: hover) {
  .productMulti__nav button:hover {
    font-weight: 600;
  }
}
.productMulti__nav button.active {
  background: var(--medium-gray, #939292);
  color: var(--base-Bg-wite, #FFF);
}
@media (min-width: 1025px) {
  .productMulti__nav button.active {
    background-color: transparent;
    color: #000;
    font-weight: 600;
  }
}
.productMulti__text {
  display: none;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}
.productMulti__text.active {
  display: block;
}
@media (min-width: 769px) {
  .productMulti__text {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .productMulti__text {
    font-size: 24px;
  }
}
.productMulti__text h3 {
  margin: 32px 0 16px;
  color: var(--base-dark-grey, #3D3D3D);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .productMulti__text h3 {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .productMulti__text h3 {
    font-size: 32px;
    text-align: start;
  }
}
.productMulti__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px;
}
@media (min-width: 1361px) {
  .productMulti__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1361px) {
  .productMulti__inf {
    margin: 0;
    width: calc(33.3333333333% - 16px);
    padding-bottom: 0;
    border-bottom: none;
  }
}
.productMulti__title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 4px 0;
  margin: 0;
}
@media (min-width: 769px) {
  .productMulti__title {
    margin-bottom: 8px;
    padding: 2px 0;
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .productMulti__title {
    margin-bottom: 16px;
    padding: 0;
    font-size: 32px;
  }
}
.productMulti__descr {
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 0;
  margin: 0;
}
@media (min-width: 769px) {
  .productMulti__descr {
    padding: 4px 0;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .productMulti__descr {
    margin-bottom: 16px;
    padding: 0;
    font-size: 20px;
    line-height: 1.75;
  }
}
.productMulti__pr {
  margin: 16px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 769px) {
  .productMulti__pr {
    gap: 6px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1025px) {
  .productMulti__pr {
    gap: 8px;
    margin-bottom: 32px;
  }
}
.productMulti__pr1 {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .productMulti__pr1 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 1025px) {
  .productMulti__pr1 {
    font-size: 20px;
    line-height: 0.9;
  }
}
.productMulti__pr2 {
  color: var(--medium-gray, #939292);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .productMulti__pr2 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 1025px) {
  .productMulti__pr2 {
    font-size: 20px;
    line-height: 0.9;
  }
}
.productMulti__prods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}
@media (min-width: 769px) {
  .productMulti__prods {
    margin: 28px 0 32px;
  }
}
@media (min-width: 1025px) {
  .productMulti__prods {
    margin: 32px 0 40px;
  }
}
.productMulti__prodsTitle {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}
.productMulti__prodsWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.productMulti__prodsCard {
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
@media (min-width: 769px) {
  .productMulti__prodsCard {
    padding: 16px 20px;
    gap: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .productMulti__prodsCard {
    padding: 16px 24px;
    gap: 12px 16px;
  }
}
@media (min-width: 1361px) {
  .productMulti__prodsCard {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.productMulti__prodsL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .productMulti__prodsL {
    width: calc(50% - 6px);
  }
}
@media (min-width: 1025px) {
  .productMulti__prodsL {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1361px) {
  .productMulti__prodsL {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .productMulti__prodsL {
    width: calc(50% - 8px);
  }
}
.productMulti__prodsImg {
  border-radius: 4px;
  background: var(--Product-contener-gradient, linear-gradient(270deg, #979797 -56.06%, rgba(255, 255, 255, 0.48) 48.29%, #979797 154.83%));
  overflow: hidden;
  width: 70px;
  min-width: 70px;
  height: 56px;
}
@media (min-width: 769px) {
  .productMulti__prodsImg {
    width: 66px;
    min-width: 66px;
  }
}
@media (min-width: 1025px) {
  .productMulti__prodsImg {
    width: 62px;
    min-width: 62px;
  }
}
.productMulti__prodsImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.productMulti__prodslW {
  width: calc(100% - 70px - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 769px) {
  .productMulti__prodslW {
    width: calc(100% - 66px - 16px);
  }
}
@media (min-width: 1025px) {
  .productMulti__prodslW {
    width: calc(100% - 62px - 16px);
  }
}
.productMulti__prodsName {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Montserrat;
}
.productMulti__prodsDescr {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333;
  margin: 0;
}
.productMulti__prodsR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .productMulti__prodsR {
    width: calc(50% - 6px);
  }
}
@media (min-width: 1025px) {
  .productMulti__prodsR {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1361px) {
  .productMulti__prodsR {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .productMulti__prodsR {
    width: calc(50% - 8px);
  }
}
.productMulti__prodsCount {
  width: 70px;
  min-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .productMulti__prodsCount {
    width: 90px;
    min-width: 90px;
  }
}
@media (min-width: 1025px) {
  .productMulti__prodsCount {
    width: 120px;
    min-width: 120px;
  }
}
@media (min-width: 1361px) {
  .productMulti__prodsCount {
    width: 76px;
    min-width: 76px;
  }
  .productMulti__prodsCount .prodMain__infoCountMin, .productMulti__prodsCount .prodMain__infoCountPlus {
    width: 22px;
    min-width: 22px;
    height: 22px;
  }
  .productMulti__prodsCount .prodMain__infoCountCount {
    font-size: 14px;
  }
  .productMulti__prodsCount .prodMain__infoCount {
    gap: 0px;
  }
}
.productMulti__prodsRW {
  width: calc(100% - 70px - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 769px) {
  .productMulti__prodsRW {
    width: calc(100% - 90px - 16px);
  }
}
@media (min-width: 1025px) {
  .productMulti__prodsRW {
    width: calc(100% - 120px - 16px);
  }
}
@media (min-width: 1361px) {
  .productMulti__prodsRW {
    width: calc(100% - 76px - 16px);
  }
}
.productMulti__prodsPr {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333;
  text-transform: uppercase;
}
.productMulti__prodsPr2 {
  color: var(--medium-gray, #939292);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333;
  text-transform: uppercase;
}
@media (min-width: 1361px) {
  .productMulti__prodsMob {
    display: none;
  }
}
@media (min-width: 1361px) {
  .productMulti__infoBtnBask {
    position: sticky;
    bottom: 10px;
  }
}
@media (hover: hover) {
  .productMulti__infoBtnBask:hover {
    opacity: 1;
    background-color: #3D3D3D;
  }
}
.productMulti__imgs {
  -webkit-box-ordinal-group: -9;
  -ms-flex-order: -10;
  order: -10;
}
@media (min-width: 1361px) {
  .productMulti__imgs {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    width: calc(33.3333333333% - 16px);
  }
}
.productMulti__imgsImg {
  border-radius: 24px;
  background: var(--Product-contener-gradient, linear-gradient(270deg, #979797 -56.06%, rgba(255, 255, 255, 0.48) 48.29%, #979797 154.83%));
  overflow: hidden;
  width: 100%;
  max-height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 329/386;
  position: relative;
}
@media (min-width: 1361px) {
  .productMulti__imgsImg {
    aspect-ratio: 571/790;
    max-height: initial;
  }
}
.productMulti__imgsImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.productMulti__imgsScale {
  position: absolute;
  z-index: 5;
  left: 36px;
  bottom: 20px;
  width: 24px;
}
@media (min-width: 769px) {
  .productMulti__imgsScale {
    left: 34px;
    bottom: 26px;
  }
}
@media (min-width: 1025px) {
  .productMulti__imgsScale {
    left: 32px;
    bottom: 32px;
  }
}
.productMulti__imgsScale svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .productMulti__imgsScale svg path {
    fill: #0D1C2E;
  }
}
.productMulti__reitPc {
  margin-top: 38px;
}
.productMulti__center {
  -webkit-box-ordinal-group: -4;
  -ms-flex-order: -5;
  order: -5;
  margin-top: -8px;
}
@media (min-width: 1361px) {
  .productMulti__center {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    width: calc(33.3333333333% - 16px);
    margin-top: 0;
  }
}
.productMulti__infoSmBPc {
  display: none;
}
@media (min-width: 1361px) {
  .productMulti__infoSmBPc {
    margin: 38px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 0;
  }
}
.productMulti__centerWr {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100vw;
  overflow: hidden;
}
@media (min-width: 1361px) {
  .productMulti__centerWr {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.productMulti__centerSlider {
  overflow: visible;
}
@media (min-width: 1361px) {
  .productMulti__centerSlider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    aspect-ratio: 571/790;
  }
}
.productMulti__centerSlide {
  position: relative;
  aspect-ratio: 177/160;
  overflow: hidden;
  border-radius: 12px;
  background: var(--Product-contener-gradient, linear-gradient(270deg, #979797 -56.06%, rgba(255, 255, 255, 0.48) 48.29%, #979797 154.83%));
  width: 177px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .productMulti__centerSlide {
    border-radius: 18px;
    width: 200px;
  }
}
@media (min-width: 1025px) {
  .productMulti__centerSlide {
    border-radius: 24px;
    width: 220px;
  }
}
@media (min-width: 1361px) {
  .productMulti__centerSlide {
    width: calc(50% - 12px);
    height: auto;
    aspect-ratio: initial;
  }
}
@media (hover: hover) {
  .productMulti__centerSlide {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .productMulti__centerSlide:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
  }
}
.productMulti__centerSlide.active .productMulti__centerCh img {
  opacity: 1;
}
.productMulti__centerSlideImg {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  -o-object-fit: contain;
  object-fit: contain;
}
.productMulti__centerCh {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  border: 1px solid #000;
}
@media (min-width: 769px) {
  .productMulti__centerCh {
    right: 13px;
    top: 13px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .productMulti__centerCh {
    right: 16px;
    top: 16px;
    width: 36px;
    height: 36px;
  }
}
.productMulti__centerCh img {
  display: block;
  width: calc(100% - 6px);
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
@media (min-width: 769px) {
  .productMulti__centerCh img {
    width: calc(100% - 8px);
  }
}
@media (min-width: 1025px) {
  .productMulti__centerCh img {
    width: calc(100% - 10px);
  }
}
.productMulti__centerName {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  width: calc(100% - 50px);
  text-align: left;
}
@media (min-width: 769px) {
  .productMulti__centerName {
    top: 13px;
    left: 13px;
    font-size: 13px;
    line-height: 1.15;
    width: calc(100% - 65px);
  }
}
@media (min-width: 1025px) {
  .productMulti__centerName {
    top: 16px;
    left: 16px;
    font-size: 16px;
    line-height: 1.25;
    width: calc(100% - 80px);
  }
}
.productMulti__centerSliderPag {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1361px) {
  .productMulti__centerSliderPag {
    display: none;
  }
}
.productMulti__centerSliderPag span {
  opacity: 1 !important;
  margin: 0 !important;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: transparent;
  border: 1px solid #939292;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.productMulti__centerSliderPag span.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #939292;
}

[lang=he-IL] .productMulti__nav button {
  font-size: 12px;
  line-height: 1.333;
  min-width: initial;
}
@media (min-width: 769px) {
  [lang=he-IL] .productMulti__nav button {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .productMulti__nav button {
    font-size: 40px;
    line-height: 1.5;
  }
}
[lang=he-IL] .productMulti__title {
  font-size: 24px;
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .productMulti__title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .productMulti__title {
    font-size: 32px;
    line-height: 1.5;
  }
}
[lang=he-IL] .productMulti__descr {
  font-size: 12px;
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .productMulti__descr {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .productMulti__descr {
    font-size: 20px;
    line-height: 1.2;
  }
}
[lang=he-IL] .productMulti__pr1, [lang=he-IL] .productMulti__pr2 {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  [lang=he-IL] .productMulti__pr1, [lang=he-IL] .productMulti__pr2 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .productMulti__pr1, [lang=he-IL] .productMulti__pr2 {
    font-size: 24px;
    line-height: 1.333;
  }
}
[lang=he-IL] .productMulti__prodsTitle {
  line-height: 1.5;
}
[lang=he-IL] .productMulti__prodsPr, [lang=he-IL] .productMulti__prodsPr2 {
  font-size: 16px;
  line-height: 1.25;
}

.articleBn {
  padding: 32px 0 16px;
  margin: 8px 0 24px;
  background-position: 35% center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .articleBn {
    margin: 0;
    padding: 80px 0;
    background-position: center center;
  }
}
@media (min-width: 1025px) {
  .articleBn {
    min-height: 640px;
    padding: 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 769px) {
  .articleBn .containerBig {
    position: relative;
  }
}
@media (min-width: 1025px) {
  .articleBn .containerBig {
    height: auto;
  }
}
.articleBn__contentWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
}
@media (min-width: 769px) {
  .articleBn__contentWr {
    gap: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .articleBn__contentWr {
    gap: 64px;
  }
}
.articleBn__content {
  max-width: 170px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}
@media (min-width: 769px) {
  .articleBn__content {
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    max-width: 400px;
  }
}
@media (min-width: 1025px) {
  .articleBn__content {
    max-width: 620px;
  }
}
.articleBn__title {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  .articleBn__title {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .articleBn__title {
    font-size: 40px;
    font-weight: 700;
  }
}
.articleBn__title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 769px) {
  .articleBn__title span {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (min-width: 1025px) {
  .articleBn__title span {
    font-size: 40px;
    line-height: 60px;
  }
}
.articleBn__imgDecor {
  position: absolute;
  right: 13px;
  bottom: 0;
  width: 140px;
  display: block;
  height: auto;
  -webkit-transform: translateY(10%) translateX(15%);
  -ms-transform: translateY(10%) translateX(15%);
  transform: translateY(10%) translateX(15%);
  max-height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 769px) {
  .articleBn__imgDecor {
    right: 0;
    bottom: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: calc(100% + 120px);
    width: calc((100% - 400px) / 2 - 40px);
  }
}
@media (min-width: 1025px) {
  .articleBn__imgDecor {
    width: calc((100% - 620px) / 2 - 80px);
    max-height: 560px;
  }
}
.articleBn__link {
  padding: 7px 15px;
  border-radius: 4px;
  border: 0.5px solid var(--base-Bg-wite, #FFF);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  min-width: 177px;
  color: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .articleBn__link:hover {
    background-color: #FFF;
    color: #000;
  }
}

.article {
  margin: 24px 0 48px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .article {
    margin: 28px 0 88px;
  }
}
@media (min-width: 1025px) {
  .article {
    margin: 32px 0 128px;
  }
}
.article__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.article__text h1 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 769px) {
  .article__text h1 {
    margin-bottom: 28px;
    font-size: 38px;
  }
}
@media (min-width: 1025px) {
  .article__text h1 {
    margin-bottom: 40px;
    font-size: 56px;
    font-weight: 500;
  }
}
.article__text h2 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 32px 0 16px;
}
@media (min-width: 769px) {
  .article__text h2 {
    margin: 36px 0 18px;
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .article__text h2 {
    margin: 40px 0 20px;
    font-size: 32px;
  }
}
.article__text a {
  color: #5856D6;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .article__text a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.article__text ul, .article__text ol {
  padding: 0;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
@media (min-width: 769px) {
  .article__text ul, .article__text ol {
    -webkit-padding-start: 23px;
    padding-inline-start: 23px;
  }
}
@media (min-width: 1025px) {
  .article__text ul, .article__text ol {
    -webkit-padding-start: 26px;
    padding-inline-start: 26px;
  }
}
@media (min-width: 1025px) {
  .article__text .has-text-align-center {
    text-align: center;
  }
}
.article__text .taxonomy-post_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  width: auto;
  margin-block: 24px;
}
@media (min-width: 769px) {
  .article__text .taxonomy-post_tag {
    margin-block: 36px;
    gap: 12px 18px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: initial;
  }
}
@media (min-width: 1025px) {
  .article__text .taxonomy-post_tag {
    margin-block: 48px;
    gap: 16px 24px;
  }
}
.article__text .taxonomy-post_tag .wp-block-post-terms__separator {
  display: none;
}
.article__text .taxonomy-post_tag a {
  border-radius: 100px;
  border: 0.5px solid var(--gray-30, #B3B3B3);
  padding: 1px 5px;
  white-space: nowrap;
  color: var(--gray-40, #999);
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
@media (min-width: 769px) {
  .article__text .taxonomy-post_tag a {
    margin-right: 0;
    font-size: 18px;
    line-height: 1.4;
    padding: 8px 18px;
  }
}
@media (min-width: 1025px) {
  .article__text .taxonomy-post_tag a {
    padding: 15px 31px;
    font-size: 24px;
    line-height: 1.333;
  }
}
@media (hover: hover) {
  .article__text .taxonomy-post_tag a:hover {
    border-color: #000;
    color: #000;
  }
}
.article__text .taxonomy-post_tag a:last-child {
  margin-right: 0;
}
.article__text .wp-block-image {
  margin-block: 48px;
  width: 100vw;
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 769px) {
  .article__text .wp-block-image {
    margin: 44px 0;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-image {
    margin: 40px 0;
  }
}
.article__text .wp-block-image.size-large {
  margin-block: 40px 0 32px;
}
@media (min-width: 769px) {
  .article__text .wp-block-image.size-large {
    margin-block: 60px 0 48px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-image.size-large {
    margin-block: 80px 0 64px;
  }
}
.article__text .wp-block-image.size-large a {
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .article__text .wp-block-image.size-large a {
    margin-bottom: 32px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-image.size-large a {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .article__text .wp-block-image.size-large img {
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
  }
}
.article__text .wp-block-image figure {
  display: block;
  margin: 0;
}
.article__text .wp-block-image figure a {
  display: block;
}
.article__text .wp-block-image figure a img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.article__text .wp-block-video {
  margin-block: 48px;
  width: 100vw;
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 769px) {
  .article__text .wp-block-video {
    margin: 44px 0;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-video {
    margin: 40px 0;
  }
}
.article__text .wp-block-video video {
  display: block;
  width: 100%;
  height: auto;
}
.article__text .wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  width: 100vw;
  margin-left: -24px;
  margin-right: -24px;
  margin-block: 48px 0;
}
@media (min-width: 769px) {
  .article__text .wp-block-media-text {
    margin: 88px 0 69px;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-media-text {
    margin: 128px 0 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 48px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.article__text .wp-block-media-text figure {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (min-width: 1025px) {
  .article__text .wp-block-media-text figure {
    width: calc(50% - 24px);
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
.article__text .wp-block-media-text figure img {
  display: block;
  width: 100%;
}
.article__text .wp-block-media-text .wp-block-media-text__content {
  background: var(--hair-1, #F9F2EC);
  padding: 32px 24px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .article__text .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    background-color: transparent;
    width: calc(50% - 24px);
  }
}
.article__text .wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0 !important;
}
.article__text .wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 769px) {
  .article__text .wp-block-media-text .wp-block-media-text__content {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-media-text .wp-block-media-text__content {
    font-size: 16px;
  }
}
.article__text .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 16px;
}
@media (min-width: 769px) {
  .article__text .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
    font-size: 24px;
  }
}
.article__text .wp-block-columns-is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  margin: 48px 0;
}
@media (min-width: 769px) {
  .article__text .wp-block-columns-is-layout-flex {
    margin: 69px 0 88px;
    gap: 42px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-columns-is-layout-flex {
    margin: 90px 0 128px;
    gap: 48px 96px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.article__text .wp-block-columns-is-layout-flex .wp-block-column {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .article__text .wp-block-columns-is-layout-flex .wp-block-column {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-columns-is-layout-flex .wp-block-column {
    font-size: 16px;
    width: calc(50% - 48px);
  }
}
.article__text .wp-block-columns-is-layout-flex .wp-block-column p {
  margin-inline: 24px;
}
@media (min-width: 769px) {
  .article__text .wp-block-columns-is-layout-flex .wp-block-column p {
    margin-inline: 0;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-columns-is-layout-flex .wp-block-column .has-text-align-right {
    text-align: right;
  }
}
.article__text .wp-block-columns-is-layout-flex .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.article__text .wp-block-columns-is-layout-flex .wp-block-column > *:last-child {
  margin-bottom: 0 !important;
}
.article__text .wp-block-columns-is-layout-flex .wp-block-column .wp-block-heading {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 16px;
}
@media (min-width: 769px) {
  .article__text .wp-block-columns-is-layout-flex .wp-block-column .wp-block-heading {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-columns-is-layout-flex .wp-block-column .wp-block-heading {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.article__text .wp-block-quote {
  margin: 48px 0 16px;
  position: relative;
  padding-top: 40px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .article__text .wp-block-quote {
    margin: 88px 0 44px;
    padding-top: 72px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-quote {
    margin: 128px 0 72px;
    padding-top: 104px;
  }
}
.article__text .wp-block-quote:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_6160_38623)"><path d="M10.5796 3.56128V4.69128C7.24626 6.61128 5.17959 9.05128 4.37959 12.0113C5.05757 11.5183 5.86277 11.2302 6.69959 11.1813C7.26454 11.1776 7.8229 11.3027 8.33231 11.547C8.84171 11.7913 9.28878 12.1484 9.63959 12.5913C10.4411 13.5513 10.8643 14.7711 10.8296 16.0213C10.8479 16.7248 10.7176 17.4242 10.447 18.0739C10.1765 18.7235 9.77186 19.3088 9.25959 19.7913C8.75177 20.2964 8.14735 20.694 7.48242 20.9603C6.81749 21.2267 6.10571 21.3562 5.38959 21.3413C4.63515 21.3376 3.89242 21.1543 3.22292 20.8065C2.55341 20.4587 1.97638 19.9564 1.53959 19.3413C0.490761 17.9692 -0.0531127 16.2775 -0.000405897 14.5513C0.00722708 13.1919 0.286251 11.8477 0.820299 10.5976C1.35435 9.34747 2.13266 8.21659 3.10959 7.27128C5.07048 5.17393 7.72356 3.85627 10.5796 3.56128ZM23.7496 3.56128V4.69128C20.4163 6.61128 18.3496 9.05128 17.5496 12.0113C18.234 11.5162 19.0462 11.2281 19.8896 11.1813C20.4499 11.18 21.0031 11.3062 21.5073 11.5505C22.0115 11.7949 22.4534 12.1508 22.7996 12.5913C23.608 13.548 24.0352 14.7692 23.9996 16.0213C24.0192 16.724 23.8904 17.423 23.6216 18.0726C23.3528 18.7222 22.95 19.3079 22.4396 19.7913C21.9321 20.2969 21.3277 20.6948 20.6627 20.9611C19.9977 21.2275 19.2858 21.3568 18.5696 21.3413C17.8148 21.3393 17.0715 21.1567 16.4018 20.8087C15.732 20.4608 15.1552 19.9576 14.7196 19.3413C13.6692 17.9552 13.1289 16.2493 13.1896 14.5113C13.1954 13.1525 13.4726 11.8086 14.0049 10.5584C14.5373 9.30828 15.314 8.17708 16.2896 7.23128C18.2514 5.14715 20.9013 3.84353 23.7496 3.56128Z" fill="%23939292"/></g><defs><clipPath id="clip0_6160_38623"><rect width="24" height="24" fill="white" transform="translate(0 0.341309)"/></clipPath></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .article__text .wp-block-quote:after {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-quote:after {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 769px) {
  .article__text .wp-block-quote {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-quote {
    font-size: 32px;
    font-style: italic;
  }
}
.article__text .wp-block-quote > *:first-child {
  margin-top: 0 !important;
}
.article__text .wp-block-quote > *:last-child {
  margin-bottom: 0 !important;
}
.article__text .wp-block-quote *:first-child {
  position: relative;
}
.article__text .wp-block-quote *:first-child::after {
  content: "";
  display: block;
  width: calc(50% - 28px);
  height: 1px;
  background: #939292;
  position: absolute;
  left: 0;
  top: -28px;
}
@media (min-width: 769px) {
  .article__text .wp-block-quote *:first-child::after {
    width: calc(50% - 48px);
    top: -56px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-quote *:first-child::after {
    width: calc(50% - 68px);
    top: -84px;
  }
}
.article__text .wp-block-quote *:first-child::before {
  content: "";
  display: block;
  width: calc(50% - 28px);
  height: 1px;
  background: #939292;
  position: absolute;
  right: 0;
  top: -28px;
}
@media (min-width: 769px) {
  .article__text .wp-block-quote *:first-child::before {
    width: calc(50% - 48px);
    top: -56px;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-block-quote *:first-child::before {
    width: calc(50% - 68px);
    top: -84px;
  }
}
.article__text .quote-name {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 48px;
}
@media (min-width: 769px) {
  .article__text .quote-name {
    margin: 44px auto 88px;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .article__text .quote-name {
    margin: 72px auto 128px;
    font-size: 24px;
  }
}
.article__text .quote-name:after {
  content: "";
  display: block;
  width: calc((100vw - 100%) / 2 - 24px - 16px);
  height: 1px;
  left: -16px;
  top: 50%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #939292;
  position: absolute;
}
@media (min-width: 769px) {
  .article__text .quote-name:after {
    width: calc((100vw - 100%) / 2 - 24px - 24px);
    left: -24px;
  }
}
@media (min-width: 1025px) {
  .article__text .quote-name:after {
    width: calc((100vw - 100%) / 2 - 24px - 32px);
    left: -32px;
  }
}
@media (min-width: 1396px) {
  .article__text .quote-name:after {
    width: calc((1496px - 100%) / 2 - 24px - 32px);
  }
}
.article__text .quote-name::before {
  content: "";
  display: block;
  width: calc((100vw - 100%) / 2 - 24px - 16px);
  height: 1px;
  right: -16px;
  top: 50%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: #939292;
  position: absolute;
}
@media (min-width: 769px) {
  .article__text .quote-name::before {
    width: calc((100vw - 100%) / 2 - 24px - 24px);
    right: -24px;
  }
}
@media (min-width: 1025px) {
  .article__text .quote-name::before {
    width: calc((100vw - 100%) / 2 - 24px - 32px);
    right: -32px;
  }
}
@media (min-width: 1396px) {
  .article__text .quote-name::before {
    width: calc((1496px - 100%) / 2 - 24px - 32px);
  }
}
.article__text .wp-element-caption {
  margin-top: 24px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-inline: 24px;
}
@media (min-width: 769px) {
  .article__text .wp-element-caption {
    margin-top: 32px;
    line-height: 1.6;
    padding-inline: 0;
  }
}
@media (min-width: 1025px) {
  .article__text .wp-element-caption {
    margin-top: 40px;
    line-height: 1.75;
  }
}
.article__inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 16px;
  margin-top: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .article__inform {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 44px;
  }
}
@media (min-width: 1025px) {
  .article__inform {
    margin-top: 72px;
  }
}
.article__informTime {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .article__informTime {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .article__informTime {
    font-size: 16px;
    line-height: 1.75;
  }
}
.article__informNameShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 769px) {
  .article__informNameShare {
    gap: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1025px) {
  .article__informNameShare {
    gap: 32px;
  }
}
.article__informName {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .article__informName {
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .article__informName {
    line-height: 1.75;
  }
}
.article__informShare {
  display: block;
  width: 20px;
  min-width: 20px;
}
.article__informShare svg {
  display: block;
  width: 100%;
  height: auto;
}

[lang=he-IL] .articleBn__content {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 769px) {
  [lang=he-IL] .articleBn__content {
    margin-right: auto;
  }
}
[lang=he-IL] .articleBn__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 769px) {
  [lang=he-IL] .articleBn__title {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .articleBn__title {
    font-size: 64px;
    line-height: 0.9375;
  }
}
[lang=he-IL] .articleBn__link {
  margin-right: auto;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  padding: 7px 15px;
}
@media (min-width: 769px) {
  [lang=he-IL] .articleBn__link {
    margin-left: auto;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0.44px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .articleBn__link {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.48px;
  }
}
[lang=he-IL] .article__informTime {
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .article__informTime {
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .article__informTime {
    line-height: 1.5;
  }
}
[lang=he-IL] .article__informName {
  line-height: 1.5;
}
@media (min-width: 769px) {
  [lang=he-IL] .article__informNameShare {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
[lang=he-IL] .article__text {
  font-size: 16px;
  line-height: 1.5;
}
[lang=he-IL] .article__text h1 {
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 769px) {
  [lang=he-IL] .article__text h1 {
    font-size: 44px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .article__text h1 {
    font-size: 56px;
  }
}
[lang=he-IL] .article__text h2 {
  font-size: 24px;
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .article__text h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .article__text h2 {
    font-size: 32px;
    line-height: 1.5;
  }
}
[lang=he-IL] .article__text .taxonomy-post_tag a {
  margin-right: 0;
  margin-left: 12px;
}
@media (min-width: 769px) {
  [lang=he-IL] .article__text .taxonomy-post_tag a {
    margin-left: 0;
  }
}
[lang=he-IL] .article__text .taxonomy-post_tag a:last-child {
  margin-left: 0;
}
@media (min-width: 1025px) {
  [lang=he-IL] .article__text .wp-block-media-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
[lang=he-IL] .article__text .wp-block-media-text .wp-block-media-text__content {
  font-size: 16px;
  line-height: 1.5;
}
[lang=he-IL] .article__text .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  [lang=he-IL] .article__text .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
    font-size: 22px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .article__text .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
    font-size: 24px;
    line-height: 1.5;
  }
}
[lang=he-IL] .article__text .wp-block-columns-is-layout-flex .wp-block-column .wp-block-heading {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  [lang=he-IL] .article__text .wp-block-columns-is-layout-flex .wp-block-column .wp-block-heading {
    font-size: 22px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .article__text .wp-block-columns-is-layout-flex .wp-block-column .wp-block-heading {
    font-size: 24px;
    line-height: 1.5;
  }
}
[lang=he-IL] .article__text .wp-block-columns-is-layout-flex .wp-block-column {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  [lang=he-IL] .article__text .wp-block-columns-is-layout-flex .wp-block-column:first-child {
    text-align: left;
  }
  [lang=he-IL] .article__text .wp-block-columns-is-layout-flex .wp-block-column:first-child * {
    text-align: left;
  }
}
[lang=he-IL] .article__text .wp-block-quote {
  font-size: 24px;
  line-height: 1.333;
  font-style: normal;
}
@media (min-width: 769px) {
  [lang=he-IL] .article__text .wp-block-quote {
    font-size: 40px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .article__text .wp-block-quote {
    font-size: 56px;
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .article__text .wp-block-media-text {
    text-align: left;
  }
  [lang=he-IL] .article__text .wp-block-media-text:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
  }
}
[lang=he-IL] .article__text .wp-element-caption {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 769px) {
  [lang=he-IL] .article__text .wp-element-caption {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .article__text .wp-element-caption {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
}
@media (min-width: 769px) {
  [lang=he-IL] .article__text .wp-block-image.size-large img {
    left: initial;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .article__text .wp-block-columns-is-layout-flex .wp-block-column:first-child .has-text-align-left {
    text-align: right;
  }
  [lang=he-IL] .article__text .wp-block-columns-is-layout-flex .wp-block-column:first-child .has-text-align-left ~ * {
    text-align: right;
  }
  [lang=he-IL] .article__text .wp-block-columns-is-layout-flex .wp-block-column:first-child .has-text-align-left ~ * * {
    text-align: right;
  }
}

.photos {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .photos {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .photos {
    margin: 128px 0;
  }
}

.cartPage {
  background-color: #F9F8F8;
  padding: 10px 0 50px;
}
@media (min-width: 769px) {
  .cartPage {
    padding: 21px 0 89px;
  }
}
@media (min-width: 1025px) {
  .cartPage {
    padding: 32px 0 128px;
  }
}
.cartPage__mob {
  margin: 30px 0 40px;
}
@media (min-width: 769px) {
  .cartPage__mob {
    display: none;
  }
}
.cartPage__mainIf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cartPage__mainIf a {
  display: block;
  width: 24px;
}
.cartPage__mainIf a svg {
  display: block;
  width: 100%;
  height: auto;
}
.cartPage__name {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #3D3D3D;
  text-align: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.cartPage__welcome {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px 0 24px;
}
.cartPage__mobSlider {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.cartPage__mobSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #939292;
  text-align: center;
  font-size: 8px;
  line-height: 1.5;
}
.cartPage__mobSlide img {
  display: block;
  width: 24px;
  height: auto;
}
.cartPage__mobSliderPag {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.cartPage__mobSliderPag span {
  margin: 0 !important;
  opacity: 1 !important;
  border: 1px solid #000000;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  background-color: transparent;
}
.cartPage__mobSliderPag span.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #000000;
}
.cartPage__btnModal {
  border-color: #939292;
  color: #939292;
  background: #FFFFFF;
  width: 100%;
  padding: 16px 32px;
  border: 1px solid #000000;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 20px;
}
.cartPage__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 769px) {
  .cartPage__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .cartPage__wrap {
    gap: 60px;
  }
}
@media (min-width: 1361px) {
  .cartPage__wrap {
    gap: 80px;
  }
}
.cartPage__left {
  display: none;
}
@media (min-width: 769px) {
  .cartPage__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    width: 200px;
  }
}
@media (min-width: 1025px) {
  .cartPage__left {
    width: 270px;
  }
}
.cartPage__left nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.cartPage__left nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  border-bottom: 1px solid rgb(206, 206, 206);
  padding: 10px 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #191919;
}
@media (min-width: 1025px) {
  .cartPage__left nav a {
    padding: 16px 0;
  }
}
@media (hover: hover) {
  .cartPage__left nav a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cartPage__left nav a:hover {
    opacity: 0.75;
  }
}
.cartPage__left nav a:first-child {
  border-top: 1px solid rgb(206, 206, 206);
}
.cartPage__left nav a::after {
  display: inline-block;
  position: relative;
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-width: 0.5px;
  border-style: solid;
  border-color: rgb(147, 146, 146);
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%;
}
.cartPage__left nav a.active::after {
  border-color: rgb(71, 127, 66);
  background: rgb(71, 127, 66);
}
.cartPage__help {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.cartPage__help a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  .cartPage__help a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cartPage__help a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.cartPage__bt {
  color: rgb(255, 255, 255);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 16px 32px;
  background: rgb(0, 0, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  -o-border-image: initial;
  border-image: initial;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: rgb(147, 146, 146);
  width: 100%;
  border-color: rgb(147, 146, 146);
  background: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (hover: hover) {
  .cartPage__bt {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cartPage__bt:hover {
    background-color: rgb(147, 146, 146);
    color: #fff;
  }
}
.cartPage__right {
  width: 100%;
}
@media (min-width: 769px) {
  .cartPage__right {
    width: calc(100% - 200px - 40px);
  }
}
@media (min-width: 1025px) {
  .cartPage__right {
    width: calc(100% - 270px - 60px);
  }
}
@media (min-width: 1361px) {
  .cartPage__right {
    width: calc(100% - 270px - 80px);
  }
}
.cartPage__right .breadcrumbs {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cartPage__topInf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  gap: 6px 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 0.5px solid rgb(147, 146, 146);
  padding: 24px 0;
  border-bottom: 0.5px solid rgb(147, 146, 146);
}
@media (min-width: 769px) {
  .cartPage__topInf {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
    border-top: none;
  }
}
.cartPage__topInfDel {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #191919;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cartPage__topInfDel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1025px) {
  .cartPage__topInfDel {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .cartPage__topInfDel {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cartPage__topInfDel:hover {
    opacity: 0.8;
  }
}
.cartPage__topInfDel svg {
  display: block;
  width: 16px;
  height: auto;
}
.cartPage__topInfBask {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #191919;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cartPage__topInfBask {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cartPage__botInf {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .cartPage__botInf {
    margin-top: 28px;
  }
}
@media (min-width: 1025px) {
  .cartPage__botInf {
    margin-top: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cartPage__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .cartPage__total {
    gap: 18px;
  }
}
@media (min-width: 1025px) {
  .cartPage__total {
    gap: 12px;
  }
}
.cartPage__totalCard {
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .cartPage__totalCard {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .cartPage__totalCard {
    font-size: 20px;
  }
}
.cartPage__amount {
  color: #191919;
  font-weight: 500;
}
@media (min-width: 769px) {
  .cartPage__amount {
    font-weight: 600;
  }
}
.cartPage__checkout {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding: 16px 32px;
  background: rgb(0, 0, 0);
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding: 16px 32px;
  background: rgb(61, 61, 61);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .cartPage__checkout {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #191919;
  }
}
@media (hover: hover) {
  .cartPage__checkout:hover {
    opacity: 0.8;
  }
}
.cartPage__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
}
.cartPage__productCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgb(206, 206, 206);
}
@media (min-width: 769px) {
  .cartPage__productCard {
    padding: 28px 0;
  }
}
@media (min-width: 1025px) {
  .cartPage__productCard {
    gap: 40px;
    padding: 40px 0;
  }
}
@media (min-width: 1361px) {
  .cartPage__productCard {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cartPage__productCard .mobile-hide {
  display: none;
}
.cartPage__productCardDel {
  display: none;
  width: 16px;
  min-width: 16px;
}
@media (min-width: 1361px) {
  .cartPage__productCardDel {
    display: block;
    margin-right: -24px;
  }
}
@media (hover: hover) {
  .cartPage__productCardDel {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cartPage__productCardDel:hover {
    opacity: 0.8;
  }
}
.cartPage__productCardDel svg {
  display: block;
  width: 100%;
  height: auto;
}
.cartPage__productCardDel--mob {
  display: block;
}
@media (min-width: 1361px) {
  .cartPage__productCardDel--mob {
    display: none;
  }
}
.cartPage__productCardImg {
  width: 88px;
}
@media (min-width: 600px) {
  .cartPage__productCardImg {
    width: 108px;
  }
}
@media (min-width: 1025px) {
  .cartPage__productCardImg {
    width: 172px;
  }
}
.cartPage__productCardImg img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.cartPage__productCardTeg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px 8px;
  background: rgb(204, 212, 165);
  font-weight: 400;
  font-size: 9px;
  line-height: 1.6;
  color: #191919;
  text-transform: uppercase;
  font-family: Montserrat;
}
@media (min-width: 769px) {
  .cartPage__productCardTeg {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .cartPage__productCardTeg {
    font-size: 16px;
  }
}
.cartPage__productCardContent {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 600px) {
  .cartPage__productCardContent {
    width: calc(100% - 120px);
    gap: 12px;
  }
}
@media (min-width: 769px) {
  .cartPage__productCardContent {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  .cartPage__productCardContent {
    width: calc(100% - 172px - 40px - 40px);
  }
}
@media (min-width: 1361px) {
  .cartPage__productCardContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1600px) {
  .cartPage__productCardContent {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.cartPage__productCardRev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1025px) {
  .cartPage__productCardRev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
  }
}
@media (min-width: 1361px) {
  .cartPage__productCardRev {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(25% - 20px);
  }
}
@media (min-width: 1600px) {
  .cartPage__productCardRev {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    min-width: 90px;
    margin-right: 0;
  }
}
.cartPage__productCardRevT {
  font-size: 12px;
  line-height: 1.5;
  color: #191919;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .cartPage__productCardRevT {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .cartPage__productCardRevT {
    font-size: 16px;
  }
}
.cartPage__productCardRevT span {
  display: none;
}
@media (min-width: 1025px) {
  .cartPage__productCardRevT span {
    display: inline;
  }
}
.cartPage__productCardReit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.cartPage__productCardReit svg {
  display: block;
  width: 12px;
  height: auto;
}
@media (min-width: 1361px) {
  .cartPage__productCardCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: calc(75% - 20px);
  }
}
@media (min-width: 1600px) {
  .cartPage__productCardCont {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.cartPage__productCardName {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #191919;
  display: block;
  text-transform: uppercase;
  font-family: Montserrat;
}
@media (hover: hover) {
  .cartPage__productCardName {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cartPage__productCardName:hover {
    opacity: 0.8;
  }
}
.cartPage__productCardSubName {
  display: none;
}
@media (min-width: 1361px) {
  .cartPage__productCardSubName {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-transform: uppercase;
  }
}
.cartPage__productCardDescr {
  display: none;
}
@media (min-width: 1361px) {
  .cartPage__productCardDescr {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
  }
}
.cartPage__productCardCountDel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1361px) {
  .cartPage__productCardCountDel {
    width: calc(25% - 20px);
  }
}
@media (min-width: 1600px) {
  .cartPage__productCardCountDel {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.cartPage__productCardCount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cartPage__productCardCount input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 28px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 0;
  -moz-appearance: textfield;
  outline: none;
}
.cartPage__productCardCount input::-webkit-inner-spin-button, .cartPage__productCardCount input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 769px) {
  .cartPage__productCardCount input {
    font-size: 18px;
    width: 44px;
    height: 34px;
    min-width: 44px;
  }
}
@media (min-width: 1025px) {
  .cartPage__productCardCount input {
    font-size: 20px;
    width: 56px;
    height: 40px;
    min-width: 56px;
  }
}
.cartPage__productCardCount button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
@media (min-width: 769px) {
  .cartPage__productCardCount button {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
}
@media (min-width: 1025px) {
  .cartPage__productCardCount button {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.cartPage__productCardCount button svg {
  display: block;
  width: 12px;
  height: auto;
}
@media (min-width: 769px) {
  .cartPage__productCardCount button svg {
    width: 16px;
  }
}
@media (min-width: 1025px) {
  .cartPage__productCardCount button svg {
    width: 20px;
  }
}
.cartPage__productCardPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1361px) {
  .cartPage__productCardPrice {
    width: calc(75% - 20px);
  }
}
@media (min-width: 1600px) {
  .cartPage__productCardPrice {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    min-width: 250px;
  }
}
.cartPage__productCardPr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #191919;
}
@media (min-width: 769px) {
  .cartPage__productCardPr {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .cartPage__productCardPr {
    font-size: 20px;
  }
}
@media (min-width: 1360px) {
  .cartPage__productCardPr {
    white-space: nowrap;
  }
}

.contactsFrom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  background: #F9F2EC;
  gap: 0;
  position: relative;
}
@media (min-width: 1025px) {
  .contactsFrom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.contactsFrom__img {
  display: block;
  height: 280px;
}
@media (min-width: 1025px) {
  .contactsFrom__img {
    width: 50%;
    height: auto;
    position: relative;
  }
}
.contactsFrom__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: initial;
}
@media (min-width: 1025px) {
  .contactsFrom__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.contactsFrom__form {
  padding: 30px 24px 48px;
  display: block;
  width: 100%;
}
@media (min-width: 1025px) {
  .contactsFrom__form {
    width: 50%;
    padding: 80px 40px 80px 80px;
  }
}
.contactsFrom__wr {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .contactsFrom__wr {
    margin: 0;
    max-width: 800px;
  }
}
@media (min-width: 769px) {
  .contactsFrom__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  .contactsFrom__title {
    margin-left: 0;
    margin-right: 0;
    text-align: start;
    margin-bottom: 32px;
  }
}
.contactsFrom__subtitle {
  font-size: 12px;
  text-align: center;
  margin: 0 0 48px;
}
@media (min-width: 1025px) {
  .contactsFrom__subtitle {
    text-align: start;
    margin-bottom: 64px;
    font-size: 20px;
  }
}
.contactsFrom__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.contactsFrom__inputs .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contactsFrom__inputs .wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
  padding: 16px 0 8px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  background-color: transparent;
  color: #000;
  border-bottom: 0.5px solid #939292;
  outline: none;
}
@media (min-width: 1025px) {
  .contactsFrom__inputs .wpcf7-form-control-wrap input {
    padding: 16px 0;
    font-size: 24px;
  }
}
.contactsFrom__inputs .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #939292;
}
.contactsFrom__inputs .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #939292;
}
.contactsFrom__inputs .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #939292;
}
.contactsFrom__inputs .wpcf7-form-control-wrap input::-ms-input-placeholder {
  color: #939292;
}
.contactsFrom__inputs .wpcf7-form-control-wrap input::placeholder {
  color: #939292;
}
.contactsFrom__inputs select {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 16px 0 8px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  background-color: transparent;
  color: #000;
  border-bottom: 0.5px solid #939292;
  outline: none;
}
@media (min-width: 1025px) {
  .contactsFrom__inputs select {
    padding: 16px 0;
    font-size: 24px;
  }
}
.contactsFrom__inputs select::-webkit-input-placeholder {
  color: #939292;
}
.contactsFrom__inputs select::-moz-placeholder {
  color: #939292;
}
.contactsFrom__inputs select:-ms-input-placeholder {
  color: #939292;
}
.contactsFrom__inputs select::-ms-input-placeholder {
  color: #939292;
}
.contactsFrom__inputs select::placeholder {
  color: #939292;
}
.contactsFrom__inputs textarea {
  height: 80px;
  border: 0.5px solid #000000;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 8px;
  line-height: 1.5;
  margin-bottom: 24px;
  resize: none;
  background-color: transparent;
  margin: 0;
  outline: none;
}
@media (min-width: 769px) {
  .contactsFrom__inputs textarea {
    padding: 12px 16px;
    font-size: 16px;
    height: 120px;
  }
}
@media (min-width: 1025px) {
  .contactsFrom__inputs textarea {
    padding: 16px;
    height: 240px;
    font-size: 24px;
  }
}
.contactsFrom .contact-form__hint {
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  margin: 32px 0 0;
}
@media (min-width: 1025px) {
  .contactsFrom .contact-form__hint {
    text-align: start;
  }
}
.contactsFrom .small-text {
  text-align: center;
  font-weight: 400;
  font-size: 8px;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 769px) {
  .contactsFrom .small-text {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .contactsFrom .small-text {
    text-align: start;
  }
}
.contactsFrom .small-text a {
  color: inherit;
}
.contactsFrom input[type=submit] {
  margin-top: 24px;
}
.contactsFrom .form__label {
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin-bottom: 0;
}

.contactsInfo {
  margin-bottom: 48px;
  position: relative;
  padding-top: 156px;
}
@media (min-width: 769px) {
  .contactsInfo {
    margin-bottom: 88px;
  }
}
@media (min-width: 1025px) {
  .contactsInfo {
    margin-bottom: 128px;
  }
}
@media (min-width: 1361px) {
  .contactsInfo {
    margin-top: 128px;
    padding-top: 0;
  }
}
@media (min-width: 1361px) {
  .contactsInfo__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.contactsInfo__img2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 1361px) {
  .contactsInfo__img2 {
    position: relative;
    width: 50%;
    top: initial;
    left: initial;
  }
}
.contactsInfo__img2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1361px) {
  .contactsInfo__img2 img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.contactsInfo__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.contactsInfo__cont {
  position: relative;
  z-index: 2;
  padding: 32px 24px;
  background: #F9F2EC;
  width: 100%;
}
@media (min-width: 769px) {
  .contactsInfo__cont {
    padding: 80px 36px;
  }
}
@media (min-width: 1361px) {
  .contactsInfo__cont {
    width: 50%;
    padding: 128px 48px;
  }
}
.contactsInfo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .contactsInfo__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contactsInfo__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .contactsInfo__card {
    width: calc(50% - 12px);
  }
}
.contactsInfo__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border: 1px solid #3D3D3D;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .contactsInfo__img {
    width: 68px;
    height: 68px;
    min-width: 68px;
  }
}
@media (min-width: 1025px) {
  .contactsInfo__img {
    width: 88px;
    height: 88px;
    min-width: 88px;
  }
}
.contactsInfo__img img {
  display: block;
  width: 22px;
  height: auto;
}
@media (min-width: 769px) {
  .contactsInfo__img img {
    width: 31px;
  }
}
@media (min-width: 1025px) {
  .contactsInfo__img img {
    width: 40px;
  }
}
.contactsInfo__cardCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.contactsInfo__name {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .contactsInfo__name {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .contactsInfo__name {
    font-size: 16px;
  }
}
.contactsInfo__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.75;
  color: inherit;
}
@media (min-width: 769px) {
  .contactsInfo__link {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .contactsInfo__link {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .contactsInfo__link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contactsInfo__link:hover {
    opacity: 0.8;
  }
}
.contactsInfo__soces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 32px;
}
@media (min-width: 769px) {
  .contactsInfo__soces {
    margin-top: 80px;
  }
}
@media (min-width: 1025px) {
  .contactsInfo__soces {
    margin-top: 128px;
  }
}
.contactsInfo__soces a {
  display: block;
}
@media (hover: hover) {
  .contactsInfo__soces a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contactsInfo__soces a:hover {
    opacity: 0.8;
  }
}
.contactsInfo__soces img {
  display: block;
  width: 32px;
  height: auto;
}
@media (min-width: 769px) {
  .contactsInfo__soces img {
    width: 40px;
  }
}
@media (min-width: 1025px) {
  .contactsInfo__soces img {
    width: 48px;
  }
}

[lang=he-IL] .contactsFrom__inputs .wpcf7-form-control-wrap input {
  direction: rtl;
}
@media (min-width: 1025px) {
  [lang=he-IL] .contactsFrom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1361px) {
  [lang=he-IL] .contactsInfo__wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.editAccount {
  border-top: 0.5px solid #939292;
  padding-top: 24px;
}
@media (min-width: 1025px) {
  .editAccount {
    padding-top: 0;
  }
}
.editAccount .edit-card {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .editAccount .edit-card {
    padding: 32px 0 40px;
    border-bottom: 1px solid #cecece;
  }
  .editAccount .edit-card:last-of-type {
    border-bottom: none;
  }
}
.editAccount .edit-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .editAccount .edit-card-top {
    margin-bottom: 40px;
  }
}
.editAccount .edit-card__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #191919;
  margin: 0;
}
.editAccount .edit-card__btn {
  border: none;
  padding: 0;
  background-color: transparent;
  outline: none;
  width: 24px;
  min-width: 24px;
  height: auto;
  cursor: pointer;
}
@media (hover: hover) {
  .editAccount .edit-card__btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .editAccount .edit-card__btn:hover {
    opacity: 0.8;
  }
}
.editAccount .edit-card__btn svg {
  display: block;
  width: 100%;
  height: auto;
}
.editAccount .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1025px) {
  .editAccount .row {
    gap: 20px 128px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.editAccount .edit-card-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
  margin-bottom: 0;
  border-bottom: 0.5px solid #939292;
}
@media (min-width: 1025px) {
  .editAccount .edit-card-input {
    padding-bottom: 0;
    border-bottom: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(50% - 64px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 1600px) {
  .editAccount .edit-card-input {
    width: calc(33.3333333333% - 85.3333333333px);
  }
}
.editAccount .edit-card-input.disabled {
  pointer-events: none;
}
.editAccount .edit-card-input input {
  width: 100%;
  background: transparent;
  border: none;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
  outline: none;
  text-align: start;
}
.editAccount .edit-card-input input.disabled {
  opacity: 0.4 !important;
  pointer-events: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #939292 !important;
}
.editAccount .edit-card-input input:not(.disabled) {
  border-color: darkgray;
}
.editAccount .edit-card-input__title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.editAccount .edit__submit {
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .editAccount .edit__submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
[lang=he-IL] input[type=tel] {
  text-align: end;
}

@media (min-width: 1025px) {
  .orders__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 24px;
  }
}
.orders__topWrap {
  border-top: 0.5px solid #939292;
  border-bottom: 0.5px solid #939292;
  padding: 16px 0;
}
@media (min-width: 1025px) {
  .orders__topWrap {
    border: none;
    padding: 0;
  }
}
.orders__topLink {
  color: #939292;
  font-size: 16px;
  line-height: 1.35;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  display: block;
}
@media (min-width: 1025px) {
  .orders__topLink {
    white-space: nowrap;
  }
}
@media (hover: hover) {
  .orders__topLink {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .orders__topLink:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.orders__topWrap2 {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .orders__topWrap2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .orders__topWrap2 {
    overflow: initial;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.orders__topTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1025px) {
  .orders__topTags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.orders__topTags a {
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
  white-space: nowrap;
  display: block;
  margin-right: 20px;
}
@media (min-width: 1025px) {
  .orders__topTags a {
    margin-right: 0;
  }
}
.orders__topTags a:last-child {
  margin-right: 0;
}
.orders__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 24px;
}
@media (min-width: 1025px) {
  .orders__filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.orders__filterSearch {
  position: relative;
}
@media (min-width: 1025px) {
  .orders__filterSearch {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.orders__filterSearch button {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}
@media (min-width: 1025px) {
  .orders__filterSearch button {
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.orders__filterSearch button img {
  display: block;
  width: 100%;
  height: auto;
}
.orders__itemInput {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  position: relative;
  padding: 0;
  padding-bottom: 12px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000000;
  background: transparent;
  display: block;
  width: 100%;
  outline: none;
}
@media (min-width: 1025px) {
  .orders__itemInput {
    padding: 16px 32px;
    border: 1px solid #3D3D3D;
    border-radius: 4px;
    background-color: #fff;
  }
}
.orders__filterSelect {
  cursor: pointer;
}
@media (min-width: 1025px) {
  .orders__filterSelect {
    width: 320px;
  }
}
.orders__selectWrap {
  padding: 16px 32px;
  border: 1px solid #3D3D3D;
  border-radius: 4px;
  width: 100%;
  position: relative;
}
.orders__selectWrap select {
  display: none !important;
}
.orders__currentChoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  position: relative;
}
.orders__selectList {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(calc(100% + 2px));
  -ms-transform: translateY(calc(100% + 2px));
  transform: translateY(calc(100% + 2px));
  border-radius: 4px;
  padding: 8px 0;
  width: 100%;
  background: #F9F8F8;
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
  z-index: 10;
}
.orders__selectList span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: start;
  padding: 8px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .orders__selectList span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .orders__selectList span:hover {
    opacity: 0.8;
  }
}
.orders__orders2 {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .orders__orders2 {
    padding: 44px 0 56px;
  }
}
@media (min-width: 1025px) {
  .orders__orders2 {
    padding: 48px 0 72px;
    border-top: 1px solid #3D3D3D;
    margin-top: 24px;
  }
}
.orders__ordersTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1025px) {
  .orders__ordersTop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.orders__cardTopWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px 40px;
}
@media (min-width: 1025px) {
  .orders__cardTopWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.orders__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 1025px) {
  .orders__date {
    font-weight: 500;
  }
}
.orders__date span {
  font-weight: 500;
}
.orders__cardBtn {
  border: 1px solid #939292;
  border-radius: 4px;
  text-transform: uppercase;
  color: #939292;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  text-transform: none;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .orders__cardBtn {
    text-transform: uppercase;
    padding: 16px 32px;
  }
}
@media (hover: hover) {
  .orders__cardBtn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .orders__cardBtn:hover {
    color: #191919;
    border-color: #191919;
  }
  .orders__cardBtn:hover path {
    fill: #191919;
  }
}
.orders__cardBtn svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.orders__cardBtn svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.orders__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1025px) {
  .orders__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px 48px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.orders__total {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #939292;
}
@media (min-width: 1025px) {
  .orders__total {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6px;
  }
}
.orders__total span {
  color: #000000;
  font-weight: 500;
}
.orders__checkout {
  padding: 16px 32px;
  border-radius: 4px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 8px;
  padding: 16px 32px;
  width: 100%;
  background: #3D3D3D;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .orders__checkout {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #191919;
  }
}
@media (hover: hover) {
  .orders__checkout:hover {
    opacity: 0.8;
  }
}
.orders__cardBody {
  display: none;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .orders__cardBody {
    padding-bottom: 56px;
  }
}
@media (min-width: 1025px) {
  .orders__cardBody {
    padding-bottom: 72px;
  }
}
.orders__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #3D3D3D;
}
@media (min-width: 769px) {
  .orders__card {
    padding: 30px 0;
  }
}
@media (min-width: 1025px) {
  .orders__card {
    padding: 40px 0;
    gap: 28px;
  }
}
@media (min-width: 1600px) {
  .orders__card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.orders__card:first-child {
  padding-top: 0;
}
.orders__card .product-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  width: 88px;
}
@media (min-width: 1025px) {
  .orders__card .product-card__link {
    width: 172px;
  }
}
.orders__card .product-card__link img {
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.orders__card .product-card-wrap {
  width: calc(100% - 100px);
}
@media (min-width: 1025px) {
  .orders__card .product-card-wrap {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1600px) {
  .orders__card .product-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.orders__card .product-card__topic {
  padding: 4px 8px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  background: #ccd4a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 9px;
  line-height: 15px;
  color: #191919;
}
@media (min-width: 1025px) {
  .orders__card .product-card__topic {
    font-size: 16px;
    line-height: 1.6;
  }
}
.orders__card .reviews-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  .orders__card .reviews-count {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.orders__card .reviews-count__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.orders__card .reviews-count__column svg {
  display: block;
  width: 12px;
  height: auto;
}
.orders__card .reviews-count__info {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .orders__card .reviews-count__info {
    font-size: 16px;
  }
}
.orders__card .product-card__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: Montserrat;
  color: #191919;
  margin: 0 0 12px;
  display: block;
}
@media (min-width: 1025px) {
  .orders__card .product-card__name {
    margin-bottom: 8px;
  }
}
@media (hover: hover) {
  .orders__card .product-card__name {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .orders__card .product-card__name:hover {
    opacity: 0.8;
  }
}
.orders__card .product-card__subname {
  display: none;
}
@media (min-width: 1025px) {
  .orders__card .product-card__subname {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-transform: uppercase;
    display: block;
  }
}
.orders__card .product-card__desc {
  font-size: 12px;
  line-height: 1.5;
  color: #191919;
  margin: 0 0 16px;
}
@media (min-width: 1025px) {
  .orders__card .product-card__desc {
    font-size: 16px;
  }
}
.orders__card .product-card-wrap-row3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 1025px) {
  .orders__card .product-card-wrap-row3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.orders__card .product-card-wrap-row3 .price {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  display: block;
}
@media (min-width: 1025px) {
  .orders__card .product-card-wrap-row3 .price {
    font-size: 20px;
    line-height: 1.75;
    text-transform: uppercase;
  }
}
.orders__card .product-card-wrap-row3 .size-select {
  opacity: 0.7;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .orders__card .product-card-wrap-row3 .size-select {
    font-size: 20px;
    line-height: 1.75;
  }
}
.orders__card .product-card-wrap-row3 .size-select span {
  display: block;
}

.videoGal {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .videoGal {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .videoGal {
    margin: 128px 0;
  }
}
.videoGal__sliderWr {
  position: relative;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 1025px) {
  .videoGal__sliderWr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.videoGal__slider {
  overflow: visible;
}
@media (min-width: 1025px) {
  .videoGal__slider {
    overflow: hidden;
  }
}
.videoGal__slide {
  width: 246px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  cursor: pointer;
  position: relative;
}
@media (min-width: 769px) {
  .videoGal__slide {
    width: 300px;
  }
}
@media (hover: hover) {
  .videoGal__slide:hover .videoGal__play {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .videoGal__slide:hover .videoGal__img:only-child {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.videoGal__prev, .videoGal__next {
  display: none;
}
@media (min-width: 1025px) {
  .videoGal__prev, .videoGal__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    cursor: pointer;
  }
  .videoGal__prev svg, .videoGal__next svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .videoGal__progress {
    display: block;
    position: relative;
    width: calc(100% - 96px) !important;
    margin: 52px auto 0;
    height: 5px;
    background-color: #CECECE;
    border-radius: 5px;
  }
  .videoGal__progress .swiper-pagination-progressbar-fill {
    background-color: #3D3D3D;
    border-radius: 5px;
  }
}
.videoGal__progress.swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  justify-content: center;
  margin-top: 32px;
}
.videoGal__progress.swiper-pagination-bullets span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  opacity: 1;
  border: 1px solid #000;
  background: transparent;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .videoGal__progress.swiper-pagination-bullets span {
    width: 9px;
    height: 9px;
  }
}
.videoGal__progress.swiper-pagination-bullets span.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #000;
}
@media (min-width: 769px) {
  .videoGal__progress.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    width: 32px;
  }
}
.videoGal__all {
  color: var(--base-Bg-wite, #FFF);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 3.1px;
  border: 0.775px solid var(--base-dark-grey, #3D3D3D);
  background-color: #3D3D3D;
  padding: 8px 24px;
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .videoGal__all {
    display: none;
  }
}
.videoGal__imgWr {
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.videoGal__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.videoGal__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 130px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.videoGal__text {
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 13px 16px;
  color: var(--White, #FFF);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 769px) {
  .videoGal__text {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (min-width: 1025px) {
  .videoGal__text {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (min-width: 1361px) {
  .videoGal__text {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

[lang=he-IL] .videoGal__all {
  padding: 8px 40px;
  font-size: 12px;
  line-height: 1.5;
}
[lang=he-IL] .videoGal__text {
  line-height: 1.25;
}
@media (min-width: 769px) {
  [lang=he-IL] .videoGal__text {
    line-height: 1.5;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .videoGal__text {
    line-height: 1.75;
  }
}
[lang=he-IL] .videoGal__prev, [lang=he-IL] .videoGal__next {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.articles {
  background: var(--Hair-gradient-1, linear-gradient(224deg, #F9F2EC 3%, rgba(249, 242, 236, 0) 103.26%));
  padding: 48px 0;
  margin: 48px 0 0;
}
@media (min-width: 769px) {
  .articles {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .articles {
    padding: 64px 0 128px;
    margin: 128px 0;
  }
}
.articles--nobg {
  background: transparent;
  padding: 0;
  margin: 48px 0;
}
@media (min-width: 769px) {
  .articles--nobg {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .articles--nobg {
    margin: 128px 0;
  }
}
@media (min-width: 1361px) {
  .articles__mob {
    display: none;
  }
}
.articles__pc {
  display: none;
}
@media (min-width: 1361px) {
  .articles__pc {
    display: block;
  }
}
.articles__sliderWr {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100vw;
  overflow: hidden;
}
.articles__slider {
  overflow: visible;
}
.articles__slide {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .articles__slide {
    width: 240px;
  }
}
@media (min-width: 769px) {
  .articles__slide {
    width: 320px;
  }
}
@media (min-width: 1025px) {
  .articles__slide {
    width: 400px;
  }
}
.articles__img {
  aspect-ratio: 15/10;
  overflow: hidden;
}
.articles__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .articles__img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.articles__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8px 8px 0;
}
@media (min-width: 769px) {
  .articles__cont {
    padding: 12px 12px 0;
  }
}
@media (min-width: 1025px) {
  .articles__cont {
    padding: 16px 16px 0;
  }
}
.articles__name {
  display: block;
  margin: 0 0 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 600px) {
  .articles__name {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .articles__name {
    margin-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .articles__name {
    margin-bottom: 16px;
  }
}
@media (hover: hover) {
  .articles__name:hover {
    opacity: 0.75;
  }
}
.articles__nameTitle {
  color: #000;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 600px) {
  .articles__nameTitle {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .articles__nameTitle {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .articles__nameTitle {
    font-size: 16px;
    line-height: 1.75;
  }
}
.articles__descr {
  color: #000;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 8px;
}
@media (min-width: 600px) {
  .articles__descr {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .articles__descr {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .articles__descr {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
  }
}
.articles__bot {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 600px) {
  .articles__bot {
    gap: 16px;
  }
}
@media (min-width: 769px) {
  .articles__bot {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .articles__bot {
    gap: 24px;
  }
}
.articles__link {
  padding: 7px 14px;
  font-size: 6px;
  line-height: 1.5;
  gap: 3px;
  background: var(--base-bg-black, #000);
}
@media (min-width: 600px) {
  .articles__link {
    font-size: 12px;
    padding: 12px 20px;
  }
}
@media (min-width: 769px) {
  .articles__link {
    font-size: 14px;
    padding: 14px 22px;
  }
}
@media (min-width: 1025px) {
  .articles__link {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 24px;
  }
}
.articles__link svg {
  display: block;
  width: 8px;
  height: auto;
}
@media (min-width: 600px) {
  .articles__link svg {
    width: 20px;
  }
}
@media (min-width: 769px) {
  .articles__link svg {
    width: 22px;
  }
}
@media (min-width: 1025px) {
  .articles__link svg {
    width: 24px;
  }
}
.articles__inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.articles__time {
  color: #000;
  text-align: right;
  font-family: Montserrat;
  font-size: 4px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  text-align: right;
}
@media (min-width: 600px) {
  .articles__time {
    font-size: 8px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  .articles__time {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  .articles__time {
    font-size: 12px;
  }
}
.articles__l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
@media (min-width: 600px) {
  .articles__l {
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .articles__l {
    gap: 14px;
  }
}
@media (min-width: 1025px) {
  .articles__l {
    gap: 16px;
  }
}
.articles__lw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  width: 50px;
}
@media (min-width: 600px) {
  .articles__lw {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1361px) {
  .articles__lw {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.articles__author, .articles__date {
  color: #000;
  font-size: 4px;
  font-weight: 400;
  line-height: 1.45;
}
@media (min-width: 600px) {
  .articles__author, .articles__date {
    font-size: 8px;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  .articles__author, .articles__date {
    font-size: 10px;
    line-height: 1.6;
  }
}
@media (min-width: 1025px) {
  .articles__author, .articles__date {
    font-size: 12px;
  }
}
.articles__share {
  display: block;
  width: 6px;
}
@media (min-width: 600px) {
  .articles__share {
    width: 16px;
  }
}
@media (min-width: 769px) {
  .articles__share {
    width: 18px;
  }
}
@media (min-width: 1025px) {
  .articles__share {
    width: 20px;
  }
}
.articles__share svg {
  display: block;
  width: 100%;
  height: auto;
}
.articles__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 32px auto 0;
}
@media (min-width: 769px) {
  .articles__controls {
    gap: 13px;
  }
}
@media (min-width: 1025px) {
  .articles__controls {
    gap: 16px;
  }
}
.articles__btnPrev, .articles__btnNext {
  width: 14px;
  min-width: 14px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .articles__btnPrev, .articles__btnNext {
    width: 19px;
    min-width: 19px;
  }
}
@media (min-width: 1025px) {
  .articles__btnPrev, .articles__btnNext {
    width: 24px;
    min-width: 24px;
  }
}
.articles__btnPrev svg, .articles__btnNext svg {
  display: block;
  width: 100%;
  height: auto;
}
.articles__pag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (min-width: 769px) {
  .articles__pag {
    gap: 13px;
  }
}
@media (min-width: 1025px) {
  .articles__pag {
    gap: 16px;
  }
}
.articles__pag span {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  border: 1px solid #939292;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 !important;
  opacity: 1 !important;
}
@media (min-width: 769px) {
  .articles__pag span {
    width: 9px;
    height: 9px;
    border-radius: 9px;
  }
}
@media (min-width: 1025px) {
  .articles__pag span {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }
}
.articles__pag span.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #939292;
}
@media (min-width: 769px) {
  .articles__pag span.swiper-pagination-bullet-active {
    width: 32px;
  }
}
@media (min-width: 1025px) {
  .articles__pag span.swiper-pagination-bullet-active {
    width: 40px;
  }
}
.articles__pcWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articles__pcWrap > * {
  width: calc(33.3333333333% - 16px);
}
.articles__all {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[lang=he-IL] .articles__nameTitle {
  font-size: 12px;
  line-height: 1.333;
}
@media (min-width: 769px) {
  [lang=he-IL] .articles__nameTitle {
    font-size: 16px;
    line-height: 1.45;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .articles__nameTitle {
    font-size: 20px;
    line-height: 1.6;
  }
}
[lang=he-IL] .articles__descr {
  font-size: 8px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  [lang=he-IL] .articles__descr {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .articles__descr {
    font-size: 16px;
  }
}
[lang=he-IL] .articles__author, [lang=he-IL] .articles__date {
  font-size: 8px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  [lang=he-IL] .articles__author, [lang=he-IL] .articles__date {
    font-size: 10px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .articles__author, [lang=he-IL] .articles__date {
    font-size: 12px;
    line-height: 1.333;
  }
}
[lang=he-IL] .articles__time {
  font-size: 8px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  [lang=he-IL] .articles__time {
    font-size: 10px;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .articles__time {
    font-size: 12px;
    line-height: 1.333;
  }
}
[lang=he-IL] .articles__share {
  margin-top: 3px;
  width: 7px;
}
@media (min-width: 769px) {
  [lang=he-IL] .articles__share {
    margin-top: 0;
    width: 14px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .articles__share {
    width: 20px;
  }
}
[lang=he-IL] .articles__link {
  gap: 8px;
  padding: 7px 14px;
  font-size: 8px;
  line-height: 0.962;
  letter-spacing: 0.16px;
}
@media (min-width: 769px) {
  [lang=he-IL] .articles__link {
    font-size: 16px;
    letter-spacing: 0.32px;
    padding: 11px 19px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .articles__link {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.48px;
    padding: 16px 24px;
  }
}
[lang=he-IL] .articles__link svg {
  width: 8px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 769px) {
  [lang=he-IL] .articles__link svg {
    width: 16px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .articles__link svg {
    width: 24px;
  }
}
[lang=he-IL] .articles__btnNext, [lang=he-IL] .articles__btnPrev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.articlesBn {
  background: #E0C0A9;
  padding: 22px 0;
  margin: 48px 0;
}
@media (min-width: 769px) {
  .articlesBn {
    padding: 26px 0;
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .articlesBn {
    padding: 30px 0;
    margin: 128px 0;
  }
}
@media (min-width: 1025px) {
  .articlesBn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
}
.articlesBn__img {
  display: block;
  width: 100%;
  height: 104px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 769px) {
  .articlesBn__img {
    height: 200px;
  }
}
@media (min-width: 1025px) {
  .articlesBn__img {
    height: 328px;
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: calc(62% - 10px);
    flex: 1 1 auto;
  }
}
.articlesBn__img--pc {
  display: none;
}
@media (min-width: 1025px) {
  .articlesBn__img--pc {
    display: block;
  }
}
@media (min-width: 1025px) {
  .articlesBn__cont {
    width: calc(38% - 10px);
  }
}
.articlesBn__title {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .articlesBn__title {
    font-size: 24px;
    margin-bottom: 17px;
  }
}
@media (min-width: 1025px) {
  .articlesBn__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.articlesBn__text {
  font-size: 12px;
  margin: 10px 0;
  text-align: center;
}
@media (min-width: 769px) {
  .articlesBn__text {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
@media (min-width: 1025px) {
  .articlesBn__text {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.articlesBn__btn {
  padding: 8px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #000000;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}
@media (min-width: 769px) {
  .articlesBn__btn {
    padding: 11px 16px;
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .articlesBn__btn {
    padding: 15px 31px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (hover: hover) {
  .articlesBn__btn:hover {
    background-color: #000000;
    color: #fff;
  }
}

.articlesBn2 {
  padding: 256px 0 24px;
  margin: 48px 0;
  background: #F1F7D8;
  position: relative;
}
@media (min-width: 769px) {
  .articlesBn2 {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .articlesBn2 {
    padding: 128px 0 64px;
    margin: 128px 0;
  }
}
.articlesBn2__img1 {
  height: 215px;
  width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .articlesBn2__img1 {
    height: 70%;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25%;
  }
}
@media (min-width: 1200px) {
  .articlesBn2__img1 {
    right: 33%;
  }
}
@media (min-width: 1361px) {
  .articlesBn2__img1 {
    height: 100%;
  }
}
@media (min-width: 1700px) {
  .articlesBn2__img1 {
    right: 37%;
  }
}
.articlesBn2__img2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 288px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top left;
  object-position: top left;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .articlesBn2__img2 {
    display: none;
  }
}
.articlesBn2__img3 {
  display: none;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .articlesBn2__img3 {
    display: block;
    position: absolute;
    right: 0;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
    top: 0;
    z-index: 3;
    height: 100%;
    width: auto;
  }
}
@media (max-width: 1361px) {
  .articlesBn2__img3 {
    -o-object-position: right center;
    object-position: right center;
  }
}
.articlesBn2__tt {
  background: #4EA52A;
  position: relative;
  z-index: 2;
  padding: 37px 64px 32px 24px;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .articlesBn2__tt {
    padding: 34px 40px;
  }
}
@media (min-width: 1700px) {
  .articlesBn2__tt {
    padding-inline: 150px;
  }
}
.articlesBn2__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 769px) {
  .articlesBn2__title {
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  .articlesBn2__title {
    font-size: 40px;
    max-width: 380px;
    font-weight: 400;
    text-align: center;
    margin-right: auto;
  }
}
@media (min-width: 1361px) {
  .articlesBn2__title {
    max-width: 470px;
  }
}
.articlesBn2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #3D3D3D;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .articlesBn2__link {
    text-transform: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1025px) {
  .articlesBn2__link {
    margin-right: auto;
  }
}
@media (min-width: 1700px) {
  .articlesBn2__link {
    margin-left: 150px;
  }
}
@media (hover: hover) {
  .articlesBn2__link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .articlesBn2__link:hover {
    opacity: 0.8;
  }
}
.articlesBn2__link svg {
  display: block;
  width: 24px;
  height: auto;
}

@media (min-width: 1025px) {
  [lang=he-IL] .articlesBn__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
[lang=he-IL] .articlesBn2__link svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 1025px) {
  [lang=he-IL] .articlesBn2__img3 {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@media (min-width: 1200px) {
  [lang=he-IL] .articlesBn2__img3 {
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
  }
}
@media (min-width: 1361px) {
  [lang=he-IL] .articlesBn2__img3 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.articlesVideoToggle {
  margin: 32px 0 48px;
}
@media (min-width: 769px) {
  .articlesVideoToggle {
    margin: 0 0 56px;
  }
}
@media (min-width: 1025px) {
  .articlesVideoToggle {
    margin: 0 0 64px;
  }
}
.articlesVideoToggle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px 24px;
}
@media (min-width: 1025px) {
  .articlesVideoToggle__wrap {
    gap: 20px 60px;
  }
}
.articlesVideoToggle__wrap a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 24px;
  border: 1px solid #939292;
  border-radius: 50px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #939292;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .articlesVideoToggle__wrap a {
    padding: 0;
    border: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 32px;
    color: #191919;
  }
}
@media (hover: hover) {
  .articlesVideoToggle__wrap a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .articlesVideoToggle__wrap a:hover {
    font-weight: 500;
  }
}
.articlesVideoToggle__wrap a.active {
  background: #939292;
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .articlesVideoToggle__wrap a.active {
    background-color: transparent;
    color: #191919;
    font-weight: 600;
  }
}

.articlesPage {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .articlesPage {
    margin: 56px 0 88px;
  }
}
@media (min-width: 1025px) {
  .articlesPage {
    margin: 64px 0 128px;
  }
}
.articlesPage__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 600px) {
  .articlesPage__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 48px 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .articlesPage__wrap {
    gap: 64px 48px;
  }
}
.articlesPage__wrap .articles__slide {
  width: 100%;
}
@media (min-width: 600px) {
  .articlesPage__wrap .articles__slide {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1025px) {
  .articlesPage__wrap .articles__slide {
    width: calc(50% - 24px);
  }
}
.articlesPage__wrap .articles__img {
  margin-left: -24px;
  margin-right: -24px;
  width: 100vw;
}
@media (min-width: 600px) {
  .articlesPage__wrap .articles__img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.articlesPage__wrap .articles__cont {
  padding: 16px 0 0;
}
@media (min-width: 600px) {
  .articlesPage__wrap .articles__cont {
    padding: 16px 24px 0;
  }
}
@media (min-width: 769px) {
  .articlesPage__wrap .articles__cont {
    padding: 24px 30px 0;
  }
}
@media (min-width: 1025px) {
  .articlesPage__wrap .articles__cont {
    padding: 32px 64px 0;
  }
}
.articlesPage__wrap .articles__name {
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .articlesPage__wrap .articles__name {
    margin-bottom: 22px;
  }
}
@media (min-width: 1025px) {
  .articlesPage__wrap .articles__name {
    margin-bottom: 32px;
  }
}
.articlesPage__wrap .articles__nameTitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .articlesPage__wrap .articles__nameTitle {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .articlesPage__wrap .articles__nameTitle {
    font-size: 32px;
  }
}
.articlesPage__wrap .articles__descr {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 769px) {
  .articlesPage__wrap .articles__descr {
    font-size: 18px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1025px) {
  .articlesPage__wrap .articles__descr {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.articlesPage__wrap .articles__author, .articlesPage__wrap .articles__date, .articlesPage__wrap .articles__time {
  font-size: 8px;
}
@media (min-width: 769px) {
  .articlesPage__wrap .articles__author, .articlesPage__wrap .articles__date, .articlesPage__wrap .articles__time {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .articlesPage__wrap .articles__author, .articlesPage__wrap .articles__date, .articlesPage__wrap .articles__time {
    font-size: 16px;
  }
}
.articlesPage__wrap .articles__share {
  width: 8px;
}
@media (min-width: 769px) {
  .articlesPage__wrap .articles__share {
    width: 14px;
  }
}
@media (min-width: 1025px) {
  .articlesPage__wrap .articles__share {
    width: 20px;
  }
}
.articlesPage__wrap .articles__link {
  padding: 8px;
  font-weight: 500;
  font-size: 8px;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media (min-width: 769px) {
  .articlesPage__wrap .articles__link {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  .articlesPage__wrap .articles__link {
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.articlesPage__wrap .articles__link svg {
  width: 10px;
}
@media (min-width: 769px) {
  .articlesPage__wrap .articles__link svg {
    width: 15px;
  }
}
@media (min-width: 1025px) {
  .articlesPage__wrap .articles__link svg {
    width: 20px;
  }
}

[lang=he-IL] .articlesPage__wrap .articles__nameTitle {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  [lang=he-IL] .articlesPage__wrap .articles__nameTitle {
    font-size: 26px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .articlesPage__wrap .articles__nameTitle {
    font-size: 32px;
    line-height: 1.5;
  }
}
[lang=he-IL] .articlesPage__wrap .articles__descr {
  font-size: 16px;
}
[lang=he-IL] .articlesPage__wrap .articles__author, [lang=he-IL] .articlesPage__wrap .articles__date, [lang=he-IL] .articlesPage__wrap .articles__time {
  font-size: 12px;
}
@media (min-width: 769px) {
  [lang=he-IL] .articlesPage__wrap .articles__author, [lang=he-IL] .articlesPage__wrap .articles__date, [lang=he-IL] .articlesPage__wrap .articles__time {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .articlesPage__wrap .articles__author, [lang=he-IL] .articlesPage__wrap .articles__date, [lang=he-IL] .articlesPage__wrap .articles__time {
    font-size: 16px;
  }
}
[lang=he-IL] .articlesPage__wrap .articles__link {
  font-size: 16px;
  line-height: 1.5;
}
[lang=he-IL] .articlesPage__wrap .articles__link svg {
  width: 24px;
}

.masterclasses {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .masterclasses {
    margin: 56px 0 88px;
  }
}
@media (min-width: 1025px) {
  .masterclasses {
    margin: 64px 0 128px;
  }
}
.masterclasses__filter {
  margin: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 769px) {
  .masterclasses__filter {
    margin-bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .masterclasses__filter {
    margin-bottom: 128px;
  }
}
.masterclasses__filter a {
  color: #939292;
  border: 1px solid #939292;
  background: transparent;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.masterclasses__filter a.active {
  color: #fff;
  background: #939292;
}
@media (hover: hover) {
  .masterclasses__filter a:hover {
    color: #fff;
    background: #939292;
  }
}
.masterclasses__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px 24px;
}
@media (min-width: 1361px) {
  .masterclasses__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.masterclasses__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .masterclasses__card {
    border: 1px solid #939292;
    border-radius: 12px;
    padding: 24px;
    position: relative;
  }
}
@media (min-width: 1361px) {
  .masterclasses__card {
    width: calc(50% - 12px);
  }
}
.masterclasses__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .masterclasses__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.masterclasses__img {
  display: block;
  width: 100vw;
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 769px) {
  .masterclasses__img {
    width: calc(50% - 12px);
    margin-left: 0;
    margin-right: 0;
  }
}
.masterclasses__img img {
  display: block;
  width: 100%;
  aspect-ratio: 1024/655;
  -o-object-fit: cover;
  object-fit: cover;
}
.masterclasses__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 769px) {
  .masterclasses__meta {
    width: calc(50% - 12px);
    padding: 24px 0;
  }
}
.masterclasses__typeDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
.masterclasses__type {
  background: #8D2922;
  border-radius: 50px;
  font-size: 16px;
  padding: 8px 24px;
  color: #fff;
}
.masterclasses__date {
  font-size: 16px;
  padding-right: 1.6;
  position: relative;
}
.masterclasses__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.masterclasses__title span {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .masterclasses__title span {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .masterclasses__title span {
    font-size: 24px;
  }
}
.masterclasses__title a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media (min-width: 769px) {
  .masterclasses__title a {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .masterclasses__title a {
    font-size: 24px;
  }
}
.masterclasses__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.masterclasses__descr {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.masterclasses__bottom {
  padding: 16px 24px;
  margin-top: auto;
  background: #FFEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.masterclasses__bottom.more-time {
  background: #F1F6D8;
}
.masterclasses__link {
  padding: 16px 32px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  text-transform: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  line-height: 1.5;
}
.masterclasses__link svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}
@media (hover: hover) {
  .masterclasses__link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .masterclasses__link:hover {
    opacity: 0.8;
  }
}
.masterclasses__btnModal {
  border: 2px solid #000;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.5;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}
@media (hover: hover) {
  .masterclasses__btnModal {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .masterclasses__btnModal:hover {
    background-color: #000;
    color: #fff;
  }
}
.masterclasses__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px 24px;
}
@media (min-width: 769px) {
  .masterclasses__timer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.masterclasses__timer .count {
  border: 1px solid #4EA52A;
  border-radius: 50px;
  color: #4EA52A;
  background: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 24px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 769px) {
  .masterclasses__timer .count {
    width: calc(50% - 12px);
  }
}
.masterclasses__timer .text {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .masterclasses__timer .text {
    width: calc(50% - 12px);
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .masterclasses__timer .text {
    font-size: 16px;
  }
}

[lang=he-IL] .masterclasses__link svg {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.masterclas {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .masterclas {
    margin: 0 0 88px;
  }
}
@media (min-width: 1025px) {
  .masterclas {
    margin: 0 0 128px;
  }
}
.masterclas__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .masterclas__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 36px;
  }
}
@media (min-width: 1025px) {
  .masterclas__top {
    gap: 48px;
  }
}
.masterclas__img {
  margin-left: -24px;
  margin-right: -24px;
  width: 100vw;
  max-width: 100vw;
}
@media (min-width: 769px) {
  .masterclas__img {
    width: calc(50% - 18px);
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .masterclas__img {
    width: calc(50% - 24px);
  }
}
.masterclas__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .masterclas__cont {
    gap: 36px;
    width: calc(50% - 18px);
    padding: 24px 0;
  }
}
@media (min-width: 1025px) {
  .masterclas__cont {
    gap: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: calc(50% - 24px);
  }
}
.masterclas__type {
  background: #8D2922;
  border-radius: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px 24px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .masterclas__type {
    padding: 12px 28px;
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .masterclas__type {
    padding: 16px 32px;
    font-size: 24px;
  }
}
.masterclas__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.masterclas__title span {
  line-height: 1.6;
  font-size: 20px;
}
@media (min-width: 769px) {
  .masterclas__title span {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .masterclas__title span {
    font-size: 40px;
  }
}
.masterclas__title h1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  margin: 0;
}
@media (min-width: 769px) {
  .masterclas__title h1 {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .masterclas__title h1 {
    font-size: 40px;
  }
}
.masterclas__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1025px) {
  .masterclas__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.masterclas__col {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .masterclas__col {
    width: calc(33.3333333333% - 16px);
  }
}
.masterclas__col.text a {
  color: #007AFF;
  text-decoration: underline;
}
@media (hover: hover) {
  .masterclas__col.text a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .masterclas__col.text a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.masterclas__col--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.masterclas__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #CECECE;
  border-radius: 8px;
  padding: 24px;
  gap: 24px;
}
.masterclas__card img {
  width: 32px;
  min-width: 32px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.masterclas__card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.masterclas__cardAddress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #CECECE;
  border-radius: 8px;
  padding: 24px;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.masterclas__cardAddress img {
  width: 32px;
  min-width: 32px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.masterclas__cardAddress p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.masterclas__cardAddress2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.masterclas__cardAddress2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  color: #007AFF;
  text-decoration: underline;
  font-weight: 500;
}
@media (hover: hover) {
  .masterclas__cardAddress2 a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .masterclas__cardAddress2 a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}

.masterclasZap {
  margin: 48px 0;
  background: #FFEBEB;
  padding: 16px 0;
}
@media (min-width: 769px) {
  .masterclasZap {
    margin: 88px 0;
    padding: 44px 0;
  }
}
@media (min-width: 1025px) {
  .masterclasZap {
    margin: 128px 0;
    padding: 72px 0;
  }
}
.masterclasZap__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 16px;
}
@media (min-width: 1025px) {
  .masterclasZap__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.masterclasZap__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .masterclasZap__timer {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .masterclasZap__timer {
    gap: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 32px;
  }
}
.masterclasZap__timer .count {
  font-size: 16px;
  border: 1px solid #FD0707;
  border-radius: 50px;
  color: #FD0707;
  background: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 24px;
  font-weight: 500;
  text-align: center;
}
.masterclasZap__timer .text {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .masterclasZap__timer .text {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .masterclasZap__timer .text {
    font-size: 20px;
  }
}
.masterclasZap__price {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 769px) {
  .masterclasZap__price {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .masterclasZap__price {
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-right: 1px solid #CECECE;
    padding: 0 32px;
  }
}
.masterclasZap__quan {
  padding: 16px 0px;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .masterclasZap__quan {
    gap: 28px;
  }
}
@media (min-width: 1025px) {
  .masterclasZap__quan {
    gap: 40px;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-right: 1px solid #CECECE;
    padding: 0 32px;
  }
}
.masterclasZap__quan span {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .masterclasZap__quan span {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .masterclasZap__quan span {
    font-size: 24px;
  }
}
.masterclasZap .number-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.masterclasZap .number-input button {
  background-color: #3D3D3D;
  color: white;
  border: none;
  border-radius: 50%;
  width: 33px;
  min-width: 33px;
  height: 33px;
  font-size: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
}
@media (min-width: 769px) {
  .masterclasZap .number-input button {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .masterclasZap .number-input button {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}
@media (hover: hover) {
  .masterclasZap .number-input button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .masterclasZap .number-input button:hover {
    background-color: #000;
  }
}
.masterclasZap .number-input input {
  width: 40px;
  min-width: 40px;
  font-size: 20px;
  text-align: center;
  height: 30px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  -moz-appearance: textfield;
}
@media (min-width: 769px) {
  .masterclasZap .number-input input {
    width: 50px;
    min-width: 50px;
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .masterclasZap .number-input input {
    width: 60px;
    min-width: 60px;
    font-size: 24px;
  }
}
.masterclasZap .number-input input::-webkit-inner-spin-button, .masterclasZap .number-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 1025px) {
  [lang=he-IL] .masterclasZap__price, [lang=he-IL] .masterclasZap__quan {
    border: none;
    border-left: 1px solid #CECECE;
  }
}

.masterclasForm {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .masterclasForm {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .masterclasForm {
    margin: 128px 0;
  }
}
.masterclasForm__title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 auto 24px;
}
@media (min-width: 769px) {
  .masterclasForm__title {
    margin-bottom: 36px;
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .masterclasForm__title {
    margin-bottom: 48px;
    font-size: 40px;
  }
}
.masterclasForm__descr {
  font-size: 16px;
  text-align: center;
  margin: 0 0 32px;
}
@media (min-width: 769px) {
  .masterclasForm__descr {
    margin-bottom: 36px;
  }
}
@media (min-width: 1025px) {
  .masterclasForm__descr {
    margin-bottom: 40px;
  }
}
.masterclasForm__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 769px) {
  .masterclasForm__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .masterclasForm__form {
    gap: 48px 24px;
  }
}
.masterclasForm__w1 {
  width: 100%;
}
.masterclasForm__w3 {
  width: 100%;
}
@media (min-width: 769px) {
  .masterclasForm__w3 {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1025px) {
  .masterclasForm__w3 {
    width: calc(33.3333333333% - 16px);
  }
}

.page404 {
  min-height: calc(100dvh - var(--height-header));
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0;
}
@media (min-width: 769px) {
  .page404 {
    padding: 48px 0;
  }
}
@media (min-width: 1025px) {
  .page404 {
    padding: 64px 0;
  }
}
.page404__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.page404__title {
  font-weight: 200;
  font-size: 160px;
  line-height: 200px;
  color: #770F00;
  text-align: center;
  font-family: "Montserrat";
}
.page404__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.page404__t1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 769px) {
  .page404__t1 {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .page404__t1 {
    font-size: 40px;
  }
}
.page404__t2 {
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .page404__t2 {
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .page404__t2 {
    font-size: 32px;
  }
}
.page404__link {
  font-weight: 400;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #770F00;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  display: block;
}
@media (min-width: 769px) {
  .page404__link {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .page404__link {
    font-size: 32px;
  }
}
@media (hover: hover) {
  .page404__link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page404__link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}

.protocolsPage {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .protocolsPage {
    margin: 56px 0 88px;
  }
}
@media (min-width: 1025px) {
  .protocolsPage {
    margin: 64px 0 128px;
  }
}

.secrets {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .secrets {
    margin: 56px 0 88px;
  }
}
@media (min-width: 1025px) {
  .secrets {
    margin: 64px 0 128px;
  }
}

.secretsBC {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .secretsBC {
    margin: 88px 0;
  }
}
@media (min-width: 1025px) {
  .secretsBC {
    margin: 128px 0;
  }
}
.secretsBC__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px 24px;
}
@media (min-width: 600px) {
  .secretsBC__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .secretsBC__wrap {
    gap: 48px;
  }
}
.secretsBC__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100vw;
  margin-left: -24px;
  margin-right: -24px;
  height: 442px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  .secretsBC__card {
    width: calc(50% - 12px);
    margin-left: 0;
    margin-right: 0;
    height: auto;
    aspect-ratio: 403/512;
  }
}
@media (min-width: 1025px) {
  .secretsBC__card {
    width: calc(50% - 24px);
  }
}
.secretsBC__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 769px) {
  .secretsBC__cont {
    gap: 29px;
    padding: 28px 24px;
  }
}
@media (min-width: 1025px) {
  .secretsBC__cont {
    gap: 32px;
    padding: 40px 40px;
  }
}
.secretsBC__title {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 26px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-wrap: balance;
}
@media (min-width: 769px) {
  .secretsBC__title {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1025px) {
  .secretsBC__title {
    font-size: 32px;
    font-weight: 400;
  }
}
@media (min-width: 1600px) {
  .secretsBC__title {
    font-size: 40px;
  }
}
.secretsBC__link {
  background: #FFD8A9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  color: #191919;
}
@media (min-width: 769px) {
  .secretsBC__link {
    padding: 12px 28px;
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .secretsBC__link {
    padding: 16px 32px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .secretsBC__link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .secretsBC__link:hover {
    opacity: 0.8;
  }
}
.secretsBC__link svg {
  display: block;
  width: 10px;
  height: auto;
}
@media (min-width: 769px) {
  .secretsBC__link svg {
    width: 17px;
  }
}
@media (min-width: 1025px) {
  .secretsBC__link svg {
    width: 24px;
  }
}

[lang=he-IL] .secretsBC__link svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.videoInf {
  text-align: center;
  color: #FFFFFF;
  background: #75412E;
  padding: 40px 0;
}
@media (min-width: 769px) {
  .videoInf {
    padding: 60px 0;
  }
}
@media (min-width: 1025px) {
  .videoInf {
    padding: 80px 0;
  }
}
.videoInf__title {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 16px;
  text-wrap: balance;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .videoInf__title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  .videoInf__title {
    margin-bottom: 48px;
    font-size: 40px;
  }
}
.videoInf__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  text-wrap: balance;
}
@media (min-width: 769px) {
  .videoInf__text {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .videoInf__text {
    font-size: 32px;
  }
}

[lang=he-IL] .videoInf__title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  [lang=he-IL] .videoInf__title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .videoInf__title {
    margin-bottom: 38px;
    font-size: 56px;
  }
}
[lang=he-IL] .videoInf__text {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  [lang=he-IL] .videoInf__text {
    font-size: 30px;
    line-height: 1.35;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .videoInf__text {
    font-size: 40px;
    line-height: 1.5;
  }
}

.videoPage {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .videoPage {
    margin: 56px 0 88px;
  }
}
@media (min-width: 1025px) {
  .videoPage {
    margin: 64px 0 128px;
  }
}
.videoPage__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .videoPage__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 48px 24px;
  }
}
@media (min-width: 1025px) {
  .videoPage__wrap {
    gap: 64px 24px;
  }
}
.videoPage__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 600px) {
  .videoPage__card {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1025px) {
  .videoPage__card {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
    text-align: start;
  }
  .videoPage__card .videoPage__title {
    text-align: start;
  }
  .videoPage__card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: end;
  }
  .videoPage__card:nth-child(even) .videoPage__title {
    text-align: end;
  }
  .videoPage__card:nth-child(even) .videoPage__btn {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }
}
.videoPage__img {
  display: block;
  width: 100%;
  height: 272px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 1025px) {
  .videoPage__img {
    height: auto;
    width: calc(50% - 12px);
  }
}
.videoPage__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 769px) {
  .videoPage__cont {
    gap: 24px;
  }
}
@media (min-width: 1025px) {
  .videoPage__cont {
    gap: 32px;
    width: calc(50% - 12px);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.videoPage__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #3D3D3D;
  margin: 0;
}
@media (min-width: 769px) {
  .videoPage__title {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .videoPage__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.videoPage__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 769px) {
  .videoPage__text {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .videoPage__text {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.videoPage__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Montserrat";
}
.videoPage__btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  background: #3D3D3D;
  border-color: #3D3D3D;
  padding: 16px 32px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
}
@media (min-width: 769px) {
  .videoPage__btn {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .videoPage__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    background-color: #000;
  }
}
@media (hover: hover) {
  .videoPage__btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .videoPage__btn:hover {
    opacity: 0.8;
  }
}
.videoPage__btn svg {
  display: block;
  width: 24px;
  height: auto;
}

[lang=he-IL] .videoPage__title {
  font-size: 24px;
  line-height: 1.35;
}
@media (min-width: 769px) {
  [lang=he-IL] .videoPage__title {
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .videoPage__title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
[lang=he-IL] .videoPage__text {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  [lang=he-IL] .videoPage__text {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .videoPage__text {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
[lang=he-IL] .videoPage__btn {
  font-size: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  [lang=he-IL] .videoPage__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: end;
  }
  [lang=he-IL] .videoPage__card .videoPage__title {
    text-align: end;
  }
  [lang=he-IL] .videoPage__card .videoPage__btn {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }
  [lang=he-IL] .videoPage__card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: start;
  }
  [lang=he-IL] .videoPage__card:nth-child(even) .videoPage__title {
    text-align: start;
  }
  [lang=he-IL] .videoPage__card:nth-child(even) .videoPage__btn {
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}

.imgB__pc {
  display: none;
}
@media (min-width: 769px) {
  .imgB__pc {
    display: block;
    width: 100%;
    height: auto;
  }
}
.imgB__mob {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .imgB__mob {
    display: none;
  }
}
.mediaPage {
  margin: 48px 0;
}
@media (min-width: 769px) {
  .mediaPage {
    margin: 56px 0 88px;
  }
}
@media (min-width: 1025px) {
  .mediaPage {
    margin: 64px 0 128px;
  }
}
.mediaPage__title {
  margin-left: auto;
  margin-right: auto;
}
.mediaPage__download {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 32px;
}
@media (min-width: 769px) {
  .mediaPage__download {
    margin-bottom: 36px;
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .mediaPage__download {
    margin-bottom: 40px;
    font-size: 40px;
    text-align: start;
  }
}
.mediaPage__mob {
  display: block;
}
@media (min-width: 1361px) {
  .mediaPage__mob {
    display: none;
  }
}
.mediaPage__mobTitle {
  text-align: center;
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.mediaPage__mobSlider {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.mediaPage__mobSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.mediaPage__mobImg {
  display: block;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.mediaPage__mobCont {
  background: #F9F8F8;
  padding: 32px 16px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.mediaPage__mobName {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 18px;
  color: #191919;
  display: block;
  text-transform: uppercase;
}
.mediaPage__mobDescr {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 18px;
}
.mediaPage__mobDateName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 18px;
}
.mediaPage__mobBtn {
  margin-top: auto;
  padding: 8px 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  text-align: start;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #3D3D3D;
  border: 1px solid #3D3D3D;
  color: #FFFFFF;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
}
.mediaPage__mobBtn svg {
  display: block;
  width: 24px;
  height: auto;
}
.mediaPage__pc {
  display: none;
}
@media (min-width: 1361px) {
  .mediaPage__pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.mediaPage__vert {
  width: 50%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: calc(100vh - var(--height-header));
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.mediaPage__vertSlider {
  height: 100%;
}
.mediaPage__vertSlide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mediaPage__hor {
  width: 50%;
  padding: 80px 24px;
  background: #F9F8F8;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mediaPage__horTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
.mediaPage__horT {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.5;
  margin: 0;
}
.mediaPage__horAll {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  display: block;
  color: #191919;
}
@media (hover: hover) {
  .mediaPage__horAll {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mediaPage__horAll:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.mediaPage__horSlider {
  width: 100%;
}
.mediaPage__horName {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  display: block;
  margin-bottom: 48px;
  color: #191919;
}
@media (hover: hover) {
  .mediaPage__horName {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mediaPage__horName:hover {
    opacity: 0.8;
  }
}
.mediaPage__horDescr {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.mediaPage__horDateName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
}
.mediaPage__horNam {
  font-weight: 700;
}
.mediaPage__horBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 48px;
  padding: 16px 32px;
  background: #3D3D3D;
  color: #FFFFFF;
  border-radius: 4px;
  gap: 8px;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
@media (hover: hover) {
  .mediaPage__horBtn:hover {
    background-color: #000000;
  }
}
.mediaPage__horBtn svg {
  display: block;
  width: 24px;
  height: auto;
}
.mediaPage__horSliderPag {
  display: block;
  margin-top: 0;
  height: 5px;
  background: #CECECE;
  border-radius: 10px;
  margin-top: 80px;
}
.mediaPage__horSliderPag .swiper-scrollbar-drag {
  background: #3D3D3D;
}

[lang=he-IL] .mediaPage__mobBtn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.reviewsPage {
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
  min-height: calc(100dvh - var(--height-header));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 769px) {
  .reviewsPage {
    padding: 60px 0;
  }
}
@media (min-width: 1025px) {
  .reviewsPage {
    padding: 80px 0;
  }
}
.reviewsPage__title {
  color: #fff;
}
@media (min-width: 769px) {
  .reviewsPage__title {
    margin-left: auto;
  }
}
.reviewsPage__swiper {
  max-width: 850px;
  margin-left: auto;
  margin-right: 0;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.reviewsPage__swiper .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.reviewsPage__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
@media (min-width: 769px) {
  .reviewsPage__slide {
    gap: 80px;
  }
}
@media (min-width: 1025px) {
  .reviewsPage__slide {
    gap: 120px;
  }
}
.reviewsPage__reit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 769px) {
  .reviewsPage__reit {
    gap: 22px;
  }
}
@media (min-width: 1025px) {
  .reviewsPage__reit {
    gap: 24px;
  }
}
.reviewsPage__reit span {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75;
  color: #000000;
  min-width: 100px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .reviewsPage__reit span {
    color: #fff;
    background-color: transparent;
  }
}
.reviewsPage__reit div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.reviewsPage__reit div svg {
  display: block;
  width: 16px;
  min-width: 16px;
  height: auto;
}
@media (min-width: 769px) {
  .reviewsPage__reit div svg {
    width: 32px;
  }
}
@media (min-width: 1025px) {
  .reviewsPage__reit div svg {
    width: 48px;
  }
}
.reviewsPage__cont {
  display: block;
}
@media (min-width: 769px) {
  .reviewsPage__cont {
    padding: 24px 36px;
    background-color: #fff;
    border-radius: 4px;
  }
}
@media (min-width: 1025px) {
  .reviewsPage__cont {
    padding: 36px 48px;
  }
}
.reviewsPage__cont img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.reviewsPage__pag {
  margin-top: 32px;
  background: #CECECE;
  height: 5px;
  border-radius: 10px;
  max-width: 850px;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 769px) {
  .reviewsPage__pag {
    margin-top: 48px;
  }
}
@media (min-width: 1025px) {
  .reviewsPage__pag {
    margin-top: 64px;
  }
}
.reviewsPage__pag .swiper-scrollbar-drag {
  background-color: #3D3D3D;
}

[lang=he-IL] .reviewsPage__reit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.accountb2b {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .accountb2b {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .accountb2b {
    margin-bottom: 80px;
  }
}
.accountb2b__card {
  padding: 24px 40px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #939292;
  border-radius: 16px;
  background: #f9f2ec;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 769px) {
  .accountb2b__card {
    padding: 40px;
    width: calc(50% - 12px);
  }
}
@media (min-width: 1025px) {
  .accountb2b__card {
    padding: 80px 40px;
    width: calc(33.3333333333% - 16px);
  }
}
@media (hover: hover) {
  .accountb2b__card {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .accountb2b__card:hover {
    background: #7a294a;
    color: #f9f8f8;
    border-color: #7a294a;
  }
}

.checkoutPage {
  padding: 16px 0 48px;
  background: #F9F8F8;
}
@media (min-width: 769px) {
  .checkoutPage {
    padding: 24px 0 88px;
  }
}
@media (min-width: 1025px) {
  .checkoutPage {
    padding: 32px 0 128px;
  }
}
.checkoutPage .checkout {
  margin-top: 16px;
}
@media (min-width: 769px) {
  .checkoutPage .checkout {
    margin-top: 35px;
  }
}
@media (min-width: 1025px) {
  .checkoutPage .checkout {
    margin-top: 54px;
  }
}
.checkoutPage .checkout__title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 auto 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  .checkoutPage .checkout__title {
    margin: 0 auto 36px;
    padding-bottom: 6px;
    font-size: 30px;
    text-align: start;
  }
}
@media (min-width: 1025px) {
  .checkoutPage .checkout__title {
    margin-bottom: 40px;
    padding-bottom: 12px;
    font-size: 40px;
  }
}
.checkoutPage .checkout__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #939292;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .checkoutPage .checkout__title::after {
    width: 104px;
  }
}
@media (min-width: 1025px) {
  .checkoutPage .checkout__title::after {
    width: 128px;
  }
}
.checkoutPage .checkout .checkout-summary-top {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .checkout-summary-top {
    margin-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.checkoutPage .checkout .checkout-summary__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .checkout-summary__title {
    font-size: 24px;
  }
}
.checkoutPage .checkout .checkout-summary__shop {
  display: none;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .checkout-summary__shop {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    text-align: right;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000000;
    display: block;
  }
}
@media (hover: hover) {
  .checkoutPage .checkout .checkout-summary__shop {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .checkoutPage .checkout .checkout-summary__shop:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.checkoutPage .checkout .checkout-address-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .checkout-address-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.checkoutPage .checkout .checkout-address__title, .checkoutPage .checkout .checkout-address .shipping__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin: 0;
}
.checkoutPage .checkout .checkout-address__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}
.checkoutPage .checkout .checkout-address__link svg {
  display: block;
  width: 24px;
  height: auto;
}
.checkoutPage .checkout .checkout-address__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 24px 0 16px;
  text-align: center;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .checkout-address__subtitle {
    margin-bottom: 40px;
  }
}
.checkoutPage .checkout .checkout-address-card .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .checkoutPage .checkout .checkout-address-card .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 36px 24px;
    margin-bottom: 36px;
  }
}
.checkoutPage .checkout .checkout-address-card .row .input-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .checkoutPage .checkout .checkout-address-card .row .input-item {
    width: calc(50% - 12px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.checkoutPage .checkout .checkout-address-card .row .input-item .input-item__input {
  border: 1px solid #3D3D3D;
  border-radius: 4px;
  width: 100%;
  padding: 7px 15px;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .checkout-address-card .row .input-item .input-item__input {
    padding: 16px;
    font-size: 24px;
  }
}
.checkoutPage .checkout .checkout-address-card .row .input-item .input-select-wrap {
  background: #fff;
  cursor: pointer;
  position: relative;
}
.checkoutPage .checkout .checkout-address-card .row .input-item .input-select-wrap select {
  display: none;
}
.checkoutPage .checkout .checkout-address-card .row .input-item .input-select-wrap .current-choice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .checkout-address-card .row .input-item .input-select-wrap .current-choice {
    font-size: 24px;
  }
}
.checkoutPage .checkout .checkout-address-card .row .input-item .input-select-wrap .current-choice svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.checkoutPage .checkout .checkout-address-card .row .input-item .input-select-wrap .select-list {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(calc(100% + 2px));
  -ms-transform: translateY(calc(100% + 2px));
  transform: translateY(calc(100% + 2px));
  border-radius: 4px;
  padding: 8px 0;
  width: 100%;
  background: #F9F8F8;
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0.2), 8px 8px 16px rgba(179, 179, 179, 0.2);
  z-index: 10;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 300px;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  scrollbar-width: thin;
}
.checkoutPage .checkout .checkout-address-card .row .input-item .input-select-wrap .select-list span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: start;
  padding: 8px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .checkoutPage .checkout .checkout-address-card .row .input-item .input-select-wrap .select-list span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .checkoutPage .checkout .checkout-address-card .row .input-item .input-select-wrap .select-list span:hover {
    opacity: 0.8;
  }
}
.checkoutPage .checkout .checkout-address-card .row .input-item .input-select-wrap.active .select-list {
  opacity: 1;
  pointer-events: all;
}
.checkoutPage .checkout .checkout-address-card .row .input-item .input-select-wrap.active .current-choice svg {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.checkoutPage .checkout .checkout-address-comment {
  margin: 24px 0 48px;
}
.checkoutPage .checkout .checkout-address-comment .checkout-address-comment__title {
  margin: 0 0 24px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #2C3043;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .checkout-address-comment .checkout-address-comment__title {
    margin-bottom: 8px;
    text-align: center;
  }
}
.checkoutPage .checkout .checkout-address-comment .checkout-address-comment__area {
  margin-top: 8px;
  display: block;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  resize: none;
  height: 134px;
  font-weight: 400;
  padding: 8px 16px;
  outline: none;
}
.checkoutPage .checkout .review-order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}
.checkoutPage .checkout .review-order-row-column {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
}
.checkoutPage .checkout .shipping__title {
  margin: 0;
}
.checkoutPage .checkout .woocommerce-shipping-methods, .checkoutPage .checkout .checkout .wc_payment_methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  text-align: start;
  margin: 24px 0 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .woocommerce-shipping-methods, .checkoutPage .checkout .checkout .wc_payment_methods {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 48px;
  }
}
.checkoutPage .checkout .woocommerce-shipping-methods li input, .checkoutPage .checkout .checkout .wc_payment_methods li input {
  display: none;
}
.checkoutPage .checkout .woocommerce-shipping-methods li input:checked ~ label::after, .checkoutPage .checkout .woocommerce-shipping-methods li input[type=hidden] ~ label::after, .checkoutPage .checkout .checkout .wc_payment_methods li input:checked ~ label::after, .checkoutPage .checkout .checkout .wc_payment_methods li input[type=hidden] ~ label::after {
  opacity: 1 !important;
}
.checkoutPage .checkout .woocommerce-shipping-methods li label, .checkoutPage .checkout .checkout .wc_payment_methods li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.checkoutPage .checkout .woocommerce-shipping-methods li label::before, .checkoutPage .checkout .checkout .wc_payment_methods li label::before {
  position: relative;
  display: inline-block;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><script xmlns=""/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 5C5.449 5 5 5.449 5 6V18C5 18.551 5.449 19 6 19H18C18.551 19 19 18.551 19 18V6C19 5.449 18.551 5 18 5H6ZM18 21H6C4.346 21 3 19.654 3 18V6C3 4.346 4.346 3 6 3H18C19.654 3 21 4.346 21 6V18C21 19.654 19.654 21 18 21Z" fill="%230D1C2E"/></svg>') no-repeat center;
  width: 24px;
  height: 24px;
}
.checkoutPage .checkout .woocommerce-shipping-methods li label::after, .checkoutPage .checkout .checkout .wc_payment_methods li label::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><script xmlns=""/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.97355 14.4711L17.9137 6.36543C18.3909 5.87819 19.1648 5.87819 19.642 6.36543C20.1193 6.85266 20.1193 7.64262 19.642 8.12986L9.97355 18L4.35796 12.2673C3.88068 11.7801 3.88068 10.9901 4.35796 10.5029C4.83524 10.0156 5.60906 10.0156 6.08634 10.5029L9.97355 14.4711Z" fill="black"/></svg>') no-repeat center;
  width: 20px;
  height: 20px;
  left: 4px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.checkoutPage .checkout .coupon {
  margin: 0;
}
.checkoutPage .checkout .coupon .checkout_coupon, .checkoutPage .checkout .coupon .coupon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .coupon .checkout_coupon, .checkoutPage .checkout .coupon .coupon-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.checkoutPage .checkout .coupon .checkout_coupon .input-item__input, .checkoutPage .checkout .coupon .coupon-wrap .input-item__input {
  margin: 0;
  padding: 8px 24px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #3D3D3D;
  border-radius: 4px;
  width: 100%;
  outline: none;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .coupon .checkout_coupon .input-item__input, .checkoutPage .checkout .coupon .coupon-wrap .input-item__input {
    font-size: 24px;
    padding: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    text-align: start;
  }
}
.checkoutPage .checkout .coupon .checkout_coupon .black-btn, .checkoutPage .checkout .coupon .coupon-wrap .black-btn {
  width: 100%;
  padding: 8px 24px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .coupon .checkout_coupon .black-btn, .checkoutPage .checkout .coupon .coupon-wrap .black-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    font-size: 24px;
  }
}
@media (hover: hover) {
  .checkoutPage .checkout .coupon .checkout_coupon .black-btn:hover, .checkoutPage .checkout .coupon .coupon-wrap .black-btn:hover {
    opacity: 0.8;
  }
}
.checkoutPage .checkout .total-checkout {
  margin-top: 48px;
  padding: 32px 0;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.checkoutPage .checkout .total-checkout .total-checkout-row {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}
.checkoutPage .checkout .total-checkout .total-checkout-row:last-child {
  margin-bottom: 0;
}
.checkoutPage .checkout .total-checkout .total-checkout-row span, .checkoutPage .checkout .total-checkout .total-checkout-row div {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.checkoutPage .checkout .total-checkout .total-checkout-row .order-total__title {
  text-transform: uppercase;
}
.checkoutPage .checkout .woocommerce-checkout-payment {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .woocommerce-checkout-payment {
    gap: 20px;
  }
}
.checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-form__label-for-checkbox, .checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: inline-block;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  cursor: pointer;
}
.checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-form__label-for-checkbox #mailpoet_woocommerce_checkout_optin, .checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper #mailpoet_woocommerce_checkout_optin {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px !important;
  height: 24px !important;
  margin-right: 10px;
  border: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  visibility: visible !important;
}
.checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-form__label-for-checkbox #mailpoet_woocommerce_checkout_optin::before, .checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper #mailpoet_woocommerce_checkout_optin::before {
  position: relative;
  display: inline-block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><script xmlns=""/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 5C5.449 5 5 5.449 5 6V18C5 18.551 5.449 19 6 19H18C18.551 19 19 18.551 19 18V6C19 5.449 18.551 5 18 5H6ZM18 21H6C4.346 21 3 19.654 3 18V6C3 4.346 4.346 3 6 3H18C19.654 3 21 4.346 21 6V18C21 19.654 19.654 21 18 21Z" fill="%230D1C2E"/></svg>') no-repeat center;
  width: 24px;
  height: 24px;
  top: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
  content: "";
}
.checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-form__label-for-checkbox #mailpoet_woocommerce_checkout_optin:checked::after, .checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper #mailpoet_woocommerce_checkout_optin:checked::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><script xmlns=""/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.97355 14.4711L17.9137 6.36543C18.3909 5.87819 19.1648 5.87819 19.642 6.36543C20.1193 6.85266 20.1193 7.64262 19.642 8.12986L9.97355 18L4.35796 12.2673C3.88068 11.7801 3.88068 10.9901 4.35796 10.5029C4.83524 10.0156 5.60906 10.0156 6.08634 10.5029L9.97355 14.4711Z" fill="black"/></svg>') no-repeat center;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 7px;
}
.checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text a, .checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a {
  color: inherit;
  text-decoration: underline;
  line-height: inherit;
  font-size: inherit;
}
.checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text::before, .checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text::before {
  position: relative;
  display: inline-block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><script xmlns=""/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 5C5.449 5 5 5.449 5 6V18C5 18.551 5.449 19 6 19H18C18.551 19 19 18.551 19 18V6C19 5.449 18.551 5 18 5H6ZM18 21H6C4.346 21 3 19.654 3 18V6C3 4.346 4.346 3 6 3H18C19.654 3 21 4.346 21 6V18C21 19.654 19.654 21 18 21Z" fill="%230D1C2E"/></svg>') no-repeat center;
  width: 24px;
  height: 24px;
  top: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 8px;
  content: "";
}
.checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-form__label-for-checkbox input:checked ~ .woocommerce-terms-and-conditions-checkbox-text::after, .checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper input:checked ~ .woocommerce-terms-and-conditions-checkbox-text::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><script xmlns=""/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.97355 14.4711L17.9137 6.36543C18.3909 5.87819 19.1648 5.87819 19.642 6.36543C20.1193 6.85266 20.1193 7.64262 19.642 8.12986L9.97355 18L4.35796 12.2673C3.88068 11.7801 3.88068 10.9901 4.35796 10.5029C4.83524 10.0156 5.60906 10.0156 6.08634 10.5029L9.97355 14.4711Z" fill="black"/></svg>') no-repeat center;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 7px;
}
.checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  display: none;
}
.checkoutPage .checkout .woocommerce-checkout-payment .validate-required {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.checkoutPage .checkout .woocommerce-checkout-payment .validate-required input {
  display: none;
}
.checkoutPage .checkout .woocommerce-checkout-payment .place-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 16px;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .woocommerce-checkout-payment .place-order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.checkoutPage .checkout .woocommerce-checkout-payment .place-order #place_order {
  padding: 16px 32px;
  background: #000000;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .woocommerce-checkout-payment .place-order #place_order {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (hover: hover) {
  .checkoutPage .checkout .woocommerce-checkout-payment .place-order #place_order:hover {
    opacity: 0.8;
  }
}
.checkoutPage .checkout .woocommerce-checkout-payment .place-order .checkout-payment__back {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1025px) {
  .checkoutPage .checkout .woocommerce-checkout-payment .place-order .checkout-payment__back {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (hover: hover) {
  .checkoutPage .checkout .woocommerce-checkout-payment .place-order .checkout-payment__back {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .checkoutPage .checkout .woocommerce-checkout-payment .place-order .checkout-payment__back:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.checkoutPage .checkout .woocommerce-checkout-payment .place-order .checkout-payment__back svg {
  display: block;
  width: 24px;
  height: auto;
}
.checkoutPage .checkout #iframeSamePageIcredit, .checkoutPage .checkout #ppc-button-ppcp-googlepay, .checkoutPage .checkout #ppc-button-ppcp-applepay {
  display: none;
}

[lang=he-IL] .checkoutPage .checkout .woocommerce-shipping-methods li input:checked ~ label::after, [lang=he-IL] .checkoutPage .checkout .woocommerce-shipping-methods li input[type=hidden] ~ label::after, [lang=he-IL] .checkoutPage .checkout .checkout .wc_payment_methods li input:checked ~ label::after, [lang=he-IL] .checkoutPage .checkout .checkout .wc_payment_methods li input[type=hidden] ~ label::after {
  right: 0;
  left: initial;
}
@media (min-width: 1025px) {
  [lang=he-IL] .checkoutPage .checkout .woocommerce-checkout-payment .place-order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
[lang=he-IL] .checkoutPage .checkout .woocommerce-checkout-payment .place-order .checkout-payment__back {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
[lang=he-IL] .checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-form__label-for-checkbox input:checked ~ .woocommerce-terms-and-conditions-checkbox-text::after, [lang=he-IL] .checkoutPage .checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper input:checked ~ .woocommerce-terms-and-conditions-checkbox-text::after {
  right: 8px;
  left: initial;
}

.faq {
  margin-bottom: 48px;
  margin-top: 4px;
}
@media (min-width: 769px) {
  .faq {
    margin-bottom: 88px;
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .faq {
    margin-bottom: 128px;
  }
}
.faq__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.faq__form {
  padding: 32px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .faq__form {
    padding: 40px 0;
  }
}
@media (min-width: 1025px) {
  .faq__form {
    padding: 48px 0;
  }
}
.faq__formWr {
  max-width: 990px;
}
.faq__formTitle {
  font-size: 32px;
  margin: 0 0 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .faq__formTitle {
    font-size: 26px;
  }
}
.faq__formSubtitle {
  margin: 0 0 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 769px) {
  .faq__formSubtitle {
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .faq__formSubtitle {
    font-size: 32px;
  }
}
.faq__formText {
  margin: 0 0 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 769px) {
  .faq__formText {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .faq__formText {
    font-size: 24px;
  }
}
.faq__lab {
  position: relative;
  display: block;
  width: 100%;
}
.faq__lab input {
  border-radius: 4px;
  border: 1px solid var(--base-bg-black, #000);
  padding: 7px 15px;
  color: var(--base-bg-black, #000);
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  outline: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
  box-shadow: -8px -8px 16px rgba(179, 179, 179, 0), 8px 8px 16px rgba(179, 179, 179, 0);
  text-align: start;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .faq__lab input {
    padding: 11px 23px;
    font-weight: 400;
    background-color: #fff;
  }
}
@media (min-width: 1025px) {
  .faq__lab input {
    padding: 15px 31px;
  }
}
.faq__lab input::-webkit-input-placeholder {
  color: var(--Text-Dark-900, #191919);
}
.faq__lab input::-moz-placeholder {
  color: var(--Text-Dark-900, #191919);
}
.faq__lab input:-ms-input-placeholder {
  color: var(--Text-Dark-900, #191919);
}
.faq__lab input::-ms-input-placeholder {
  color: var(--Text-Dark-900, #191919);
}
.faq__lab input::placeholder {
  color: var(--Text-Dark-900, #191919);
}
.faq__lab button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
@media (min-width: 769px) {
  .faq__lab button {
    width: 22px;
    right: 19px;
  }
}
@media (min-width: 1025px) {
  .faq__lab button {
    width: 24px;
    right: 23px;
  }
}
.faq__lab button img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.faq__btns {
  background: #F9F8F8;
  padding: 32px 0;
}
@media (min-width: 769px) {
  .faq__btns {
    padding: 40px 0;
  }
}
@media (min-width: 1025px) {
  .faq__btns {
    padding: 48px 0;
  }
}
.faq__btnsWr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.faq__btnsWr button {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
  border: 1px solid #000000;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 769px) {
  .faq__btnsWr button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 340px;
    text-transform: uppercase;
  }
}
.faq__btnsWr button.active {
  background-color: #3D3D3D;
  border-color: #3D3D3D;
  color: #fff;
}
@media (hover: hover) {
  .faq__btnsWr button:hover {
    background-color: #3D3D3D;
    border-color: #3D3D3D;
    color: #fff;
  }
}
.faq__cont {
  margin-top: 32px;
}
@media (min-width: 769px) {
  .faq__cont {
    margin-top: 48px;
  }
}
@media (min-width: 1025px) {
  .faq__cont {
    margin-top: 64px;
  }
}
.faq__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}
@media (min-width: 769px) {
  .faq__list {
    gap: 42px;
  }
}
@media (min-width: 1025px) {
  .faq__list {
    gap: 48px;
  }
}
.faq__list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__card {
  border-bottom: 1px solid #000000;
}
.faq__cardBtn {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  text-align: start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
@media (min-width: 769px) {
  .faq__cardBtn {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .faq__cardBtn {
    font-size: 24px;
  }
}
.faq__cardBtn.active {
  font-weight: 600;
}
.faq__cardBtn.active svg line:last-child {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.faq__cardBtn svg {
  display: block;
  width: 16px;
  min-width: 16px;
  height: auto;
}
@media (min-width: 769px) {
  .faq__cardBtn svg {
    width: 24px;
    min-width: 24px;
  }
}
@media (min-width: 1025px) {
  .faq__cardBtn svg {
    width: 30px;
    min-width: 30px;
  }
}
.faq__cardBtn svg line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.faq__cardCont {
  display: none;
  font-size: 16px;
  text-align: start;
  padding: 8px 0 24px;
}
.faq__cardCont > *:first-child {
  margin-top: 0 !important;
}
.faq__cardCont > *:last-child {
  margin-bottom: 0 !important;
}

[lang=he-IL] .faq__lab button {
  right: initial;
  left: 15px;
}
@media (min-width: 769px) {
  [lang=he-IL] .faq__lab button {
    left: 19px;
  }
}
@media (min-width: 1025px) {
  [lang=he-IL] .faq__lab button {
    left: 23px;
  }
}
.lineProd__slide{
  min-width: 250px;
}
@media(min-width: 1390px) and (max-width: 1620px){
  .lineProd__slide{
    min-width: 200px;
  }
}

/* float menu */
.float-menu-mobile{
  display: none;
}
@media(max-width: 780px){
  .float-menu{
    display: none;
  }
  .float-menu-mobile{
    display: block;
    position: fixed;
    bottom: 10px;
    background: #0e0b26;
    right: 10px;
    left: 10px;
    z-index: 999;
    border-radius: 12px;
    padding: 16px;
  }
  .float-menu-mobile ul{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
  .float-menu__nav-mob li{
    list-style: none;
    line-height: 1;
  }
  .float-menu__nav-mob .headerMob__lang{
    width: 40px;
    height: 40px;
    border-color: #fff;
    border-radius: 4px;
  }
  .float-menu__nav-mob .headerMob__langList{
    transform: translateY(-50%);
    border-radius: 4px;
  }
  .float-menu__nav-mob .headerMob__langActive{
    color: #fff;
    font-size: 12px;
  }
  .float-menu__nav-mob .headerMob__langItem{
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
  .float-menu__nav-mob .search-input-container {
    display: none;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    background: white;
    z-index: 10;
    padding: 10px;
    border-radius: 5px;
  }
  .float-menu__nav-mob .search-input-container input {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .float-menu__nav-mob #search-toggle .promagnifier,
  .float-menu__nav-mob #search-toggle .promagnifier .innericon{
    width: 40px;
    height: 40px;
  }
  #ajaxsearchprores1_4{
    transform: translateY(calc(-100% - 70px)) !important;
  }
  .float-menu__nav-mob .floatCart{
    background: #fff;
    padding: 0 16px;
    border-radius: 50px;
    height: 40px;
  }
  .float-menu__nav-mob .floatCart a{
    color: #0e0b26;
    font-weight: 500;
  }
  .float-menu__nav-mob .floatCart a div{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
  }
  .float-menu__nav-mob .floatCart .cart-count{
    font-size: 8px;
    color: #fff;
    background: #FF6C67;
    border-radius: 50%;
    top: 5px;
    right: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    content: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}