@charset "UTF-8";


.overlay {
  display: none;

  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9;
}

.modal-window {
  display: none;

  position: fixed;
  margin: 0;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: Calc(90% - 20vw);
  height: auto;
  background-color: #ccc;
  border-radius: 20px;
  z-index: 999;
}

.modal-window strong,
.modal-window p {
  letter-spacing: 1px;
  line-height: 1.2;
}

.button-close {
  margin: 3% auto 1%;
  padding: 5px;
  text-align: center;
  width: 100px;
  height: auto;
  background-color: #c96931;
  /*color: ;*/
  border-radius: 10px;
  cursor: pointer;
}

.spring-block .vegetable-list .vegetable-item .spring-background .picture1-1 .vegetable,
.spring-block .vegetable-list .vegetable-item .spring-background .picture1-2 .vegetable,
.spring-block .vegetable-list .vegetable-item .spring-background .picture1-3 .vegetable,
.spring-block .vegetable-list .vegetable-item .spring-background .picture1-4 .vegetable {
  cursor: pointer;
  width: 100%;
  height: auto;
}

.summer-block .vegetable-list .vegetable-item .summer-background .picture2-1 .vegetable,
.summer-block .vegetable-list .vegetable-item .summer-background .picture2-2 .vegetable,
.summer-block .vegetable-list .vegetable-item .summer-background .picture2-3 .vegetable,
.summer-block .vegetable-list .vegetable-item .summer-background .picture2-4 .vegetable {
  cursor: pointer;
  width: 100%;
  height: auto;
}

.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-1 .vegetable,
.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-2 .vegetable,
.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-3 .vegetable,
.autumn-block .vegetable-list .vegetable-item .autumn-background .picture3-4 .vegetable {
  cursor: pointer;
  width: 100%;
  height: auto;
}

.winter-block .vegetable-list .vegetable-item .winter-background .picture4-1 .vegetable,
.winter-block .vegetable-list .vegetable-item .winter-background .picture4-2 .vegetable,
.winter-block .vegetable-list .vegetable-item .winter-background .picture4-3 .vegetable,
.winter-block .vegetable-list .vegetable-item .winter-background .picture4-4 .vegetable {
  cursor: pointer;
  width: 100%;
  height: auto;
}

