.iris120__params {
  padding-top: 70px;
  overflow: hidden;
}
.iris120__params__body {
  display: flex;
  align-items: flex-start;
}
.iris120__params__block {
  margin-top: 80px;
  padding: 30px 24% 30px 30px;
  border-radius: 20px;
  background-color: #282828;
  width: 80%;
  min-width: 80%;
}
.iris120__params__block > div {
  display: flex;
  align-items: center;
}
.iris120__params__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iris120__params__img div {
  display: none;
  margin-left: -810px;
  margin-top: -140px;
  width: 1300px;
  transition: all 0.3s ease;
}
.iris120__params__list {
  width: 50%;
}
.iris120__params__list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.iris120__params__list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #1d1d1d;
  transition: all 0.3s ease;
}
.iris120__params__list li:hover,
.iris120__params__list li.active {
  background-color: #1d1d1d;
}
.iris120__params__list a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 1;
}
.iris120__params__list div {
  display: flex;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
}
.iris120__params__list p {
  padding: 0;
  margin: 0;
  color: white;
}

.iris120__params__description {
  padding-left: 40px;
  width: 50%;
}
.iris120__params__description > div {
  display: none;
}
.iris120__params__description--1 p,
.iris120__params__description--2 p,
.iris120__params__description--3 p {
  margin-bottom: 16px;
  color: white;
}
.iris120__params__description--1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.iris120__params__description--1 li {
  position: relative;
  padding-left: 22px;
  color: white;
}
.iris120__params__description--1 li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1d1d1d;
}
/* .iris120__params__description--3 {
  font-size: 24px;
  line-height: 1.2em;
  color: white;
} */

@media (max-width: 1200px) {
  .iris120__params {
    padding-top: 70px;
  }
  .iris120__params__img div {
    margin-left: -720px;
  }
}
