/* 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 {
    scroll-behavior: smooth;
    box-sizing:  border-box;
}

*, *::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 {
  background: #95cd4c;
  border-radius: 3px;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 100dvw;
    min-width: 300px;
    align-items: center;
    background: #FFFFFF;
    p, a, ul, h1, h2, 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: 110lvh;
  position: absolute;
  z-index: 100;
  background-color: #FFFFFF;
}

.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);
  }
}

.hide {
  opacity: 0;
  transition: 0.2s;    
}

.header, .footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  z-index: 2;
  position: relative;
  padding: 5px 10px 5px 10px;
  background-color: #FFFFFF;
  box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
  @media (min-width:681px) {
    position: sticky;
    opacity: 85%;
    top: 0;
  }
}

.footer {
  @media (min-width:681px) {
    position: sticky;
    bottom: 0;
    gap: 0;
  }
}

.logo-food {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: end;
  color: #000;
  text-shadow: hsla(24, 85%, 57%, 0.922) 0.3px 0.3px 0.2px;
  font-family: 'Ubuntu';
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  letter-spacing: 0.0em;
  /* text-transform: uppercase; */
  @media (max-width:1000px) {
    font-size: 30px;
  }
}

.img-logo-food {
  border-radius: 15px;
  width: 60px;
  height: 60px;
}

.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;
  right: 10px;
  top: 55px;
  z-index: 1;
  padding: 0;
  background-color: transparent;
  overflow-y:inherit;
  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;
}

.city-info {
  position: relative;
  font-family: 'Ubuntu';
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.1em;
  overflow: hidden;
  cursor: pointer;
  color: #FFFFFF;
}

.modal__city {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  width: 100%;
  height: 100lvh;
  padding: 20px;
  top: 0;
  right: 0;
  z-index: 30;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: scroll;
}

#town {
  cursor: pointer;
}

.city_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 10px;
  gap: 10px;
  min-width: 250px;
  border-radius: 10px;
  background-color: #FFFFFF;
  border: 3px solid rgba(149, 205, 77, 0.3);
  box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
}

.navigation__item, .navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.current__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;
}


.stop-scroll {
  overflow: hidden;
}

.nav--visible {
  transform: none;
}

.container__logo-btn{
  display: flex;
  flex-wrap: wrap;
  /* position: relative; */
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100dvw - 20px);
  max-width: 1024px;
  background: #FFFFFF;
  padding: 10px 0 10px 0;
  gap: 10px;
  box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 0px;
  /* overflow-x: scroll; */
}

.logo-btn {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column;
  border-radius: 10px;
  border: 0;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
  cursor: pointer;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.img-logo {
  width: clamp(90px, 12dvw,130px);
  aspect-ratio: 1;
  @media (max-width: 370px) {
    width: 22dvw;
  }
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 10px;
  gap: 10px;
  box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
}

.hello {
  padding: 0;
}

.hello__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: clamp(200px, 100%, 100%);
  aspect-ratio: 2/1;
  overflow: hidden;
  position: relative;
}

.hello_description {
  display: flex;
  justify-content:space-between;
  align-items: center;
  width: 100%;
  background: linear-gradient(270deg, transparent, rgb(255, 255, 255) 54%);
  padding: 0 10px 0 10px;
  margin-top: 10px;
}

.town-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: solid clamp(6px, 1dvw, 10px) #FFFFFF;
  width: clamp(24px, 4dvw, 40px);
  aspect-ratio: 1;
  background: #FFFFFF;
  cursor: pointer;
}

.town_btn {
  width: 0;
  height: 0;
  border: clamp(12px, 2dvw, 20px) solid transparent;
  border-top: clamp(24px, 4dvw, 40px) solid #95cd4d;
}

.hello_description:last-child {
  background: linear-gradient(90deg, transparent, rgb(255, 255, 255) 54%);
  margin-bottom: 10px;
}

h1, h2 {
  display: flex;
  text-wrap: balance;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #95cd4d;
  font-family: 'Ubuntu';
  font-size: clamp(18px, 5vw, 50px);
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  text-decoration: solid;
}

h1 {
  justify-content: flex-end;;
}

.section_title {
  margin: 0;
  text-align: start;
  color: #000;
  text-shadow: hsla(24, 85%, 57%, 0.922) 0.3px 0.3px 0.2px;
  font-family: 'Ubuntu';
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.15em;
  border-bottom: 3px solid rgb(243, 243, 247);
}

.producers__container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  gap: clamp(10px, 2vw, 40px);
  justify-content: center;
  @media (min-width:450px) {
    justify-content: space-between;
  }
    @media (min-width:1000px) {
      column-gap: 0;
    }

}

.description {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  border-radius: 15px;
  padding: 10px;
  border: solid 2px #FFFFFF;
  box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
  @media (min-width:450px) {
    flex-direction: row;
    gap: 0;   
  }
  @media (min-width:1000px) {
    max-width: 49%;
  }
}

.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:450px) {
    display: none;;    
  }
}

.logo__card-row {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  @media (min-width:450px) {
    display: flex;   
  }
}

.img__description {
  display: flex;
  flex-direction: column;
  width: clamp(0px, 100%, 405px);
  aspect-ratio: 1;
  border-radius: 13px;
  margin: 0;
  box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
  cursor: pointer;
  @media (min-width:450px) {
    width: 40%;   
  }
}

.img_group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  border-radius: 0 0 13px 13px;
  overflow: hidden;
}
.up {
  border-radius: 13px 13px 0 0;
  border-bottom: solid 2px #FFFFFF;
}

.img_subgroup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  aspect-ratio: 1;
  border-left: 2px solid #FFFFFF;
}

.img_subgroup:first-child {
  border: 0;
}

.information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: fit-content;
  width: 100%;
  height: 100%;
  @media (min-width:450px) {
    width: 70%;
    padding: 0 0 0 10px;
  }

}

.information-el{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  text-align: start;
  color: #000;
  gap: 10px;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 300;
  text-shadow: hsla(24, 85%, 57%, 0.922) 0.3px 0.3px 0.2px;
  margin: 0 0  10px 0;
  @media (min-width:1000px) {
    font-size: 16px;
  }
}

div.information-el {
  justify-content: flex-end;
}

.descr_information-el{
  text-wrap: balance;
  text-align: start;
  color: #000;
  font-family: 'Ubuntu';
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 5px 0;
  text-shadow: hsla(24, 85%, 57%, 0.922) 0.3px 0.3px 0.2px;
  margin: 0 0  10px 0;
  @media (max-width:1000px) {
    font-size: 20px;
  }
}

.order-btn {
  display: flex;
  align-items: center;
  text-align: start;
  color: #000;
  text-shadow: hsla(24, 85%, 57%, 0.922) 0.3px 0.3px 0.2px;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 300;
  background-color: #FFFFFF;
  width: 100%;
  height: 46px;
  justify-content: center;
  color: #95cd4c;
  border: solid 1px #95cd4c;
  border-radius: 5px;
  gap: 2px;
  padding: 3px;
  box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
  transition: 0.2s;
  cursor: pointer;
}

.contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
  @media (max-width:768px) {
    justify-content: space-between;
  }
}

.contact-el, .contact-btn {
  display: flex;
  align-items: center;
  text-align: start;
  color: #000;
  text-shadow: rgba(239, 127, 52, 0.922) 0.3px 0.3px 0.2px;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 300;
  background-color: #FFFFFF;
}

.contact-btn {
  height: 30px;
  justify-content: center;
  color: #95cd4c;
  border-radius: 5px;
  transition: 0.2s;
}

.contact-btn:hover, .logo-btn:hover, .order-btn:hover {
  box-shadow: rgba(6, 5, 50, 0.12) 0 0 0;
  transition: 0.2s;
  transform: scale(0.98);
}

.telegram-icon {
  width: 30px;
}

.btn-icon {
  width: 30px;
}

.dis--none {
    display:none;
}

.cursor--def {
    cursor:default;
}

.nav--link {
  border: 0; 
  background-color: transparent; 
  box-shadow: none;
  flex-wrap: nowrap;
  text-shadow: none;
}

.bord-rad {
  border-radius: 10px;
  box-shadow: rgba(6, 5, 50, 0.12) 0px 4px 20px;
}