.about .cardo {
  position: relative;
  background: var(--dark);
  margin: 40px 0;
  overflow: hidden;
}
.about .stars {
  position: absolute;
  top: 45%;
  left: 35%;
  transform: translate(-50%, -50%);
  width: 70%;
  object-fit: cover;
}
.about .top {
  display: grid;
  grid-template-columns: 5.5fr 4.5fr;
}
.about .left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 732px;
  margin: 0 auto;
}
.about video {
  height: 547px;
  object-fit: cover;
  width: 100%;
}
.about .title {
  color: white;
  font-family: var(--decor-bold);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
.about .sub {
  color: var(--White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 34px;
}
.about .play {
  color: var(--White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  display: flex;
  align-items: center;
  gap: 18px;
}
.play span {
  border: 1px solid rgba(60, 75, 220, 0.24);
  background: rgba(60, 75, 220, 0.16);
  backdrop-filter: blur(40px);
  padding: 16px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play span svg {
  transform: translate(3px, 0px);
}
.about .right {
  margin: 20px 20px 0 0;
}
.about .items {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
  padding: 72px 0 64px 0;
  padding-left: 100px;
}
@media screen and (max-width: 1600px) {
  .about .items {
    gap: 24px;
  }
}
.about .num {
  color: var(--White, #fff);
  font-family: var(--decor-bold);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.about .txt {
  color: var(--White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  white-space: nowrap;
}
.about .stick {
  width: 1px;
  height: 80px;
  background: #002856;
}
.about .sandwich {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 318px;
  height: 318px;
  content: "";
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.about .right {
  position: relative;
}
.about .left-sandwich {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 200px;
  height: 200px;
  content: "";
  background: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.about .right-sandwich {
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  width: 200px;
  height: 200px;
  content: "";
  background: var(--dark);
  position: absolute;
  bottom: 6px;
  right: 0;
  z-index: 9;
}
.products {
  padding: 64px 0 120px 0;
}
.products .title {
  color: var(--Blue-night, #001935);
  font-family: var(--decor-bold);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
  margin-bottom: 24px;
  max-width: 564px;
}
.products .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.products .item {
  position: relative;
  height: 320px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-height: 800px) {
  .products .item {
    height: 250px;
  }
}
.products .item::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(19, 18, 36, 0) 0%,
    rgba(19, 18, 36, 0.64) 100%
  );
}
.products .sandwich {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  background: white;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: scale(1.00001) translate(200px, -200px);
  transition: 0.4s;
}
.products .item:hover .sandwich {
  transform: scale(1.00001) translate(0px, 0px);
}
.products .name {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 9;
  color: var(--White, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
.products .pic {
  width: 100%;
  height: 382px;
  object-fit: cover;
}
.satellites .cardo {
  position: relative;
  background: var(--dark);
  overflow: hidden;
  padding: 56px 0;
}
.satellites .stars {
  position: absolute;
  top: 45%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 40%;
  object-fit: cover;
  pointer-events: none;
}
.satellites .stars-2 {
  position: absolute;
  top: 0%;
  right: 0;
  width: 60%;
  object-fit: cover;
  pointer-events: none;
}
.satellites .sandwich {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 318px;
  height: 318px;
  content: "";
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  transform: scale(1.0001);
}
.satellites .box {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.satellites .left {
  margin: 0 auto;
  max-width: 70%;
  transform: translateX(130px);
  min-width: 0;
}
.satellites .right {
  min-width: 0;
}
.satellites .title {
  color: var(--White, #fff);
  text-align: center;
  font-family: var(--decor-bold);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
  margin-bottom: 48px;
}
.satellites .par {
  color: var(--White, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  margin-bottom: 24px;
}
.satellites .txt {
  color: var(--White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  margin-bottom: 24px;
}
.satellites .nums {
  display: flex;
  gap: 48px;
  margin-bottom: 24px;
}
.satellites .sup {
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-bottom: 8px;
}
.satellites .num {
  color: var(--Facebook-blue, #1878f3);
  font-family: var(--decor-bold);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
}
.satellites .slider-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.satellites .buttons {
  display: flex;
  align-items: center;
  gap: 32px;
}
