@font-face {
    font-family: 'Coolvetica';
    src: url("../fonts/coolvetica-rg.ttf") format("truetype");
}

html,
body {
    height: 100%;
}

body {
	display: flex;
    flex-direction: column;
	color: #fff;
	background-color: #0c0b0b;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

#app {
    flex: 1 0 auto;
}

footer {
    margin-top: auto;
    background: rgba(0,0,0,0.2);
	z-index: 1;
}

h1:not(.title-no-bg),
.h1:not(.title-no-bg) {
    color: #fff;
    background: rgba(196, 50, 53, 0.3);
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 2rem;
	border-radius: 0.25rem;
}

.markdown-body h1:not(.title-no-bg),
.markdown-body .h1:not(.title-no-bg) {
    color: inherit;
    background: inherit;
    padding: inherit;
    text-transform: inherit;
    font-size: 1.75rem;
}

.content {
    margin-top: 7rem;
    margin-bottom: 2.5rem;
}

.content-parent .content {
    margin: 0;
}

.card {
    background-color: rgba(196, 50, 53, 0.3);
	box-shadow: 0 0.3rem 0.75rem rgba(0, 0, 0, 0.15);
	color: unset;
}

.card-body {
    padding: 1.25rem;
}

.list-group-item {
    padding: 1rem 1.5rem;
	background-color: #28a745;
	color: #fff;
	border-color: rgba(0, 0, 0, 0.125);
}

.navbar {
    background: #c43235 !important;
    font-weight: 500;
    font-size: 1.0rem;
	padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.navbar-brand {
    font-family: 'Coolvetica', sans-serif;
    font-size: 1.2rem;
}

.navbar-brand img {
    max-height: 35px;
    max-width: 35px;
}

.navbar .navbar-nav .nav-link {
    padding: 0.5rem 0.75rem;;
}

.home-background {
    height: 450px;
    overflow: hidden;
    background-size: cover;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}

.home-background img {
    max-height: 400px;
}

.home-background .btn {
    border-radius: 0;
    padding: 10px 35px;
}

.post-preview {
    position: relative;
	border-radius: 0;
}

.post-preview .post-img {
    border-radius: 5px;
}

.post-preview .post-body {
    padding: 10px;
    color: #fff;
    background: #23232385;
    border-radius: 5px;
}

.post-preview .post-img ~ .post-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background: rgba(0, 0, 0, 0.5);
}

.post-preview .card-title {
    color: inherit;
}

.post-preview .card-img-top {
    border-radius: 0;
}

.discord-widget {
    border: none;
    width: 100%;
}

.social-link {
    display: inline-block;
    /* padding: 0.3rem; */
    /*border-radius: 1rem;*/
}
/**my style**/

body:after {
    background-image: url(https://files.facepunch.com/garry/1b1011b1/test.png?1=);
    content: " ";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    pointer-events: none;
    opacity: .6;
}

a {
  color: #fff;
}

.table {
  --bs-table-color: #28a745;
  --bs-table-bg: rgb(0 0 0 / 0%);
}

.table-dark {
  --bs-table-bg: rgb(0 0 0 / 0%);
}

.table th,
.table td {
  border-top: 2px solid #c43235;
}

.table-bordered td, .table-bordered th {
    border: 2px solid #c43235!important;
}

.table thead th {
  border-bottom: 2px solid #c43235;
}

.btn-primary {
    background-color: #28a745;
    border-color: #28a745;
	z-index: 1;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-info {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-primary {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-primary:hover {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #c43235;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-link {
  color: #28a745;
}

.dropdown-header {
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #c43235;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #28a745;
  background-color: #28a745;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #28a745;
  background-color: #28a745;
}

.custom-range::-webkit-slider-thumb {
  background-color: #c43235;
}

.custom-range::-moz-range-thumb {
  background-color: #c43235;
}

.custom-range::-ms-thumb {
  background-color: #c43235;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #28a745;
}

.page-link {
  color: #c43235;
}

.page-item.active .page-link {
  background-color: #c43235;
  border-color: #c43235;
}

.badge-primary {
  background-color: #c43235;
}

.progress-bar {
  background-color: #c43235;
}

.img-kit {
    max-height: 75%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.modal-content {
  background-color: #63191b;
}

.bg-primary {
  background-color: #c43235 !important;
}

.border {
  border: 3px solid #dee2e6 !important;
}

.border-primary {
  border-color: #c43235 !important;
}

.border-dark {
  border-color: #28a745 !important;
}

.text-primary {
  color: #c43235 !important;
}


::-webkit-scrollbar-track{
    background-color: rgba(6, 0, 10, 1);
}
::-webkit-scrollbar{
    width: 4px;
    background-color: rgba(6, 0, 10, 1);
}
::-webkit-scrollbar-thumb{
    background-color: rgba(196, 50, 53, 1);
	border-radius: 10px;
}

.card-title {
    font-size: 0.9rem;
    background-color: rgb(0, 0, 0, 0.45);
    text-align: center;
    border-radius: 6px;
    padding: 5px;
	margin-bottom: 0.75rem;
}

.card-text {
	background-color: rgb(0, 0, 0, 0.45);
    text-align: center;
    border-radius: 6px;
    padding: 5px;
}

.btn .btn-primary .btn-block {
	margin-left: auto;
    margin-right: auto;
	width: 6em
}

.table-dark{
	--bs-table-bg: rgba(0, 0, 0, 0);
}

.navbar-nav .dropdown-menu {
    text-align: center;
}

.dropdown-menu, .dropdown-item {
    background-color: #c43235;
    color: rgba(255,255,255,.5);
}

.dropdown-item:hover {
	color: rgba(255,255,255,1);
	background-color: #c43235;
}

.navbar .navbar-nav .nav-item {
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-item:after {
    content: '';
    width: 0;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-item:not(.nav-item-icon):hover:after {
    width: 100%;
}

.card-img-top {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lazy.server-header {
	background-color: rgb(0, 0, 0, 0.45);
    margin-block-end: 0.5rem;
    border-radius: 0.5rem;
}

.pricing-table {
    box-shadow: 0 10px 13px -6px rgb(0 0 0 / 10%), 0 20px 31px 3px rgb(0 0 0 / 10%), 0 8px 20px 7px rgb(0 0 0 / 5%);
    display: flex;
    flex-direction: column;
}
.panel {
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.pricing-plan:last-child {
    border-bottom: none;
}
.pricing-features {
    color: rgba(255,255,255,.8);
    font-weight: 600;
    letter-spacing: 1px;
    margin: 1px 0 25px -40px;
    list-style-type: none;
}
.pricing-price {
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: 700;
}
.pricing-price>sup.small {
    font-size: 20px;
}
.pricing-features-item {
    border-top: 1px solid #e1f1ff;
    font-size: 11px;
    line-height: 1.5;
    padding: 15px 0;
}

.pricing-table * {
    text-align: center;
    text-transform: uppercase;
}

section.rules, section.discord {
    border-bottom: 1px solid rgba(230,230,232,.1);
    border-top: 1px solid rgba(230,230,232,.1);
    padding: 3rem 1.5rem;
    display: block;
}

.text-left {
    text-align: left!important;
}

.logo {
    margin: 0.5rem;
    border-radius: 50%;
}

.name-logo {
    font-weight: 500;
    line-height: 1.2;
    padding: 0.5rem;
}
a.name-chanel {
    color: #fff;
	word-break: break-word;
}

iframe#ytplayer {
    padding: 0.2rem;
}

.chanel {
    background-color: #240d0d;
}

.product {
  position: relative;
}

p.copy-text {
    margin-bottom: 0;
}

.sale {
  content: "";
  /* display: block; */
  position: absolute;
  top: 10px;
  right: 10px;
  /* color: white; */
  background: #00ff13c2;
  padding: 10px;
  border-radius: 15px;
  z-index: 10;
}

.row.row-cols-lg-auto {
    margin-left: auto;
    margin-right: auto;
}

.quick-copy code:not(.copyable):not(.copyable-float) {
    cursor: pointer
}

code {
    color: #c43235;
}

/**BG Video**/
.face {
    min-height: 100vh;
    position: relative;
    background-position: center;
    background-size: cover;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 48.2px;
}

.fullvideo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-top: 48.2px;
}

.fullvideo video {
    position: absolute;
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    object-fit: cover;
}

video {
    max-width: 100%;
}

.face-body {
    align-items: center;
    display: flex;
    background: linear-gradient(rgba(6, 0, 10, 0.5), rgba(6, 0, 10, 0.75), #0c0b0b);
    z-index: 1;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem;
}
.face.face-body > .container {
    flex-grow: 1;
    flex-shrink: 1;
}

footer i {
    color: rgba(255,255,255,.7);
    padding: 0.3rem;
}

footer a {
    color: rgba(255,255,255,.9);
}

footer a:hover {
    color: rgba(11, 162, 255, 0.9);
    text-decoration: none;
    transition: all 0.2s ease;
}

footer .col-md-4:not(.brand) {
    border-right: 1px solid #c43235;
}

footer .links .fas {
    transition: transform .2s ease-in-out;
}

footer .links a:hover .fas {
    transform: translate3d(5px, 0, 0);
}

.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 3rem;
    width: 3rem;
}

footer .brand-footer {
    align-items: center;
}

footer .brand-footer img {
    max-width: 60px;
}

footer .brand-footer .vertical-divide {
    background-color: #c43235;
    width: 2px;
    height: 70px;
    margin: 0 1.5rem;
}

@media (max-width: 768px) {
    footer {
        padding: 1rem;
    }

    footer .col-md-4 {
        padding: 1rem;
        text-align: center;
    }

    footer .col-md-4:not(.brand) {
        border-bottom: 1px solid #c43235;
        border-right: 0;
    }
}

/**BG Video END**/

/**404**/
.video-mask video {
    object-fit: cover;
    width: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.video-mask video.is-404 {
    -webkit-mask-image: url("https://files.facepunch.com/lewis/1b2411b1/mask-404.svg");
}
/**404**/

/**TableShopItems**/
.table.w100 {
    width: 100%;
}

.table.shop th {
    background: 0 0;
	color: #28a745;
    vertical-align: middle;
    padding: 6px 10px;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
}

.table.shop td {
    vertical-align: middle;
	color: #28a745;
	background: 0 0;
    padding: 3px 10px;
    text-align: center;
    border-right: 3px solid;
	border-left: 3px solid;
    border-bottom: 3px solid;
    line-height: 16px;
    height: 40px;
}

.table.shop td.left {
    text-align: left;
}

.table.shop.olive td {
    border-color: #c43235;
}

.item-box {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    padding: 3px;
    vertical-align: middle;
}

.text-in-icon {
    position: absolute;
    right: 2px;
    bottom: 2px;
    display: inline-block;
    height: 12px;
    white-space: nowrap;
    text-align: right;
    line-height: 12px;
    font-weight: 700;
    font-size: 12px;
    color: #c7bab2;
    text-shadow: -1px -1px 0 #21241c, 1px 1px 0 #21241c, -1px 1px 0 #21241c, 1px -1px 0 #21241c;
}
/**TableShopItemsEnd**/

/**DISCORD**/
.discord h1, .rules h1 {
    background: 0;
}
div.members {
    font-size:3rem;
    padding-bottom: 3rem;
}
div.members > span {
    font-size:1rem;
    display: block;
}
span.discord {
    font-size:1rem;
    display: block;
}
#discord-total {
    color: #fff;
}
div.members#online {
    color: #62a7e3;
}
div.members#ingame {
    color: #8bc53f;
}
div.members#discord {
    color: #8bc53f;
    padding-top:10px;
}
div.discord-invite {
    margin-top: 3rem;
    padding-bottom: 3rem;
}
img.rounded-circle.discord-user {
    max-width:50px;
    border: 2px solid rgba(196,50,53,1);
}
h2.discord {
    color:#7289DA;
    font-size: 1.2rem;
}

/**мигание кнопки**/
.btn-ds {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #28a745;
  border: 2px solid #28a745;
  border-radius: 0.5rem;
  box-shadow: 4px 7px 14px rgb(55 131 88 / 64%);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}

a.btn-ds::before {
content: '';
  border-radius: 0.5rem;
  min-width: calc(212px + 12px);
  min-height: calc(42px + 12px);
  border: 6px solid #28a745;
  box-shadow: 0 0 60px rgb(31 123 53);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.btn-ds:hover, .btn-ds:focus {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  transform: translateY(-6px);
}

a.btn-ds:hover::before, a.btn-ds:focus::before {
  opacity: 1;
}

a.btn-ds::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #28a745;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

a.btn-ds:hover::after, a.btn-ds:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 250px;
    height: 250px;
    opacity: 0;
  }
}
/**мигание кнопки**/
/**DISCORD END**/
#particles-js{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
