@media screen and (max-width: 1366px) {
  .list__item-subtitle {
    width: 300px;
  }

  .marketplace__item {
    width: 33%;
  }

  .contacts .container {
    position: relative;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .list__item-subtitle {
    width: 200px;
  }

  .marketplace__img img {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../img/tank.png) center/cover no-repeat;
  }

  .advantages-section {
    text-align: center;
    padding-bottom: 70px;
  }

  .advantages-section__title {
    padding-bottom: 70px;
  }

  .list__item {
    width: 100%;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .list__item-inner {
    width: 400px;
  }

  .list__item-img {
    margin: 0 auto;
    justify-content: center;
  }

  .list__item-title {
    padding: 30px 0;
  }

  .list__item-subtitle {
    width: 100%;
  }

  .marketplace {
    text-align: center;
  }

  .marketplace__item {
    width: 50%;
  }

  .marketplace__title {
    font-size: 40px;
    margin: 0 auto;
  }

  .marketplace__subtitle {
    padding-top: 25px;
    font-size: 20px;
  }

  .marketplace__img {
    padding-bottom: 15px;
  }

  .contacts {
    height: 500px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../img/stalker.png) center/cover no-repeat;
  }

  .contacts .container {
    position: relative;
    height: 100%;
  }

  .contacts__inner {
    width: 350px;
    position: absolute;
    right: 0;
    text-align: right;
  }

  .contacts__title {
    font-size: 48px;
  }

  .contacts__item-description {
    width: unset;
  }
}

@media screen and (max-width: 666px) {
  .header__title {
    font-size: 50px;
  }

  .header__subtitle {
    width: 500px;
  }

  .nav__item {
    margin-right: 25px;
  }

  .marketplace__title {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .header {
    padding-bottom: 190px;
  }

  .header__bottom {
    padding-top: 190px;
  }

  .header__subtitle {
    width: 100%;
  }

  .marketplace__item {
    width: 100%;
  }

  .footer {
    padding: 20px 0;
  }
}

@media screen and (max-width: 440px) {
  .header__logo {
    margin-bottom: 20px;
  }

  .header__top {
    flex-direction: column;
  }

  .header__title {
    font-size: 40px;
  }

  .header__subtitle {
    width: 350px;
  }

  .nav__list {
    width: unset;
  }

  .nav__item {
    margin-right: 15px;
  }

  .nav__item:last-child {
    margin-right: 0;
  }

  .nav__link {
    font-size: 14px;
  }

  .marketplace__title span {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .header {
    padding-bottom: 150px;
  }

  .nav__link {
    font-size: 13px;
  }

  .header__bottom {
    padding-top: 150px;
  }

  .header__title {
    font-size: 32px;
    width: 100%;
  }

  .header__subtitle {
    width: 300px;
  }

  .advantages-section__title {
    font-size: 32px;
  }

  .marketplace__title {
    font-size: 36px;
  }

  .marketplace__subtitle {
    font-size: 16px;
  }

  .contacts__title {
    font-size: 42px;
  }

  .contacts__item-description {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .contacts__inner {
    width: 100%;
    text-align: center;
  }
}
