.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;
  }
}


.cert__blocks {
  display: flex;
  align-items: stretch;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 60px;
}
.cert__block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 32px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 12px;
  background-color: #282828;
  width: 50%;
}
.cert__block h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.2em;
  color: white;
  font-family: Acrom;
  font-weight: normal;
  opacity: .7;
}
.cert__block p {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 120%;
  font-family: Acrom;
  font-weight: normal;
  color: white;
}
.cert__block > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.cert__block a {
  font-size: 24px;
  line-height: 120%;
  color: white;
  text-decoration: underline;
  transition: all .3s ease;
}
.cert__block a:hover {
  color: white;
}

.mobile .cert__blocks {
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
}
.mobile .cert__block {
  padding: 14px 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px;
  width: 100%;
}
.mobile .cert__block h3 {
  font-size: 16px !important;
}
.mobile .cert__block p,
.mobile .cert__block a {
  font-size: 18px;
}