@media (min-width: 1200px) {
    .container {
      max-width: 1450px !important;
    }
}

@media only screen and (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
  }
}
html {
    font-size: 0.95rem!important;
}

body {
    background-color: #f8f9fa!important;
    font-family: 'Comfortaa', cursive!important;
    font-size: 0.9rem!important;

}

.h-80 {
  height: 80%;
}
.h-85 {
  height: 85%;
}

a {
  color: #2B6CC4!important;
  text-decoration: none!important;
}

svg {
  vertical-align: middle!important;
}

.navbar-brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .navbar-brand__text {
    font-size: 20px;
    font-weight: 800;
    color: #414141 !important;
    margin-right: 50px;
    margin-left: 8px;
  }

  .nav-item {
    margin-right: 30px;
    font-weight: 600;
  }

  .navbar-light .navbar-nav .nav-link {
    color: black!important;
    font-weight: 700;
  }

  .navbar-light .navbar-nav .nav-link:active {
    color: #2B6CC4!important;
    text-decoration: none;
    background-color: transparent!important;
  }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #2B6CC4!important;
    text-decoration: none;
    background-color: transparent!important;
  }



  .buttons {
    color: #fff!important;
    border-radius: 3px;
    background-color: #2D58BE!important;
    border: none;
    padding: 9px 25px;
    font-weight: 700;
  }

  .buttons:hover {
    color: #fff!important;
    text-decoration: none!important;
    transform: translateX(5px);
    transform-origin: center;
    transition: all 0.3s ease;
  }

  .buttons_lk {
    color: #fff!important;
    border-radius: 3px;
    background-color: #2D58BE!important;
    border: none;
    padding: 9px 25px;
    font-weight: 700;
  }

  .buttons_lk:hover {
    color: #fff!important;
    text-decoration: none!important;
  }

  .buttons-light {
    color: #1a1a1a!important;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.09)!important;
    border: none;
    padding: 9px 25px;
  }

  .buttons-light:hover {
    color: #1a1a1a!important;
    text-decoration: none;
  }

  .header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 850px;
    -ms-align-items: center;
    align-items: center;
  }

  .header-text__h1 {
    color: #414141!important;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .header-text__p {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 20px;
  }

  .inputs {
    width: 100%;
    background: rgba(0, 0, 0, 0.06);
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .login-links {
    display: block;
    color: #1a1a1a!important;
    transition: 0.2s;
  }

  .login-links:hover {
    color: #1a1a1a!important;
    text-decoration: none;
    padding-left: 10px;
    transition: 0.2s;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #2B6CC4!important;
    text-decoration: none;
    background-color: transparent!important;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2B6CC4!important;
    text-decoration: none;
    background-color: transparent!important;
}

.text-center {
  text-align: center;
}
.card-text-news:last-child {
  margin-bottom: 0;
}
.card-text-news {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card-body-foot{
    padding: 0.75rem 0.9rem;
  background-color: transparent!important;
  border-top: none!important;
}
.float-right {
  float: right;
}

.dropdown-item {
  font-weight: 900!important;
  color: #212529!important;
}

.glav-block {
  background-color: white!important;
  /* -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); */
  -webkit-box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 4%);
  box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 4%);
  /* padding: 20px!important; */
  border-radius: 18px;
}

.col>.glav-block {
  border-radius: 18px;
}

.modal-header {
  background-color: #f8f9fa!important;
}
.modal-header-donate {
  background-color: #ffffff!important;
  border-bottom: none!important;
  padding: 0!important;
}

.glav-block__text {
  font-size: 16px;
  font-weight: 700;
  color: #414141 !important;
}
.glav-block>p>span {
  font-weight: 600;
}
.glav-block>.glav-block__text>.span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #4d6de9;
  margin-right: 5px;
}

.active_lk {
  border-radius: 2px;
  border-bottom: 3px solid;
  border-bottom-color: #2D58BE;

}
input[type=file]::file-selector-button {
    background-color: rgba(0, 20, 255, 0.8)!important;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
    cursor: pointer;
}
input[type=file]::file-selector-button:hover {
    background-color: rgba(0, 15, 255, 0.9)!important;
}


.cabinet-content {
  display: block;
  margin-top: 20px;
  padding: 10px;
}

.cabinet-block {
  background-color: white!important;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 18px;
  position: relative;
}

.cabinet-block__name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
  margin-bottom: 5px;
}

.cabinet-block__name>.span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #4d6de9;
  margin-right: 5px;
}
.span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #4d6de9;
  margin-right: 5px;
}

.skin-viewer__view__img {
  display: block;
  margin: 0 auto;
}

.cabinet-table {
  width: 100%;
}

.cabinet-table th {
  font-size: 14px;
  font-weight: 900;
  padding: 25px 0px 0px 0px!important;
  text-align: left;
}

.cabinet-table td {
  font-size: 14px;
  padding: 0px!important;
  padding-top: 25px!important;
  opacity: 0.8;
  text-align: right !important;
}

.cabinet-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.cabinet-file {
  background: rgba(0, 0, 0, 0.04);
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 5px;
}

.cabinet-buttons {
  display: block;
  width: 100% !important;
  border: none;
  background: #2D58BE!important;
  color: #fff;
  padding: 10px 5px;
  border-radius: 2px;
  text-align: center;
}

.cabinet-buttons:hover {
  cursor: pointer;
}

.cabinet-small-buttons {
  display: block;
  margin: 0 auto;
  border: none;
  background: #2D58BE!important;
  color: #fff;
  padding: 5px 15px;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 2px;
}

.cabinet-small-buttons:hover {
  cursor: pointer;
}

.cabinet-small-buttons>i {
  font-size: 11px;
}

.cabinet-buttons__rights {
  margin: 0;
  float: right;
  margin-bottom: 5px;
  font-size: 13px;
}

.skin-upload .input-file,
.cloak-upload .input-file {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  /*z-index:-1;*/
}

.skin-upload .input-file+.js-labelFile,
.cloak-upload .input-file+.js-labelFile {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer
}

.input-file__cloak {
  position: absolute;
  opacity: 1;
  width: 200px;
  height: 50px;
  opacity: 0;
  cursor: pointer;
}

.error_content {
  background: #4d6de9;
  color: #fff;
  padding: 9px 11px;
  border-radius: 2px;
  margin-bottom: 10px;
  font-size: 14px;
  position: absolute;
  width: 95%;
  z-index: 10;
  right: 1.5%;
  top: 2.5%;
}

.error_content-close {
  float: right;
  cursor: pointer;
}

.error_content-title {
  font-weight: 600;
}

.error_content-body {
  opacity: 0.8;
}

.error__progress-bar {
  height: 3px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.progress {
  height: 3px;
  background: #fff;
  margin-top: 10px;
  width: 0;
  border-radius: 3px;
}

.cabinet-balance__value {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.cabinet-balance__value > span {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
  margin-left: 2px;
}

.form__group {
  position: relative;
  margin-bottom: 12px;
}

.form__label {
  position: absolute;
  top: 13px;
  color: #9e9e9e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: 10px;
  background: #fff;
  padding: 0px 5px;
}

.form__input {
  position: relative;
  width: 100%;
  border: none;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: transparent !important;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
  padding-left: 12px;
  z-index: 1;
  font-size: 14px;
}

.form__input:focus {
  border: 1px solid #4d6de9 !important;
}

.form__input:focus~.form__label,
.form__input:not(:placeholder-shown)~.form__label {
  top: -7px;
  font-size: 12px;
  color: #4d6de9;
  left: 8px;
  z-index: 2;
}

.form__input:not(:focus)~.form__label {
  color: #818181;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  border: none;
  background: none;
}

.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

.border-b {
  border-bottom: 1px solid;
  border-bottom-color: #b3b3b3!important;
}

.border-r {
  border-right: 1px solid;
  border-right-color: #b3b3b3;
}

.border-gray-700 {
  --border-opacity: 1;
  border-color: #24262d;
  border-color: rgba(36,38,45,var(--border-opacity));
}

.item-center {
  align-items: center;
}

.w-8 {
  width: 2rem;
}

.relative {
  position: relative;
}

.h-8 {
  height: 2rem;
}

.rounded-full {
  border-radius: 10000px;
}

.rounded-full>.img-thumbnail {
  padding: 0!important;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.font-semibold {
  font-weight: 600;
}

.info-players>p {
  margin: 0;
}

.text-xs {
    font-size: .75rem;
}
.text-sm {
  font-size: .875rem;
}
.shop-server:hover {
  transform: translateX(5px);
    transform-origin: center;
    transition: all 0.3s ease;
}

.shop-server>a {
  color: #000!important;
  text-decoration: none;
}

.shop-card {
  box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 9%)!important;
    border: none!important;
    border-radius: 18px!important;
}

.shop-card img {
    margin: auto;
    position: relative;
    width: 70px;
    height: 70px;
    top: 10px;
}

a.active {
  color: #ff971d!important;
}

.text-shop {
  /* background-color: #000!important; */
  font-size: 14px;
}

.card-body {
  padding-top: 1.25rem!important  ;
  padding-left: 1.25rem!important;
  padding-right: 1.25rem!important;
}

.table_shop {
  border-spacing: 0px 30px;
  border-collapse: unset;
}

.table_shop>tbody>tr {
  background-color: white;
  box-shadow: 0 15px 15px -15px #33333324, 0 -15px 15px -15px #33333324;
}

.cart-input {
  border-width: 1px;
  border-color: rgb(186, 186, 186);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 14.58px 3.42px rgb(0 0 0 / 7%);
  text-align: center;
  width: 40px;
  height: 29px;
}

span.orange {
  color: #ff971d!important;
}
.block-7 {
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
    .block-7 {
        margin-top: 30px;
    }
}
.block-7 .img {
    height: 250px;
}
.block-7 .heading-2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.block-7 .price {
    margin: 0;
    padding: 0;
    display: block;
}
.block-7 .price sup {
    font-size: 20px;
    top: unset!important;
    color: #000000;
}
.block-7 .price .number {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.block-7 .excerpt {
    margin-bottom: 0px;
    color: #00bd56;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.block-7 .label2 {
    text-transform: uppercase;
}
.block-7 .pricing-text,
.block-7 .pricing-text li {
    padding: 0;
    margin: 0;
}
.block-7 .pricing-text li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
}
.block-7 .pricing-text li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}
.block-7 .pricing-text li span.fa {
    color: #207dff;
}
.block-7 .btn-primary {
    color: #fff;
    text-transform: uppercase;
    font-style: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 60%;
    margin: 0 auto;
}
.block-7 .btn-primary:hover,
.block-7 .btn-primary:focus {
    background: #00bd56 !important;
    color: #fff;
}
.block-7:hover,
.block-7:focus {
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}