/* Tutaj jest miejsce na Twoje style */
.top__wrapper--4 {
  background: url("../../img/main/top.png");
  background-position: 30% center;
  background-size: cover;
}

.top__image {
  position: relative;
  top: 56px;
  left: 16px;
}

@media screen and (min-width: 576px) {
  .top__wrapper--4 {
    padding-top: 132px;
  }
}

@media screen and (min-width: 992px) {
  .top__image {
    left: 100px;
  }
  .top__wrapper--4 {
    padding-top: unset;
  }
}

@media screen and (min-width: 1200px) {
  .top__image {
    left: 0;
  }
}

.top {
  margin-bottom: 0;
}

.details {
  margin-top: -46px;
  position: relative;
  z-index: 2;
}

.details__card {
  position: relative;
  background: #fff;
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  margin-bottom: 32px;
}

.details__card img {
  margin-bottom: 24px;
  object-fit: contain;
}

.details__card .seagate {
  width: 140px;
}

.details__card .fujitsu {
  width: 115px;
}

@media screen and (min-width: 768px) {
  .details__card {
    padding: 48px 30% 48px 56px;
  }
  .details__card img {
    position: absolute;
    right: 32px;
  }

  .details__card .seagate {
    width: 200px;
  }

  .details__card .fujitsu {
    width: 164px;
  }
}

.details h3,
.details ul li {
  opacity: 0.75;
}

.details h2 {
  margin-bottom: 16px;
}

.details ul li {
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .details ul li {
    font-size: 1.3rem;
  }
}

.details h3 {
  margin-bottom: 46px;
}

.details ul {
  list-style-type: none;
  padding-left: 86px;
}

.details ul li {
  margin-bottom: 32px;
  position: relative;
}

.details ul li::before {
  content: url("../../img/icons/check.svg");
  position: absolute;
  left: -86px;
}

.details__card-features {
  display: flex;
  flex-wrap: wrap;
}

.details__card-features > * {
  flex: 1 1 50%;
}

.footer {
  margin: 0;
}

.footer__wrapper {
  background: #004c92;
  box-shadow: 0 -30px 50px rgba(0, 0, 0, 0.15);
  padding: 120px 16px;
  position: relative;
  overflow: hidden;
}

.footer__photo {
  position: absolute;
  left: 58%;
  bottom: 0;
  max-height: 70%;
}

@media screen and (min-width: 576px) {
  .footer__photo {
    max-height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    margin-top: 186px;
  }
  .footer__photo {
    position: relative;
    left: 16px;
    height: 520px;
    margin-top: -232px;
    bottom: 0;
  }
  .footer__wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    overflow: visible;
  }
}

@media screen and (min-width: 1320px) {
  .footer__photo {
    left: unset;
    left: 14%;
    height: 600px;
    margin-top: -264px;
  }

  .footer__wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../../img/main/footer-kv.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.footer__content {
  max-width: 1320px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
  position: relative;
}

.footer__content p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 200;
}

.footer__content h2 {
  margin-bottom: 24px;
}

.footer__contact span {
  display: flex;
  align-items: center;
}

.footer__contact p {
  margin-bottom: 0;
}

.footer__name {
  font-weight: 600 !important;
  margin-bottom: 0px;
}
.footer__contact img {
  height: 32px;
  width: 32px;
  margin-right: 6px;
}

.details__card-more {
  display: none;
  margin-bottom: 64px;
}

.show-more svg {
  pointer-events: none;
  user-select: none;
}
