.main-block {
  overflow: hidden;
  position: relative;
}

.main-wrapper {
  display: flex;
  gap: 80px;
  padding: 40px 0 45px;
}

.main-holder {
  padding-top: 49px;
  max-width: 760px;
  width: 100%;
  position: relative;
}

.main-holder::after {
  content: url("./images/stock-arrow.svg");
  position: absolute;
  bottom: 9%;
  right: 23%;
  width: fit-content;
  height: fit-content;
}

.main-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 52px;
  line-height: 114.99999999999999%;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: var(--head);
}

.main-title span {
  color: var(--primary);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}

.main-desc {
  margin-top: 25px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--head);
}
.main-desc-consult{
  margin-top: 25px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--head);
}
.main-btn-wrapper {
  margin-top: 50px;
  display: flex;
  align-items: center;
  max-width: 523px;
  width: 100%;
  backdrop-filter: blur(14px);
  position: relative;
}

.main-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--head);
  opacity: 6%;
  z-index: -1;
}

.main-btn {
  padding: 24px 60px;
  border-bottom: 5px solid #0000004d;
  margin-left: 20px;
  color: var(--bg-light);
}

.main-btn-desc {
  padding: 10px 25px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--main-text);
}

.main-stock {
  margin-top: 50px;
  background: var(--bg-light);
  padding: 20px;
  width: fit-content;
  box-shadow: 0px 0px 24px 0px #0000001a;
  max-width: 333px;
  width: 100%;
}

.main-stock-title {
  margin-bottom: 15px;
  color: var(--head);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.main-right {
  flex: 1;
  width: 100%;
  position: relative;
}

.main-image {
  width: 100%;
  height: 100%;
  max-height: 715px;
}

.main-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.main-video-wrapper {
  position: absolute;
  bottom: 40px;
  left: -44px;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}

.main-video-wrapper::before {
  content: url("./images/video-arrow.svg");
  position: absolute;
  left: -24%;
  top: 34%;
  width: fit-content;
  height: fit-content;
}

.main-video-play {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  backdrop-filter: blur(14px);
  border: 1px solid var(--primary);
  cursor: pointer;
}

.main-video-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  opacity: 0.1;
  border-radius: 50%;
  pointer-events: none;
}

.main-video-desc {
  background: var(--white);
  padding: 10px 15px;
  color: var(--head);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  max-width: 165px;
  min-width: 165px;
  margin-left: -50px;
  width: 100%;
  transform: rotate(7.86deg) translateZ(0);
  max-width: 171px;
  width: 100%;
  -webkit-transform-origin: 50% 51%;
}

.main-background-mobile {
  display: none;
}

.main-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.main-background::after {
  /* backdrop-filter: blur(100px); */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.75) 44.27%,
    rgba(255, 255, 255, 0.04) 63.28%
  );
}

.main-background img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.advantages {
  padding-top: 80px;
}

.advantages-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.advantages-item {
  padding: 35px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid var(--primary);
  background: var(--bg-light);
  border-radius: 2px;
}

.advantages-item-icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.advantages-item-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.advantages-item-content {
  padding: 17px 0;
}

.advantages-item-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--head);
  text-transform: uppercase;
}

.advantages-item-desc {
  font-family: var(--second-family);
  font-weight: 400;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--main-text);
  margin-top: 10px;
}

.advantages-item-desc b {
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
  color: var(--head);
  line-height: inherit;
}

.advantages-item:first-child {
  background: var(--primary);
  border: none;
}

.advantages-item:first-child .advantages-item-name {
  color: var(--bg-light);
}

.advantages-item:first-child .advantages-item-desc {
  color: var(--bg-light);
}

.advantages-item:last-child {
  border: none;
}

@media (max-width: 1200px) {
  .main-wrapper {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .main-btn-wrapper {
    padding: 10px;
    gap: 10px;
  }

  .main-btn-desc {
    padding: 0;
  }
  .main-btn {
    margin-left: 0;
  }

  .main-holder {
    max-width: unset;
    padding-top: 0;
  }

  .main-right {
    display: none;
  }

  .main-holder::after {
    content: none;
  }

  .main-background-mobile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .main-background-mobile .main-video-play {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
  }

  .main-background-mobile .main-video-play svg {
    width: 14px;
    height: 14px;
  }

  .main-background-mobile .main-video-wrapper {
    position: absolute;
    background: var(--white);
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px;
    bottom: 5px;
    left: 5px;
    max-width: 207px;
    width: 100%;
  }

  .main-background-mobile .main-video-desc {
    background: transparent;
    padding: 0;
    transform: unset;
    max-width: unset;
    min-width: unset;
    margin-left: 0;
  }

  .main-stock {
    margin-inline: auto;
    margin-top: 25px;
  }

  .advantages {
    padding-top: 40px;
  }

  .advantages-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
  }

  .advantages-item {
    padding: 10px;
    gap: 10px;
    border: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .advantages-item-content {
    padding: 0;
  }

  .advantages-item-icon {
    width: 80px;
    height: 80px;
  }

  .advantages-item-name {
    font-size: 20px;
  }

  .advantages-item-desc {
    font-size: 16px;
  }
  .main-background::after {
    background: rgba(255, 255, 255, 0.6);
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  .btn-stock-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }

  .btn-stock-wrapper .main-btn-wrapper,
  .btn-stock-wrapper .main-stock {
    margin-top: 0;
    width: auto;
  }
}

@media (max-width: 650px) {
  .main-background {
    display: none;
  }

  .main-background-mobile {
    display: block;
    width: 100%;
    height: 460px;
    position: relative;
    margin-top: 25px;
  }
  .main-title {
    font-size: 44px;
  }

  .main-desc {
  display: none;
  margin-top: 15px;
  font-size: 18px;
  }
  .main-desc-consult {
    margin-top: 15px;
    font-size: 18px;
  }

  .main-btn-wrapper {
    margin-top: 25px;
  }

  .main-stock {
    max-width: 385px;
  }

  .main-btn-wrapper {
    flex-direction: column;
  }

  .main-background-mobile {
    /* height: 460px; */
  }

  .main-btn {
    max-width: unset;
    width: 100%;
  }

  .main-btn-desc {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .main-title {
    font-size: 30px;
  }

  .main-desc {
    font-size: 16px;
  }
  .main-desc-consult {
    font-size: 16px;
  }
  .main-stock {
    max-width: unset;
    padding: 10px;
  }
}
