.home__nav {
  background: url(/local/templates/tg_logistics/components/bitrix/menu/home_v1/images/home_menu_bg_mobile.png)
    no-repeat;
  background-position: center;
  background-size: contain;

  position: relative;
  padding-top: 104.56%;
  max-width: 100%;
}

.home__list {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  list-style: none;
  padding: 0;
  margin: -15px 0;
  max-width: 320px;
  width: 100%;
}

.home__link {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #f7f7f7;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}

@media (min-width: 540px) {
  .home__list {
    max-width: 376px;
    top: 49px;
  }
}

@media (min-width: 768px) {
  .home__nav {
    background: none;
    position: relative;
    max-width: 100%;
    min-height: 100vh;
    padding: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home__list {
    position: static;
    max-width: none;
    width: 100%;
    transform: translateX(0);

    background: url(/local/templates/tg_logistics/components/bitrix/menu/home_v1/images/home_menu_img.png)
      no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 39.74%;
  }

  .home__item {
    position: absolute;
  }

  .home__item:nth-child(1) {
    top: -5%;
    left: 0;
    max-width: 162px;
  }

  .home__item:nth-child(2) {
    top: 42% !important;
    right: 0;
    width: 182px;
  }

  .home__item:nth-child(3) {
    top: 40%;
    left: 0;
  }

  .home__item:nth-child(4) {
    top: 78%;
    right: 0;
    width: 130px;
  }

  .home__item:nth-child(5) {
    top: 4%;
    right: 0;
    width: 92px;
  }

  .home__item:nth-child(6) {
    top: 78%;
    left: 0;
  }

  .home__link {
    padding: 0;
    text-align: left;
    font-size: 15px;
    line-height: 23px;
  }

  .home__item:nth-child(2) .home__link,
  .home__item:nth-child(4) .home__link,
  .home__item:nth-child(5) .home__link {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .home__item:nth-child(1) {
    top: -1%;
  }

  .home__item:nth-child(2) {
    top: 36%;
  }

  .home__item:nth-child(3) {
    top: 42%;
  }

  .home__item:nth-child(4) {
    top: 80%;
  }

  .home__item:nth-child(5) {
    top: 5%;
  }

  .home__item:nth-child(6) {
    top: 80%;
  }
}

@media (min-width: 1200px) {
  .home__item:nth-child(1) {
    top: 5%;
    max-width: 304px;
  }

  .home__item:nth-child(2) {
    width: 242px;
  }

  .home__item:nth-child(4) {
    width: 174px;
  }

  .home__item:nth-child(5) {
    top: 5%;
    width: 120px;
  }

  .home__link {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1400px) {
  .home__item:nth-child(2) {
    top: 42%;
    width: 338px;
  }
}
