@media (max-width: 1400px) {
  .frame-wrapper {
    display: none;
  }
  .line{
    display: none;
  }
  .div-3{
    flex-direction: column;
  }
  .frame .div-3{
    gap: 60px;
  }
}

@media (max-width: 1200px) {
  .div{
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

.frame {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-height: 100vh; /* ✅ оставим min-height */
  height: auto; /* ✅ вместо height: 100% */
}

.frame .overlap-wrapper,
.frame .overlap {
  width: 100%;
  height: auto; /* ✅ вместо 100% или 100vh */
  min-height: 100vh;
  position: relative;
}

.frame .div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto; /* ✅ */
  align-items: center;
  gap: 254px;
  padding: 13px 256px 121px;
  background: linear-gradient(205deg, rgba(255, 255, 255, 1) 22%, rgba(221, 223, 251, 1) 38%, rgba(105, 114, 237, 1) 100%);
  position: relative; /* ✅ было absolute — мешает адаптации */
}

.sdggsgg{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 254px;
  flex-direction: column;
}

.sdgdgdfggsgg{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.frame .div-2 {
  display: flex;
  height: 75px;
  align-items: center;
  justify-content: space-between;
  padding: 23px 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  border-radius: 16px;
  border: 1.5px solid;
  border-color: #36363626;
}

.frame .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Montserrat-Bold", Helvetica;
  font-weight: 700;
  color: #1c1c1c;
  font-size: 23px;
  letter-spacing: 0;
  line-height: normal;
}

.frame .group {
  position: relative;
  width: 675px;
  height: 281px;
}

.frame .DID-YOU-SEE-US-ON {
  position: absolute;
  height: 170px;
  top: 0;
  left: 0;
  font-family: "Montserrat-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 79px;
  text-align: center;
  letter-spacing: 0;
  line-height: 85.1px;
}

.frame .div-wrapper {
  display: flex;
  width: 270px;
  height: 79px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px 48px;
  position: absolute;
  top: 202px;
  left: 201px;
  background-color: #811bff;
  border-radius: 14px;
}

.frame .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -0.50px;
  font-family: "Montserrat-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 34.5px;
  white-space: nowrap;
}

.frame .div-3 {
  display: inline-flex;
  align-items: center;
  gap: 86px;
  position: relative;
  flex: 0 0 auto;
}

.frame .div-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Montserrat-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 34.5px;
}

.frame .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  font-family: "Montserrat-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 34.5px;
}

.frame .line {
  position: relative;
  width: 1.5px;
  height: 80px;
}

.frame .frame-wrapper {
  pointer-events: none;
  position: absolute;
  width: 100%; /* именно тут допустимо */
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden; /* чтобы ничего не вылезало */
}

.frame .div-5 {
  position: relative;
  pointer-events: none;
  height: calc(100vh - 101px);
  width: 100%;
  top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.frame .overlap-group-wrapper {
  width: 408px;
  height: 423px;
}

.frame .overlap-group {
  position: relative;
  height: 424px;
}

.frame .copilot-enterprise {
  position: absolute;
  width: 276px;
  height: 242px;
  top: 0;
  left: 132px;
}

.frame .vector {
  width: 187px;
  height: 189px;
  top: 235px;
  position: absolute;
  left: 0;
}

.frame .group-2 {
  width: 469px;
  height: 453px;
  transform: rotate(180deg);
}

.frame .overlap-2 {
  position: relative;
  height: 453px;
  top: -1px;
}

.frame .img {
  position: absolute;
  width: 341px;
  height: 299px;
  top: 154px;
  left: 128px;
  transform: rotate(-180deg);
}

.frame .vector-2 {
  width: 176px;
  height: 178px;
  top: 0;
  transform: rotate(-180deg);
  position: absolute;
  left: 0;
}