/* HEADER */

.header {
  padding: 20px 0 270px 0;
  background: url(../img/tank.png) center/cover no-repeat;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo img {
  width: 96px;
  height: 25px;
}

.nav__list {
  display: flex;
  align-items: center;
}

.nav__item {
  margin-right: 70px;
}

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

.nav__link {
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  color: #e4e4e4;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.nav__link:hover {
  cursor: pointer;
  color: #8f59ff;
}

.header__bottom {
  padding-top: 225px;
}

.title {
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  color: #e4e4e4;
  text-transform: uppercase;
}

.title span {
  color: #8f59ff;
  display: block;
}

.header__subtitle {
  padding-top: 20px;
  width: 600px;
  font-weight: 300;
  font-size: 16px;
  line-height: 152%;
  color: #e4e4e4;
}

/* HEADER END */
/* WHOM, WHY */

.whom {
  padding-top: 45px;
}

.advantages-section {
  padding-bottom: 190px;
}

.advantages-section__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 110px;
}

.advantages-section__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list__item-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: #8b55ff;
  text-transform: uppercase;
  padding: 55px 0 30px 0;
}

.list__item-subtitle {
  width: 416px;
  font-weight: 300;
  font-size: 16px;
  line-height: 152%;
  color: #e4e4e4;
}

.list__item-img {
  height: 90px;
  max-width: 100px;
  display: flex;
  align-items: center;
}

/* WHOM, WHY END */
/* MARKETPLACE */

.marketplace__subtitle {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 100%;
  padding-top: 80px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}

.marketplace__list {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-bottom: 45px;
}

.marketplace__item {
  padding-top: 60px;
  width: 25%;
}

.marketplace__img {
  padding-bottom: 35px;
}

.marketplace__img img {
  width: 330px;
  height: 260px;
}

.marketplace__item-title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
}

/* MARKETPLACE END */
/* CONTACTS */

.contacts {
  background: url(../img/stalker.png) center/cover no-repeat;
  height: 750px;
}

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

.contacts__inner {
  position: absolute;
  right: 0%;
  top: 25%;
}

.contacts__list {
  padding-top: 65px;
}

.contacts__item-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
}

.contacts__item-description {
  font-size: 24px;
  color: #8b55ff;
  padding: 10px 0 20px 0;
  display: block;
  width: 300px;
}

/* CONTACTS END */
/* FOOTER */

.footer {
  padding: 35px 0;
}

.footer__link {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 132%;
  color: #a4a4a4;
  opacity: 0.34;
}

/* FOOTER END */

/* todo один класс для ширины */
