/* Для опытных пользователей */
@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: #ffc107;

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

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

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

body::after {
    background-image: url(https://gold-rust.ru/uploads/granularity.png);
    content: "";
    position: fixed;
    inset: 0;
    z-index: 555;
    pointer-events: none;
    opacity: 1;
}

.paypal-widget {
    display: none;
}

.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__btn:hover, .LangSwitcher-module__btn:focus {
    background-color: #ffc10700;
    color: var(--color1);
}

.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 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff !important;
    font-family: var(--font1);
    font-weight: 900;
    letter-spacing: 2px;
    padding: 6px 0;
    text-shadow:
        0 0 8px rgba(255,193,7,.22),
        0 0 18px rgba(255,152,0,.14);
    transition: transform .2s ease, text-shadow .2s ease, color .2s ease;
}

.Header-module__logo::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /*background: radial-gradient(circle, #ffd54f 0%, #ff9800 70%, rgba(255,152,0,0) 100%);*/
    /*box-shadow:
        0 0 10px rgba(255,193,7,.7),
        0 0 20px rgba(255,152,0,.4);*/
    flex-shrink: 0;
}

.Header-module__logo::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 0;
    bottom: -4px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffc107, rgba(255,193,7,0));
    opacity: .9;
}

.Header-module__logo:hover {
    color: #ffd54f !important;
    transform: translateY(-1px);
    text-shadow:
        0 0 10px rgba(255,193,7,.32),
        0 0 24px rgba(255,152,0,.22);
}
/*.Header-module__logo {
font-weight:900;
letter-spacing:2px;
text-shadow:0 0 10px rgba(255,193,7,.4);
}*/

/* */
.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: 1;
    translate: -10px 10px;
    display: block;
    padding: 2px 6px;
    border-radius: 5px;
    background: rgba(255,72,72,.1);
    color: #ff4848;
    font-size: 16px;
    max-width: 51px;
    margin-left: 6px;
}

.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(20% - 16px);
}

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

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

.Product-module__wrapper:hover {
    transform: scale(1.08);
    box-shadow:
        0 10px 25px rgba(0,0,0,.4),
        0 0 20px rgba(255,193,7,.25);
}

/** 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);
}

.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: transparent;
}

.MonitoringServer-module__name {
	
}

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

[data-monitoringserverid="32628"] .MonitoringServer-module__name::after {
	content: ' | MAX3/X3';
}

[data-monitoringserverid="32674"] .MonitoringServer-module__name::after {
	content: ' | MAX5/X2';
}

[data-monitoringserverid="33981"] .MonitoringServer-module__name::after {
	content: ' | MAX3/X10';
}

[data-monitoringserverid="34591"] .MonitoringServer-module__name::after {
	content: ' | MAX4/X5';
}

[data-monitoringserverid="34869"] .MonitoringServer-module__name::after {
	content: ' | NSK/VANILLA';
}

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

@media (min-width: 1180px) and (max-width: 1379px) {
  	.Product-module__wrapper {
      	width: calc(20% - 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: "Дизайн выполнил: vk.com/r4z3x";
    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;
}

/* === HERO BANNER Legends of Rust === */
/*.lor-hero {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 20px 0 25px;
    min-height: 260px;
    background:
        linear-gradient(90deg, rgba(7,8,10,.96) 0%, rgba(7,8,10,.88) 34%, rgba(7,8,10,.62) 58%, rgba(7,8,10,.28) 100%),
        url('https://pic.survivalhost.org/images/2026/03/09/logo.webp') center center / cover no-repeat;
    box-shadow: 0 15px 40px rgba(0,0,0,.35);
    border: 1px solid rgba(255,193,7,.08);
}*/

.lor-hero {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 20px 0 25px;
    min-height: 260px;
    background:
        linear-gradient(90deg, rgba(7,8,10,.96) 0%, rgba(7,8,10,.88) 34%, rgba(7,8,10,.62) 58%, rgba(7,8,10,.28) 100%),
        url('https://pic.survivalhost.org/images/2026/03/09/logo.webp') center center / cover no-repeat;
    box-shadow: 0 15px 40px rgba(0,0,0,.35);
    border: 1px solid rgba(255,193,7,.08);
    background-color: #0b0c10;
}

.lor-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 30%, rgba(255,193,7,.18), transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(255,120,0,.14), transparent 25%),
        linear-gradient(to bottom, rgba(255,255,255,.02), rgba(255,255,255,0));
    pointer-events: none;
}

.lor-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://gold-rust.ru/uploads/granularity.png');
    opacity: .18;
    pointer-events: none;
}

.lor-hero__content {
    position: relative;
    z-index: 2;
    padding: 42px 40px;
    max-width: 720px;
}

.lor-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(255,193,7,.12);
    border: 1px solid rgba(255,193,7,.2);
    color: #ffd54f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lor-hero__title {
    margin: 0 0 12px;
    font-size: 44px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    text-shadow:
        0 0 12px rgba(255,193,7,.18),
        0 0 30px rgba(255,140,0,.14);
}

.lor-hero__title span {
    color: #ffc107;
}

.lor-hero__subtitle {
    margin: 0 0 24px;
    max-width: 560px;
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 1.6;
}

.lor-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.lor-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 13px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease;
}

.lor-hero__btn--accent {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #14151a;
    box-shadow: 0 10px 24px rgba(255,193,7,.22);
}

.lor-hero__btn--accent:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
}

.lor-hero__btn--dark {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    backdrop-filter: blur(8px);
}

.lor-hero__btn--dark:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.1);
}

.lor-hero__stats {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.lor-hero__stat {
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
    font-size: 13px;
}

.lor-hero__stat strong {
    color: #ffc107;
    font-weight: 800;
}

@media (max-width: 970px) {
    .lor-hero {
        min-height: 220px;
        border-radius: 16px;
    }

    .lor-hero__content {
        padding: 28px 22px;
    }

    .lor-hero__title {
        font-size: 30px;
        line-height: 1.05;
    }

    .lor-hero__subtitle {
        font-size: 14px;
    }

    .lor-hero__btn {
        width: 100%;
    }
}
/*--------------------------------------------------*/