.window-profile-spec__block {
  align-items: flex-start;
  justify-content: space-between;
}
.window-profile-spec-left__content {
  position: relative;
}
.window-profile-spec-left__content::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 221px;
  top: -8px;
  width: 437px;
  height: 514px;
  background-image: url("../img/blocks/window-profile-spec/blitz.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.window-profile-spec__title {
  margin: 0;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: left;
  color: #242424;
  text-transform: uppercase;
}
.window-profile-spec__title-text {
  color: #ff4444;
}
.window-profile-spec-left {
  padding: 60px;
  max-width: 495px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
}
.window-profile-spec-left__line {
  margin-bottom: 30px;
  height: 2px;
  width: 150px;
  background-color: #fff;
}
.window-profile-spec-left__descr {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #fff;
}
.window-profile-spec-left__descr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.window-profile-spec-left__distinct {
  margin-bottom: 20px;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
}
.window-profile-spec-left__item:not(:last-child) {
  margin-bottom: 20px;
}
.window-profile-spec-left li:before {
  filter: brightness(6);
}
.window-profile-spec-left__item, .window-profile-spec-left__descr li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #fff;
}
.window-profile-spec-left__item::before, .window-profile-spec-left__descr li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-image: url("../img/blocks/window-profile-spec/round.svg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.window-profile-spec-right {
  max-width: 384px;
}
.window-profile-spec-right__descr {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #242424;
}
.window-profile-spec-right__descr-bottom {
  margin: 0;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.window-profile-spec-right__list {
  margin-bottom: 18px;
}
.window-profile-spec-right__item {
  padding: 10px 0 9px 0;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1019607843);
  align-items: center;
  justify-content: space-between;
}
.window-profile-spec-right__item:first-child {
  border-top: 1px solid rgba(36, 36, 36, 0.1019607843);
}
.window-profile-spec-right__item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #242424;
}
.window-profile-spec-right__item-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #242424;
}
.window-profile-spec-right__btn {
  padding: 28px 110.5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
}
@media (max-width: 1024px) {
  .window-profile-spec__block {
    flex-direction: column;
    align-items: center;
  }
  .window-profile-spec-left__content::before {
    left: 74%;
    top: 30px;
    width: 350px;
    height: 411px;
  }
  .window-profile-spec-left {
    margin-bottom: 102px;
    padding: 40px 150px 40px 30px;
    max-width: 80%;
  }
  .window-profile-spec-right {
    max-width: none;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .window-profile-spec__block {
    padding-top: 450px;
  }
  .window-profile-spec-left__content::before {
    left: 0;
    top: -520px;
    width: 437px;
    height: 514px;
  }
  .window-profile-spec__title {
    font-size: 24px;
    line-height: 130%;
  }
  .window-profile-spec-left {
    margin-bottom: 32px;
    padding: 48px 100px 40px 30px;
    max-width: 100%;
  }
  .window-profile-spec-left__line {
    display: none;
  }
  .window-profile-spec-right {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .window-profile-spec__block {
    padding-top: 260px;
  }
  .window-profile-spec-left__content::before {
    left: -20px;
    top: -340px;
    width: 288px;
    height: 334px;
  }
  .window-profile-spec__title {
    font-size: 18px;
    line-height: 120%;
  }
  .window-profile-spec-left {
    padding: 48px 16px 16px 16px;
  }
  .window-profile-spec-left__descr {
    font-size: 12px;
    line-height: 160%;
  }
  .window-profile-spec-left__distinct {
    font-size: 14px;
  }
  .window-profile-spec-left__item, .window-profile-spec-left__descr li {
    font-size: 12px;
    line-height: 160%;
  }
  .window-profile-spec-right__descr-bottom {
    margin-bottom: 24px;
  }
  .window-profile-spec-right__btn {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 1200px) {
  .window-profile-spec-left__content::before {
    left: 175px;
  }
  .window-profile-spec-left {
    padding: 40px 100px 40px 30px;
  }
}
@media (max-width: 400px) {
  .window-profile-spec-right__item-text {
    max-width: 160px;
  }
}
