.what-get {
  padding: 120px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 30px 30px;
}
.what-get-title {
  color: #020416;
  font-family: Gilroy;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  margin: 0 auto 50px;
}
.what-get-title span {
  font-style: italic;
  font-weight: 700;
}
.what-get-list {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
.anim-btn.what-get-btn {
  margin: 0 auto;
  height: 60px;
  padding: 22px 40px;
}
.anim-btn.what-get-btn .txt-wrapper {
  font-size: 14px;
}
.anim-btn.what-get-btn .btn-txt-green {
  color: #0e1020;
  font-weight: 600;
}
.anim-btn.what-get-btn .btn-txt-black {
  font-weight: 600;
}
.what-get-item {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(43, 73, 226, 0.3);
  background: rgba(43, 73, 226, 0.1);
  background: var(--light-color);
  /* width: 503px; */
  width: 40.56%;
  min-height: 255px;
  flex-shrink: 0;
  display: flex;
  padding: 33px 40px 31px;
  align-items: center;
  justify-content: space-between;
}
.what-get-item-img {
  width: 243px;
  height: 197px;
}
.what-get-item.first {
  z-index: 1;
}
.what-get-item.blue {
  z-index: 2;
  background: #2b49e2;
  transform: translateX(-82px);
}
.what-get-item-img2 {
  width: 205px;
  height: 191px;
}
.what-get-item.dark {
  z-index: 3;
  /* width: 397px; */
  width: 32%;
  padding: 23px 0px 0px 40px;
  background-color: #0e1020;
  transform: translateX(-162px);
}
.what-get-item-img3 {
  width: 131px;
  height: 232px;
}
.what-get-item-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.what-get-item-arrow img {
  width: 100%;
  height: 100%;
}
.what-get-item-arrow-mob img {
  width: 100%;
  height: 100%;
}
.what-get-item-title {
  color: #0e1020;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.11px;
  margin-bottom: 5px;
}
.what-get-item-title.white {
  color: #fff;
}
.what-get-item-desc {
  color: #4e4f5c;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  opacity: 0.9;
}
.what-get-item-desc.white {
  color: rgba(255, 255, 255, 0.9);
  opacity: 1;
}
.what-get-item-desc span {
  font-weight: 700;
}
.what-get-item-title-box {
  flex-shrink: 0;
}
.what-get-item-arrow-mob {
  display: none;
}
.what-get-item-img-mob {
  display: none;
}
.what-get-item-img3.ru {
  flex-shrink: 1;
}

@media screen and (max-width: 1240px) {
  .what-get-item-img {
    width: 180px;
    height: auto;
  }
  .what-get-item-img2 {
    width: 180px;
    height: auto;
  }
  .what-get-item-img3 {
    width: 100px;
    margin-top: auto;
    height: auto;
  }
}
@media screen and (max-width: 1160px) {
  .what-get-item-img {
    width: 243px;
    height: 197px;
  }
  .what-get-item-img2 {
    width: 205px;
    height: 191px;
  }
  .what-get-item-img3 {
    width: 118px;
    height: auto;
  }
  .what-get-list {
    flex-direction: column;
    align-items: center;
    margin-bottom: -20px;
  }
  .what-get-item {
    width: 503px;
  }
  .what-get-item.first {
    z-index: 3;
  }
  .what-get-item.blue {
    z-index: 2;
    transform: translateX(0px);
    transform: translateY(-40px);
    padding-top: 45px;
  }
  .what-get-item.dark {
    z-index: 1;
    width: 503px;
    padding: 23px 40px 0px 40px;
    background-color: #0e1020;
    transform: translateX(0px);
    transform: translateY(-80px);
  }
  .what-get-item-arrow {
    display: none;
  }
  .what-get-item-arrow-mob {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    bottom: -50px;
    transform: translateX(-50%);
    rotate: 90deg;
  }
}
@media screen and (max-width: 1024px) {
  .what-get {
    padding: 70px 0;
    border-radius: 0px 0px 20px 20px;
  }
  .what-get-title {
    font-size: 44px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .what-get-title {
    font-size: 32px;
  }
  .what-get-list {
    margin-bottom: -34px;
  }
}
@media screen and (max-width: 560px) {
  .what-get-item-img-mob {
    display: block;
    margin: 0 auto;
  }
  .what-get-item-img,
  .what-get-item-img2,
  .what-get-item-img3 {
    display: none;
  }
  .what-get-item {
    flex-direction: column;
    padding: 20px;
    padding-bottom: 0;
    width: 100%;
    align-items: start;
  }
  .what-get-item.dark {
    width: 100%;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .what-get-item.blue {
    padding-top: 83px;
  }
  .what-get-item br {
    display: none;
  }
  .what-get-item-desc {
    font-size: 15px;
    margin-bottom: 7px;
    max-width: 294px;
  }
}
@media screen and (max-width: 432px) {
  .what-get-title br {
    display: none;
  }
}
