.video__background__wrapper {
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  z-index: -1;
  transform: scaleX(-1);
}

.video__background {
  position: relative;
}

.video__background video {
  width: 100%;
  height: 100%;
  max-height: 679px;
  object-fit: cover;
}

.video__background__gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 210px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.heading {
  font-weight: 800;
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-top: 360px;
}

.heading__subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 107px;
  margin-top: 20px;
}

.section__targets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 207px;
  position: relative;
}

.section__targets__shining {
  left: -293px;
  top: -137px;
  width: 541px;
  height: 499px;
  position: absolute;
  background: radial-gradient(
    circle,
    rgba(255, 79, 26, 0.5) 0%,
    rgba(168, 255, 145, 0) 80%
  );

  filter: blur(120px);
  pointer-events: none;
}

.section__targets h2 {
  margin-bottom: 34px;
}

h2 {
  font-weight: 800;
  font-size: 90px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #ff4f1a;
}

h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ff4f1a;
}

.section {
  display: grid;
  grid-template-columns: 1fr 663px;
}

.section__targets {
  grid-column-gap: 115px;
}

.section__targets__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 27px;
  grid-row-gap: 40px;
}

.section__targets__grid__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.section__security {
  margin: 129px 0 132px;
  padding: 111px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);

  grid-row-gap: 63px;
  grid-column-gap: 190px;
}

.section__security__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}

.section__security__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  max-width: 581px;
}

.section__security__text span {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ff4f1a;
}

.section__security__questions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 27px;
  grid-row-gap: 40px;
}

.section__security__questions__number {
  margin-bottom: 16px;
  color: #ff4f1a;
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 0%;
}

.section__solution {
  grid-column-gap: 180px;
  margin-bottom: 26px;
}

.section__solution {
  grid-column-gap: 180px;
  margin-bottom: 26px;
}

.section__solution__title {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #a7ff8f;
}

.section__solution__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  max-width: 345px;
}

.section__solution__text span {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #a7ff8f;
}

.section__solution__text__wrapper {
  position: relative;
}

.section__solution__text__sticky__wrapper {
  position: sticky;
  top: 160px;
}

.section__solution__shining {
  width: 393px;
  height: 364px;
  top: -46px;
  left: -153px;
  position: absolute;
  background: radial-gradient(
    circle,
    rgba(168, 255, 145, 0.5) 0%,
    rgba(168, 255, 145, 0) 70%
  );
  filter: blur(120px);
  pointer-events: none;
}

.section__solution__card__container {
  position: relative;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.section__solution__card {
  box-shadow: 0px -2px 1px 0px #0000001a;

  position: relative;
  padding: 16px 16px 20px;
  background-color: #101010;
  border-radius: 12px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section__solution__card {
  position: relative;
}

.section__solution__card:nth-child(1) {
  position: sticky;
  top: 160px;
}

.section__solution__card:nth-child(2) {
  position: sticky;
  top: 185px;
}

.section__solution__card:nth-child(3) {
  position: sticky;
  top: 210px;
}

.section__solution__card:nth-child(4) {
  position: sticky;
  top: 235px;
}

.section__solution__card:nth-child(5) {
  position: sticky;
  top: 260px;
}

.section__solution__card__shining {
  width: 714px;
  height: 331px;
  left: -261px;
  top: -140px;
  position: absolute;
  background: #a8ff9133;
  filter: blur(120px);
  pointer-events: none;
}

.section__solution__card__number {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #a7ff8f;
}

.section__solution__card__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 20px;
}

.section__solution__card__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
}

.section__examples {
  position: relative;
  padding-top: 378px;
}

.section__examples h3 {
  color: #e2d7b2;
  margin-left: 23px;
  position: relative;
}

.section__examples .section__examples__bg {
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -1;
  max-width: 741px;
}

.section__examples__shining {
  width: 393px;
  height: 364px;
  top: 233px;
  left: -168px;
  position: absolute;
  background: rgba(226, 215, 178, 0.2);
  filter: blur(140px);
  pointer-events: none;
}

.section__examples__accordions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section__examples__accordions__item {
  padding: 20px;
  padding-right: 100px;
  background: #d9d9d9;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;

  display: flex;
  gap: 40px;
  align-items: start;

  background-color: #161616;
  max-height: 100px;
}

.section__examples__accordions__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 62px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.section__examples__accordions__item--active {
  max-height: 100%;
  background-color: #000000;
}

.section__examples__accordions__item--active::before {
  display: none;
  padding-right: 100px;
  background-color: transparent;
}

.item-minus {
  display: none;
}

.section__examples__accordions__item__status {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.section__examples__accordions__item--active .item-plus {
  display: none;
}

.section__examples__accordions__item--active .item-minus {
  display: block;
}

.section__examples__accordions__item p {
  transition: all 0.35s ease;

  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.section__examples__accordions__item--active p {
  max-height: 200px;
  opacity: 1;

  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.section__examples__accordions__item--active
  .section__examples__accordions__item__status {
  transform: rotate(180deg);
}

.section__benefits {
  margin-top: 169px;
  position: relative;
}

.section__benefits h3 {
  color: #a7ff8f;
}

.section__benefits__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 36px;
  max-width: 490px;
}

.section__benefits__list__item {
  display: flex;
  flex-direction: row;
  gap: 18px;
}

.section__benefits__list__item img {
  width: 32px;
  height: 37px;
}

.section__benefits__list__item p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 5px;
}

.section__benefits__shining {
  width: 393px;
  height: 273px;
  top: -86px;
  left: -187px;
  position: absolute;
  background: rgba(168, 255, 145, 0.2);
  border-radius: 100%;
  filter: blur(120px);
  pointer-events: none;
}

.section__benefits__reviews {
  position: relative;
  background-color: #1c1b15;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 409px;
}

.section__benefits__reviews__wrapper {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.section__benefits__reviews__image__wrapper {
  display: flex;
  justify-content: center;
  right: 0;
  left: 0;
  position: absolute;
  overflow: auto;
  top: -30px;
}

.section__benefits__reviews__image__1,
.section__benefits__reviews__image__2 {
  height: 93px;
  width: 93px;
  border-radius: 100%;
  background-color: #e0d8b1;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 0px 10px 0px #0000001a;
}

.section__benefits__reviews__image__1 {
  margin-right: -22px;
  z-index: 1;
}

.section__benefits__reviews__image__1 img {
  width: 123px;
  height: 118px;
  position: absolute;
  top: 6px;
  left: -30px;
}

.section__benefits__reviews__image__2 img {
  width: 142px;
  height: 134px;
  position: absolute;
  top: 2px;
  left: -25px;
}

.section__benefits__reviews__shining {
  width: 301px;
  height: 185px;
  top: -24px;
  left: -14px;
  position: absolute;
  background: rgba(226, 215, 178, 0.4);
  border-radius: 100%;
  filter: blur(100px);
  pointer-events: none;
}

.section__benefits__reviews h3 {
  color: #e2d7b2;
  margin-bottom: 14px;
  margin-top: 112px;
  text-align: center;
}

.section__benefits__reviews p {
  color: #ffffff;
  text-align: center;
  margin: 0 42px;
}

.section__benefits__reviews button {
  background-color: transparent;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 60px;
  width: 100%;

  margin-top: auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.section__benefits__reviews button span {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #e2d7b2;
}

.section__benefits__reviews button:hover {
  background-color: #e2d7b2;
}

.section__benefits__reviews button:hover span {
  color: #000000;
}

.section__author {
  margin-top: 160px;
  border-radius: 20px;
  background-color: #1c1b15;
  position: relative;
  overflow: hidden;
}

.section__author button {
  background-color: transparent;
  border: none;
  min-height: 60px;
  width: 100%;

  margin-top: auto;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.section__author button span {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #e2d7b2;
}

.section__author button:hover {
  background-color: #e2d7b2;
}

.section__author button:hover span {
  color: #000000;
}

.section__author__content {
  position: relative;
  padding: 80px 85px 60px;
  overflow: hidden;
}

.section__author__content__text {
  display: block;
}

.section__author__content__text__mobile {
  display: none;
}

.section__author__image {
  position: absolute;
  right: 43px;
  bottom: 0;
  width: 530px;
  height: 608px;
  z-index: 1;
}

.section__author__signature__image {
  margin: 65px 0 8px;
}

.section__author__content h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 21px;
  max-width: 725px;
  z-index: 10;
  position: relative;
}

.section__author__content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  max-width: 758px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

.section__author__shining {
  border-radius: 100%;
  top: -112px;
  left: -76px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

.section__author__image__shining {
  border-radius: 100%;
  top: 68px;
  right: 26px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

.section__consultation {
  margin-top: 260px;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  position: relative;
}

.section__consultation h2 {
  color: #e2d7b2;
  font-weight: 800;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.section__consultation__shining {
  border-radius: 100%;
  top: -93px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

@media (max-width: 768px) {
  .heading {
    font-size: 46px;
    line-height: 43px;
    letter-spacing: -0.03em;
    margin-top: 559px;
  }

  .heading__subtitle {
    font-size: 20px;
    line-height: 16px;
    letter-spacing: -0.02em;
    margin: 8px 0 46px;
  }

  .video__background__wrapper {
    top: 101px;
  }

  .video__background video {
    height: 463px;
  }

  .video__background__gradient {
    height: 56px;
  }

  .section__targets {
    margin-top: 144px;
    display: flex;
    flex-direction: column;
    gap: 23px;
  }

  .section__targets h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0%;
    margin-bottom: 0;
  }

  .section__solution__title,
  h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .section__targets__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 12px;
  }

  .section__targets__grid__text {
    font-size: 16px;
    line-height: 20px;
  }

  .section__solution__text__wrapper {
    position: sticky;
    top: 128px;
  }

  .section__security {
    border: none;
    padding: 0;
    margin-top: 84px;
    margin-bottom: 66px;
    grid-row-gap: 22px;
  }

  .section__security__wrapper {
    gap: 22px;
  }

  .section__security__text,
  .section__security__text span {
    font-size: 16px;
    line-height: 20px;
  }

  .section__security__questions {
    grid-template-columns: 1fr;
    grid-row-gap: 12px;
  }

  .section__security__questions__item {
    display: flex;
    gap: 10px;
  }

  .section__security__questions__number {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .section__solution__text {
    max-width: 100%;
  }

  .section__solution__text,
  .section__solution__text span {
    font-size: 16px;
    line-height: 20px;
  }

  .section__solution__card__container {
    margin: 16px -16px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .section__solution__shining {
    display: none;
  }

  .section__solution__card__number {
    margin: 0;
  }

  .section__solution__card__title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 25px;
  }

  .section__solution__card__text {
    font-size: 16px;
    line-height: 20px;
  }

  .section__solution__card:nth-child(1) {
    position: sticky;
    top: 270px;
  }

  .section__solution__card:nth-child(2) {
    position: sticky;
    top: 295px;
  }

  .section__solution__card:nth-child(3) {
    position: sticky;
    top: 320px;
  }

  .section__solution__card:nth-child(4) {
    position: sticky;
    top: 345px;
  }

  .section__solution__card:nth-child(5) {
    position: sticky;
    top: 370px;
  }

  .section__examples {
    padding-top: 360px;
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .section__examples__shining {
    display: none;
  }

  .section__examples h3 {
    margin: 0;
    margin-bottom: 21px;
  }

  .section__examples p {
    font-size: 16px;
    line-height: 20px;
  }

  .section__examples__accordions__item,
  .section__examples__accordions__item--active {
    padding: 0 80px 0 0;
    background-color: transparent;
  }

  .section__examples .section__examples__bg {
    left: -45px;
    max-width: 521px;
  }

  .section__solution {
    margin-bottom: 20px;
  }

  .section__benefits {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 86px;
  }

  .section__benefits__reviews {
    margin: 0 -16px 86px;
  }

  .section__benefits__reviews__image__wrapper {
    justify-content: start;
    padding-left: 16px;
  }

  .section__benefits__reviews__wrapper h3 {
    font-size: 24px;
    line-height: 25px;
    margin: 87px 16px 20px;
    text-align: start;
  }

  .section__benefits__reviews__wrapper p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 16px 18px;
    text-align: start;
  }

  .section__benefits__shining {
    bottom: 0;
    top: auto;
  }

  .section__benefits__list {
    margin-top: 21px;
    gap: 0;
  }

  .section__benefits__list__item img {
    width: 30px;
    height: 24px;
  }

  .section__benefits__list__item p {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .section__benefits__list__item {
    position: relative;
  }

  .section__benefits__list__item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .section__benefits__list__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 43px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: calc(100% - 22px);
    height: 1px;
  }

  .section__author {
    margin: 80px -16px 0;
  }

  .section__author__content {
    padding: 24px 29px 23px 16px;
  }

  .section__author__content h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .section__author__content p {
    font-size: 16px;
    line-height: 20px;
  }

  .section__author__content__text {
    display: none;
  }

  .section__author__content__text__mobile {
    display: block;
  }

  .section__author__image {
    width: 296px;
    height: 340px;
    right: -41px;
  }

  .section__author__shining {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    display: none;
  }

  .section__author__image__shining {
    top: auto;
    bottom: 0;
    width: 200px;
    height: 200px;
  }

  .section__author__signature__image {
    margin-top: 78px;
  }

  .section__consultation {
    margin: 81px 0 49px;
    gap: 24px;
  }

  .section__consultation h2 {
    font-size: 24px;
    line-height: 24px;
    text-align: start;
  }

  .section__consultation__shining {
    width: 298px;
    height: 298px;
    top: -29px;
  }
}

@media (max-width: 1180px) {
  .section {
    grid-template-columns: 1fr;
  }

  .section__targets {
    gap: 23px;
  }
}
