.when-lp {
  padding: 120px 0;
  position: relative;
}

.when-lp-content {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(226, 226, 228, 0.5);
}
.when-lp-content-up {
  width: 100%;
  height: 46px;
  padding-left: 29px;
  padding-top: 2px;
  border-bottom: 1px solid rgba(226, 226, 228, 0.5);
}
.when-lp-content-up span {
  width: 11px;
  height: 11px;
  background-color: #d9d9d9;
  border-radius: 50%;
  margin-right: 12px;
  display: inline-block;
}
.when-lp-down-left-title {
  color: #fff;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%; /* 64px */
  max-width: 568px;
  margin-top: 81px;
}
.when-lp-down-left-title span {
  font-style: italic;
  font-weight: 700;
}
.when-lp-content-down {
  display: flex;
  justify-content: space-between;
  padding-left: 74px;
  padding-bottom: 36px;
  padding-right: 36px;
}
.when-lp-down-right-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
  width: 477px;
  position: relative;
}
.when-lp-down-right-item.blue {
  background: #2b49e2;
}
.when-lp-item-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.when-lp-item-title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
}
.when-lp-item-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  max-width: 385px;
}
.when-lp-down-right-item.blue .when-lp-item-desc {
  color: rgba(255, 255, 255, 0.9);
}
.when-lp-item-desc span {
  color: #fff;
  font-style: italic;
}
.when-lp-down-right-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 32px;
}
.when-lp-plashka {
  display: flex;
  rotate: -12deg;
  padding: 7px 11px;
  justify-content: center;
  align-items: center;
  color: #3c490f;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 50%;
  top: -19px;
  transform: translateX(-50%);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
}
.when-lp-plashka2 {
  display: flex;
  rotate: -12deg;
  padding: 7px 11px;
  justify-content: center;
  align-items: center;
  color: #3c490f;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
}
.when-lp-down-left-img {
  position: relative;
}

@media screen and (max-width: 1380px) {
  .when-lp-content-down {
    padding-left: 36px;
  }
}
@media screen and (max-width: 1340px) {
  .when-lp-content-down {
    padding-left: 20px;
    padding-right: 20px;
  }
  .when-lp-content-up {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .when-lp-down-left-img {
    width: 488px;
    height: auto;
    margin-top: 46px;
  }
}
@media screen and (max-width: 1160px) {
  .when-lp-down-right-item {
    width: 436px;
  }
  .when-lp-down-left-title {
    font-size: 58px;
    max-width: 454px;
  }
}
@media screen and (max-width: 1114px) {
  .when-lp-down-left-img {
    width: 445px;
    height: auto;
    margin-top: 55px;
  }
}
@media screen and (max-width: 1068px) {
  .when-lp-content-down {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .when-lp-down-left {
    display: flex;
    flex-direction: column-reverse;
    gap: 17px;
  }
  .when-lp-down-left-img {
    margin-top: 25px;
    width: 477px;
  }
  .when-lp-down-left-title {
    font-size: 44px;
    text-align: center;
    margin: 0 auto;
    max-width: 380px;
  }
  .when-lp-down-right-item {
    width: 477px;
  }
}
@media screen and (max-width: 1024px) {
  .when-lp {
    padding: 70px 0;
  }
  .when-lp-down-right-list {
    margin-top: 0;
    gap: 10px;
  }
}
@media screen and (max-width: 562px) {
  .when-lp-down-left-img {
    width: 70%;
    margin: 25px auto 0;
  }
  .when-lp-down-right-item {
    width: 100%;
    padding: 20px;
  }
  .when-lp-down-left-title {
    font-size: 32px;
    max-width: 266px;
  }
  .when-lp-item-title h3 {
    font-size: 22px;
  }
  .when-lp-item-desc {
    font-size: 15px;
    max-width: 385px;
  }
  .when-lp-down-right-list,
  .when-lp-down-right {
    width: 100%;
  }
  .when-lp .img-blur-4 {
    width: 100px;
    height: 100px;
    z-index: -1;
  }
  .when-lp-plashka {
    left: 67%;
  }
  .when-lp-plashka2 {
    right: 13%;
    top: auto;
    bottom: -24px;
  }
  .when-lp-down-right-item img {
    width: 35px;
    height: 35px;
  }
  .when-lp-content-up {
    height: 45px;
    padding-left: 29px;
    padding-top: 6px;
  }
  .when-lp-content-up span {
    background-color: #d9d9d9;
  }
}
@media screen and (max-width: 430px) {
  .when-lp-content-up {
    padding-top: 9px;
  }
}
