.socials__title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #737572;
    margin-bottom: 22px
}

.socials__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 20px 16px;
    position: relative;
    overflow: hidden
}

.socials__item+.socials__item {
    margin-top: 16px
}

.socials__item_vk {
    background: linear-gradient(180deg, #C290FF 0%, #C290FF 100%)
}

.socials__item_vk .socials__item-bg {
    background: url("https://i.imgur.com/eIEvMCw.png")
}

.socials__item_ds {
    background: linear-gradient(180deg, #C290FF 0%, #C290FF 100%)
}

.socials__item_ds .socials__item-bg {
    background-image: url("https://i.imgur.com/bcMvuX3.png")
}

.socials__item_tg {
    background: linear-gradient(180deg, #C290FF 0%, #C290FF 100%)
}

.socials__item_tg .socials__item-bg {
    background: url("https://i.imgur.com/caabuFI.png")
}

.socials__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.socials__item-left {
    position: relative;
    z-index: 2
}

.socials__item-title {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(224, 224, 224, 0.68);
    margin-bottom: 8px;
    font-weight: 300
}

.socials__item-name {
    font-size: 15px;
    color: #f2f2f2;
    font-weight: 500
}

.socials__item-right {
    position: relative;
    z-index: 2
}

.socials__item-link {
    padding: 13px 9.5px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e0e0e0;
    font-size: 10px;
    transition: all 0.3s ease-out
}

.socials__item-link:hover {
    background: #ffffff;
    color: #121218
}
.socials__title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #737572;
    margin-bottom: 22px
}

.socials__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 20px 16px;
    position: relative;
    overflow: hidden
}

.socials__item+.socials__item {
    margin-top: 16px
}

.socials__item_vk {
    background: linear-gradient(180deg, #131313 0%, #C290FF 100%)
}

.socials__item_vk .socials__item-bg {
    background: url("https://i.imgur.com/eIEvMCw.png")
}

.socials__item_ds {
    background: linear-gradient(180deg, #131313 0%, #C290FF 100%)
}

.socials__item_ds .socials__item-bg {
    background-image: url("https://i.imgur.com/bcMvuX3.png")
}

.socials__item_tg {
    background: linear-gradient(180deg, #131313 0%, #C290FF 100%)
}

.socials__item_tg .socials__item-bg {
    background: url("https://i.imgur.com/caabuFI.png")
}

.socials__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.socials__item-left {
    position: relative;
    z-index: 2
}

.socials__item-title {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(224, 224, 224, 0.68);
    margin-bottom: 8px;
    font-weight: 300
}

.socials__item-name {
    font-size: 15px;
    color: #f2f2f2;
    font-weight: 500
}

.socials__item-right {
    position: relative;
    z-index: 2
}

.socials__item-link {
    padding: 13px 9.5px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e0e0e0;
    font-size: 10px;
    transition: all 0.3s ease-out
}

.socials__item-link:hover {
    background: #ffffff;
    color: #121218
}
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";

:root {
    --body-bg-color: #14151a;
    --bg-loyout: #1d1e23;

    --color1: #fff;
    --color2: #C290FF;

    --font1: "Montserrat", sans-serif;
}

:root[data-theme=red_black] {
	--accent-color-800: #bbbbbb;
  	--monitoring-joining-color: #C290FF;
}

*, *:before, *:after {
	font-family: var(--font1);
}

body::after {
    background-image: url(https://i.imgur.com/jgPeOdK.png);
    content: "";
    position: fixed;
    inset: 0;
    z-index: 555;
    pointer-events: none;
    opacity: 1;
}

.paypal-widget {
    display: none;
}

.discord {
    background: var(--bg-loyout);
    border-radius: 12px;
    padding: 15px 20px;
  	margin-bottom: 20px;
}

.discord__titile {
    color: var(--color1);
    font-size: 18px;
    font-weight: 600;
}

.discord__subtitle {
    margin-bottom: 10px;
}

.Button-module__btn.Button-module__accent.discord-btn {
    background-color: #5865f2;
    background: #5865f2;
    width: 100%;
  	border-color: #5865f2;
}

.Widgets-module__widgetWrapper+.Widgets-module__widgetWrapper {
    margin-top: 0;
    margin-bottom: 30px;
}

.Button-module__btn.Button-module__accent.discord-btn {
  	display: block;
    text-align: center;
    border-radius: 6px;
}

body {
    font-family: var(--font1);
    background-color: var(--body-bg-color);
}

.Banner-module__img, .Shop-module__header, .Categories-module__categories,
.Search-module__wrapper {
	display: none;
}

.Header-module__wrapper {
    background: var(--bg-loyout);
    border-radius: 12px;
    text-transform: capitalize;
    margin-top: 35px;
    padding: 20px 30px;
}

.HeaderNav-module__link:hover, .HeaderNav-module__link:focus {
    color: var(--monitoring-joining-color);
}

.NavServerDropDown-module__btn:hover .NavServerDropDown-module__shopTitle, .NavServerDropDown-module__btn:focus .NavServerDropDown-module__shopTitle {
    color: var(--color2);
}

.NavServerDropDown-module__btn:hover .NavServerDropDown-module__icon, .NavServerDropDown-module__btn:focus .NavServerDropDown-module__icon {
    fill: var(--color2);
}

.LangSwitcher-module__currentLang {
    display: none !important;
}

.PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:focus {
    background-color: #ffeb3b00;
    color: #CDDC39;
}

.PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:focus, .PlayerMenu-module__loginLink:focus {
    background-color: #00dfb500;
    border: 3px dashed #f9744a;
}

.NavServerDropDown-module__server:hover, .NavServerDropDown-module__server:focus {
    background-color: var(--color2);
  	color: var(--color1);
}

.Header-module__logo {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color1) !important;
    font-family: var(--font1);
    font-weight: 800;
}

/** */
.Index-module__wrapper .Shop-module__wrapper .boxBody {
  	background: transparent;
    padding: 0;
}

.Index-module__wrapper .Widgets-module__wrapper {
    order: 1;
    margin-left: 20px;
    margin-right: 0;
}

.Index-module__wrapper .Products-module__wrapper {
	margin-top: 0;
}

.Product-module__wrapper {
    background: var(--bg-loyout);
    border-radius: 15px;
    margin: 8px;
    padding-bottom: 50px;
    overflow: visible;
    transition: transform 0.2s ease;
    position: relative;
}

.Product-module__price {
    background: transparent;
    right: 12px;
    left: initial;
    bottom: 15px;
    top: initial;
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 14px;
    font-weight: 500;
    color: var(--color1);
    line-height: 14px;
}

.Product-module__name {
    transform: translateY(0);
    background: transparent;
    padding: 0 18px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color1);
    transition: transform 0.2s ease;
  	max-width: 125px;
}

.Product-module__discount {
    z-index: 3; /* Убедитесь, что элемент выше остальных */
    position: absolute; /* Для позиционирования поверх контента */
    top: 10px; /* Отступ сверху */
    left: 10px; /* Отступ слева */
    display: block;
    padding: 2px 6px;
    border-radius: 5px;
    background: rgba(255, 72, 72, 0.1);
    color: #ff4848;
    font-size: 16px;
    max-width: 51px;
}


.Products-module__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.Product-module__wrapper {
	width: calc(20% - 16px);
  	transition: transform 0.2s ease;
}

.Product-module__wrapper:nth-of-type(1), 
.Product-module__wrapper:nth-of-type(2), 
.Product-module__wrapper:nth-of-type(3), 
.Product-module__wrapper:nth-of-type(4) {
  	width: calc(25% - 16px);
}

.Product-module__wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 44px;
    filter: blur(52px);
    background: #C290FF;
    transform: translate(-50%, -50%);
}

.Product-module__img {
  	position: relative;
  	z-index: 2;
}

.Product-module__wrapper:hover {
	transform: scale(1.1);
}

/** box */
.boxHeader {
    background: var(--bg-loyout);
    border-radius: 12px 12px 0 0;
    padding: 18px 20px;
    border-bottom: 1px solid #282828;
}

.boxBody {
    background: var(--bg-loyout);
}

.MonitoringWidget-module__body {
    border-radius: 0px 0px 12px 12px; /* Закругляем только нижние углы */
}


.boxBody:last-child {
    border-radius: 0 0 12px 12px;
}

[data-widgettype="monitoring"] .boxFooter {
    display: none;
}

/** payments */
.payments {
    display: flex;
    flex-wrap: wrap;
  	margin: -6px;
  	justify-content: center;
}

.payment {
    background: var(--bg-loyout);
    border-radius: 7px;
    padding: 9px;
  	margin: 6px;
  	display: flex;
    align-items: center;
}

.payment-visa {}

.payment-img {
    height: 25px;
}

.payment-visa .payment-img {
  	height: 18px;
}

/**  */
.discord {
    background: var(--bg-loyout);
    border-radius: 12px;
    padding: 15px 20px;
  	margin-bottom: 20px;
}

.discord__titile {
    color: var(--color1);
    font-size: 18px;
    font-weight: 600;
}

.discord__subtitle {
    margin-bottom: 10px;
}

.Button-module__btn.Button-module__accent.discord-btn {
    background-color: #5865f2;
    background: #5865f2;
    width: 100%;
  	border-color: #5865f2;
}

.Servers-module__servers {
	
}

/** widget */
.gcustom-widget {

}

.gcustom-widget-buttons {
    display: flex;
    align-items: center;
  	padding-top: 5px;
    margin: 0 -5px;
}

.gcustom-widget-button {
    background: var(--bg-loyout);
    padding: 10px;
    width: 33.33333%;
  	border-radius: 6px;
    text-align: center;
  	margin: 5px;
  	cursor: pointer;
  	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.gcustom-widget-button:hover {
  	background: var(--color2);
  	color: var(--color1);
	transform: scale(1.05);
}

/** gr custom modal content */
.gr-modal-pick-server {
	font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
  	color: var(--color1);
    background: linear-gradient(142deg, rgba(79,204,48,1) 0%, rgba(48,163,8,1) 100%);
    padding: 24px 20px;
    border-radius: 12px;
}

.gr-modal-pick-server span {
  	display: block;
    font-weight: 500;
    font-size: 14px;
}

.gr-modal-servers {
  	display: flex;
  	margin: 0 -8px;
  	flex-wrap: wrap;
}

.gr-modal-server {
  	width: calc(50% - 12px);
    background: var(--bg-loyout);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 6px;
    text-align: center;
    border-radius: 12px;
    color: var(--color1);
    font-weight: 600;
  	transition: background 0.2s ease;
}

.gr-modal-server:hover {
  	background: var(--color2);
  	cursor: pointer;
}

.gr-modal-server.active {
  	background: var(--color2);
}

.gr-modal-content {
	position: relative;
  	margin-top: 20px;
}

.gr-modal-content-for-server {
  	position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  	transition: opacity 0.2s ease, visibility 0.2s ease
}

.gr-modal-content-for-server.active {
  	position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.informer { display: none; }

.Servers-module__server {
  	background-color: var(--bg-loyout);
  	padding: 15px 15px;
    border-radius: 10px;
}

.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
    background-color: var(--color2);
    color: var(--color1);
}

.Product-module__count {
  	bottom: 100%;
    transform: translateY(28px);
}

.boxFooter {
    background: var(--bg-loyout);
    border-radius: 0 0 6px 6px;
}

.MonitoringServer-module__progressBarWrapper {
    border-radius: 6px;
    height: 12px;
    background-color: var(--body-bg-color);
}

.MonitoringServer-module__progressBarAnim {
  	background: var(--monitoring-joining-color);
}

.MonitoringServer-module__name {
	
}

.MonitoringServer-module__name::after {
	content: '';
}

[data-monitoringserverid="33371"] .MonitoringServer-module__name::after {
	content: ' | NO LIMIT';
}

@media (min-width: 1380px) {
    .container {
        width: 1320px;
        max-width: 100%;
    } 
}

@media (min-width: 1180px) and (max-width: 1379px) {
  	.Product-module__wrapper {
      	width: calc(25% - 16px);
  	}
}

@media (min-width: 971px) and (max-width: 1179px) {
  	.Product-module__wrapper {
      	width: calc(35% - 28px);
  	}
  
    .Product-module__wrapper:nth-of-type(1), .Product-module__wrapper:nth-of-type(2), .Product-module__wrapper:nth-of-type(3), .Product-module__wrapper:nth-of-type(4) {
      width: calc(35% - 28px);
  	}
}

@media (min-width: 320px) and (max-width: 970px) {
	.Product-module__wrapper {
      	width: calc(50% - 16px);
  	}
  
  .Product-module__wrapper:nth-of-type(1), .Product-module__wrapper:nth-of-type(2), .Product-module__wrapper:nth-of-type(3), .Product-module__wrapper:nth-of-type(4) {
      width: calc(50% - 16px);
  	}
  
    .Index-module__wrapper .Widgets-module__wrapper {
      	margin-left: 0;
    }
} 

body {
    background: url(https://pic.moscow.ovh/images/2023/04/23/a6ccba1ce2cc52eb86a575d856140db6.png);
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
    background-color: #1b1b1b;
    overflow-y: overlay;
}

.information-contianer-social-link .social-link {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    margin-bottom: 10px;
}



.information-contianer-social-link .social-link p {
    margin-bottom: 20px
}

.information-contianer-social-link .social-link:first-child {
    border-radius: 12px;
    background: linear-gradient(95.85deg,rgb(52 52 120 / 80%) 4.92%,rgb(50 50 59 / 50%) 116.27%);
    /* border: 1px solid rgba(74,146,255,.12); */
}

.information-contianer-social-link .social-link:nth-child(2) {
    border-radius: 12px;
    background: linear-gradient(270deg,rgba(19,19,25,.61) -4.92%,rgba(74,146,255,.2) 116.27%);
    /* border: 1px solid rgba(74,146,255,.12); */
}

.information-contianer-social-link .social-link:nth-child(3) {
    border-radius: 12px;
    background: linear-gradient(275deg,rgba(19,19,25,.61) -4.92%,rgb(41 169 234 / 50%) 116.27%);
    /* border: 1px solid rgba(74,146,255,.12); */
}

.information-contianer-social-link .social-link .social-link-discord,.information-contianer-social-link .social-link .social-link-telegram,.information-contianer-social-link .social-link .social-link-vk {
    display: flex;
    align-items: center;
    align-self: start;
    padding: 10px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer
}

.information-contianer-social-link .social-link a {
    display: flex;
    color: #fff
}

.information-contianer-social-link .social-link .social-link-discord {
    background: #5865f2
}

.information-contianer-social-link .social-link .social-link-discord svg,.information-contianer-social-link .social-link .social-link-telegram svg,.information-contianer-social-link .social-link .social-link-vk svg {
    margin-right: 5px
}

.information-contianer-social-link .social-link .social-link-vk {
    background: #07f
}

.information-contianer-social-link .social-link .social-link-telegram {
    background: #29a9ea
}

.information-contianer-social-link {
    margin-top: 10px;
}

.Product-module__oldPrice {
    color: #606060;
    font-size: var(--small-font-size);
    position: relative;
    margin-right: 4px;
}

.ShopFooter-module__links::before {
    content: "https://discord.gg/HuGNzapyS4";
    font-size: 12px;
    color: #ddddddd4;
}
/* СЛАЙДЕР */

swiper-container {
  width: 100%;
  height: 100%;
  height: 200px;
  top: 15px;
  padding-right: 8px;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 25px; */
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 50%;
    height: 50%;
    object-fit: contain;
    transform-origin: center center;
    color: #7c7c7c;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,20px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,5px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,2px);
    background: #7c7c7c;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .1);
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
    display: block;
    border-radius: 25px;
}
.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
    /* border: 3px dashed #696969; */
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    white-space: nowrap;
    transition: all .1s ease;
}
.PlayerMenu-module__profileLink {
border: 3px dashed #696969;
}
.PlayerMenu-module__loginLink:hover {
	background: #FFF0;
}
.snowflake {
    position: fixed;
    top: -50px;
    color: #FFF;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #FFF;
}

@keyframes snowflakes-fall {
    0% { top: -10%; }
    100% { top: 100%; }
}

@keyframes snowflakes-shake {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(80px); }
}