.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 114px 0 106px;
  box-sizing: border-box;
  background-color: #fe5064;
  position: relative;
}

.header-container .logo {
  width: 266px;
  height: 298px;
}

.main-wrap {
  padding-top: 518px;
  background: url("../img/bg.webp") no-repeat;
  background-position: center;
  background-size: cover;
}

.line-conatiner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.line-conatiner .link-title {
  height: 74px;
  font-size: 30px;
  line-height: 74px;
  color: #e5a244;
  padding: 0 28px;
  background-image: linear-gradient(0deg, #191916 0%, #33312e 100%);
	border-radius: 10px 20px 0px 0px;
}

.line-conatiner ul {
  width: 100%;
}

.line-conatiner li {
  margin-bottom: 8px;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.line-conatiner .line-title {
  width: 114px;
  height: 82px;
  font-size: 24px;
  line-height: 82px;
  color: #fff3d1;
  text-align: center;
  background-image: linear-gradient(0deg, #181715 0%, #34322f 100%);
	border-radius: 10px 0px 0px 10px;
}

.line-conatiner .line-speed {
  font-size: 30px;
  text-align: center;
  color: #f55d34;
}

.line-conatiner .line-link {
  font-size: 30px;
  color: rgba(255, 255, 255, .6);
}

.line-conatiner .line-jump {
  width: 152px;
  height: 70px;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  color: #271310;
  background-image: linear-gradient(0deg, #f9e1c0 0%, #efbe83 42%, #ffefc9 100%);
	border-radius: 10px;
}

.footer {
  padding-bottom: 30px;
}

.footer-copyright {
  font-size: 24px;
  color: rgba(255, 255, 255, .6);
  text-align: center;
}
