.wrapper {
  padding: 60px;
}
.wrapper--primary {
  display: flex;
}
.wrapper--first {
  padding-top: 220px;
  background-position-x: -240px;
  background-position-y: -120px;
}
.wrapper--footer {
  padding: 30px 25px;
}

.container {
  padding: 0;
}
.container--columns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}

.container--plan {
  background-color: transparent;
}

.container--stores:first-child {
  text-align: left;
  margin-bottom: 40px;
}
.picture--download {
  min-width: 40vw;
}

.container__item:nth-child(2) {
  margin: 0 60px;
}

.icon__description {
  max-width: 250px;
}

.plan {
  width: 100%;
  margin: 0;
  border: none;
}

/* wrapper--pre-fotter */
.cell {
  margin: 40px;
}

.container--cells {
  display: grid;
  grid-template-areas:
    "Applab Services"
    "Useful-links Downloads";
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.cell:nth-child(1) {
  grid-area: Applab;
}
.cell:nth-child(2) {
  grid-area: Services;
}
.cell:nth-child(3){
  grid-area: Useful-links;
}
.cell:nth-child(4) {
  grid-area: Downloads;
}

.logo__item--pre-footer {
  width: 120px;
}

.cell__logo {
  padding: 15px;
}
.cell__logo-item {
  height: 25px;
  width: 25px;
}