.why-lp {
  padding: 120px 0;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.why-lp-title {
  color: #020416;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 64px */
  margin-bottom: 50px;
}
.why-lp-title span {
  font-style: italic;
  font-weight: 700;
}
.why-lp-content {
  display: flex;
  gap: 27px;
}
.why-lp-left,
.why-lp-right {
  width: calc(50% - 13px);
}

.why-lp-left {
  display: flex;
  gap: 22px;
}
.why-lp-left1,
.why-lp-left2 {
  width: calc(50% - 11px);
}
.why-lp-left2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.why-lp-left1 {
  background-color: #020416;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 24px;
  padding-bottom: 34px;
  border-radius: 16px;
}
.why-lp-card-counter {
  color: #fff;
  font-family: Gilroy;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 26px */
  letter-spacing: -0.039px;
  margin-bottom: 15px;
}
.why-lp-card-counter.blue {
  color: #2b49e2;
}
.why-lp-card-title {
  color: #000;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.11px;
  margin-bottom: 5px;
}
.why-lp-card-title.white {
  color: #fff;
}
.why-lp-card-desc {
  color: #4e4f5c;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  opacity: 0.9;
}
.why-lp-card-desc span {
  color: #4e4f5c;
  font-style: italic;
  font-weight: 700;
}
.why-lp-card-desc.white {
  color: #ebecfa;
}
.why-lp-card-desc.white span {
  color: #ebecfa;
}
.why-lp-left1 img {
  margin: 0 auto;
}
.why-lp-card {
  background-color: #f1f3ff;
  border: 1px solid rgba(43, 73, 226, 0.3);
  padding: 24px;
  border-radius: 16px;
}
.why-lp-card.blue {
  background-color: #2b49e2;
  border: none;
}
.why-lp-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.why-lp-right1 {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  background-color: #f1f3ff;
  border: 1px solid rgba(43, 73, 226, 0.3);
  padding: 24px;
  border-radius: 16px;
  height: 238px;
}
.why-lp-right1.ru {
  max-height: 239px;
  height: 239px;
  overflow: hidden;
}
.why-lp-right1.en {
  max-height: 239px;
  height: 239px;
  overflow: hidden;
}
.why-lp-right1 img {
  margin-bottom: -24px;
  margin-top: 20px;
}
.why-lp-right1.ru img {
  margin-top: 21px;
}
.why-lp-right-down {
  display: flex;
  gap: 24px;
}
.why-lp-card-title.lh {
  line-height: 120%;
}
.why-lp-card-title-box {
  flex-shrink: 0;
}
.why-lp-img-mob {
  display: none;
}
.why-lp-dn {
  display: none;
}
@media screen and (max-width: 1398px) {
  .why-lp-card.ru {
    /* padding-right: 20px; */
    height: 264px;
  }
  .why-lp-card.en {
    height: 260px;
  }
  .why-lp-right1.en {
    max-height: 260px;
    height: 260px;
  }
}
@media screen and (max-width: 1384px) {
  .why-lp-right1 {
    min-height: 238px;
    max-height: none;
    padding-right: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 1363px) {
  .why-lp-right1.ru {
    max-height: 261px;
    height: 261px;
    overflow: hidden;
  }
  .why-lp-right1.ru img {
    margin-top: 43px;
  }
}
@media screen and (max-width: 1336px) {
  .why-lp-content {
    flex-direction: column;
    align-items: center;
  }
  .why-lp-card-title-box {
    flex-shrink: 1;
  }
  .why-lp-right1 img {
    margin-bottom: -24px;
    width: 286px;
    height: auto;
  }
  .why-lp-left,
  .why-lp-right {
    width: 100%;
    max-width: 607px;
  }
  .why-lp-right1 {
    min-height: 220px;
  }
  .why-lp-right1.ru {
    max-height: none;
    height: auto;
  }
  .why-lp-card.ru {
    /* padding-right: 20px; */
    height: auto;
  }
  .why-lp-card.en {
    height: auto;
  }
  .why-lp-right1.en {
    max-height: none;
    height: 237px;
  }
}
@media screen and (max-width: 1024px) {
  .why-lp {
    padding: 70px 0;
  }
  .why-lp-right1 img {
    margin-bottom: -20px;
  }
  .why-lp-title {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .why-lp-card-desc {
    font-size: 15px;
  }
  .why-lp-card {
    padding: 20px;
  }
  .why-lp-right1 {
    padding: 20px;
  }
  .why-lp-right-down {
    gap: 10px;
  }
  .why-lp-right {
    gap: 10px;
  }
  .why-lp-left {
    gap: 10px;
  }
  .why-lp-left1,
  .why-lp-left2 {
    width: calc(50% - 5px);
  }
  .why-lp-left2 {
    gap: 10px;
  }
  .why-lp-left1 {
    padding: 20px;
  }
  .why-lp-content {
    gap: 10px;
  }
}
@media screen and (max-width: 644px) {
  .why-lp-left {
    flex-direction: column;
  }
  .why-lp-title {
    font-size: 32px;
  }
  .why-lp-left1 {
    flex-direction: row;
    width: 100%;
  }
  .why-lp-left1 img {
    width: 125px;
    height: 125px;
    margin-top: auto;
  }
  .why-lp-left2 {
    width: 100%;
    flex-direction: column;
  }
  .why-lp-card {
    width: 100%;
  }
  .why-lp-right-down {
    flex-direction: column;
  }
  .why-lp-br {
    display: none;
  }
  .why-lp-img {
    display: none;
  }
  .why-lp-img-mob {
    display: block;
  }
  .why-lp-right1 img {
    /* margin-bottom: -20px; */
    width: 121px;
    height: 217px;
    margin-top: auto;
  }
  .why-lp-right-br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .why-lp-right1.en {
    height: 254px;
  }
}
@media screen and (max-width: 430px) {
  .why-lp-card-desc.fs {
    font-size: 13px;
  }
  .why-lp-dn {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .why-lp-right1.en {
    height: 274px;
  }
}
