.inner {
  background: url(../images/bg/inner.jpg) top/cover no-repeat;
  background-color: var(--inner);
  position: relative;
  margin-top: 170px;
  padding-top: 110px;
  padding-bottom: 200px;
}

.inner .streams-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.664);
  width: 100%;
  border-radius: 40px;
  margin-bottom: 70px;
}

.inner .streams-sort span {
  position: absolute;
  left: 80px;
  top: 40%;
  text-transform: uppercase;
  color: var(--text-main);
  font-weight: 600;
  font-size: 16px;
}

.inner .streams-sort .sorting button:not(:last-child) {
  margin-right: 25px;
}

.inner .streams-sort .sorting button {
  font-family: 'Proxima Nova';
  font-weight: 600;
  color: var(--text-main);
  text-transform: uppercase;
  font-size: 16px;
  background-color: none;
  background: none;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.inner .streams-sort .sorting button.active {
  color: var(--orange);
  text-decoration: underline;
}

.inner .streams-sort .sorting button:hover {
  color: var(--orange);
}

.inner .streams-list .streams-line {
  background: url(../images/line3.png) top no-repeat;
  height: 27px;
  width: 100%;
  margin-bottom: 60px;
}

.inner .streams-list .streams-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 60px;
}

.inner .streams-list .streams-list-content .streamer:nth-child(2) {
  margin-left: 150px;
  margin-right: 150px;
}

.inner .streams-list .streams-list-content .streamer {
  width: 100%;
}

.inner .streams-list .streams-list-content .streamer .streamer-name {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner .streams-list .streams-list-content .streamer .streamer-name i {
  color: #a76bff;
  font-size: 22px;
  margin-left: 15px;
}

.inner .streams-list .streams-list-content .streamer .streamer-name .live {
  color: red;
  margin-left: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.inner .streams-list .streams-list-content .streamer .streamer-name .live span {
  width: 8px;
  height: 8px;
  text-transform: uppercase;
  background-color: red;
  border-radius: 100%;
  margin-right: 8px;
}

.inner .streams-list .streams-list-content .streamer .streamer-name h1 {
  text-transform: none;
  color: var(--text-main);
  font-size: 36px;
}

.inner .streams-list .streams-list-content .streamer .streamer-widget {
  height: 185px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 3px;
}

.inner .streams-list .streams-list-content .streamer .streamer-widget div {
  width: 100%;
  height: 100%;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--text-main);
}

.inner .streams-list .streams-list-content .streamer .streamer-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.inner .streams-list .streams-list-content .streamer .streamer-numbers div:not(:last-child) {
  margin-right: 30px;
}

.inner .streams-list .streams-list-content .streamer .streamer-numbers div {
  text-align: left;
}

.inner .streams-list .streams-list-content .streamer .streamer-numbers div p {
  font-weight: 600;
  color: var(--text-main);
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 7px;
}

.inner .streams-list .streams-list-content .streamer .streamer-numbers div span {
  font-weight: 600;
  color: var(--orange);
  font-size: 24px;
}

.inner .start .step:not(:last-child) {
  margin-bottom: 90px;
}

.inner .start .step {
  text-align: center;
}

.inner .start .step .requirements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 200px;
}

.inner .start .step .requirements .minimum .title {
  padding: 35px 40px 35px 40px;
}

.inner .start .step .requirements .minimum .table-item {
  padding: 20px 200px 20px 40px;
}

.inner .start .step .requirements .recommended .title {
  padding: 35px 40px 35px 180px;
}

.inner .start .step .requirements .recommended .table-item {
  padding: 20px 40px 20px 180px;
}

.inner .start .step .requirements .table {
  width: 50%;
  text-align: left;
}

.inner .start .step .requirements .table .title {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-color: rgba(255, 255, 255, 0.808);
  border-radius: 5px 0px 0px 5px;
  color: var(--orange);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 40px;
}

.inner .start .step .requirements .table .table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.inner .start .step .requirements .table .table-item p {
  color: #c2b293;
}

.inner .start .step .requirements .table .table-item span {
  color: var(--text-main);
}

.inner .start .step .step-number {
  background: url(../images/line4.png) top no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 79px;
  color: var(--orange);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 90px;
}

.inner .start .step .step-title {
  font-size: 30px;
  color: var(--text-main);
  margin-bottom: 65px;
}

.inner .start .step .step-title p {
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
}

.inner .start .step .step-button-2:not(:last-child) {
  margin-bottom: 30px;
}

.inner .start .step .step-button-2 a {
  background: url(../images/button/5.jpg) top/cover no-repeat;
  width: 754px;
  height: 102px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  border-radius: 4px;
  color: white;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}

.inner .start .step .step-button-2 a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.inner .start .step .step-button-2 a span {
  width: 90px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}

.inner .start .step .step-button-1 a {
  background: url(../images/button/3.png) top no-repeat;
  width: 388px;
  height: 144px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: white;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.315);
  font-size: 21px;
  font-weight: bold;
}

.inner .start .step .step-button-1 a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.inner .patch-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.inner .patch-list .patch-list-content {
  width: 33.3%;
  margin-bottom: 60px;
  padding: 0px 30px 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inner .patch-list .patch-list-content:hover .patch-img div img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.inner .patch-list .patch-list-content .patch-title p {
  font-size: 36px;
  color: var(--text-main);
  margin-bottom: 12px;
  font-family: 'DXAngelus';
}

.inner .patch-list .patch-list-content .patch-title a {
  background: url(../images/button/2.png) top no-repeat;
  width: 138px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

.inner .patch-list .patch-list-content .patch-title a:hover {
  padding-bottom: 8px;
}

.inner .patch-list .patch-list-content .patch-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner .patch-list .patch-list-content .patch-info .patch-info-data {
  color: var(--orange);
  font-size: 16px;
  font-weight: bold;
}

.inner .patch-list .patch-list-content .patch-info .patch-info-type {
  text-transform: uppercase;
  color: var(--text-main);
  font-size: 16px;
  font-weight: bold;
}

.inner .patch-list .patch-list-content .patch-img {
  width: 100%;
  overflow: hidden;
  padding: 3px;
  border: 1px solid rgba(185, 175, 162, 0.774);
  height: 300px;
}

.inner .patch-list .patch-list-content .patch-img div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner .inner-line {
  background: url(../images/line-inner.png) top repeat;
  height: 34px;
  position: absolute;
  top: -20px;
  width: 100%;
}

.inner .inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: var(--text-main);
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 2px;
  margin-bottom: 110px;
}

.inner .inner-title span {
  width: 8px;
  height: 8px;
  background-color: var(--orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  margin: 0px 20px 0px 20px;
}

.inner .features-list .features-list-content:not(:last-child) {
  margin-bottom: 68px;
}

.inner .features-list .features-list-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner .features-list .features-list-content .features-text {
  display: -ms-grid;
  display: grid;
  margin-left: 60px;
}

.inner .features-list .features-list-content .features-text h1 {
  font-size: 60px;
  color: var(--orange);
  margin-bottom: 8px;
  text-transform: none;
}

.inner .features-list .features-list-content .features-text p {
  font-size: 21px;
  color: var(--text-main);
}

.inner .features-list .features-list-content .features-line {
  background: url(../images/line3.png) top no-repeat;
  height: 27px;
  width: 100%;
  margin-top: 68px;
}

@media (max-width: 768px) {
  .inner {
    padding-bottom: 80px;
  }
  .inner .streams-sort span {
    display: none;
  }
  .inner .streams-list .streams-list-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inner .streams-list .streams-list-content .streamer:nth-child(2) {
    margin: 0;
  }
  .inner .streams-list .streams-list-content .streamer:not(:last-child) {
    margin-bottom: 70px;
  }
  .inner .start .step .step-title p {
    width: 80%;
  }
  .inner .start .step .step-button-2 {
    width: 100%;
  }
  .inner .start .step .step-button-2 a {
    width: 100%;
    font-size: 17px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
  }
  .inner .start .step .step-button-2 a span {
    display: none;
  }
  .inner .start .step .requirements {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inner .start .step .requirements .minimum .title {
    padding: 0;
  }
  .inner .start .step .requirements .minimum .table-item {
    padding: 0;
  }
  .inner .start .step .requirements .recommended .title {
    padding: 0;
  }
  .inner .start .step .requirements .recommended .table-item {
    padding: 0;
  }
  .inner .start .step .requirements .table {
    width: 100%;
    margin-bottom: 30px;
  }
  .inner .start .step .requirements .table .title {
    padding: 30px;
  }
  .inner .start .step .requirements .table .table-item {
    padding: 10px 0px 10px 0px;
  }
  .inner .patch-list .patch-list-content {
    width: 100%;
    padding: 0;
  }
  .inner .features-list .features-list-content div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inner .features-list .features-list-content .features-text {
    text-align: center;
    margin: 0;
    margin-top: 30px;
  }
  .inner .features-list .features-list-content .features-text h1 {
    font-size: 35px;
  }
  .inner .features-list .features-list-content .features-text p {
    font-size: 18px;
  }
}
/*# sourceMappingURL=inner.css.map */