@import url(./fonts.css);

body {
  padding: 0;
  margin: 0;
  font-family: "Gilroy";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  background: #f7f7f7;
  color: #222222;
  background-image: url(../images/mainbg.jpg);
}

* {
  font-family: "Gilroy" !important;
}

.btn_product_category {
  text-align: left;
}

.popular__item {
  position: relative;
  display: block;
  overflow: hidden;
}

.shop-banner__right {
  margin-left: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
}

.popular__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 8px;
  height: 100%;
  background-color: rgba(197, 197, 197, 0.5);
  z-index: 1;
  pointer-events: none;
  display: none;
}

.popular__item.gray-overlay::before {
  display: block;
}

:root {
  --orange-color: #ffc12e;
  --gray-color: #828282;
  --light-gray-color: #e4e4e4;
  --purple-color: #9b51e0;
}

* {
  box-sizing: border-box;
}

* {
  scrollbar-color: var(--orange-color) var(--light-gray-color) !important;
  scrollbar-width: thin !important;
}

* ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: var(--light-gray-color);
  border-radius: 50px;
  padding-left: 10px;
  margin-left: 10px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background: var(--light-gray-color);
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--orange-color);
}

img {
  max-width: 100%;
}

input {
  border: none;
  outline: none;
  padding: 16px;
  background: #f7f7f7;
}

input.input-style {
  border-radius: 8px;
  background: #f4f4f4;
  padding: 15px 16px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
}

input.input-style::placeholder {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

select.select-style {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  background: #f4f4f4;
  padding: 15px 16px;
  outline: none;
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4' fill='none'%3E%3Cpath d='M5.49985 0.584971C5.40617 0.491846 5.27945 0.439575 5.14735 0.439575C5.01526 0.439575 4.88853 0.491846 4.79485 0.584971L2.99985 2.35497L1.22985 0.584971C1.13617 0.491846 1.00945 0.439575 0.877352 0.439575C0.745259 0.439575 0.618533 0.491846 0.524852 0.584971C0.477988 0.631453 0.440791 0.686753 0.415406 0.747683C0.390022 0.808613 0.376953 0.873966 0.376953 0.939971C0.376953 1.00598 0.390022 1.07133 0.415406 1.13226C0.440791 1.19319 0.477988 1.24849 0.524852 1.29497L2.64485 3.41497C2.69133 3.46184 2.74663 3.49903 2.80756 3.52442C2.86849 3.5498 2.93385 3.56287 2.99985 3.56287C3.06586 3.56287 3.13121 3.5498 3.19214 3.52442C3.25307 3.49903 3.30837 3.46184 3.35485 3.41497L5.49985 1.29497C5.54672 1.24849 5.58391 1.19319 5.6093 1.13226C5.63468 1.07133 5.64775 1.00598 5.64775 0.939971C5.64775 0.873966 5.63468 0.808613 5.6093 0.747683C5.58391 0.686753 5.54672 0.631453 5.49985 0.584971Z' fill='%23828282'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 8px;
}

textarea {
  border-radius: 8px;
  background: #f4f4f4;
  width: 100%;
  resize: none;
  border: none;
  padding: 16px;
  min-height: 84px;
}

.color-orange {
  color: var(--orange-color);
}

.btn-gray {
  border-radius: 8px;
  background: var(--light-gray-color);
  padding: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  display: inline-block;
  outline: none;
  text-decoration: none !important;
  color: #222222;
}

.btn-orange {
  padding: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  display: inline-block;
  outline: none;
  text-decoration: none !important;
  background: var(--orange-color);
  border-radius: 8px;
  color: #222222;
  pointer-events: auto;
}

.container-big {
  max-width: 90vw;
  /*padding-right: 15px;*/
  /*padding-left: 15px;*/
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.section-title span {
  color: var(--orange-color);
}

.header__wrap {
  display: flex;
}

.header__logo-link {
  max-width: 144px;
  margin-right: 32px;
}

.header__main {
  padding: 22px 0;
  width: calc(100% - 144px);
}

.header__top {
  display: flex;
  align-items: center;
}

.header__description-text {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0;
}

.header__description-text span {
  color: var(--orange-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header__time {
  color: var(--gray-color);
  font-size: 13px;
  /*font-style: normal;*/
  /*font-weight: 400;*/
  /*line-height: normal;*/
}

.header__search-form {
  max-width: 480px;
  height: 2.5rem;
  border-radius: 8px;
  border: 1.5px solid var(--orange-color);
  display: flex;
  margin: 0 24px;
  margin-left: auto;
  /* display: none; */
}

.header__search {
  border-radius: 8px;
  flex-grow: 1;
  background-color: transparent !important;
}

.header__search-cat {
  height: 51px;
  display: block;
  border: 0;
  box-shadow: none;
  outline: none;
  background: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  color: var(--gray-color);
  cursor: pointer;
}

.header__search-cat span {
  padding: 12px;
  /* padding-right: 24px; */
  /*text-align: center;*/
  display: inline-block;
}

.header__search-cat span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M8.5001 4.585C8.40641 4.49188 8.27969 4.43961 8.1476 4.43961C8.0155 4.43961 7.88878 4.49188 7.7951 4.585L6.0001 6.355L4.2301 4.585C4.13642 4.49188 4.00969 4.43961 3.8776 4.43961C3.7455 4.43961 3.61878 4.49188 3.5251 4.585C3.47823 4.63148 3.44103 4.68678 3.41565 4.74771C3.39027 4.80864 3.3772 4.874 3.3772 4.94C3.3772 5.00601 3.39027 5.07136 3.41565 5.13229C3.44103 5.19322 3.47823 5.24852 3.5251 5.295L5.6451 7.415C5.69158 7.46187 5.74688 7.49906 5.80781 7.52445C5.86874 7.54983 5.93409 7.5629 6.0001 7.5629C6.0661 7.5629 6.13146 7.54983 6.19238 7.52445C6.25331 7.49906 6.30861 7.46187 6.3551 7.415L8.5001 5.295C8.54696 5.24852 8.58416 5.19322 8.60954 5.13229C8.63493 5.07136 8.648 5.00601 8.648 4.94C8.648 4.874 8.63493 4.80864 8.60954 4.74771C8.58416 4.68678 8.54696 4.63148 8.5001 4.585Z' fill='%23828282'/%3E%3C/svg%3E");
}

.header__search-cat-list {
  min-width: 180px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 16px;
  background: #fff;
  box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 16px;
  position: absolute;
  top: 90%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 5;
}

.header__search-cat-list.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header__search-cat-list li {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  cursor: pointer;
}

.header__search-cat-list li.active {
  color: var(--orange-color);
}

.header__search-cat-list li:last-child {
  margin-bottom: 0;
}

.header__search-btn {
  background: var(--orange-color);
  border: none;
  outline: none;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 16px;
}

.header__address {
  position: relative;
}

.header__address span {
  color: var(--gray-color);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header__address-select {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M8.5001 4.585C8.40641 4.49188 8.27969 4.43961 8.1476 4.43961C8.0155 4.43961 7.88878 4.49188 7.7951 4.585L6.0001 6.355L4.2301 4.585C4.13642 4.49188 4.00969 4.43961 3.8776 4.43961C3.7455 4.43961 3.61878 4.49188 3.5251 4.585C3.47823 4.63148 3.44103 4.68678 3.41565 4.74771C3.39027 4.80864 3.3772 4.874 3.3772 4.94C3.3772 5.00601 3.39027 5.07136 3.41565 5.13229C3.44103 5.19322 3.47823 5.24852 3.5251 5.295L5.6451 7.415C5.69158 7.46187 5.74688 7.49906 5.80781 7.52445C5.86874 7.54983 5.93409 7.5629 6.0001 7.5629C6.0661 7.5629 6.13146 7.54983 6.19238 7.52445C6.25331 7.49906 6.30861 7.46187 6.3551 7.415L8.5001 5.295C8.54696 5.24852 8.58416 5.19322 8.60954 5.13229C8.63493 5.07136 8.648 5.00601 8.648 4.94C8.648 4.874 8.63493 4.80864 8.60954 4.74771C8.58416 4.68678 8.54696 4.63148 8.5001 4.585Z' fill='%23828282'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 0px;
  padding-right: 12px;
  cursor: pointer;
}

.header__address-banner {
  position: absolute;
  top: 20px;
  left: -24px;
  width: 416px;
  padding: 24px 30px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  position: fixed;
  left: 50%;
}

.header__address-banner.active {
  top: 48px;
  opacity: 1;
  visibility: visible;
}

.header__address-banner h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header__address-banner p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}

.header__address-banner .btn {
  width: 50%;
  max-width: 166px;
}

.header__address-btn-group {
  display: flex;
  justify-content: space-between;
}

.header__contacts {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  position: relative;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header__contacts-btn {
  border: none;
  padding: 0;
  outline: none;
  background: none;
  width: 16px;
  height: 17px;
  margin-top: 3px;
  margin-right: 4px;
}

.header__contacts-btn svg {
  vertical-align: baseline;
}

.header__contacts span {
  color: var(--orange-color);
}

.header__contacts p {
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #828282;
  text-align: right;
}

.header__contacts-drop-down {
  width: 220px;
  padding: 20px;
  position: absolute;
  left: -20px;
  top: 90%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 5;
}

.header__contacts-drop-down.active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

.header__contacts-drop-down a {
  display: block;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #222222;
  text-decoration: none;
  margin-bottom: 16px;
}

.header__contacts-drop-down a p {
  text-align: left;
}

.header__contacts-drop-down-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  padding: 0;
  display: block;
  background: none;
  height: 16px;
}

.header__contacts-drop-down-close svg {
  vertical-align: top;
}

.header__basket {
  margin: 0 24px;
  position: relative;
}

.header__basket-count {
  display: block;
  position: absolute;
  top: -6px;
  right: -5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 1px 2px;
  background: var(--orange-color);
  border-radius: 16px;
  min-width: 14px;
  text-align: center;
  z-index: 5;
}

.login-btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.header__bottom {
  border-radius: 12px;
  background: #f4f4f4;
  padding: 8px 0;
  margin-top: 40px;
}

.header__nav {
  padding: 0;
  margin: 0;
  display: flex;
}

.header__nav-item {
  display: inline-block;
  padding: 12px 30px;
  border-left: 1px solid var(--light-gray-color) !important;
  position: relative;
}

.header__nav-item:first-child {
  border-left: 0;
  /* border-color: transparent; */
}

.header__nav-item:hover {
  background-color: #ffc12e;
  border-radius: 8px;
}

.header__nav-item-right {
  border-left: 0;
  margin-left: auto;
}

button.header__nav-link {
  background: none;
  border: none;
}

a.header__nav-link,
button.header__nav-link {
  color: #222;
  font-size: small;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  position: relative;
}

.header__nav-drop-down {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.header__nav-link:hover+.header__nav-drop-down {
  opacity: 1;
  visibility: visible;
}

.header__nav-link:hover svg path {
  /* fill: var(--black-color); */
  fill: var(black) !important;
}

.header__nav-drop-down {
  color: var(--gray-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 100%;
  right: 12px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.04);
}

.banner {
  padding: 60px 0;
}

.banner__row {
  display: flex;
}

.banner__info {
  padding-right: 80px;
}

.banner__title {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner__title span {
  color: var(--orange-color);
}

.banner__subtitle {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 6px 0;
  margin: 0;
}

.banner__subtitle span {
  color: var(--orange-color);
}

.banner__text {
  color: var(--gray-color);
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 12px;
}

.banner__img {
  min-width: 640px;
  object-fit: cover;
}

.banner__img img {
  border-radius: 24px;
}

.banner__info .btn {
  font-size: 18px;
}

.stock {
  padding: 60px 0;
  overflow: hidden;
}

.stock__header {
  display: flex;
  margin-bottom: 24px;
}

.review {
  display: flex;
}

.stock__list .slick-track {
  min-width: 100%;
}

.stock__slide-nav {
  margin-left: auto;
  display: flex;
}

.stock__slide-nav .slick-prev,
.stock__slide-nav .slick-next {
  position: static;
  width: 24px;
  height: 24px;
}

.stock__slide-nav .slick-prev:before,
.stock__slide-nav .slick-next:before {
  display: none;
}

.slick-prev.slick-disabled svg,
.slick-next.slick-disabled svg {
  opacity: 0.25;
}

/*.stock .slick-slider {*/
/*  margin: 0 -20px;*/
/*}*/

.stock__item {
  display: flex !important;
  border-radius: 12px;
  margin: 0 20px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: all 0.1s;
}

.stock__item:first-child,
.stock__item:hover {
  background: var(--orange-color);
}

.stock__item:hover {
  color: inherit;
  text-decoration: none;
}

.stock__item-info {
  width: calc(100% - 200px);
  padding: 20px 0 20px 24px;
  display: flex;
  flex-direction: column;
  color: inherit;
}

.stock__item-more {
  margin-top: 64px !important;
}

.stock__item-info h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  color: black !important;
}

.stock__item-info h6 {
  color: black !important;
}

.stock__item-info span {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #222222 !important;
  text-decoration: none;
}

.stock__item-img {
  width: 200px;
  padding: 5px;
}

.stock__item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.popular {
  padding: 60px 0;
  overflow: visible;
}

.popular__head {
  display: flex;
  align-items: center;
}

.popular__head h2 {
  margin-bottom: 0;
}

.popular__all {
  border-radius: 8px;
  background: var(--light-gray-color);
  margin-left: auto;
  padding: 20px 24px;
  color: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-decoration: none !important;
}

.popular__all:hover {
  color: inherit;
}

.popular__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  margin-top: 24px;
}

.popular__item {
  width: calc(100% / 5 - 32px);
  color: inherit;
  margin: 0 16px;
  margin-bottom: 30px;
}

.popular__item:hover {
  color: inherit;
  text-decoration: none;
}

.popular__item-head {
  position: relative;
  margin-bottom: 12px;
}

.popular__item-img {
  border-radius: 12px;
  min-height: 110px;
  object-fit: cover;
}

.popular__item-logo {
  display: block;
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 80px;
  height: 80px;
  /* object-fit: cover; */
  border-radius: 8px;
}

.popular__item-status {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 8px 12px;
  background: var(--purple-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  border-radius: 4px;
}

.popular__item-info-head {
  display: flex;
  align-items: center;
}

.popular__item-name {
  margin-bottom: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.popular__item-rating {
  margin-left: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: end;
}

.popular__item-rating svg {
  margin-right: 4px;
}

.popular__item-rating span {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--gray-color);
  margin-left: 4px;
}

.popular__item-info-list {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}

.popular__item-info-list li {
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--gray-color);
  padding-right: 20px;
  padding-bottom: 8px;
}

.popular__item-info-list li svg {
  margin-right: 4px;
}

.tab-filter-product {
  display: flex;
  border-radius: 12px;
  background: #f4f4f4;
  padding: 8px 20px 8px 32px;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
}

.popular__menu-nav {
  padding: 0;
  margin: 0;
}

.popular__menu-item {
  border-right: 1px solid var(--light-gray-color);
  padding: 7px 20px;
  display: inline-block;
  /* max-width: fit-content !important;
    width: 100% !important; */
}

.catalog-nav {
  width: calc(100% - 131px);
  display: flex;
  position: relative;
  transition: all 0.3s;
}

.catalog-nav button {
  /* position: absolute; */
  /* right: 18px; */
  border: none;
  background: transparent;
  margin-left: 10px;
}

.catalog-nav .visible-links {
  display: inline-table;
}

.catalog-nav .visible-links li {
  display: table-cell;
}

.catalog-nav .hidden {
  visibility: hidden;
  transition: all 0.3s;
}

.catalog-nav .visible-links {
  display: inline-table;
  overflow: visible !important;
}

.popular__menu-item:first-child {
  padding-left: 0;
}

.popular__menu-btn,
.popular__menu-link {
  border: none;
  border-radius: 8px;
  background: transparent;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s;
  display: inline-block;
  padding: 10px 12px;
  color: #222222;
  white-space: nowrap;
}

.popular__menu-btn.active,
.popular__menu-link.active {
  background: var(--Orange, #ffc12e);
}

.catalog-nav .hidden-links {
  position: absolute;
  left: auto !important;
  right: 0 !important;
  top: 100% !important;
  transform: none !important;
  border-radius: 15px;
  background: #fff;
  box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 10px;
  border: none;
  z-index: 4;
  display: flex;
  flex-direction: column;
}

.catalog-nav .hidden-links .popular__menu-item {
  padding: 7px 20px;
  border-right: 0;
  border-bottom: 1px solid var(--light-gray-color);
}

.catalog-nav .hidden-links .popular__menu-item:last-child {
  border-bottom: 0px;
}

.popular__menu-link:hover {
  color: inherit;
  background: var(--Orange, #ffc12e);
  text-decoration: none;
}

.popular__filter {
  width: 100%;
  text-align: left;
}

.popular__btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  padding: 0;
  background: transparent;
}

.popular__filter-cat {
  right: auto !important;
  right: 0 !important;
  top: 100% !important;
  transform: none !important;
  border-radius: 15px;
  background: #fff;
  box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 10px;
  border: none;
  width: 30%;
}

.popular__filter-cat .dropdown-item {
  border-radius: 5px;
  padding: 6px;
  width: fit-content;
  margin-bottom: 5px;
}

.popular__filter-cat .dropdown-item.active,
.popular__filter-cat .dropdown-item:active,
.popular__filter-cat .dropdown-item:hover {
  background: var(--orange-color);
  color: inherit;
}

.store {
  padding: 60px 0;
  overflow: hidden;
}

.store__header {
  display: flex;
  margin-bottom: 24px;
}

.store__slide-nav {
  margin-left: auto;
  display: flex;
}

.store__slide-nav .slick-prev,
.store__slide-nav .slick-next {
  position: static;
  width: 24px;
  height: 24px;
}

.store__slide-nav .slick-prev:before,
.store__slide-nav .slick-next:before {
  display: none;
}

.slick-prev.slick-disabled svg,
.slick-next.slick-disabled svg {
  opacity: 0.25;
}

/*.store .slick-slider {*/
/*  margin: 0 -20px;*/
/*}*/

/*.store__item {*/
/*  margin: 0 20px;*/
/*}*/

.poster {
  padding: 60px 0;
}

.poster__item {
  padding: 52px 40px;
  background-image: url(../../images/Appbaner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  width: 100vw;
  height: 360px;
  gap: 40px;
  border-radius: 24px 0px 0px 0px;
  opacity: 0px;
  background-position: center left;


}

.mobile-baner-content {
  width: 100vw;
  height: 697px;
  gap: 32px;
  opacity: 0px;
  background-image: url(../../images/Appbaner-adaptive.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.poster__content {
  max-width: 880px;
}

.poster__content span {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}

/* .poster__content h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 54px;
  display: none;
}

.poster__content h2>span {
  color: var(--orange-color);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: none;

} */
.poster__content img {
  display: block;
  max-width: 200px !important;
  margin-right: 52px !important;
  margin-top: 195px !important;
}

@media (width: 1920px) {
  .poster__content img {
    display: block;
    max-width: 223px !important;
    margin-left: 4px !important;
    margin-top: 204px !important;
  }
}

/* 
.mobile-banner img {
  max-width: 164px !important;
  margin-top: 230px !important;
  margin-left: 21px !important;
} */
.mobile-banner img {
  max-width: 40vw;
  /* Ширина картинки будет зависеть от ширины экрана */
  margin-top: 60vw;
  /* Используем vw для адаптации отступа сверху */
  margin-left: 6.5vw;
  /* Отступ слева также зависит от ширины экрана */
}

@media (max-width: 375px) {
  .mobile-banner img {
    max-width: 44vw;
    margin-top: 55vw;
    margin-left: 5vw;
  }
}

@media (width: 360px) {
  .mobile-banner img {
    max-width: 44vw;
    margin-top: 64vw;
    margin-left: 6vw;
  }
}

@media (width: 375px) {
  .mobile-banner img {
    max-width: 44vw;
    margin-top: 61vw;
    margin-left: 6vw;
  }
}

/* @media (width: 412px) {
  .mobile-banner img {
    max-width: 168px !important;
    margin-top: 246px !important;
    margin-left: 25px !important;
  }
}

@media (width: 414px) {
  .mobile-banner img {
    max-width: 170px !important;
    margin-top: 247px !important;
    margin-left: 25px !important;
  }
}

@media (width: 428px) {
  .mobile-banner img {
    max-width: 175px !important;
    margin-top: 256px !important;
    margin-left: 26px !important;
  }
}

@media (width: 360px) {
  .mobile-banner img {
    max-width: 158px !important;
    margin-top: 230px !important;
    margin-left: 24px !important;
  }
}

@media (max-width: 375px) {
  .mobile-banner img {
    max-width: 164px !important;
    margin-top: 230px !important;
    margin-left: 21px !important;
  }
}

@media (width: 390px) {
  .mobile-banner img {
    max-width: 164px !important;
    margin-top: 232px !important;
    margin-left: 21px !important;
  }
} */

.delivery {
  padding: 60px 0;
}

.delivery__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.delivery_subtitle {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
  display: block;
}

.delivery__content {
  max-width: 500px;
  width: 100%;
  margin-top: 10px;
}

.delivery__content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--gray-color);
  margin-bottom: 24px;
}

.delivery__price {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
}

.delivery__img {
  margin-top: 20px;
  border-radius: 24px;
}

.delivery__form {
  width: 100%;
  max-width: 1000px;
  border-radius: 20px;
  background: #fff;
  padding: 32px 36px;
  display: flex;
}

.delivery__form h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.delivery__form-left {
  max-width: 356px;
  width: 100%;
  padding-right: 35px;
  border-right: 1px solid var(--light-gray-color);
}

.delivery__form-group {
  margin-bottom: 30px;
}

.delivery__form-group:last-child {
  margin-bottom: 0px;
}

.delivery__form-left input {
  margin-top: 12px;
}

.delivery__form-left input:not([type="radio"]) {
  width: 100%;
}

.delivery__form-group input[type="radio"] {
  display: none;
}

.radio-btn {
  cursor: pointer;
  margin-right: 32px;
  margin-top: 16px;
}

.radio-btn input+span {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background: var(--light-gray-color);
  border-radius: 50%;
  transition: all 0.3s;
}

.radio-btn input:checked+span {
  background: var(--orange-color);
}

.delivery__form textarea {
  margin-top: 12px;
}

.delivery__form-right {
  padding-left: 36px;
  max-width: 572px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.delivery__form-list-item {
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 0;
}

.delivery__form-list-item h4 {
  flex-grow: 1;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.delivery__form-list-item span {
  min-width: 136px;
}

.delivery__form-list-item button {
  padding: 0;
  background: none;
  outline: none;
  border: none;
}

.delivery__form-list {
  margin: 16px 0;
}

.delivery__form-search {
  display: flex;
  margin-bottom: 20px;
}

.delivery__form-search>input {
  flex-grow: 1;
}

.delivery__form-search select {
  appearance: none;
  outline: none;
  border: none;
}

.delivery__form-search .btn-orange {
  padding: 11px;
}

.group-select-type {
  width: 100px;
  background: #f4f4f4;
  display: inline-flex;
  border-radius: 8px;
  margin: 0 12px;
}

.group-select-type input {
  flex-grow: 1;
  width: 44px;
}

.group-select-type select {
  width: 40px;
  padding-left: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--gray-color);
}

.delivery__form-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
}

.delivery__form-bottom .btn {
  width: 250px;
  padding: 24px;
}

.delivery__form-bottom p {
  width: calc(100% - 250px);
  padding-left: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--gray-color);
  margin-bottom: 0;
}

.text-block {
  padding: 60px 0;
}

.text-block p {
  font-style: normal;
  font-weight: 500;
  color: var(--gray-color);
  margin-top: 5px;
  margin-bottom: 7px;
}

.breadcrumbs {
  padding-top: 40px;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.breadcrumbs a {
  color: var(--gray-color);
  font-weight: 500;
}

.breadcrumbs span {
  color: var(--orange-color);
  font-weight: 600;
}

.shop-banner {
  padding: 0px 0;
  position: relative;
}

.shop-banner__info {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
}

.shop-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.shop-banner__info:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.shop-banner__logo {
  border-radius: 8px;
  max-width: 120px;
  margin-bottom: 52px;
}

.shop-banner__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-bottom: 16px;
}

.shop-banner__titleh2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  margin-bottom: 16px;
}


.shop-banner__btn {
  padding: 24px 40px;
}

.shop-banner__about {
  padding: 0;
  margin: 0;
  font-size: 0;
  margin-left: auto;
}

.shop-banner__about li {
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
  margin-right: 12px;
}

.shop-banner__about li svg {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.shop-banner__about li svg path {
  fill: #222222;
}

.shop-banner__about li svg#star-about path {
  fill: #FFC12E !important;
}

li.shop-banner__about-rate {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-flex;
  align-items: end;
  vertical-align: bottom;
}

/* li.shop-banner__about-rate svg path {
    fill: var(--orange-color);
} */

li.shop-banner__about-rate span {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--gray-color);
}

.shop-banner__about li {
  margin-bottom: 10px;
}

.shop {
  padding: 12px 0;
}

.shop__wrap {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
}

/* #cart-add {
  width: 177px;
  height: 34px !important;
  padding: 0;
  gap: 10px;
  border-radius: 8px;
  opacity: 0px;
} */

.shop__menu {
  max-width: 260px;
  flex-grow: 1;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  position: sticky;
  top: 20px;
  right: 20px;
  max-height: 1000px;
  overflow-x: hidden;
}

.shop__menu-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.shop__search {
  margin: 16px 0;
}

.shop__main {
  flex-grow: 1;
  margin: 0 24px;
  width: 100%;
  max-width: 1052px;
}

.shop__menu-nav {
  display: flex;
  flex-direction: column;
}

.shop__menu-item {
  width: fit-content;
  padding: 10px 12px;
  margin-bottom: 9px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: transparent;
  border: none;
  border-radius: 8px;
}

.shop__menu-item.active {
  background: var(--orange-color);
}

.shop__main-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.shop__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.shop__item {
  width: calc(100% / 4 - 42px);
  margin: 0 16px;
  margin-bottom: 61px;
  display: flex;
  flex-direction: column;
}

.shop__popup-show,
.shop__popup-show:hover {
  color: inherit;
}

.shop__item-head {
  position: relative;
}

.shop__item-img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 12px;
}

@media (max-width: 601px) {
  .shop__item-img {
    height: 120px;
    border-radius: 8px;
    width: 177px;
  }

  .shop__item-head {
    height: 120px !important;
  }
}

.shop__item-status {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 8px 12px;
  background: var(--purple-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  border-radius: 4px;
}

.shop__item-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 12px 0;
}

.shop__item-product-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: auto;
}

.shop__item-price {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.shop__item-param {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--gray-color);
}

.shop__item-btn {
  width: 100%;
}

.shop__basket {
  width: 360px;
  /* width: 460px; */
  flex-grow: 1;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  /* Adjust this value to set the distance from the right */
  position: sticky;
  bottom: 0px;
  right: 0px;
  top: 20px;
}

.shop__basket-title {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.basket__main .counter,
.basket__main .counter__input {
  background: #e4e4e4;
  max-width: 115px;
}

.shop__basket-list {
  max-height: 538px;
  overflow: auto;
  margin: 0 -20px;
  margin-bottom: 32px;
  padding: 0 20px;
}

.shop__basket-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--light-gray-color);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.shop__basket-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop__basket-side.custom-gap {
  gap: 24px;
}

.shop__basket-side.custom-gap .shop__basket-price {
  color: #222;
  font-family: "Gilroy";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.basket__main .shop__basket-item-title {
  color: #222;
  font-family: "Gilroy";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.basket__main .shop__basket-description {
  color: #828282;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.basket__main .shop__basket-img {
  width: 120px;
  height: 90px;
}

.shop__basket-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 12px;
}

.shop__basket-item-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 4px;
}

.shop__basket-price {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.counter {
  display: flex;
  background: #f7f7f7;
  border-radius: 8px;
}

.counter__input {
  width: 100%;
  flex-grow: 1;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.counter__btn {
  padding: 16px 8px;
  cursor: pointer;
}

.shop_basket-counter {
  min-width: 92px;
  max-width: 92px;
}

.shop_basket-counter input {
  padding: 0;
}

.popup-shop__content {
  border-radius: 24px;
  background: #fff;
  border: none;
  padding: 24px 32px;
}

.popup-shop__content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.popup-shop .close {
  cursor: pointer;
}

.modal-shop-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}

.modal-shop-price {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.modal-shop-param {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--gray-color);
}

.modal-shop-settings {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.modal-shop-settings .counter {
  width: 50%;
  margin-right: 12px;
}

.modal-shop-settings .btn {
  width: 50%;
  margin-left: 12px;
}

.modal-shop-descr h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.modal-shop-descr p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.modal-shop-info h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.modal-shop-info img {
  max-height: 360px;
}

.is-animate {
  opacity: 1;
  animation: 0.6s zoom-in;
}

@keyframes zoom-in {
  0% {
    opacity: 0.3;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.footer {
  margin-top: 60px;
  background: linear-gradient(93deg, #222 0%, #393939 100%);
}

.footer__wrap {
  display: flex;
  align-items: flex-start;
}

.footer__logo {
  margin-right: 32px;
  max-width: 144px;
}

.footer__main {
  padding-top: 32px;
  display: flex;
  flex-grow: 1;
}

.footer__contacts {
  padding-right: 120px;
}

.footer__contacts a {
  display: block;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  margin-bottom: 16px;
  margin-bottom: 16px;
}

.footer__contacts a:not(:first-child) {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer__contacts a span {
  color: var(--orange-color);
}

.footer__contacts a p {
  margin-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}

.footer__nav-col.footer__nav-col-two {
  width: 100%;
  max-width: 375px;
  margin-right: 80px;
}

.footer__nav-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.footer__nav-list {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.footer__nav-col-two .footer__nav-item {
  width: 50%;
  display: inline-block;
}

.footer__nav-item {
  vertical-align: middle;
  margin-bottom: 8px;
}

.footer__nav-link {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}

.footer__nav-link:hover {
  color: #fff;
}

.footer__right {
  margin-left: auto;
  text-align: right;
}

.footer .login-btn {
  margin-bottom: 24px;
  margin-left: auto;
  padding: 16px 24px;
}

.footer__social a {
  margin-left: 12px;
  display: inline-block;
}

.footer__bottom {
  text-align: right;
  padding: 16px 0;
  color: #bcbcbc;
}

.footer__bottom a {
  color: #bcbcbc;
  text-decoration: underline;
  margin-left: 24px;
}

.basket {
  padding: 60px 0;
}

.basket__header {
  border-bottom: 1px solid var(--light-gray-color);
  padding-bottom: 24px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.position_count {
  display: flex;
  gap: 32px;
}

.basket__wrap {
  display: flex;
}

.basket__main {
  width: calc(100% - 420px);
  padding-right: 80px;
}

.basket__form {
  width: 420px;
  border-radius: 12px;
  background: #fff;
  padding: 24px;
}

.basket__form-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.basket__form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.basket__form hr {
  margin: 32px 0;
}

.basket__form-group-title span {
  color: #222;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.basket__form-group input {
  width: 100%;
}

.basket__form-group a {
  background: #f7f7f7;
  width: 100%;
  color: #000;
  height: 51px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}

.basket__form-group select {
  background: #f7f7f7;
  width: 100%;
  color: #000;
  height: 51px;
  border: none;
  padding: 16px;
  outline: none;
}

#time-select option {
  background: #f7f7f7;
  width: 100%;
  color: #000;
  height: 51px;
  border: none;
  padding: 16px;
  outline: none;
}

.textarea {
  outline: none;
}

.basket__form input {
  border-radius: 8px;
}

.radio-group {
  display: flex;
  gap: 30px;
}

.radio-group label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

input[type="radio"] {
  margin-right: 10px;
  /* Hide the default radio button */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px !important;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
}

input[type="radio"]:checked {
  border-color: #ffc12e;
  /* Change border color when checked */
  background-color: #ffc12e;
  /* Change background color when checked */
}

.dishes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.basket__result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.basket__result .title {
  color: #222;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.basket__result .price {
  color: #222;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.last_block hr {
  margin: 0;
}

.basket__result.result .title,
.basket__result.result .price {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.basket .shop__basket-list {
  max-height: unset;
  overflow: unset;
}

.basket__wrap_h2 {
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.basket__wrap_h2 span {
  color: #ffc12e;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.position_count {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.position_count span {
  color: #ffc12e;
}

.shop__basket-item {
  position: relative;
}

.shop__basket-item.disabled:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 38%);
}

.basket__form-group button {
  margin-top: 32px;
}

/*courier*/
.courier {
  padding: 60px 0;
}

.courier__form {
  width: 100%;
}

.section-title span {
  color: #ffc12e;
}

.courier__header-description {
  margin-top: 16px;
}

.courier__header-features {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-top: 52px;
}

.features_item {
  padding: 20px 24px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
}

.features_item3 {
  width: 500px;
  padding: 32px, 36px, 32px, 36px;
  border-radius: 20px;
  gap: 36px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.partner_features {
  display: flex;
  padding-top: 24px;
  padding-left: 16px;
  gap: 24px;
}

.features_content {
  display: block !important;
}

.features_item_courier {
  background-color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 400px;
  height: 190px;
  padding: 20px 24px;
  border-radius: 12px;
  gap: 16px;
}

.features_item_vacancy {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 190px;
  padding: 20px 24px;
  border-radius: 12px;
  gap: 16px !important;
}

.features_item_courier img {
  margin-right: 10px;
  /* Adjust the margin as needed */
}

.features_item_courier_rating {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 546.67px;
  height: 359px;
  padding: 20px 24px;
  border-radius: 12px;
  gap: 16px;
}

.features_item_courier_rating img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
}

.partner-text {
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.features_item_partner_rating {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 546.67px !important;
  height: 359px !important;
  padding: 20px 24px;
  border-radius: 12px;
  gap: 16px;
}

.features_item_partner_rating img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
}

.courier__wrap {
  margin-top: 120px;
  display: flex;
  gap: 120px;
}

.courier__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  max-width: 600px;
}

.courier__info-title h2 {
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.courier__info-title h2 span {
  color: #ffc12e;
}

.courier__info-title b {
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.courier__info-content {
  color: #828282;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.courier__info-content-zayavka {
  font-family: "Gilroy";
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #222222;
  display: block;
  padding-top: 16px;
}

.courier-fio {
  font-family: "Gilroy";
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #222222;
}

.zayavki__text {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #222222;
  padding-top: 20px;
}

.courier__info-price b {
  color: #000;
  font-size: 18px;
  font-style: normal;
  /*font-weight: 500;*/
  line-height: normal;
}

.courier__info-img {
  border-radius: 22px;
}

.courier__form form {
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 32px 36px;
  align-items: flex-start;
  gap: 36px;
}

.courier__form form .courier__form-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 36px;
}

.courier__form-group select {
  background: #f7f7f7;
  width: 100%;
  color: #000;
  height: 51px;
  border: none;
  padding: 16px;
  outline: none;
}

#time-select option {
  background: #f7f7f7;
  width: 100%;
  color: #000;
  height: 51px;
  border: none;
  padding: 16px;
  outline: none;
}

.courier__form-group,
.courier__form-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.courier__form-group input {
  width: 100%;
}

.courier__form-part {
  width: 100%;
}

.courier__form-title {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.courier__form-group {
  margin-bottom: 32px;
}

.overall {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
}

.overall .text {
  color: #222;
  display: block;
  margin-top: 3px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.overall input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ccc;
  border-radius: 50%;
}

.overall:hover input~.checkmark {
  background-color: #bbb;
}

.overall input:checked~.checkmark {
  background-color: #ffc12e;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.courier__form-part:first-child {
  border-right: 1px solid #e4e4e4;
  padding-right: 32px;
}

.courier__form-order {
  width: 100%;
  display: flex !important;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.stat_partnerom {
  padding-top: 20px;
  padding-left: 16px;
  padding-bottom: 16px !important;
}

.courier__form-order button {
  max-width: 275px;
}

.courier__form-order p {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 0;
}

/*courier end*/

/*lk*/

.basket__main.lk {
  padding-left: 80px;
  padding-right: 0;
}

.lk__list-title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.lk .shop__basket-item {
  background-color: #fff;
  padding: 8px 16px 8px 8px;
  border-radius: 8px;
}

.lk .from {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.lk .from b {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.lk .from span {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.status {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.created {
  color: #ffc12e !important;
}

.canceled {
  color: #828282 !important;
}

.delivered {
  color: #27ae60 !important;
}

.lk .shop__basket-item-title {
  margin: 5px 0;
}

.profile__block {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  width: 420px;
  height: fit-content;
}

.profile__block-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.profile__block-title h2 {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.profile__block-info {
  display: flex;
  flex-direction: column;
}

.profile__block-info .name {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}

.profile__block-info .phone {
  color: #ffc12e;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}

.profile__block-info .address {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile__block-info .address span {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.profile__block-info .address a {
  color: #ffc12e;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.profile__block hr {
  margin: 20px 0;
}

.profile__block-support {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.profile__block-support .support {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.profile__block-support .exit {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/*lk end*/

/*contacts*/
.contacts h2 {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.contacts h2 span {
  color: #ffc12e;
}

.contacts__block-info .wa {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.contacts__block-info a {
  display: flex;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contacts__block-info a span {
  color: #ffc12e;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contacts__block-info span {
  color: #828282;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 5px;
}

.contacts__block-info .numbers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contacts__block-support .work-time-title {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 4px;
}

.contacts__block-support .work-time .work-time {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contacts__block-support hr {
  margin: 20px 0;
}

.contacts__block-support p {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.basket__main.map {
  padding-left: 40px;
}

.container-big.custom-margin {
  margin-top: 60px;
}

/*contacts end*/
/*search-result*/

.search__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 52px;
  margin-bottom: 120px;
}

.search__result-title {
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.search__result-options {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.search__result-options-item span {
  color: #828282;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.search__result-options-item svg {
  margin-top: -1px;
}

.search__result-options-item b {
  color: #222;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.search__result-status {
  position: relative;
  display: flex;
  margin-top: 12px;
}

.search__result-status .popular {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: #9b51e0;
  padding: 8px 12px;
}

.search__result-img {
  position: relative;
  margin-right: 20px;
  max-width: 270px;
}

.search__result-img .bg {
  max-width: 180px;
  border-radius: 12px;
}

.search__result-img .logo {
  position: absolute;
  left: 8px;
  bottom: 8px;
  border-radius: 8px;
  max-width: 80px;
}

/*search-result end*/

/*search-request*/
.search__result-main .shop__item {
  width: calc(100% / 6 - 32px);
}

/*search-request end*/

/*header*/
.header__mobile-form {
  display: none;
}

.header__bottom button {
  outline: none;
  border: none;
  display: none;
}

.header__nav-close {
  display: none;
}

.header__nav .header__description {
  display: none;
}

.header__search_nav .header__search-form {
  display: none;
}

.header__nav .header__contacts {
  display: none;
}

.shop__menu-overlay {
  display: none;
}

.courier__info-img img {
  border-radius: 22px;
  margin-top: 56px;
}

/*header end*/
.popup-address {
  display: flex;
}

.popup-address__map {
  width: 100%;
}

.popup-address__delivery {
  display: flex;
  flex-direction: column;
  min-width: 392px;
}

.popup-address__delivery form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.popup-address {
  gap: 32px;
}

.popup-address #map {
  border-radius: 22px;
}

.popup-address__delivery h2 {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.popup-address__inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.popup-address__inputs select {
  background: #f7f7f7;
  width: 100%;
  color: #000;
  height: 51px;
  border: none;
  padding: 16px;
  outline: none;
}

.popup-authorization h2,
.popup-authorization-code h2 {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.popup-authorization {
  flex-direction: column;
}

.popup-authorization .btn {
  max-width: 182px;
  color: #222;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.popup-authorization input {
  width: 100%;
}

.popup-authorization form {
  display: flex;
  gap: 20px;
}

.popup-authorization hr {
  margin: 32px 0;
}

.popup-authorization span {
  color: #828282;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.popup-authorization-code {
  flex-direction: column;
}

.popup-authorization-code form {
  display: flex;
}

.popup-authorization-code form .code-group {
  display: flex;
  width: 100%;
  gap: 6px;
}

.popup-authorization-code input {
  display: flex;
  height: 60px;
  width: 77px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  text-align: center;

  color: #828282;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.popup-authorization-code .btn {
  max-width: 190px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.popup-order-history {
  flex-direction: column;
}

.popup-order__title {
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup-order__price-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}

.popup-order__price {
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup-order__rest b {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup-order__rest span {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.popup-order__list {
  display: flex;
  flex-direction: column;
}

.popup-order__list .shop__basket-img {
  height: 60px;
}

.popup-order__info>span {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
  display: block;
}

.popup-order__info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.popup-order__info-item span {
  color: #222;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.result span {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.close-block {
  margin-top: 32px;
}

.popup-order-history .close-link {
  display: flex;
  height: 60px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #e4e4e4;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.popup-edit-profile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.popup-edit-profile h2 {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.popup-edit-profile form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.popup-edit-profile form input {
  width: 100%;
}

.profile__group {
  display: flex;
}

.profile__group input {
  background-color: #fff;
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup-edit-profile form input {
  margin-bottom: 32px;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}

.profile__group a {
  display: flex;
  height: 60px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #e4e4e4;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.nav-header-mob {
  display: none;
}

.header__nav-item>svg {
  display: none;
}

.header__mobile-search {
  display: none;
}

.shop__basket .shop__basket-open {
  display: none;
}

.open-close {
  display: none !important;
}

.popup-order-history h2 {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.price_overlay {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price_overlay p {
  margin-bottom: 0;
}

.popup-order-history .price_overlay span {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup-order-history .status {
  margin-bottom: 20px;
}

.order-history-items {
  display: flex;
  flex-direction: column;
}

.order-history-items .history-item {
  display: flex;
  margin: 18px 0;
  justify-content: space-between;
}

.order-history-items .history-item img {
  max-width: 80px;
  border-radius: 8px;
  margin-right: 12px;
}

.order-history-items .history-item-info {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
  max-width: 160px;
}

.order-history-items .history-item-info span {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.order-history-items .history-item-price span {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup-order-history .order-info hr {
  margin: 16px 0;
}

.popup-order-history .info-title {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
  display: block;
}

.popup-order-history .order-info__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-order-history .order-info__item {
  display: flex;
  justify-content: space-between;
}

.popup-order-history .order-info__item b {
  color: #222;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.popup-order-history .order-info__item span {
  color: #222;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.popup-order-history .order-info__last {
  display: flex;
  justify-content: space-between;
}

.popup-order-history .order-info__last b {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.popup-order-history .order-info__last span {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.popup-order-history a {
  display: flex;
  height: 60px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #e4e4e4;

  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin-top: 16px;
}

.history-item-left {
  display: flex;
}

.big_block_container {
  margin-left: 16px;
  margin-right: 16px;
}

@media (max-width: 1700px) {
  .shop__item {
    width: calc(100% / 3 - 32px);
  }

  .search__result-main .shop__item {
    width: calc(100% / 6 - 32px);
    min-width: 230px;
  }
}

@media screen and (max-width: 1560px) {
  .header__nav-item {
    padding: 12px 22px;
  }

  .delivery__form-bottom {
    flex-direction: column;
    align-items: center;
  }

  .delivery__form-bottom p {
    width: 100%;
    margin: 1rem
  }

  .delivery__content {
    padding-right: 50px;
  }

  .banner__info {
    padding-right: 55px;
  }

  .shop__main {
    max-width: 727px;
  }

  .shop__item {
    width: calc(100% / 3 - 32px);
    /* min-width: 360px; */
  }

  /*.stock .slick-slider {*/
  /*  margin: 0 -14px;*/
  /*}*/

  .stock__item {
    margin: 0 14px;
  }

  /*    contacts page */
  .basket__main.map {
    padding-right: 0;
  }

  /*    contacts page end */
  .courier__form .radio-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}

/*  page adaptive */
@media (max-width: 1350px) {
  .header__search-form {
    max-width: 342px;
    /* display: none; */
  }

  .header__search-form input {
    max-width: 150px;
    color: black !important;
  }

  .delivery__form-right {
    max-width: 359px;
    padding-left: 15px;
  }

  .delivery__form-search>input {
    flex-grow: 1;
    max-width: 150px;
  }

  .delivery__form-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .delivery__form-bottom p {
    width: 100%;
    text-align: center;
  }

  .delivery__form {
    padding: 20px 21px;
  }

  .delivery__form-left {
    padding-right: 17px;
  }

  .shop__item-btn {
    font-size: 16px;
    padding: 12px;
  }

  .shop__menu-overlay {
    margin-bottom: 30px;
    display: flex;
  }

  .shop__menu-overlay .shop__menu {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .shop__menu-overlay .shop__menu-nav {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: nowrap;
  }

  .shop__menu-overlay {
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: nowrap;
  }

  .shop__wrap {
    display: none;
  }

  .cont_for_df {
    display: flex;
    flex-direction: column;
  }

  .shop__menu {
    display: none;
  }

  .shop__search {
    margin: 0;
  }

  .shop__menu-overlay .shop__menu-item {
    margin-bottom: 0;
  }

  .courier__wrap {
    gap: 50px;
  }

  .courier__form .courier__form-order {
    display: flex;
    flex-direction: column;
  }

  .features_item_partner_rating {
    width: 100% !important;
  }

  .courier__rating {
    display: flex !important;
    flex-direction: column;
  }

  .file-loader-button {
    width: 100% !important;
  }

  .features_item_courier_rating {
    width: 100% !important;
  }
}

@media (max-width: 1250px) {
  .header__top .header__search-form {
    display: none;
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 16%;
    left: 50%;
    max-width: 400px;
    transform: translate(-50%, 0);
    background: #fff;
  }

  .header__search-cat span {
    padding: 10px 8px !important;
  }

  .header__search-form input {
    background: #fff;
    font-size: 12px;
    color: black !important;
  }

  .header__mobile-form .header__search-form {
    /* display: none; */
    margin: 0 !important;
    max-width: 356px;
    width: fit-content;
  }

  .header__search-form input {
    max-width: 164px;
    color: black !important;
  }

  .header__mobile-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header__mobile-search {
    display: block;
  }

  .header__mobile-search {
    margin-right: 34px !important;
  }

  .header__mobile-form a {
    color: #000;
    margin-right: 5px;
  }

  .header__mobile-btn {
    position: absolute;
    right: 0;
    top: 40px;
  }

  .header__address {
    margin-left: 0;
    bottom: -10px !important;
  }

  .header__bottom button {
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(228, 228, 228, 0);
  }

  .header__nav {
    display: flex;

    flex-direction: column;
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 40%;
    height: 100vh;
    top: 0;
    right: 0;
    justify-content: space-between;
    padding: 24px;
  }

  .disable:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(57, 57, 57, 0.34);
    z-index: 90;
    display: block;
  }

  .header__nav.hidden {
    display: none;
  }

  a.header__nav-link,
  button.header__nav-link {
    font-size: 20px;
  }

  .header__nav-close {
    position: absolute;
    display: block;
    right: 15px;
    top: 23px;
    color: #ffc12e;
  }

  .nav-header-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-right: 15px;
  }

  .delivery__form {
    flex-direction: column;
  }

  .delivery__form-left,
  .delivery__form-right {
    max-width: 100%;
  }

  .delivery__form-left {
    border-right: none;
    padding-right: 0;
  }

  .delivery__form-search>input {
    max-width: 100%;
  }

  .footer__nav-col.footer__nav-col-two {
    margin-right: 50px;
  }

  .footer__contacts {
    padding-right: 50px;
  }

  .footer__nav-col-two .footer__nav-item {
    width: 45%;
    display: inline-block;
  }

  .courier__form-part:first-child {
    padding-right: 12px;
  }

  .courier__form form .courier__form-content {
    gap: 15px;
  }

  .courier__form form {
    padding: 12px 20px;
    gap: 20px;
  }

  .courier__info {
    max-width: 484px;
  }

  .basket__main.lk {
    padding-left: 40px;
  }

  .header__nav-item {
    border-left: none;
  }

  .header__mobile-form form {
    display: none !important;
  }

  .header__top .header__contacts {
    display: none;
  }

  .header__top {
    justify-content: flex-end;
    padding-right: 30px;
    gap: 50px;
  }

  .header__nav-item>svg {
    display: block;
  }

  .nav-header-mob {
    display: flex;
  }

  .nav-header-mob .header__logo-link {
    display: none;
  }

  .header__nav-items {
    display: flex;
    flex-direction: column;
  }

  .header__nav-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
  }

  .header__bottom {
    background: rgba(255, 255, 255, 0.07);
  }

  .header__nav .header__description {
    padding-left: 0;
    margin-top: 50px;
  }

  .nav-header-basket {
    display: flex;
    margin-top: 17px;
  }

  .header__mobile-form .header__mobile-search {
    display: none;
  }

  .nav-header-address {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }

  .header__nav .header__contacts {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    justify-content: center;
  }

  .header__contacts>div {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .header__contacts>div {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .numbers a {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .header__contacts p {
    text-align: center;
  }

  .mob-margin {
    margin-top: 40px;
  }
}

@media (max-width: 1150px) {
  .profile__block {
    width: 100%;
    margin-bottom: 30px;
  }

  .shop__item {
    width: calc(100% / 2 - 32px);
  }

  .shop__basket {
    min-width: 320px;
    position: fixed;
    bottom: 0px;
    right: 0px;
  }

  .courier__wrap {
    flex-direction: column;
  }

  .courier__info {
    max-width: 100%;
  }

  .basket__wrap {
    flex-direction: column;
  }

  .basket__main.lk {
    padding-left: 0;
  }

  .basket__main {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 1100px) {
  .header__nav {
    width: 100%;
    padding: 0 24px;
    overflow-y: auto;
  }

  .banner__row {
    flex-direction: column-reverse;
  }

  .banner__img {
    display: block;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
  }

  .banner__img img {
    width: 100%;
  }

  .popular__item {
    width: calc(100% / 3 - 32px);
    color: inherit;
    margin: 0 16px;
    margin-bottom: 60px;
  }

  .header__description {
    display: none;
  }

  .header__nav .header__description {
    padding-left: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .footer__nav-col.footer__nav-col-two {
    margin-right: 0;
  }

  .big_block_container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .shop-banner__about {
    width: 60%;
    margin-top: 60px;
  }

  .cont_for_df {
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .shop-banner__info .shop-banner__btn {
    font-size: 16px;
    padding: 10px 12px;
    overflow: inherit;
  }

  .courier__header-features {
    flex-wrap: wrap;
    /*flex-direction: column;*/
    /*justify-content: flex-start;*/
    /*align-items: flex-start;*/
  }

  #map {
    height: 600px !important;
  }

  .basket__main.map {
    height: 600px;
  }

  .popup-address #map {
    height: 100% !important;
    width: 334px !important;
  }

  .nav-header-mob .header__logo-link {
    display: block;
  }

  .nav-header-address,
  .nav-header-basket {
    padding-top: 6px;
  }

  .nav-header-basket {
    display: flex;
  }

  .nav-header-address {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .nav-header-basket {
    display: flex;
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .footer__nav-list {
    display: flex;
    flex-direction: column;
  }

  .footer__nav-col.footer__nav-col-two,
  .footer__nav-title,
  .footer__nav-list {
    width: fit-content;
  }

  .footer__social a {
    margin-bottom: 5px;
  }

  .basket .basket__wrap {
    flex-direction: column;
  }

  .profile__block {
    width: 100%;
    margin-bottom: 30px;
  }

  .basket__main.map {
    padding-left: 0;
    width: 100%;
  }

  .text-block {
    padding: 30px 0;
  }

  .shop__main {
    margin: 0;
  }

  .shop-banner__titleh2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 16px;
  }

  .basket .basket__main {
    width: 100%;
    padding-right: 0;
  }

  .basket .basket__form {
    width: 100%;
  }

  .shop__basket-list {
    margin: 0;
    padding: 0;
  }

  .header__nav-link:hover+.header__nav-drop-down {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }

  .header__top {
    position: relative;
    min-height: 90px !important;
    display: flex;
    align-items: flex-start;
    padding-right: 45px;
  }

  .header__top>a {
    position: absolute;
    left: 0;
    top: 0;
  }

  .header__top .header__address {
    position: absolute;
    left: 0;
    bottom: 0 !important;
  }

  .header__main {
    position: relative;
  }

  .header__mobile-form {
    position: absolute;
    top: 22px;
    right: 0;
  }

  .header__basket {
    position: relative;
    width: 16px;
    height: 16px;
  }

  .header__basket svg {
    width: 100%;
  }

  .header__mobile-search {
    margin-right: 34px !important;
  }

  .header__nav .header__description {
    margin-bottom: 32px;
  }

  .header__mobile-btn {
    position: absolute;
    right: 0;
    top: 0;
  }

  .nav-header-mob .header__mobile-search {
    margin-right: 14px !important;
  }

  .header__mobile-form .header__mobile-search {
    display: block;
  }
}

@media (max-width: 900px) {
  .delivery__wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
  }

  .delivery__content {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
  }

  .delivery__form-bottom p {
    width: calc(100% - 250px);
  }

  .footer__main {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .numbers {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .shop-banner__titleh2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 16px;
  }

  .numbers a {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .header__nav-items {
    display: flex;
    flex-direction: column;
  }

  .header__nav {
    justify-content: space-between;
  }

  .header__nav-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
  }

  .mob-margin {
    margin-top: 40px;
  }

  .mob-margin:last-child {
    margin-top: 0px !important;
  }

  .delivery__form-bottom {
    flex-direction: row;
  }

  .nav-header-mob .header__logo-link img {
    max-width: 96px;
  }

  .nav-header-mob {
    display: flex;
    justify-content: flex-start;
  }

  .nav-header-basket {
    display: flex;
  }

  .nav-header-address,
  .nav-header-basket {
    padding-top: 24px;
  }

  .nav-header-mob .header__logo-link {
    display: block;
  }

  .cont_for_df {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 830px) {
  .footer__right {
    margin-left: unset;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  section {
    margin-left: 12px;
    margin-right: 12px;
  }

  .breadcrumbs {
    margin-left: 12px;
  }

  .shop-banner__titleh2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 16px;
  }

  section.footer {
    margin: 0;
  }

  section.poster {
    margin: 0;
  }

  section.shop-banner {
    margin: 0;
  }

  section.shop {
    margin: 0;
  }

  header {
    margin-left: 12px;
    margin-right: 12px;
  }

  .footer__right .login-btn {
    margin-left: unset;
  }

  .footer__nav-col-two .footer__nav-item {
    width: 100%;
    display: inline-block;
  }

  .delivery__form-bottom .btn {
    font-size: 14px;
    width: 201px;
    padding: 17px;
  }

  .store,
  .popular,
  .banner {
    padding: 30px 0;
  }

  .popular__item {
    margin-bottom: 40px;
  }

  .banner__info .btn,
  .popular__all,
  .login-btn {
    font-size: 18px;
  }

  .section-title,
  .banner__subtitle,
  .poster__content h2 {
    font-size: 28px;
  }

  .poster__content img {
    max-width: 130px;
    margin: 0 12px 12px 0;
  }

  .btn-orange {
    padding: 12px;
  }

  .header__address {
    margin-left: 0;
  }

  .header__logo-link {
    max-width: 100px;
    margin-right: 32px;
  }

  .header__search-cat span {
    padding: 10px 8px;
    font-size: 12px;
  }

  .header__search-cat {
    height: 40px;
  }

  .header__search-form input {
    padding: 10px;
    color: black !important;
  }

  .header__address-select {
    font-size: 14px;
  }

  .header__contacts>div {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .header__contacts>div p {
    width: 100%;
    text-align: center;
  }

  .header__mobile-form .header__search-form {
    max-width: 330px;
    width: 100%;
    /* display: none; */
  }

  .header__search-form input {
    max-width: 130px;
    width: 100%;
    color: black !important;
  }

  .stock__item-info h3 {
    font-size: 18px;
  }

  .stock__item-info span {
    font-size: 16px;
  }

  .stock__item-img img {
    width: 169px;
    height: 169px;
    object-fit: cover;
  }

  .header__bottom {
    margin: 0;
    padding: 0;
  }

  .shop__wrap {
    flex-direction: column;
  }

  .shop__basket {
    min-width: 100%;
    /* position: relative */
    position: fixed;
    bottom: 0px;
    right: 0px;
  }

  .shop__menu-overlay .shop__menu {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .shop__basket .shop__basket-open {
    display: flex;
  }

  .shop__basket-head {
    display: flex;
    justify-content: space-between;
  }

  .shop__basket-head>p {
    font-size: 20px;
    font-style: bold;
  }

  .shop__basket-open {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
  }

  .shop__basket-title {
    margin-bottom: 0;
  }

  .shop__basket-info {
    display: flex;
    gap: 10px;
  }

  .shop__basket-info .price-color {
    color: #ffc12e;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .shop__basket-info span {
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .popup-address {
    flex-direction: column-reverse;
  }

  .popup-address__map {
    height: 200px;
  }

  .search__request .search__result-status {
    position: absolute;
    left: 0;
    top: 0;
  }

  .search__request .search__result-img .logo {
    max-width: 59px;
  }

  .search__request .shop__basket-side,
  .search__request .shop__basket-info .search__result-options,
  .search__request .shop__basket-info {
    flex-direction: column;
  }

  .search__request .search__result-options {
    align-items: flex-start;
  }

  .search__request .shop__basket-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .search__request .shop__basket-info .search__result-options {
    margin-bottom: 20px;
  }

  .lk .shop__basket-info {
    flex-direction: column;
  }

  .cont_for_df {
    display: flex;
    flex-direction: column;
  }

}

@media (max-width: 768px) {
  .header__mobile-form form {
    display: none !important;
  }

  section {
    margin-left: 12px;
    margin-right: 12px;

  }

  section.shop {
    margin: 0;
  }

  .breadcrumbs {
    margin-left: 12px;
  }

  section.poster {
    margin: 0;
  }

  section.footer {
    margin: 0;
  }

  section.shop-banner {
    margin: 0;
  }

  section.shop {
    margin: 0;
  }

  .shop-banner__titleh2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 16px;
  }

  header {
    margin-left: 12px;
    margin-right: 12px;
  }

  .header__mobile-form {
    justify-content: flex-end;
  }

  .delivery__form-search>input {
    max-width: 50%;
  }

  .header__nav {
    width: 100%;
    padding: 0 12px;
    display: none;
  }

  .header__nav-item {
    border-left: none !important;
  }

  .header__search-form {
    max-width: 100%;
    /* display: none; */
  }

  .header__search-form input {
    max-width: 100%;
    width: 100%;
    color: black !important;
  }

  .header__search-cat span {
    min-width: 120px;
  }

  .header__search-cat span {
    padding: 13px 8px;
    font-size: 12px;
  }

  .header__search_nav form .header__search-btn {
    background: var(--orange-color);
  }

  .header__top .header__contacts {
    display: none;
  }

  .header__nav .header__contacts {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    justify-content: center;
  }

  .header__top {
    justify-content: flex-end;
  }

  .header__main {
    width: 100%;
  }

  .header__contacts-drop-down {
    left: unset;
    right: 0;
  }

  .header__search_nav .header__search-form {
    display: flex;
    /* display: none; */
    margin: 0;
  }

  .header__nav-item {
    padding: 12px 0;
  }

  .header__nav .header__description {
    padding-left: 0;
    margin-top: 50px;
  }

  .header__address-banner {
    transform: translate(-50%, 0);
  }

  .header__address-btn-group a {
    font-size: 14px;
    padding: 12px;
    max-width: 127px;
  }

  .header__address-banner .btn {
    max-width: 127px;
  }

  .header__address-banner h3 {
    font-size: 18px;
  }

  .header__address-banner {
    width: 344px;
  }

  .header__address span:first-child {
    display: none;
  }

  .shop__main {
    margin: 0;
    width: 100%;
  }

  .shop-baner-warning {
    padding: 12px;
    font-size: 20px;
  }

  .shop__menu-overlay .shop__search {
    width: 100%;
  }

  .shop-banner__left {
    width: 84%;
    margin: 0 auto;
  }

  .shop-banner__right {
    width: 84%;
    margin-left: auto;

  }

  .stock {
    padding: 30px 0;
    overflow: hidden;
  }

  .shop__basket {
    width: 100%;
    /* position: relative; */
    /* margin-left: 20px; */
    position: sticky;
    bottom: 0px;
    right: 0px;
  }

  .shop__basket-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop .shop__basket-head .shop__basket-info {
    display: flex;
    flex-direction: row;
  }

  .shop .shop__basket-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop .shop__basket-img {
    margin-right: 10px;
  }

  .shop__basket-side.custom-gap {
    width: 100%;
    margin-top: 20px;
  }

  .courier__form form .courier__form-content {
    display: flex;
    flex-direction: column;
  }

  .courier__form-part:first-child {
    border-right: none;
  }

  .shop__basket-side {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .search__request .shop__basket-side {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .basket__main .shop__basket-img {
    width: 100%;
    height: 90px;
    margin-right: 10px;
    max-width: 120px;
  }

  .basket__main .shop__basket-item-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .basket__result-end {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }

  .basket__result-end .open-close {
    background-color: unset;
    padding: 0;
    display: flex !important;
  }

  .shop__basket-img {
    margin-right: 10px;
  }

  .lk .shop__basket-item {
    background-color: #fff;
    padding: 8px;
    border-radius: 8px;
  }

  .shop .shop__basket-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .search__result-options {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
    min-width: 268px;
  }

  .search__result-img {
    position: relative;
    margin-right: 0;
  }

  .search__result-img .bg {
    max-width: 268px;
    border-radius: 12px;
  }

  .search__header {
    margin-bottom: 50px;
    gap: 20px;
  }

  .search__result-main .shop__item {
    width: calc(100% / 6 - 32px);
    min-width: 218px;
  }

  .search__result-status {
    position: relative;
    display: flex;
    margin-top: 12px;
    min-width: 268px;
  }

  .search__result-title {
    margin: 10px 0;
  }

  .popup-address__delivery {
    min-width: 271px;
  }

  .shop__list {
    margin: 0;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 29px;
  }

  .shop__item {
    width: calc(100% / 2 - 25px);
    margin: 0;
  }

  .popup-order__price {
    font-size: 22px;
  }

  .contacts .contacts__block-info .numbers {
    align-items: flex-start;
  }

  .popular__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-top: 24px;
  }

  .popular__item {
    box-sizing: border-box;
    margin: 0 16px !important;
  }

  .popular__item-img {
    height: 110px !important;
    width: 177px !important;
  }

  .popular__item-prices li {
    display: flex;
  }

  .part_img-box {
    height: 100px;
  }

  .courier__info-content-zayavka {
    padding-top: 0 !important;
  }

  .courier__form-content {
    display: flex;
    flex-direction: column;
  }

  .popular__item-logo {
    display: block;
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
  }

  .popular__item-status {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 2px 10px;
    background: var(--purple-color);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    border-radius: 4px;
    width: 79px;
    height: 20px;
  }

  .popular__item-name {
    font-size: 16px;
  }

  .popular__item-rating {
    font-size: 13px;
  }

  .popular__item-info-list li {
    font-size: 12px;
    padding-bottom: 0 !important;
    padding-right: 8px !important;
  }

  .popular__item-info-list {
    margin-top: 0 !important;
    margin-bottom: 32px;
  }

  .cont_for_df {
    display: flex;
    flex-direction: column;
  }

  .delivery__img {
    display: none;
  }

  .delivery__form {
    padding: 24px;
  }

  .btn_add_zakaz {
    width: 100% !important;
  }

  .delivery__form-bottom {
    flex-direction: column !important;
  }

  .delivery__form-bottom p {
    width: 100%;
    margin: 0;
    text-align: start;
  }

  .courier__form-order button {
    width: 100% !important;
  }

  .courier__form-part {
    padding-left: 0 !important;
  }

  .courier__header-description {
    margin-bottom: 0px !important;
  }

  #zayavka_join {
    margin-bottom: 20px !important;
  }

  .popular__filter {
    width: 100%;
    text-align: left;
  }

  .shop-nav-products {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 535px) {
  section {
    margin-left: 12px;
    margin-right: 12px;

  }

  .breadcrumbs {
    margin-left: 12px;
  }

  section.poster {
    margin: 0;
  }

  section.footer {
    margin: 0;
  }

  section.shop-banner {
    margin: 0;

  }

  section.shop {
    margin: 0;
  }

  header {
    margin-left: 12px;
    margin-right: 12px;
  }

  header {
    margin-left: 12px;
    margin-right: 12px;
  }
}


@media (max-width: 535px) {
  .popular__item {
    width: calc(100% / 2 - 32px);
  }

  .shop-nav-products {
    width: 90%;
    margin: 0 auto;
  }

  .section-title {
    font-size: 22px;
  }

  .popular__all {
    padding: 14px 13px;
    font-size: 13px;
  }

  .poster__content h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .poster__content span {
    font-size: 22px;
  }

  .poster__item {
    position: relative;
    padding: 29px 29px 397px 29px;
    background-image: url("../img/App.jpg");
    border-radius: 0;
    background-size: cover;
    background-position: center;
  }

  .poster__content h2>span {
    font-size: 30px;
  }

  .delivery {
    padding: 10px 0;
  }

  .footer__bottom {
    /* text-align: right; */
    padding: 16px 0;
    color: #bcbcbc;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .delivery__form-right {
    padding-left: 0;
  }

  .btn_add_zakaz {
    width: 280px !important;
  }

  .delivery__form {
    padding: 24px;
  }

  .delivery__img {
    display: none;
  }

  .footer__logo {
    margin-right: 32px;
    max-width: 144px;
    position: absolute;
  }

  .footer__contacts {
    position: absolute;
    left: 195px;
    padding-right: 0;
  }

  .footer__nav-col,
  .footer__nav-col {
    padding-top: 180px;
  }

  .delivery__form-bottom p {
    width: 100%;
    margin: 0;
    text-align: start;
    padding-left: 0px;
  }

  .delivery__form-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .delivery_subtitle {
    font-size: 16px;
  }

  .poster__content_app {
    display: flex;
  }

  .position_count {
    font-size: 16px;
  }

  .search__result-main .shop__item {
    width: 100%;
    min-width: 203px;
  }

  .popup-address__map {
    display: block;
  }

  .popup-address__delivery {
    width: 100%;
  }

  .popup-address__inputs textarea {
    max-height: 150px;
    margin-bottom: 20px;
  }

  .popup-authorization form,
  .popup-authorization-code form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .popup-authorization-code form .code-group {
    margin-bottom: 15px;
    justify-content: center;
  }

  .popup-authorization-code input {
    display: flex;
    height: 60px;
    width: 67px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    text-align: center;
    color: #828282;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
  }

  .popup-order__rest {
    display: flex;
    flex-direction: column;
  }

  .banner__info {
    padding-right: 0;
  }

  .banner__row {
    flex-direction: column;
  }

  .banner__img {
    margin-top: 30px;
    display: none;
  }

  .popular__item-info-head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .popular__item-rating {
    align-items: center;
    justify-content: flex-start;
    margin-left: 0;
  }

  url(font-size:%2020px%3B) .popular__item-name {
    margin-top: 0;
    margin-bottom: 3px;
  }

  .delivery__form-list-item span {
    min-width: 136px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 12px;
  }

  .popular .btn {
    width: 100%;
  }

  .shop-banner .container-big,
  .poster .container-big,
  .courier .container-big.none {
    width: 100vw;
    padding: 0;
  }

  .shop-banner__info {
    flex-direction: column;
    border-radius: 0;
    overflow: inherit;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 20px;
    height: 418px;
  }

  .shop-banner__titleh2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 16px;
  }


  .shop-banner__info a.btn {
    margin-bottom: 40px;
  }

  .shop-banner__about {
    margin: 0 0 0 30px;
    width: 90%;
  }

  .shop-banner__logo {
    max-width: 88px;
    margin-bottom: 24px;
  }

  .shop__menu input {
    width: 100%;
  }

  .basket__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cont_for_df {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .popular__item {
    /*width: 100%;*/
  }

  .shop-banner__titleh2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 16px;
  }

  .popular__head {
    display: flex;
    /*flex-direction: column;*/
  }

  .stock__item-info {
    width: calc(100% - 185px);
  }

  .stock__item-img img {
    width: 159px;
    height: 159px;
    object-fit: cover;
  }

  .stock__item-img {
    width: 185px;
    padding: 5px;
  }

  .header__logo-link {
    max-width: 80px;
    margin-right: 9px;
  }

  .header__address-banner {
    width: 300px;
    padding: 18px 20px;
  }

  .header__address-banner {
    transform: translate(-25%, 0);
  }

  .header__address-banner .btn {
    max-width: 117px;
  }

  .header__address {
    position: absolute;
    top: 54px;
  }

  .basket__wrap_h2,
  .basket__wrap_h2 span {
    font-size: 22px;
  }

  .popup-shop__content {
    padding: 20px 20px;
  }

  .popup-authorization h2,
  .popup-authorization-code h2 {
    font-size: 22px;
  }

  .header__top>a {
    /* width: 100px; */
  }

  .login-btn {
    font-size: 13px;
  }

  .nav-header-address {
    padding-left: 21px;
  }

  .nav-header-address>#authLogin {
    white-space: nowrap;
  }

  .nav-header-address>.header__address {
    padding-top: 30px;
  }
}

@media (max-width: 428px) {
  .shop__item {
    width: calc(100% / 2 - 10px);
    margin: 0;
  }
}

@media (max-width: 360px) {
  .shop__item {
    width: calc(100% / 2 - 10px);
    margin: 0;
  }
}

/*  page adaptive end*/
.block-operation-result {
  margin: 0 auto;
}

.img_true_result {
  width: 65px;
}

.cont_for_df {
  display: flex;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
}

.h3_result {
  font-size: 40px !important;
  font-weight: 700 !important;
  margin: 0 auto;
  border-bottom: 1px solid #e4e4e4;
  padding-right: 32px;
}

.delivery__form2 {
  /* width: 100%; */
  max-width: 1000px;
  border-radius: 20px;
  background: #fff;
  padding: 32px 36px;
}

.div_for_inf_result {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

/* ////////////////////////////MODAL PERSONAL ACCOUNT */
.zakaz-sozdan__content {
  width: 600px;
  height: 846px;
  margin-top: 117px;
  border-radius: 24px;
  padding: 24px 32px 24px 32px;
  gap: 16px;
  border: none;
}

.zakaz_date_personal {
  width: 526px;
  height: 40px;
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 32px;
  line-height: 39.62px;
}

.modal-header1 {
  display: flex;
  flex-direction: column;
}

.summa_modal-personal_account {
  height: 40px;
  gap: 4px;
  font-weight: 700;
  font-size: 32px;
  line-height: 39.62px;
  font-family: "Gilroy";
}

.restoran_modal_personal {
  width: 229px;
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 16px;
}

.restoran_position_modal {
  font-weight: 500;
}

.image_modal_personal_account {
  width: 80px;
  height: 60px;
  border-radius: 8px;
}

.main_block {
  width: 536;
  height: 60px;
  gap: 12px;
  font-family: "Gilroy";
}

.price_modal_personal_account {
  width: 64px;
  height: 25px;
  gap: 24px;
  font-weight: 700;
  font-size: 20px;
  font-family: "Gilroy";
}

.zakaz_sozdan_personal_account {
  color: rgb(255, 179, 0);
  font-size: 16px;
  line-height: 19.81px;
  font-family: "Gilroy";
  font-weight: 700;
}

.hr_modal_personal_account {
  width: 360px;
  border: 1px;
  color: rgb(164, 163, 163);
}

.dostavka_modal_personal_account {
  width: 322px;
  height: 22px;
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 18px;
  line-height: 22.28px;
  border-top: 2px solid #e4e4e4;
  padding-top: 10px;
}

.text_font {
  font-family: "Gilroy";
  width: 437px;
  height: 18px;
  font-size: 15px;
  line-height: 18.38px;
  font-weight: 600;
}

.price_modal_personal_account2 {
  width: 67px;
  height: 18px;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 15px;
  line-height: 18.2px;
  white-space: nowrap;
}

.text_font_itogo {
  width: 438px;
  height: 22px;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 18px;
  line-height: 22.05px;
}

.text_font_itogo_price {
  width: 78px;
  height: 22px;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 18px;
  line-height: 22.05px;
}

.cross {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 32px;
}

.cross::before,
.cross::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(164, 163, 163);
  /* You can change the color */
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cross::before {
  transform: rotate(45deg);
}

.cross::after {
  transform: rotate(-45deg);
}

.btn_modal_personal_account {
  width: 536px;
  height: 60px;
  border-radius: 8px;
  padding: 16px;
  gap: 10px;
  font-family: "Gilroy";
  background-color: #e4e4e4;
  color: #000;
  font-weight: 600;
}

.hr_modall {
  width: 420px;
  border: 1px;
  margin: 0 auto;
}

.div_price {
  height: 150px;
  gap: 12px;
  margin-top: 24px;
}

.price_itogo {
  margin-top: 16px;
}

.price_itogo2 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
}

::placeholder {
  color: #828282 !important;
  opacity: 1;
}

.input_adddress_street {
  background-color: #f4f4f4 !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 18.2px;
}

.input_time_address {
  background-color: #f4f4f4 !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 18.2px;
  color: #828282 !important;
}

.dop_information {
  height: 84px;
}

.time_deliver {
  font-family: "Gilroy" !important;
  font-size: 14px !important;
  color: #828282 !important;
}

.shop__item-btn {
  height: 60px !important;
}

#search-input {
  border-radius: 8px !important;
}

.disabled {
  cursor: auto !important;
  pointer-events: auto !important;
}

.dimmer {
  background: #f9f8f8;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.btn_zakaz_repeat:hover {
  background-color: #fcd06b;
}

.btn:hover {
  background-color: #fcd06b !important;
}

#btn_podrobno_history:hover {
  background-color: #fcd06b !important;
}

.header__search-btn:hover {
  background-color: #fcd06b !important;
}

.btn_product_category:hover {
  background-color: #fcd06b !important;
}

a:hover {
  color: #fcd06b !important;
}

.shop__item-title:hover {
  color: #fcd06b !important;
}

#product_detail:hover {
  color: #fcd06b !important;
}

.btn-gray:hover {
  background-color: #ebeae8 !important;
  color: black !important;
}

.btn-orange:hover {
  color: black !important;
}

.header__nav-link:hover {
  color: black !important;
}

.popular__all:hover {
  color: black !important;
  background-color: #ebeaea !important;
}

#edit_number:hover {
  background-color: #ebeae8 !important;
  color: black !important;
}

#logout:hover {
  color: black !important;
}

.file-loader-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.file-loader-button {
  width: 428px;
  height: 45px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f4f4f4;
  color: #222222;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-top: 12px;
}

#idscan {
  display: none;
}

.circle-dot {
  width: 40px;
  height: 40px;
  background-color: #ffc12e;
  /* Choose your desired background color */
  color: black;
  /* Choose your desired text color */
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Gilroy;
  font-size: 24px;
  /* You may adjust the font size as needed */
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  gap: 10px;
  margin-right: 10px;
  flex-shrink: 0;
}

.dot-title {
  font-family: Gilroy;
  font-size: 24px !important;
  /* You may adjust the font size as needed */
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  margin-left: 16px;
}

.circle-info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.courier__info-warning-text {
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #828282;
}

#zayavka_join {
  width: 255px !important;
  height: 61px !important;
  margin-top: 24px !important;
  /* Updated padding syntax */
  margin-top: 40px !important;
  margin-bottom: 100px;
  /* Updated padding syntax */
  border-radius: 8px !important;
  gap: 10px !important;
}

.file-loader-text {
  color: #828282;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: right;
}

.icon-option {
  background-image: url("../img/busines_type.png") !important;
  background-repeat: no-repeat;
  background-position: left center;
  /* Adjust as needed */
  padding-left: 20px;
  /* Adjust to leave space for the icon */
}

/* .shop-baner-warning {
  font-family: Gilroy !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
} */

.shop-baner-warning .first-text {
  font-family: Gilroy !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.5px;
  text-align: left;

}

.shop-baner-warning .second-text {
  font-family: Gilroy !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 18.38px;
  text-align: left;

}

.features_item_courier_rating {
  display: inline-block;
  vertical-align: top;
  /* Align items to the top */
  margin-right: 10px;
  /* Add margin between items if needed */
}

.courier__info-content2 {
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.courier__rating {
  display: flex;
  gap: 40px;
}

@media (max-width: 992px) {
  .courier__rating {
    display: block;
  }
}

.features_item_partner {
  display: inline-flex;
}

.stat_partner {
  display: flex !important;
}

.partner_position {
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.partner_info {
  display: grid;
}

::placeholder {
  color: #828282 !important;
  opacity: 1;
}

.gray_input {
  background-color: #f4f4f4 !important;
}

@media only screen and (max-width: 767px) {
  .stock__header {
    text-align: center;
  }

  .stock__list {
    width: 100%;
  }
}

#cart_count {
  position: absolute;
  z-index: 0;
}

.rest_mag_btn {
  display: flex;
  margin-top: 3rem;
  gap: 12px;
}

.rest_mag_btn .rest {
  width: 177px;
  height: 53px;
  padding: 20px 28px 20px 28px;
  gap: 10px;
  border-radius: 8px;
  opacity: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rest_mag_btn .mag {
  width: 177px;
  height: 53px;
  padding: 20px 28px 20px 28px;
  gap: 10px;
  border-radius: 8px;
  opacity: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button1 {
  padding: 0;
  outline: 0;
  border: none;
  cursor: pointer;
  background: #fff;
  width: 32px;
  height: 32px;
  color: #262626;
  box-sizing: border-box;
}

.button1:hover {
  opacity: 0.7;
}

.button1:active {
  color: #028eff;
}

.buttonRoot {
  width: 32px;
  box-shadow: 0 1px 3px 0 rgba(38, 38, 38, 0.5);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}

.shop__menu-title {
  align-self: baseline
}

.stock__item-baner {
  width: 400px !important;
  height: 200px !important;
}

.stock__item-baner img {
  width: 100% !important;
  height: 100% !important;
}

/* .shop__item-head {
  width: 239px;
  height: 160px;
} */

.image-container {
  height: 100px;
  width: 150px;
  margin: 10px;
  border: 2px solid #fcd06b;
  /* Add border color */
  border-radius: 10px;
  /* Add border radius if needed */
  overflow: hidden;
  /* Ensure the image fits within the container */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  /* Ensure the image covers the container */
}

#choosePayment {
  max-width: 100vw;
}

@media (min-width: 1024px) {
  .stock__item {
    width: 400px !important;
  }
}

/* tag */
.tag p {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 15px;
  line-height: 18.38px;
  letter-spacing: 0%;
}

.tag__list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.tag {
  width: 59;
  height: 30;
  gap: 2px;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  border-radius: 8px;
}
.tag a {
  display: block;
  text-decoration: none; 
}
.tag:hover {
  background-color: #FFC12E !important; 
}
.tag a:hover{
  color: black !important
}
.tag__list {
  max-width: 90vw;
  overflow-y: auto;
} 