/* ubuntu-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v20-cyrillic_latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ubuntu-v20-cyrillic_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-cyrillic_latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-300italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/ubuntu-v20-cyrillic_latin-300italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ubuntu-v20-cyrillic_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-cyrillic_latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-300italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-300italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-300italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v20-cyrillic_latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ubuntu-v20-cyrillic_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-cyrillic_latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/ubuntu-v20-cyrillic_latin-500italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ubuntu-v20-cyrillic_latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ubuntu-v20-cyrillic_latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-500italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-500italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/ubuntu-v20-cyrillic_latin-500italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

html {
  box-sizing:  border-box;
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  width: clamp(5px, 1dvw, 10px);
  height: clamp(5px, 1dvw, 10px);
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 100dvw;
  min-width: 300px;
  align-items: center;
  p, a, ul, h1, h2, h3, li {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
  }
}

.body_wrapper {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  max-width: 1024px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.mask {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100dvw;
  height: 105lvh;
  position: fixed;
  z-index: 100;
  background-color: #FFFFFF;
}

.delivery .mask {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  gap: 50px;
  max-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.818);
}
 

.loader {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  animation: loader 1.3s linear infinite;
  border: 10px solid #95cd4d;
  border-top-color: hsl(86, 56%, 55%, 0.8);
  border-bottom-color:hsl(86, 56%, 55%, 0.8);
  color: transparent;
  background-color: transparent;
}

@keyframes loader {
  100% {
    transform: rotate(360deg);
  }
}

.spinner {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: spinner 1.3s linear infinite;
  color: transparent;
  background-color: transparent;
  position: absolute;
  top: 5px;
  left: 38%;
}

@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

.hide {
  opacity: 0;
  transition: 0.2s;    
}

.header, .footer, .main__slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100dvw;
  gap: 10px;
  position: relative;
}


.header__menu,
.main__slider_track,
.img-track {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.main__slider_track {
  top: 0;
  z-index: 10;
  justify-content: space-between;
  padding: 10svh;
}


.img-track {
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
  transform: scale(0);
}

.header__menu_container {
  display: none;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1024px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  padding: 5px 10px 5px 10px;
}

.city-info {
  position: relative;
  font-family: 'Ubuntu';
  font-size: clamp(40px, 6dvw, 60px);
  font-weight: 300;
  letter-spacing: 0.1em;
  overflow: hidden;
  cursor: pointer;
}

.modal__city {
  display: none;
  padding: 22px 0 0 0;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100dvw;
  height: 100lvh;
  top: 0;
  right: 0;
  justify-content: center;
  z-index: 30;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

.city_nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 30px 10px 30px 10px;
  gap: 30px;
  min-width: 250px;
  align-items: center;
  justify-content: center;
  background-color: rgb(12, 12, 14);
}

.header__navigation {
  display: none;
  padding: 22px 0 0 0;
  width: 100%;
  justify-content: flex-end;
  @media (max-width: 767px) {
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100dvw;
    height: 100svh;
    top: 0;
    right: 0;
    justify-content: center;
    background-color: rgb(12, 12, 14);
    z-index: 20;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
  }
}

.navigation {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  @media (max-width: 767px) {
    flex-direction: column;
  }
}

.navigation__link {
  text-wrap: nowrap;
  font-family: 'Ubuntu';
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.burger {
  z-index: 21;
  position: relative;
  width: 36px;
  height: 30px;
  display: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  align-items: start;
  justify-content: end;
  flex-shrink: 0;
  margin-left: 40px;
  @media (max-width: 767px) {
      display: none;
  }
}

.burger::before, .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  transition: transform 0.5s ease-in-out, top 0.5s ease-in-out, bottom 0.5s ease-in-out;
}

.burger::before {
  top: 4px;
}

.burger::after {
  bottom: 6px;
}

.burger--active::before {
  transform: rotate(405deg);
  top: 14px;
}

.burger--active::after {
  transform: rotate(495deg);
  top: 14px;
}

.section__about_base {
  display: none;
  justify-content: center;
  width:100dvw;
  margin-bottom: 5svh;
}

.about__description_base {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
  margin: 10px;
  @media (min-width:760px) {
    flex-direction: row;
  }
}

.description__countainer_base {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  @media (min-width:760px) {
    width: 500%;
  }
}

.logo__card-column {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 0 2px;
  border-radius: 5px;
  cursor: pointer;
  @media (min-width:760px) {
    display: none;
  }

}

.logo__card-row {
  display: none;
  @media (min-width:760px) {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
  }
}

.logo-food {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  text-align: start;
  color: #000;
  font-family: 'Ubuntu';
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.0em;
}

.about__img_base {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
}

.img__countainer_base {
  display: flex;
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 12px;
  overflow: hidden;
}

.img__countainer_base:first-child {
  border-radius: 12px 12px 0 0;
}

.img__countainer_base:last-child {
  border-radius: 0 0 12px 12px;
  border-top: 0;
}

.img__subcountainer_base {
  width: 50%;
  aspect-ratio: 1;
}

.about__information_base {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.information-el{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  text-align: start;
  gap: 10px;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 300;
  margin: 0 0  10px 0;
}

div.information-el {
  justify-content: flex-end;
}

.descr_information-el{
  text-wrap: balance;
  text-align: start;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 5px 0;
  margin: 0 0  10px 0;
}

.section__about,
.section__discount,
.section__contacts {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}

.about_description,
.discount_description,
.contacts_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
}

.section__about__container,
.section__discount__container,
.section__contacts__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1024px;
  width: 100dvw;
  padding: 5svh 10px 5svh 10px;
}

.section__contacts__container {
  padding: 0 10px 0 10px;
}

.slogan {
  font-family: 'Ubuntu';
  text-align: center;
  text-wrap:balance;
  font-size: clamp(20px, 5dvw, 40px);
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 5svh;
  text-transform: uppercase;
}

.section-description {
  font-family: 'Ubuntu';
  text-wrap:balance;
  text-align: center;
  font-size: clamp(16px, 4dvw, 30px);
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 5svh;
} 

.content_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 3%;
  margin: 4svh 0 4svh 0;
}

.reward {
  width: 30%;
}

.discount_conditions,
.contacts_conditions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  gap: 4%;
}

.essence_discount,
.essence_contacts {
  display: block;
  font-family: 'Ubuntu';
  text-wrap:balance;
  text-align: start;
  font-size: clamp(16px, 2dvw, 20px);
  font-weight: 300;
  letter-spacing: 0.1em;
  width: 48%;
  @media (max-width:900px) {
    width: 100%;
  }
}

.discount-img {
  width: 48%;
  height: fit-content;
  @media (max-width:900px) {
    width: 100%;
  }
}

.contacts-map {
  width: 48%;
  border: 0;
  @media (max-width:900px) {
    width: 100%;
    aspect-ratio: 1;
  }
}

.link-discount,
.link-contacts {
  font-family: 'Ubuntu';
  font-weight: 500;
}

.soc__links_container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.soc__links_list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 0 10px 0;
}

.soc-element {
  display: block;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.cursor--def {
    cursor:default;
}

.stop-scroll {
  position: fixed;
}
  
.section_title {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 0 20px;
  font-family: 'Ubuntu';
  font-size: clamp(32px, 6dvw, 60px);
  font-weight: 500;
  line-height: 105%;
  letter-spacing: 0.4em;
}

.logo {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  min-height: 64px;
  @media (max-width: 370px) {
    column-gap: 5px;
  }
}

h1 {
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 24px;
  font-style: normal;
  font-weight: 240;
  line-height: 100%;
  margin-bottom: 10px;  
  @media (max-width: 500px) {
    font-size: 16px;
    font-weight: 500;
  }

}

.img-logo {
  border-radius: 5px;
  width: 60px;
  height: 60px;
  background-color: transparent;
}

.btn_lang {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
}

.header_language {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 55px;
  right: 0;
  z-index: 7;
  padding: 0;
  background-color: transparent;
  overflow-y: hidden;
  transform: translateY(-300%);
  transition: transform 0.3s ease-in-out;
}

.language {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  gap: 5px;
  list-style-type: none;
  margin: 0;
}

.lang__item {
  display: flex;
  border-radius: 15em;
  height: 30px;
}

.lang__link {
  position: relative;
  text-decoration: none;
  border-radius: 15em;
  transition: 0.5s;
}

.lang_icon {
  height: 30px;
  width: 30px;
  border-radius: 15em;
}

.сurrent__order {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.current_item, .current_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #95cd4d;
  padding: 3px 10px;
  text-align: start;
  text-shadow: hsla(24, 85%, 57%, 0.922) 0.3px 0.3px 0.2px;
  font-family: 'Ubuntu';
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
}

.current_title {
  justify-content: flex-start;
  font-style: italic;
}

.current_item:empty {
  display: none;
}

main {
  display: flex;
  flex-direction: column;
  width: 100dvw;
}

h3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;  
}

.delivery h3 {
  max-width: 70%;
}

.slider_subtitle {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  min-height: 55px;
  max-height: 100px;
  overflow: scroll;
  text-align: start;
  font-family: 'Ubuntu';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  @media (max-width:800px) {
    font-size: 16px;
    max-height: 50px;
    min-height: 34px;
  }
}

.slider_subtitle:empty {
  display: none;
}

.slider_subtitle::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}


.order {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  margin-top: 10px;
  gap: 2px;
}

.order:last-child {
  justify-content: flex-end;
}

.btn {
  display: block;
  min-width: 25px;
  border-radius: 15em;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.slider_price {
  margin: 0;
  text-align: start;
  font-family: 'Ubuntu';
  font-size: 18px;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  @media (max-width: 768px) {
    margin-bottom: 10px;
  }
}

.section__menu__container {
  display: flex;
  flex-direction: column;
  max-width: 1024px;
}

.position-items {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.position-track {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  gap: clamp(8px, 5dvw, 28px);
  padding: clamp(0, 3dvw, 8px);
}

.title-track, .title-slider-track{
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: clamp(20px, 4dvw, 32px);
  text-align: center;
  font-family: 'Ubuntu';
  font-style: normal;
  letter-spacing: clamp(0em, 1dvw, 0.6em);
  font-weight: 500;
  line-height: 100%;
  right: 50%;
  padding: 30px 0 15px 0;
}

.title-slider-track {
  display: none;
}

.preview {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  width: 175px;
  overflow: hidden;
  @media (min-width:801px) {
    width: 230px;
  }
}

.no--picture {
  align-items:flex-start;
  width: 460px;
  @media (max-width:800px) {
    width: 305px;
    padding: 5px 0 0 0;
  }
}

.prod {
  display: flex;
  justify-content:center;
  align-items: center;
  border: 0;
  /* overflow: hidden; */
  position: relative;
  z-index: 0;
  /* width: 100%;
  aspect-ratio: 1; */
  width: 175px;
  height: 175px;
  @media (min-width:801px) {
    width: 230px;
    height: 230px;
  }
}

.no--picture .prod {
  display: none;
}

.img_prod {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.img-standart {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.overlay-image {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
}

.no--picture .overlay-image {
  height: 8px;
}

.prod_circle {
  display: flex;
  position: absolute;
  height: 40px;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0 0 20px 0;
  z-index: 4;
  top: 0;
  left: 0;
}

.no--picture .prod_circle {
  top: calc(100% - 40px);
  left: 0;
  border-radius: 0 20px 0 0;
}

.num-circle {
  padding: 5px ;
  min-width: 40px;
  margin: 0;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.comments {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2px;
  gap: 3px;
  @media (min-width:801px) {
    padding: 10px;
  }
}

.additional-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  gap: 0;
  @media (min-width:801px) {
    padding: 10px;
  }
}

.additional-info span {
  line-height: 1;
  margin: 0;
  padding: 0;
}

.no--picture .comments {
  width: 100%;
  height: 100%;
    @media (max-width:800px) {
    padding: 10px;
  }
}

.tab__group {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.title__position {
  display: flex;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-top: 10px;
  letter-spacing: 0.2em;
}

.position__wrapper, .create {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: clamp(200px, 100dvw, 100%);
  height: 90px;
  position: sticky;
  z-index: 5;
  top: 0dvh;
  margin: 10px 0 0 0px;
  overflow-x: auto;
  overflow-y: visible;
}

.position__wrapper.bottom {
  --cart-inline-padding: clamp(12px, 4vw, 32px);
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 0 var(--cart-inline-padding);
}

.catalog-control {
  position: relative;
  margin-right: clamp(12px, 2vw, 18px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.btn-catalog {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  padding: 0;
}

.btn-catalog:disabled {
  opacity: 0.45;
  pointer-events: none;
}

.btn-catalog:hover,
.btn-catalog:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.btn-catalog:focus-visible {
  outline: 3px solid rgba(241, 90, 36, 0.35);
  outline-offset: 3px;
}

.btn-catalog__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 20px;
}

.btn-catalog__icon span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
}

.catalog-menu {
  list-style: none;
  margin: 8px 0 0;
  padding: 12px 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: clamp(200px, 40vw, 280px);
  max-height: 280px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

.catalog-menu--open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.catalog-menu__item a {
  display: block;
  padding: 9px 18px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #2d2d2d;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.catalog-menu__item a:hover,
.catalog-menu__item a:focus-visible {
  background-color: rgba(241, 90, 36, 0.12);
  color: #f15a24;
}

.container__pgup-btn {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  z-index: 5;
  right: 0;;
  width: 60px;
  height: 100%;
  cursor: pointer;
}

.cart-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 14px;
  flex: 0 0 auto;
  max-width: min(520px, 100%);
  width: clamp(240px, 50%, 480px);
}

.cart-control .cart {
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
}

.position__wrapper::-webkit-scrollbar {
  height: clamp(5px, 1dvw, 10px);
}

.position {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 20px;
  gap: 5px;
  position: absolute;
}

.position.orange {
  position: relative;
}

.bottom {
  bottom: 0dvh;
  height: 60px;
  position: sticky;
  transition: position 0.2s linear;
  overflow: hidden;
}

.orange {
border-radius: 10px;
}

.cart_img {
  display: block;
  justify-content: start;
  height: 35px;
  margin: 0;
  padding: 10px 0 0 0;
  text-decoration: none;
}

.img_bas  {
  display: block;
  position: relative;
  width: 25px;
  height: 15px;
  border-radius: 2px;
  transform: perspective(30px) rotateX(-25deg);
  margin-top: 3px;
  margin-left: 45px;
}

.img_bas::after, .img_bas::before {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.img_bas::after {
  top: 15px;
  left: 16px;
}

.img_bas::before {
  top: 15px;
  left: 2px;
}

.basket_handle {
  display: block;
  position: absolute;
  width: 7px;
  height: 2px;
  top: -3px;
  right: 21px;
  transform: rotate(-105deg);
}

.basket_handle::after {
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  right: -4px;
  width: 7px;
  height: 2px;
  border-radius: 5px;
  transform: rotate(105deg);
}

.img_bas-col {
  display: block;
  position: relative;
  width: 25px;
  height: 15px;
  border-radius: 2px;
  transform: perspective(30px) rotateX(-30deg);
  margin-left: 5px;
}

.img_bas-col::after, .img_bas-col::before {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.img_bas-col::after {
  top: 15px;
  left: 16px;
}

.img_bas-col::before {
  top: 15px;
  left: 2px;
}

.basket_handle-col {
  display: block;
  position: absolute;
  width: 7px;
  height: 2px;
  top: -3px;
  right: 21px;
  transform: rotate(-105deg);
}

.basket_handle-col::after {
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  right: -4px;
  width: 7px;
  height: 2px;
  border-radius: 5px;
  transform: rotate(105deg);
}

.product-form__info {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  align-items: center;
  justify-content: center;
  border-radius: 15em;
}

.product, .end_sticky {
  display: flex;
  flex-wrap: nowrap;
  max-width: calc(50dvw - 20px);
  overflow: hidden;
  height: 37px;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 8px 8px 8px;
  border-radius: 15em;
  text-wrap: nowrap;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.active {
  pointer-events: none;
}

.cart {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}

.active__btn {
  cursor: pointer;
}

.modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.supplements, .delivery {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  width: clamp(300px, 100dvw, 100dvw);
  top: 0;
  left: 0;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  z-index: 60;
  height: 100lvh;
  overflow-y: scroll;
}

.modal__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 250px;
  width: fit-content;
  max-width: 768px;
  padding: 10px;
  margin-bottom: 270px;
}

.delivery__container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 250px;
  width: 100%;
  max-width: 375px;
  padding: 10px;
  margin-bottom: 270px;
}

.title__supplements, .title__delivery {
  display: flex;
  flex-wrap: nowrap;
  align-items:center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}

.title_supp {
  display: flex;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  width: 100%;
}

.details {
  width: 100%;
}

.details_element, .product_versions {
  display: flex;
  justify-content: flex-start;
}

.product_versions {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 5px 0;
  margin: 10px 0 10px 0;
}

.title-details {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 0 5px 0;
  width: 100%;
}

input {
  display: none;
}

label {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 35px;
  padding: 3px 10px 3px 35px;
  border-radius: 5px;
  margin: 5px 0 5px 0;
  align-items: center;
  justify-content: flex-start;
  text-align: start;
  font-family: 'Ubuntu';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  cursor: pointer;
}

label::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 5em;
  left: 10px;
}

.row label {
  max-width: 48%;
  font-size: 14px;
}

.third label:nth-of-type(n+3) {
  max-width: 30.6%;
  font-size: 14px;
}

.quarter label:nth-of-type(n+3) {
  max-width: 22%;
  font-size: 14px;
}

input[type="radio"]:checked + label {
  border: 0;
  opacity: 1;
}

input[type="radio"]:checked + label::before {
  position: absolute;
  content: '';
  top: 17px;
  width: 13px;
  height: 3px;
  border-radius: 5px;
  transform: rotate(70deg);
}

input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 15px;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  transform: rotate(-60deg);
  left: 13px;
}

input[type="checkbox"]:checked + label {
  border: 0;
  opacity: 1;
}

input[type="checkbox"]:checked + label::before {
  position: absolute;
  content: '';
  top: 17px;
  width: 13px;
  height: 3px;
  border-radius: 5px;
  left: 10px;
  transform: rotate(70deg);
}

input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  width: 20px;
  top: 15px;
  height: 3px;
  border-radius: 5px;
  transform: rotate(-60deg);
  left: 13px;
}

.btn__grupp {
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%;
  margin-top: 10px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.quantity {
  display:flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  max-width: 50px;
  height: 40px;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}

p.quantity:empty {
  display: none;
}

.basket {
  display: flex;
  align-items: center;
  width: 100dvw;
  max-width: 768px;
  padding: 10px;
  min-height: 100svh;
}

.cart_mask {
  display: flex;
  width: 100vw;
  height: 100%;
  left: auto;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 100;
  visibility: hidden;
  overflow-y: auto;
}

.warning__container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100dvw;
  height: 100lvh;
  z-index: 200;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
}

.top-menu {
  top: 0;
}

.bott-cart {
  bottom: 0;
}

.warning_description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  max-width: 500px;
  min-height: 250px;
  border-radius: 10px;
  padding: 10px;
  gap: 10px;
  transform: scale(0);
  transition: transform 0.4s;
}

.warning-icon {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  font-family: 'Ubuntu';
}

.war-text {
  display: flex;
  flex-wrap: wrap;
  text-wrap:balance;
  width: 100%;
  height: 100%;
  text-align: start;
  font-family: 'Ubuntu';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  border: 0;
}

.war {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 5px;
  border-radius: 15em;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 100%;
}

.warning__container.mask--visible {
  visibility: visible;
  opacity: 1;
}

.mask--visible {
  visibility: visible;
}

.warning__container.mask--visible .warning_description {
  transform: scale(1);
}


.title_container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.basket_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.products_basket {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.element-basket {
  display: flex;
  flex-direction: column;
  padding: 5px;
  width: 100%;
  gap: 10px;
}

.img-basket {
  display: flex;
  width: 75px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background: transparent;
  @media (max-width:374px) {
    display: none;
  }
}

.purchase {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.content {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content:space-between;
  width: 100%;
  @media (max-width:405px) {
    gap: 0;
  }
}

.check__wrapper{
  display: flex;
  align-items: flex-end;
  width: calc(100% - 85px);
  flex-direction: column;
  @media (max-width:400px) {
    width: 100%;
  }
}

.btn-delete {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.description, .price_regulator, .ingredients {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start; 
  width: 100%;
}

.description {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.price_regulator {
  align-items: center;
  justify-content: flex-end;
  @media (max-width:374px) {
    justify-content: space-between;
    width: 100%;
  }
}

.card_price{
  display: flex;
  flex-direction: column;
}

.fix--width {
  justify-content: flex-end;
  text-align: right;
  width: 110px;
}

.ingredients {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 5px;
  width: 90%;
  margin: 0 0 5px 0;
  @media (max-width:374px) {
    width: 100%;
  }
}

/* .ingredients:empty {
  display: none;
} */

.ingredients-el {
  margin: 0;
  text-align: end;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.form_basket {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 0;
  padding: 0 10px;
}

.result_container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 5;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  margin: 10px 0;
}

.result-el {
  display: inline-block;
  margin: 0;
  justify-content: center;
  text-align: start;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.center {
  width: 100%;
  overflow: hidden;
  text-align: end;
  padding-right: 5px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.accord__group{
  display: flex;
  width: 100%;
  gap: 10px;
}

.accord-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  margin:0 0 10px 0;
}

.no_ui__wrapper {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  padding: 0 5px;
  width: 100%;
}

.phone__container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}

.mess_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: start;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  cursor: pointer;
  gap: 5px;
}

.pref {
  gap: 5px;
}

.mess-sel_wrapp {
  display: flex;
  min-width: 150px;
  border-radius: 15em;
  align-items: center;
  justify-content: flex-end;
  border: 0;
  margin: 0;
  padding: 0 0 0 30px;
  gap: 5px;
  text-wrap: nowrap;
  text-align: start;
  font-family: 'Ubuntu';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.delivery-title {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  text-align: start;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin: 5px 0;
}

.delivery-cash .delivery-title {
  justify-content: flex-end;
}

.mess-sel {
  width: 35px;
  aspect-ratio: 1;
  right: 0;
  z-index: 1;
  border-radius: 15em;
  background-color: #FFFFFF;
  align-items: center;
  justify-content: center;
}

.change {
  width: 100%;
}

.separation {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.date_time {
  display: none;
}

#inp-time:checked ~ .date_time {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 4%;
}

.ready-text {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 5px;
  margin-top: 10px;
  align-items: center;
  border-radius: 5px;
  text-align: start;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin: 10px 0 10px 0;
}

.height {
  height: 70px;
  resize: none;
}

.delivery-cash {
  display: none;
}

#inp-change:checked ~ .delivery-cash {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content:space-between;
  margin: 10px 0;
  gap: 5px;
  text-align: start;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.cash {
  width: 60px;
  height: 40px;
  border-radius: 5px;
  margin-left: calc(100% - 233px);
}

.delivery .cash {
  border-radius: 5px 0 0 5px;
  margin-left: calc(100% - 250px);
}

.promo_container .cash {
  min-width: 62%;
  margin: 0;
}

.map {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 0;
  width: 90%;
  height: 300px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

.up {
  display: flex;
  width: 90%;
  border-radius: 5px 5px 0 0;
  height: 60px;
  margin: 10px 0 0 0;}

.dn {
  margin-bottom: 10px;
  border-radius: 0 0 5px 5px;
}


.bask_submit {
  display: flex;
  flex-wrap: nowrap;
  width: 326px;
  align-items: center;
  justify-content: space-between;
}

.submit {
  position: relative;
  width: 100%;
  min-height: 40px;
  padding-bottom: 2px;
  border-radius: 5px;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.back {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 15em;
}

.pgup{
  transform: rotate(90deg);
}

.input_box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.plus, .minus {
  width: 25px;
  height: 40px;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
}

.plus {
  border-radius: 0 15em 15em 0;
  border-left: 0;
}

.minus {
  padding: 0 0 3px 2px ;
  border-radius: 15em 0 0 15em;
  border-right: 0;
}

.save {
  width: 100%;
  height: 40px;
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.15em;
}

.modal__container .supp {
  border-radius: 15em;
}

.supp, .supp-minus, .add, .edit {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
}

.supp {
  border-radius: 15em 0 0 15em;
}

.supp-minus{
  width: 40px;
  border-radius: 0 15em 15em 0;
}

.edit {
  margin-left: calc(100% - 80px);
}

.supp::before, .supp::after,
.add::before, .add::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  border-radius: 5px;
}

.supp::before, .add::before {
  top: 19px;
}

.supp::after, .add::after {
  bottom: 19px;
  transform: rotate(90deg);
}

.supp-minus::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  top: 19px;
}

.slider {
  display: none;
  flex-wrap: nowrap;
  height: clamp(30px, 5dvw, 60px);
  min-width: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 8px 8px 11px;
  margin: 0 3px 0 3px;
  border-radius: 15em;
  text-align: center;
  text-wrap: nowrap;
  font-family: 'Ubuntu';
  font-size: clamp(20px, 4dvw, 32px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: clamp(0em, 1dvw, 0.3em);
  background-color: #000;
}

.delivery .slider {
  height: 30px;
  font-size: 20px;
  letter-spacing: 0;
}

.reset {
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  border: 2px solid #5C6370;
  border-left: 0;
}

.promo_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}

.promo_apply {
  position: relative;
  justify-items: center;
  align-items: center;
  min-width: 38%;
  height: 40px;
  font-size: 24px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  border-left: 0;
  padding: 3px;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.left, .right {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  top: 27.5svh;
}

.left {
  left: 2dvw;
}

.right {
  right: 2dvw;
}

.back::before, .back::after,
.left::before, .left::after,
.right::before, .right::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 5px;
}

.back::before, .left::before {
  left: 4px;
  top: 11px;
  transform: rotate(135deg);
}

.back::after, .left::after {
  left: 4px;
  bottom: 11px;
  transform: rotate(45deg);
}

.right::before {
  right: 4px;
  top: 11px;
  transform: rotate(45deg);
}

.right::after {
  right: 4px;
  bottom: 11px;
  transform: rotate(135deg);
}

.ext {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 15em;
}

.ext::before, .ext::after {
  content: "";
  position: absolute;
  left: 1px;
  width: 38px;
  height: 2px;
  border-radius: 5px;
}

.ext::before {
  top: 19px;
  transform: rotate(45deg);
}

.ext::after {
  bottom: 19px;
  transform: rotate(-45deg);
}

.nav--visible {
  transform: none;
}

.delivery-adres {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

#inp-deliv:checked ~ .delivery-adres {
  visibility: visible;
  height: 100%;
}

.dis--none {
display: none;
}

.dis--invisible {
  visibility: hidden;
  height: 0;
}

.row--rev {
  flex-direction: row-reverse;
}

.row {
  flex-direction: row;
  gap: 4%;
  justify-content: flex-start;
  align-items: flex-start;
}

.z--index {
  z-index: 7;
  transform: scale(1);
}

.fade--in {
  opacity: 1;
  transition: opacity 1s ease;
}

.fade--out {
  opacity: 0;
  transition: opacity 1s ease;
}

.dis--fade {
  opacity: 40%;
  cursor: default;
}

.img_correct {
  width: 25px;
  height: 30px;
}

.img_save {
  width: 25px;
  height: 30px;
}

.half-width {
  width: 48%;
}

.border-errors {
  position: relative;
  border-radius: 5px;
  animation: border-errors 1s linear infinite;
}

@keyframes border-errors {
  25%, 75% {
    transform: rotate(0.5deg)
  }
  50%, 100% {
    transform: rotate(-0.5deg)
  }
}

.border-errors:focus, .border-errors:hover {
  animation: none
}

.go-up-button {
  --go-up-bg: #f15a24;
  --go-up-icon-color: #fff;
  display: grid;
  place-items: center;
  width: clamp(52px, 5vw, 72px);
  height: clamp(52px, 5vw, 72px);
  margin-left: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--go-up-bg);
  color: var(--go-up-icon-color);
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  visibility: hidden;
  transform: scale(0.9);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
  pointer-events: none;
}

.go-up-button:hover,
.go-up-button:focus-visible {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.go-up-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}

.go-up-button--visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: auto;
}

.go-up-button__icon {
  width: clamp(20px, 2vw, 26px);
  height: clamp(20px, 2vw, 26px);
  pointer-events: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.go-up-wrapper {
  --go-up-progress: 0.9;
  position: absolute;
  top: 50%;
  left: calc(
    50% + (50% - var(--cart-inline-padding)) * var(--go-up-progress)
  );
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
