* {
  font-family: "Noto Sans Display", sans-serif;
}

.subtitle-wrap {
  background: #fbd8ae;
  justify-content: space-between;
  margin-bottom: 50px;
  border-radius: 4px;
  height: 90px;
  display: flex;
}
.subtitle {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 0;
  margin-left: 35px;
  display: flex;
  align-items: center;
  position: relative;
  min-width: 50%;
}
.top-wrap {
  display: flex;
  justify-content: space-between;
}
.steps-wrap {
  width: calc(40% - 135px);
}
.inputs-wrap {
  width: 60%;
}
.search-wrap {
  width: 100%;
}
.search-wrap:first-of-type {
  margin-bottom: 45px;
  z-index: 15;
  position: relative;
}
.search {
  position: relative;
  display: flex;
  width: 100%;
  height: 50px;
  z-index: 10;
  border: 1px solid #b7b7b7;
  background: white;
}
.search-label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.search-title {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px;
  color: rgb(33, 33, 33);
  font-size: 16px;
  font-style: italic;
  justify-content: space-between;
  cursor: pointer;
}
.search-title img {
  width: 22px;
}
.search-block {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  display: none;
}
.search-input {
  width: calc(100% + 2px);
  padding: 12px;

  border: 1px solid #b7b7b7;
  border-top: none;
  margin-left: -1px;
  margin-right: -1px;
  color: rgb(33, 33, 33);
  font-size: 16px;
}
.search-title:hover,
.search-input:hover {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.search-input:active,
.search-input:focus-visible {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #b7b7b7;
  outline: none;
}
.search-list {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border: rgb(229, 231, 235);
  border-top: none;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
  max-height: 24rem;
  overflow-y: auto;
  background-color: white;
}
.search-list-label {
  padding: 12px;
  display: flex;
  align-items: center;
}
.search-list-label input[type="checkbox"] {
  margin-right: 0.5rem;
  height: 22px;
  width: 22px;
  border: 1px solid rgb(55, 65, 81);
  border-radius: 0 !important;
  color: transparent;
}
.search-list-label input[type="checkbox"]:checked {
  background-image: url("https://www.syngenta.ru/themes/custom/syn_global_theme/src/svg/checkbox.svg");
  background-size: 70%;
  color: transparent;
}
.search-list-label input[type="checkbox"]:focus,
.search-list-label input[type="checkbox"]:checked:focus {
  outline: none;
}
.search-list-label span {
  font-size: 14px;
  color: rgb(33, 33, 33);
  text-transform: lowercase;
}
.search-list-label span::first-letter {
  text-transform: capitalize;
}

.buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
.clear-culture {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.clear-culture div {
  padding: 10px;
  background: #f7f7f7;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.75rem;
  margin-right: 0.5rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 50px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
  padding-right: 1.25rem;
}
.clear-culture div:after {
  content: "";
  background-image: url("/upload/img/close.svg");
  width: 8px;
  height: 8px;
  margin-left: 5px;
  /* display: block; */
  position: absolute;
  right: 5px;
  top: calc(50% - 4px);
  /* z-index: 3000000000; */
  /* border: 1px solid red; */
  background-size: contain;
}
.clear-culture div::first-letter {
  text-transform: capitalize;
}
.clear {
  padding: 10px;
  background: white;
  cursor: pointer;
  color: #677a25;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-right: 0;
}
.clear img {
  height: 18px;
  margin-left: 5px;
}
.submit-button {
  cursor: pointer;
  border-radius: 4px;
  color: white;
  width: fit-content;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 55px;
  padding-right: 55px;
  background: linear-gradient(to right, #647723, #889d42);
  outline: none;
  border: none;
}
/* .clear::after {
    content: "Х";
    display: inline-block;
    font-weight: bold;
    font-family: Material Icons Outlined;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
} */
.rotated {
  transform: rotate(180deg);
}
.opened {
  display: block;
}

.steps-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.step {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #95aa4d;
  color: #95aa4d;
  margin-right: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
.step-number::after {
  content: "";
  width: 2px;
  height: 32px;
  bottom: -32px;
  left: calc(50% - 1px);
  position: absolute;
  background: #95aa4d;
}
.step-number-last::after {
  display: none;
  background: red;
}
.step-title {
  font-size: 12px;
}

.items-wrap {
  display: none;
  margin-top: 50px;
}
.items-title {
  border-bottom: 1px solid black;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.item {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 30px;
  background: #f7f7f7;
}
.item-col--wide {
  flex-grow: 1;
}
.item-col--wide img {
  max-width: 100%;
}
.item-col {
  max-width: calc(70% / 4);
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
.item-link-wrap {
  justify-content: center;
  padding-right: 7px;
}
.item-best .item-col--wide {
  position: relative;
}
.item-best .item-col--wide::after {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-image: url("/upload/img/best.svg");
  background-size: contain;
  position: absolute;
  top: -32px;
  right: -32px;
}
.item-info {
  /* margin-right: 5%; */
  font-size: 12px;
}
.item-info {
  margin-bottom: 10px;
  display: inline;
  padding-left: 20px;
  position: relative;
}
.item-label {
  color: gray;
  padding-right: 5px;
  font-size: 12px;
}
.item-label--green {
  color: #95aa4d;
  font-size: 12px;
}
.item-info::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  background-image: url("/pest.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.item-info:first-of-type:before {
  background-image: url("/culture.svg");
}
.item-info:last-of-type:before {
  background-image: url("/group.svg");
}
.item-text {
  font-size: 12px;
}
.item-info .item-text {
  display: inline;
}
.item-name,
.item-culture {
  display: block;
}
.item-name:first-letter,
.item-culture:first-letter {
  text-transform: capitalize;
}

.item-link,
.item-link:hover,
.item-link:visited {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(to right, #647723, #889d42);
  border-radius: 25px;
  color: white;
  text-decoration: none;
}

.item-no-solution {
  min-height: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-no-solution span {
  font-style: italic;
  display: inline-block;
}
.item-no-solution span::first-letter {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .item {
    flex-direction: column;
  }
  .item-info {
    margin-right: 0;
  }
  .item-col--wide {
    max-width: unset;
    margin-top: 20px;
  }

  .subtitle-wrap,
  .steps-wrap {
    display: none;
  }
  .inputs-wrap {
    width: 100%;
  }
  .item-col {
    width: 100%;
    max-width: 100%;
  }
  .submit-button {
    width: 100%;
  }
  .clear-culture {
    width: min-content;
    flex-grow: 1;
  }
}

input.search-input {
  background-color: #fff;
}
