#search_edem {
  z-index: 20;
}
.searchCard-existance {
  opacity: 0.6;
}
.navMenu-activeInput > .container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.navMenu .navMenu__inputBlock {
  display: none;
  background: #fffdfc;
}
.navMenu .navMenu__inputBlock.tempAct {
  display: block;
}

#clearPageInput {
}
.pageInputT {
  background: #fffdfc;
}

.navMenu-activeInput > .container {
  width: 100%;
}

.navMenu-activeInput .navMenu__inputBlock {
  display: block;
  position: relative;
  z-index: 5;
}

.navMenu__inputWrap {
  position: relative;
}

.navMenu__inputWrap .icon-cross {
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.navMenu-activeInput input {
  width: 100%;
  display: flex;
  margin: auto;
  padding: 15px 0 15px 0;
  padding-left: 49px;
  font-size: 20px;
}

.navMenu__inputBlock .icon-loop {
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 15px;
}

.footer ~ .modal.modalWrap-active {
  display: block;
}

.modalContent {
  display: none;
  position: absolute;
  z-index: 1000;
  max-width: 644px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fffdfc;
  padding: 40px 60px;
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.1);
}
.modalContent * {
  width: fit-content;
}
.modal .modal-active {
  display: block;
}

.modal-search {
  width: 1440px;
  max-width: 100%;
  top: 137px;
  transform: translate(-50%, 0);
  z-index: 300;
  box-shadow:
    0px 2px 4px rgba(0, 0, 0, 0.14),
    0px 4px 5px rgba(0, 0, 0, 0.12),
    0px 1px 10px rgba(0, 0, 0, 0.2);
  padding: 40px 90px;
}
.modal-search.modal-active {
  display: block;
}

.searchCard:nth-child(3n + 2):last-child {
  margin-right: auto;
}

.search-container .icon-search {
  opacity: 0.5;
}

.mobSrch {
  position: relative;
  z-index: 1;
}
.mobSrsh-resultW {
  position: absolute;
  height: 0;
  left: -9999px;
  bottom: 0;
  bottom: -5px;
  width: 100%;
  /* * /
	display: none;
	
}
.mobSrsh-resultW.modal-active {
  left: 0px;
}
.mobSrsh-resultH {
  text-align: center;
  overflow: auto;
  background-color: #f6eeec;
}
.mobSrsh-result {
  text-align: left;
}
.mobSrsh-result + .btn {
  margin: 10px 0;
}
.mobSrsh-result .searchCard__container {
}
.mobSrsh-result .searchCard {
  width: 292px !important;
  padding-right: 0;
}

.searchCard__container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
  /* * /
	
	justify-content: space-between;
	row-gap: 30px;
	
  row-gap: 40px;
}

.searchCard {
  display: flex;
  align-items: center;
  height: fit-content;
  width: 445px;
  padding-right: 77px;
  position: relative;
  cursor: pointer;
}
.searchCard:nth-child(3n) {
  width: 360px;
}
.searchCard img {
  width: 88px;
  object-fit: cover;
}

.searchCard__textBlock {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  justify-content: space-around;
}

.modal-search .btn {
  display: flex;
  margin: auto;
  margin-top: 75px;
}

.searchCard-newPrice {
  font-size: 16px;
  line-height: 150%;
  color: #3b8067;
  margin-top: 10px;
}

.searchCard-oldPrice {
  opacity: 0.68;
  font-size: 10px;
  line-height: 150%;
  text-decoration-line: line-through;
  color: #4b4b4b;
}

.searchCard-discount {
  position: absolute;
  top: -10px;
  left: 5px;
  font-family: "Comfortaa", sans-serif, Arial, Helvetica;
  font-size: 12px;
  color: #4b4b4b;
  background: #ffeae7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* *  /


.searche-title {}

.search-title-button {
	background-image: url(images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
	min-height: 38px;
}

.title-search-result {
	border: 1px solid #ced4da;
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
}

.search-title-result-item {
	border-bottom: 1px solid #ddd;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
}

.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}


@media screen and (max-width: 1439px) {
  .modal-search {
    width: 1280px;
    top: 136px;
    padding: 30px 75px;
  }
  .searchCard__container {
    row-gap: 30px;
  }
  .searchCard img {
    width: 73px;
  }
  .searchCard {
    width: 390px;
    padding-right: 57px;
  }
  .searchCard:nth-child(3n) {
    width: 340px;
  }
}

@media (max-width: 1279px) {
  .modal-search.modal-active {
    display: none;
  }
  .mobSrch .icon-search {
    display: none;
  }
  .header .header__menu-search input {
    margin-left: 0;
  }
  .searchCard__container {
    justify-content: space-between;
  }
  .mobSrsh-resultH {
    width: 100vw;
    margin-left: calc((700px - 100vw) / 2);
  }

  .mobSrsh-result {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .searchCard__container .searchCard {
    display: none;
  }
  .searchCard__container .searchCard:nth-child(-n + 6) {
    display: flex;
  }
}

@media (max-width: 767px) {
  .mobSrsh-resultH {
    width: 100%;
    margin-left: 0;
  }
  .searchCard__container .searchCard {
    display: none !important;
  }
  .searchCard__container .searchCard:nth-child(-n + 4) {
    display: flex !important;
  }
}
