#_tools {
  padding: 10em 0;
  font-size: 1rem;
}
#_tools .wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
#_tools ._desc {
  font-size: 2.4em;
  font-size: max(14px, 1.6em);
  font-weight: 300;
  line-height: 1.4;
  max-width: 90rem;
}
#_tools ._desc strong {
  font-weight: 700;
}
#_tools hr {
  background-color: #010302;
  width: 100;
  margin: 5em 0;
}
#_tools ._layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  border: solid 2px #010302;
  border-radius: 2em;
  margin-top: 5em;
  overflow: hidden;
}
#_tools ._layout ._stools {
  position: relative;
  padding: 3em;
  box-shadow: rgba(0, 0, 0, 0.25) 1em 0 2em -1.5em;
  transition: background 0.6s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
}
#_tools ._layout ._stools img {
  width: 100%;
  border-radius: 6px;
}
#_tools ._layout ._stools::before {
  width: 6em;
  height: 6em;
  border-radius: 100%;
  background-color: #327e40;
  position: absolute;
  left: -3em;
  top: -3em;
  z-index: -1;
  mix-blend-mode: multiply;
}
#_tools ._layout ._stools:hover {
  z-index: 40;
  background-color: #f9f9f9;
}
#_tools ._layout ._stools.item_2 {
  /* border-left:solid 1px $black;
  border-right:solid 1px $black;*/
}
#_tools ._layout ._stools h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #010302;
  font-size: max(20px, 2em);
  font-weight: 700;
  width: 100%;
}
#_tools ._layout ._stools h3 .price {
  font-style: normal;
  color: #9e701b;
  font-size: 0.8em;
  font-weight: 900;
}
#_tools ._layout ._stools .has_img {
  width: 100%;
  align-items: center;
  justify-content: center;
}
#_tools ._layout ._stools .has_img img {
  margin: auto;
}
#_tools ._layout ._stools .btn {
  margin-top: auto;
  border-color: #9e701b;
  color: #9e701b;
}
#_tools ._layout ._stools .btn:hover {
  color: #ffffff;
  background-color: #9e701b;
}

#_platforms .smallprint {
  font-family: "Brygada 1918";
  font-size: 2em;
  line-height: 1.2;
  max-width: 100rem;
  margin-left: 10rem;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 3em;
  text-align: center;
  margin: 2em auto;
}
#_platforms .smallprint ._icon {
  font-size: 3em;
  color: #327e40;
  display: none;
}
#_platforms .btn {
  margin: auto;
  margin-top: 2em;
  font-size: 1.8em;
}
#_platforms ._layout {
  display: flex;
  flex-direction: column;
  gap: 3em;
  width: 100%;
  margin: auto;
  margin-top: 5em;
}
#_platforms ._stools {
  position: relative;
  display: grid;
  grid-template-columns: 15em 1fr 15em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: solid 2px #010302;
  padding: 1.2em 3em;
  border-radius: 2em;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1em 1.32em -1.2em;
  width: 100%;
  gap: 9em;
}
#_platforms ._stools .has_img {
  height: 5em !important;
  width: 13em;
  justify-content: flex-start !important;
}
#_platforms ._stools .has_img img {
  height: 100%;
  width: auto;
  margin: 0;
}
#_platforms ._stools ._list {
  font-size: 2em;
  width: auto !important;
  font-weight: 700;
  justify-content: flex-start !important;
}
#_platforms ._stools ._list li {
  text-align: center;
  padding: 0.61em;
  color: #010302;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #327e40;
  color: #ffffff;
  border-radius: 2em;
  font-size: max(14px, 0.6em);
  font-weight: 700;
  padding: 0.6em 1.2em;
  max-width: 13em;
  width: 100%;
}
#_platforms ._stools ._list ul {
  display: flex;
  flex-direction: row;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 0;
}
#_platforms ._stools::before {
  content: " ";
  display: none !important;
}
#_platforms ._stools .btn {
  margin: 0 !important;
  font-size: max(14px, 1.2em) !important;
  width: 14em;
  text-align: center;
  justify-self: end;
}

@media (max-width: 980px) {
  #_tools ._layout {
    grid-template-columns: 1fr;
  }
  #_tools ._layout ._stools .btn {
    margin: auto;
    width: 100%;
  }
  #_platforms ._stools {
    grid-template-columns: 1fr;
    justify-content: start;
    gap: 3em;
    padding: 1.5em;
  }
  #_platforms ._stools .btn {
    justify-self: center;
    width: 100%;
  }
  #_platforms ._stools .has_img {
    height: 10vw !important;
    margin: auto;
  }
  #_platforms ._stools .has_img img {
    height: inherit;
  }
  #_platforms ._stools ._list {
    margin: 0;
  }
  #_platforms ._stools ._list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=tools.css.map */