.align-center {
  margin: 25px auto;
}

.module_setting {
  float: right;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  opacity: 0.2;
}

.module_setting:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.unshow {
  width: 0px !important;
}
.close {
  bottom: 6px;
  position: relative;
  padding-top: unset !important;
  padding-left: unset !important;
}

.gateways {
  display: none;
}
.gateways-label {
  position: relative;
  float: unset !important;
  width: 110px !important;
  display: inline-block;
  height: 40px;
  border-radius: 3px;
  border: 1px solid var(--span-color);
  transition: left 0.5s ease, right 0.3s ease, opacity 0.5s ease,
    width 0.3s ease, transform 0.2s ease;
  box-shadow: var(--span-color-back) 5px 5px;
}
.gateways-label:hover {
  cursor: pointer;
  transform: scale(1.1);
}
input.gateways:checked + label.gateways-label:after {
  -webkit-animation: check linear 0.3s;
  animation: check linear 0.3s;
  position: absolute;
  left: 8px;
  top: -7px;
  width: 100px;
  height: 30px;
  content: "\f26b";
  text-align: right;
  font-size: 40px;
  font-weight: 900;
  font-family: "Material-Design-Iconic-Font";
  border-radius: 5px;
  color: var(--span-color);
  text-shadow: 0px 5px 0px var(--span-color-back);
  background: transparent;
}
input.gateways:checked + label.gateways-label {
  transform: scale(1.1);
}

.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}

.text-center {
  text-align: center !important;
}
.user_pays {
  max-height: 300px;
  overflow-y: scroll;
  width: 100%;
  top: 15px;
  position: relative;
}

.lk__header-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 5px 0px;
  margin-top: 20px;
}

.lk__slider-block {
  display: flex;
  justify-content: center;
  position: relative;
  width: 300px;
  height: 48px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px var(--span-color);
}

.lk__slider-block::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  z-index: 1;
  left: 0;
  border-radius: 4px;
  background-color: var(--span-color);
  transition: all 0.3s ease;
}

.lk__slider-block.active::before {
  left: 50%;
}

.lk__slider__card {
  display: inline-block;
  width: 50%;
  height: 100%;
  user-select: none;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  color: #d6cdcd;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.lk__slider__card.active {
  cursor: unset;
  color: #ffffff;
}

.lk__slider__card:hover {
  color: #ffffff;
  text-shadow: 0px 0px 3px var(--span-color);
}

.lk__slider__card .zmdi {
  margin-right: 10px;
}

.lk__servers-block {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 15px;
  max-height: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}

.lk__servers-block.active {
  max-height: 80px;
  opacity: 0.9;
}

.lk__servers__card {
  cursor: pointer;
  width: 125px;
  height: 50px;
  z-index: 1;
  margin: 5px 10px;
  transition: all 0.4s ease;
}

.lk__servers__card.active {
  cursor: unset;
  -webkit-box-shadow: 0px 0px 7px 0px var(--span-color);
  -moz-box-shadow: 0px 0px 7px 0px var(--span-color);
  box-shadow: 0px 0px 7px 0px var(--span-color);
}

.lk__servers__card-img {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
  background: cover;
  user-select: none;
  transition: all 0.4s ease;
}

.lk__servers__card:hover .lk__servers__card-img {
  opacity: 0.5;
  width: 105%;
}

.lk__servers__card.active .lk__servers__card-img {
  opacity: 0.9;
  width: 105%;
}

.lk_badge {
  display: inline-block;
  user-select: none;
  margin: auto 0px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  transition: all 0.5s ease;
  color: #d6cdcd;
  background-color: rgba(0, 0, 0, 0.4);
}
.lk__servers__card.active .lk_badge {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.lk__table__vozmojnosti {
  display: none;
}

.lk__table__vozmojnosti.active {
  display: table;
  table-layout: fixed;
}

.lk__table__vozmojnosti > tbody:nth-of-type(1) > tr > th:nth-of-type(3) {
  text-shadow: 0 0 10px rgba(46, 206, 176, 0.62);
  color: rgba(0, 255, 231, 0.8);
}

.lk__table__vozmojnosti > tbody:nth-of-type(1) > tr > th:nth-of-type(4) {
  text-shadow: 0 0 10px rgba(46, 206, 176, 0.62);
  color: rgba(0, 255, 231, 0.8);
}

.lk__table__vozmojnosti > tbody:nth-of-type(1) > tr > th:nth-of-type(5) {
  text-shadow: 0 0 10px rgba(46, 206, 176, 0.62);
  color: rgba(0, 255, 231, 0.8);
}

.lk__table__vozmojnosti > tbody:nth-of-type(1) > tr > th:nth-of-type(6) {
  text-shadow: 0 0 10px rgba(46, 206, 176, 0.62);
  color: rgba(0, 255, 231, 0.8);
}

.lk__table__vozmojnosti > tbody:nth-of-type(1) > tr:nth-of-type(1) > th {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #01d0ff;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: none;
  text-shadow: 0 0 10px hsla(180, 100%, 50%, 0.12);
}

.lk__table__vozmojnosti > tbody:nth-of-type(1) > tr:nth-of-type(2) > th {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #01d0ff;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: none;
  text-shadow: 0 0 10px hsla(180, 100%, 50%, 0.12);
}

.lk__table__vozmojnosti > tbody:nth-of-type(1) > tr:nth-of-type(3) > th {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #01d0ff;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 2px solid #515151;
  text-shadow: 0 0 10px hsla(180, 100%, 50%, 0.12);
}

.lk__table__vozmojnosti .zmdi-check {
  color: #01ff23b2;
  text-shadow: 0 0 5px#01ff237a;
}

.lk__table__vozmojnosti .zmdi-close {
  color: #ff0101b2;
  text-shadow: 0 0 5px#ff3c0160;
}

.lk_table_col1 {
  width: 100px;
}

.lk_table_col2 {
  width: 550px;
}

.tab-content {
  padding: 2% 12%;
  display: block;
}

.tab-content__title {
  text-align: center;
  margin-bottom: 50px;
}

.tab-content__text {
  padding: 0 2%;
}

.tab-content__text p {
  color: rgb(199, 198, 198);
  font-size: 15px;
}

@media (max-width: 1000px) {
  .lk_table_col1 {
    width: 50px;
  }

  .lk_table_col2 {
    width: 250px;
  }
}

@media (max-width: 900px) {
  .tab-content {
    padding: 1% 6%;
    display: block;
  }
}

@media (max-width: 600px) {
  .lk__servers-block {
    width: 300px;
  }
  .lk__servers__card {
    height: 30px;
  }
  .lk__slider-block {
    width: 210px;
    height: 34px;
  }
  .lk__slider__card {
    font-size: 17px;
  }
  .lk_table_col1 {
    width: 30px;
  }

  .lk_table_col2 {
    width: 120px;
  }
}

