@font-face {
  font-family: "Geometria-Bold";
  src: url(/fonts/Geometria-Bold.ttf);
}
@font-face {
  font-family: "Geometria-Regular";
  src: url(/fonts/Geometria.ttf);
}
@font-face {
  font-family: "AmaticSC-Bold";
  src: url(/fonts/AmaticSC-Bold.ttf);
}
@font-face {
  font-family: "Geometria-Light";
  src: url(/fonts/Geometria-Light.ttf);
}

body {
  width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Geometria-Regular";
  overflow-x: hidden;
}
.top-banner {
  display: flex;
  width: 100vw;
  height: auto;
  flex-direction: column;
  margin-bottom: 5vw;
}
.menu {
  width: 100%;
  height: 11.56vw;
  background-image: url(/img/menu-back.webp);
  background-size: 100% auto;
  background-position: top center;
  font-family: "Geometria-Bold";
  color: #607045;
  font-size: 1.5vw;
}
.main-banner {
  width: 72.916vw;
  height: 44.41vw;
  margin-top: -2.4vw;
  margin-left: 16.3vw;
  position: relative;
}
.main-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.menu ul {
  display: flex;
  list-style-type: none;
  width: 56%;
  margin: auto;
  margin-top: 1.82vw;
  align-items: center;
  padding-inline-start: 0px;
}
.menu ul .logo {
  width: 14.35vw;
  height: 3.3vw;
  margin-right: 13vw;
}
.menu ul .logo a,
.menu ul .logo a img {
  width: inherit;
  height: inherit;
  display: block;
}
article.submenu {
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  transition: max-height 0.2s ease-in;
}
.menu-item {
  padding: 0.312vw 0.625vw;
  margin: 0 0.5vw;
}
.menu-item a {
  text-decoration: none;
  color: inherit;
}
input#products {
  display: none;
}
.submenu ul {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0.5vw;
  font-family: "Geometria-Regular";
  font-size: 1.5vw;
}
label[for="products"] {
  position: relative;
  display: block;
  cursor: pointer;
  padding-right: 0.7vw;
}
label[for="products"]::after {
  content: "";
  background-image: url(/img/arrow-point-to-right.webp);
  background-size: 100%;
  width: 0.9vw;
  height: 0.9vw;
  position: absolute;
  display: inline-block;
  top: 0.5vw;
  right: -0.5vw;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
input#products:checked ~ article {
  max-height: 200px;
  transition: max-height 0.2s ease-in;
}
input#products:checked ~ label[for="products"]::after {
  transform: rotate(180deg);
  transition: all 0.2s ease-in;
}
.absolute {
  position: absolute;
}
.vegan {
  width: 20vw;
  height: 15vw;
  top: 0;
  left: 0;
}
.petrushka {
  width: 20.3vw;
  height: 21.4vw;
  top: 0;
  right: 0;
}
.listik {
  width: 10.416vw;
  height: 13.95vw;
  top: 17.7vw;
  left: 0;
}
.listik-right {
  left: auto;
  right: 0;
  top: 32vw;
  transform: rotate(180deg);
}

.vega-oil {
  position: relative;
}
.description {
  display: flex;
  width: 100vw;
  height: 42vw;
  background-image: url(/img/bg.webp);
  background-size: 75vw auto;
  background-position: right 3vw;
  background-repeat: no-repeat;
}
.picture {
  width: 40.6vw;
  height: auto;
}
.picture img {
  width: inherit;
}
h2 {
  font-family: "AmaticSC-Bold";
  color: #496432;
  font-size: 6.77vw;
  margin: 0;
  margin-left: 8vw;
  margin-top: 5vw;
}
p {
  font-size: 1.5vw;
  line-height: 1.66;
  color: #496432;
  margin-left: 8vw;
  width: 48.7vw;
}
.benefits {
  list-style-type: none;
  width: 25vw;
  padding-inline-start: 0px;
  margin-left: 3vw;
  position: relative;
}
.benefits::before {
  content: "";
  background-image: url(/img/arrow.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 4.7vw;
  height: 4.1vw;
  display: block;
  position: absolute;
  top: 1vw;
  left: -5vw;
}
.benefits li {
  display: flex;
  height: 2.8vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left;
  margin-bottom: 1.5vw;
}
.small {
  background-image: url(/img/mask-s.webp);
}
.large {
  background-image: url(/img/mask-l.webp);
}
.middle {
  background-image: url(/img/mask-m.webp);
  margin-left: 7vw;
}
.benefits li span {
  display: block;
  height: inherit;
  font-family: "Geometria-Bold";
  font-size: 1.04vw;
  color: #496432;
}
.benefits li span:nth-of-type(1) {
  line-height: 2.8vw;
  text-align: center;
  font-size: 1.25vw;
  color: #fff;
}
.benefits li span:nth-of-type(2) {
  margin-left: 1vw;
  width: 45%;
}
.small span:nth-of-type(1) {
  width: 6.14vw;
}
.large span:nth-of-type(1) {
  width: 11.4vw;
}
.middle span:nth-of-type(1) {
  width: 7.8vw;
}
.prod-box {
  display: flex;
  width: 70vw;
  height: auto;
  margin: 5vw auto;
  font-family: "Geometria-Bold";
  color: #496432;
}
.prod-item {
  width: 50%;
}
.prod-img {
  width: 100%;
  height: 17.6vw;
}
.prod-img img,
.cream-img img,
.recipes-item-img img,
.img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  display: block;
}
h3 {
  font-size: 1.45vw;
  text-align: center;
  width: 90%;
  margin: 1vw auto;
  height: 4vw;
}
.prod-item a,
.recipes-item-text a {
  display: block;
  width: 11vw;
  height: 4vw;
  border-radius: 4.6vw;
  background-color: #c9cca2;
  color: #607045;
  text-align: center;
  line-height: 4vw;
  text-decoration: none;
  font-size: 1.14vw;
  margin: 0 auto;
  font-family: "Geometria-Bold";
}
.vega-list {
  width: 7.8vw;
  height: 7.8vw;
  left: 5.2vw;
  top: 40vw;
}
.vega-list2 {
  width: 11vw;
  height: 11vw;
  right: 2vw;
  top: 43vw;
  transform: rotate(101deg);
}
.vega-oil .listik {
  top: 55vw;
}
.cheese {
  position: relative;
}
.cheese .listik {
  top: 48vw;
}
.cheese .listik.listik-right.top {
  top: -12vw;
}
.cheese .listik.listik-right {
  top: 46vw;
}
.cheese .description {
  flex-direction: row-reverse;
  background-position: left 3vw;
}
.cheese .description .benefits {
  margin-left: auto;
  margin-right: 3vw;
}
.cheese .description .benefits::before {
  left: auto;
  right: -5vw;
  transform: rotate(20deg) scaleX(-1);
  top: 2vw;
}
.cream-box {
  width: 78vw;
}
.cream-item {
  width: 25%;
}
.cream-img {
  width: 100%;
  height: 16.35vw;
}
.recipes {
  position: relative;
}
.recipes h2 {
  margin: auto;
  text-align: center;
}
.recipes-box {
  display: flex;
  width: 95.5vw;
  min-height: 31vw;
  height: 31vw;
  margin-top: 1vw;
  margin-bottom: 8vw;
  margin-left: 1.35vw;
}
.recipes-item-img {
  width: 42.5vw;
}
.recipes-item-text {
  width: 53vw;
}
.recipes-item-text h3 {
  width: 60%;
  margin: 0;
  margin-left: 8vw;
  text-align: left;
  color: #496432;
  font-size: 1.875vw;
  font-family: "Geometria-Bold";
  margin-top: 4vw;
  margin-bottom: 2vw;
}
.recipes-item-text p {
  width: auto;
}
.recipes-item-text a {
  margin-left: 8vw;
}
.recipes-box.odd {
  flex-direction: row-reverse;
}
.recipes-box.odd .recipes-item-text a {
  margin-left: auto;
  margin-right: 0vw;
}
.vega-list3 {
  width: 9.6vw;
  height: 9.6vw;
  transform: rotate(-26deg);
}
.vega-list4 {
  width: 7.2vw;
  height: 7.73vw;
  top: 42vw;
  left: 2vw;
  transform: rotate(36deg);
}
.vega-list5 {
  width: 14.3vw;
  height: 14.3vw;
  left: auto;
  right: -2vw;
  top: 36vw;
  transform: rotate(198deg);
}
.vega-list7 {
  width: 7vw;
  height: 7vw;
  top: 78vw;
  left: auto;
  right: 3vw;
  transform: rotate(18deg);
}
.recipes .listik {
  top: 100vw;
}
.recipes .listik .listik-right {
  top: 8vw;
}

footer {
  position: relative;
  width: 100vw;
  height: 12vw;
  background-image: url(/img/footer-menu.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100% 1.5vw;
}
.footer-menu {
  display: flex;
  position: absolute;
  width: 56%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1vw;
  height: 3.125vw;
  align-items: center;
  font-size: 1.14vw;
  color: #607045;
}
.footer-menu span {
  margin-right: 15vw;
}
.footer-menu .web-site {
  font-family: "Geometria-Bold";
  color: inherit;
  margin-right: 10vw;
}
.inst {
  width: 2vw;
  height: 2vw;
  margin-right: 2vw;
}
.soc img,
.inst img {
  width: inherit;
}
.soc {
  width: 3.125vw;
  height: 3.125vw;
}

.deolio-lime {
  position: fixed; /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); /* цвет фона */
  z-index: 1050;
  opacity: 0; /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in; /* анимация перехода */
  pointer-events: none; /* элемент невидим для событий мыши */
  margin: 0;
  padding: 0;
}
.deolio-lime:target {
  opacity: 1; /* делаем окно видимым */
  pointer-events: auto; /* элемент видим для событий мыши */
  overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}
.modal-dialog {
  display: block;
  width: 60vw;
  height: auto;
  min-height: 41vw;
  margin: 10vw auto;
  background-color: #fff;
  box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
  position: relative;
}
.modal-content {
  width: 100%;
  height: 100%;
  display: flex;
}
.modal-img {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.img {
  width: 25vw;
  height: 14vw;
  margin-top: 4vw;
}
.img img {
  display: block;
}
.modal-text {
  width: 55%;
}
.zoom {
  width: 3vw;
  height: 3vw;
  top: 1vw;
  left: 1vw;
}
.modal-text h2 {
  margin-top: 2vw;
  font-size: 4vw;
  margin-left: 0vw;
  line-height: 1.2;
}
.modal-text h3 {
  font-size: 1.14vw;
  font-family: "Geometria-Regular";
  text-align: left;
  margin-left: 0vw;
  margin-top: 0.5vw;
  height: auto;
  line-height: 1.2;
  margin-bottom: 3vw;
}
h4 {
  font-size: 0.94vw;
  margin: 0vw;
}
.modal-text ul {
  list-style-type: none;
  padding-inline-start: 0px;
  font-size: 0.74vw;
  font-family: 'Geometria-Light';
  width: 80%;
  line-height: 2;
  margin-bottom: 3vw;
}
.modal-text ul li span {
  font-family: 'Geometria-Bold';
  position: relative;
  padding-left: 1.5vw;
}
.modal-text ul li span::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(/img/vector.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1vw;
  height: 1vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.modal-text p {
  margin-left: 0vw;
  font-family: 'Geometria-Regular';
  font-size: 0.78vw;
  width: 85%;
  margin-bottom: 3vw;
}
.modal-dialog a.close {
  width: 1vw;
  height: 1vw;
  top: 1vw;
  right: 1vw;
  background-color: transparent;
  border-radius: none;
  line-height: 0;
}
.modal-dialog a.close img {
  width: inherit;
}
