@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');


body::after
{
	background-size: cover !important;
  	/*Фон сайта(замените ссылку на вашу картинку)*/
  	background: url(https://i.imgur.com/NlyaIYV.png) center center;
	content: "";
	height: 100vh !important;
	left: 0;
	/*moz-background-size: cover !important;*/
	/*o-background-size: cover !important;*/
	position: fixed !important;
	right: 0;
	top: 0;
	/*webkit-background-size: cover;*/
	z-index: -1;
  	-webkit-filter: blur(0px);
    filter: blur(0.05px);
}


.Banner-module__img {
    display: none;
    margin: 0 auto;
    max-width: 100%;
}

/*/////////////// НОВЫЙ ФИКС ///////////////*/

@media (max-width: 1100px)
{
    .ModalLayout-module__modal {
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 2px;
        width: 360px;
        box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
        background-color: #1a1a1a;
    }

	.productModalDescription {
    list-style: inside;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #28282800;
  }

	.Servers-module__server {
        cursor: pointer;
        color: var(--font-color-900);
        background-color: var(--bg-color-700);
        padding: 10px 15px;
        border-radius: 2px;
        flex: 1;
        margin: 5px;
        min-width: 200px;
        max-width: 389px;
        transition: all .15s ease;
        border-radius: 10px;
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    }

    .Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
        background-color: var(--bg-color-800);
        background-color: var(--accent-color-800);
        color: var(--font-color-700);
    }

  	.Widgets-module__wrapper
    {
		display: none;
  	}

	.Product-module__wrapper {
        background: #4b4b4b14;
        position: relative;
        padding: 10px;
        cursor: pointer;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    }

    .Product-module__wrapper:hover {
        position: relative;
        border-radius: 2px;
        box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
        margin: 6px;
        cursor: pointer;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        border-radius: 25px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
        transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
        transform: scale(1.1);
    }

    .Product-module__discount {
        background: #760323;
        color: #ffffff;
        padding: 4px 10px 4px 6px;
        border-radius: 0px 0px 0px 20px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
        text-shadow: 1px 1px 1px #000;
        font-weight: 800;
        /*display: none;*/
    }

    .Product-module__price {
        display: block;
        bottom: 0;
        height: 30px;
        font-weight: 500;
        background: var(--btn-color);
        text-align: center;
        line-height: 25px;
        background: linear-gradient(to right, #008eff 0%, #39f1ad 100%);
        border-radius: 0 0 20px;
        text-shadow: 1px 1px 1px #000;
        color: #fff;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    }

    .Product-module__name {
        z-index: 6;
        transition: all .2s ease;
        transform: translateY(100%);
        width: 100%;
        padding: 10px 8px;
        bottom: 0;
        left: 0;
        background: linear-gradient(to right, #008eff 0%, #39f1ad 100%);
        text-shadow: 1px 1px 1px #000;
        color: #fff;
        font-weight: 500;
        text-align: center;
    }

    .Product-module__img {
        object-fit: contain;
        width: 100%;
        aspect-ratio: unset;
    }

	.Categories-module__category.Categories-module__enableFocus:focus {
        background-color: var(--accent-color-800);
        color: var(--font-color-700);
    }

    .Categories-module__category.Categories-module__active, .Categories-module__category:hover {
        background-color: var(--accent-color-800);
        color: var(--font-color-700);
        border-radius: 10px;
    }

	.Categories-module__category {
    cursor: pointer;
    color: var(--font-color-900);
    background-color: var(--bg-color-700);
    padding: 10px 15px;
    margin: 5px;
    transition: all .15s ease;
    border-radius: 10px;
}
  
    .Categories-module__categories {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: -5px;
        flex-direction: row;
		border-radius: 10px;
    }

}

@media (min-width: 1100px)
{
	.container {
		width: 1100px;
	}
  
    .Shop-module__header {
        width: 100%;
        font-size: 17px;
        display: none;
    }

	.boxBody {
        padding: 20px;
        background: rgb(40, 40, 40, 0);
        border-top: 1px solid rgb(40, 40, 40, 0);
        border-bottom: 1px solid rgb(40, 40, 40, 0);
        margin: 0px 81px 0px -83px;
    }

    .Search-module__wrapper {
        width: 100%;
        display: flex;
        height: 34px;
        border-radius: 9px;
        overflow: hidden;
        background: var(--bg-color-700);
        margin-top: 15px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    }


    .boxFooter {
        background: #00000000;
        border-radius: 0 0 2px 2px;
    }



	.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        white-space: nowrap;
        transition: all .1s ease;
        border-radius: 15px;
        background-color: var(--bg-color-700);
        color: #fff;
    }

    .PlayerBalance-module__btn {
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        white-space: nowrap;
        transition: all .1s ease;
        border-radius: 15px;
        background-color: var(--bg-color-700);
    }

    .LangSwitcher-module__currentLang {
        cursor: pointer;
        padding: 10px;
        border-radius: 15px;
        background-color: var(--bg-color-700);
    }

    .HeaderNav-module__link {
        cursor: pointer;
        padding: 10px;
        transition: all .1s ease;
        border-radius: 15px;
        background-color: var(--bg-color-700);
        color: #fff;
    }

    .Header-module__logo {
        font-size: 18px;
        text-transform: uppercase;
        width: 284px;
        padding: unset;
        margin: 0 16px 0px;
        height: 58px;
        background-repeat: no-repeat;
        background-image: url(https://i.postimg.cc/85VhG6Ck/e0fe9e18-735d-4a11-8400-6b817c0ef932-removalai-preview.png);
        background-position: 50%;
        background-size: auto 100%;
        color: transparent !important;
        display: flex;
        align-items: center;
        top: 50%;
        right: 54px;
        position: relative;
    }

    .HeaderNav-module__wrapper {
        display: flex;
        align-items: center;
        column-gap: 10px;
        margin-left: -74px;
        text-transform: uppercase;
        flex-wrap: wrap;
        color: #fff;
    }

    .Servers-module__server {
        cursor: pointer;
        color: var(--font-color-900);
        background-color: var(--bg-color-700);
        padding: 10px 15px;
        border-radius: 2px;
        flex: 1;
        margin: 5px;
        min-width: 200px;
        max-width: 389px;
        transition: all .15s ease;
        border-radius: 10px;
    }

    .Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
        background-color: var(--bg-color-800);
        background-color: var(--accent-color-800);
        color: var(--font-color-700);
    }

    .Index-module__wrapper {
        display: flex;
        align-items: flex-start;
    }

    .Header-module__wrapper {
        background-color: var(--bg-color-700);
        margin-bottom: 20px;
        padding: 0 15px;
        min-height: 37px;
        font-weight: 500;
        width: 90%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
        background: #4b4b4b14;
        margin-top: 27px;
        min-width: 1208px;
        margin-left: -110px;
    }

    .Shop-module__wrapper {
        width: 100%;
        margin-bottom: 20px;
        margin-left: -100px;
        margin-right: 100px;
    }

    .ModalLayout-module__modal {
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 2px;
        width: 360px;
        box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
        background-color: #1a1a1a;
    }

    .Categories-module__categories {
        position: absolute;
        margin-left: 768px;
        display: flex;
        flex-direction: column;
        margin-top: -1px;
        align-content: flex-start;
        border-radius: 64px;
    }

    .Categories-module__category.Categories-module__enableFocus:focus {
        background-color: var(--accent-color-800);
        color: var(--font-color-700);
    }

    .Categories-module__category.Categories-module__active, .Categories-module__category:hover {
        background-color: var(--accent-color-800);
        color: var(--font-color-700);
        border-radius: 10px;
		box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    }

    .Categories-module__category {
        cursor: pointer;
        color: var(--font-color-900);
        background-color: var(--bg-color-700);
        padding: 10px 15px;
        border-radius: 2px;
        margin: 5px;
        transition: all .15s ease;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    }

	.xbox-widget {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
        background: rgb(40, 40, 40, 0);
        padding: 5px;
        margin: 25px;
        text-align: center;
        position: relative;
        right: 136px;
        margin-bottom: -24px;
        margin-top: 61px;
        background-color: var(--bg-color-700);
        border-radius: 10px;
        font-size: 13px;
    }

    .xbox-widget-body {
        position: relative;
        padding-top: 25px;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 12px;
    }

    .xbox-widget-title {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
        background: rgb(1 143 253);
        color: #fff;
        text-align: center;
        padding: 4px 6px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 500;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -18px);
        width: max-content;
    }

    /*Кнопки соц сетей*/
    .xbox.xbox_social {
        background: 0 0;
        box-shadow: none;
        display: flex;
        flex-direction: row;
        margin: -4px 161px 10px -110px;
    }

    .xbox.xbox_social a
    {
        background-color: rgb(255 255 255 / 2%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        flex-basis: 100%;
        height: 38px;
        transition: all 0.2s;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
        position: relative;
        top: 24px;

    }

    .xbox.xbox_social a:first-child
    {
    }

    .xbox.xbox_social a:hover
    {
        border-radius: 8px 8px 0 0;
        /*box-shadow: 0 4px 0 #0393fb;*/
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
        flex-basis: 150%;
        transform: translateY(-4px);
    }

    .xbox.xbox_social .vk
    {
        background-image: url(https://i.imgur.com/Wl0a4jv.png);
        border-radius: 10px 0px 0px 10px;
        z-index: 1;
    }

    .xbox.xbox_social .vk:hover
    {
        background-image: url(https://i.imgur.com/Wl0a4jv.png);
        border-radius: 10px 0px 0px 10px;
        background-color: #008eff;
        z-index: 1;
    }
    .xbox.xbox_social .discord
    {
        background-image: url(https://i.imgur.com/66yOzYP.png);
        z-index: 1;
    }
    .xbox.xbox_social .discord:hover
    {
        background-image: url(https://i.imgur.com/66yOzYP.png);
        background-color: #008eff;
        z-index: 1;
    }
    .xbox.xbox_social .forum
    {
        background-image: url(https://i.imgur.com/aLOLrLH.png);
        border-radius: 00px 10px 10px 00px;
        z-index: 1;
    }
    .xbox.xbox_social .forum:hover
    {
        background-image: url(https://i.imgur.com/aLOLrLH.png);
        border-radius: 0px 10px 10px 0px;
        background-color: #008eff;
        z-index: 1;
    }

    .Search-module__wrapper {
        width: 100%;
        display: flex;
        height: 34px;
        border-radius: 9px;
        overflow: hidden;
        background: var(--bg-color-700);
        margin-top: 15px;
    }

	.ModalLayout-module__modal .boxBody
  	{
      padding: 20px;
      background: rgb(0 0 0 / 0%);
      border-top: 1px solid rgb(40, 40, 40, 0);
      border-bottom: 1px solid rgb(40, 40, 40, 0);
        margin-left: 20px;
        margin-right: 20px
	}

	.Product-module__wrapper {
        background: #4b4b4b14;
        position: relative;
        padding: 10px;
        cursor: pointer;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    }

    .Product-module__wrapper:hover {
        position: relative;
        border-radius: 2px;
        box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
        margin: 6px;
        cursor: pointer;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        border-radius: 25px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
        transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
        transform: scale(1.1);
    }

    .Product-module__discount {
        background: #760323;
        color: #ffffff;
        padding: 4px 10px 4px 6px;
        border-radius: 0px 0px 0px 20px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
        text-shadow: 1px 1px 1px #000;
        font-weight: 800;
        /*display: none;*/
    }

    .Product-module__price {
        display: block;
        bottom: 0;
        height: 30px;
        font-weight: 500;
        background: var(--btn-color);
        text-align: center;
        line-height: 25px;
        background: linear-gradient(to right, #008eff 0%, #39f1ad 100%);
        border-radius: 0 0 20px;
        text-shadow: 1px 1px 1px #000;
        color: #fff;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    }

    .Product-module__name {
        z-index: 6;
        transition: all .2s ease;
        transform: translateY(100%);
        width: 100%;
        padding: 10px 8px;
        bottom: 0;
        left: 0;
        background: linear-gradient(to right, #008eff 0%, #39f1ad 100%);
        text-shadow: 1px 1px 1px #000;
        color: #fff;
        font-weight: 500;
        text-align: center;
    }

    .Product-module__img {
        object-fit: contain;
        width: 100%;
        aspect-ratio: unset;
    }

	.productModalDescription {
        list-style: inside;
        text-align: left;
        padding: 10px;
        margin-bottom: 10px;
        background-color: #28282800;
    }

	.Product-module__discount {
        background: #760323;
        color: #ffffff;
        padding: 4px 10px 4px 6px;
        border-radius: 0px 0px 0px 20px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
        text-shadow: 1px 1px 1px #000;
        font-weight: 800;
        /*display: none;*/
    }

    .boxFooter {
        background: #00000000;
        border-radius: 0 0 2px 2px;
    }

    .PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        white-space: nowrap;
        transition: all .1s ease;
        border-radius: 15px;
        background-color: var(--bg-color-700);
        color: #fff;
    }

    .PlayerBalance-module__btn {
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        white-space: nowrap;
        transition: all .1s ease;
        border-radius: 15px;
        background-color: var(--bg-color-700);
    }

    .LangSwitcher-module__currentLang {
        cursor: pointer;
        padding: 10px;
        border-radius: 15px;
        background-color: var(--bg-color-700);
    }

    .HeaderNav-module__link {
        cursor: pointer;
        padding: 10px;
        transition: all .1s ease;
        border-radius: 15px;
        background-color: var(--bg-color-700);
        color: #fff;
    }

    .Header-module__logo {
        font-size: 18px;
        text-transform: uppercase;
        width: 284px;
        padding: unset;
        margin: 0 16px 0px;
        height: 58px;
        background-repeat: no-repeat;
        background-image: url(https://i.postimg.cc/85VhG6Ck/e0fe9e18-735d-4a11-8400-6b817c0ef932-removalai-preview.png);
        background-position: 50%;
        background-size: auto 100%;
        color: transparent !important;
        display: flex;
        align-items: center;
        top: 50%;
        right: 54px;
        position: relative;
    }

    .HeaderNav-module__wrapper {
        display: flex;
        align-items: center;
        column-gap: 10px;
        margin-left: -74px;
        text-transform: uppercase;
        flex-wrap: wrap;
        color: #fff;
    }

    .Servers-module__server {
        cursor: pointer;
        color: var(--font-color-900);
        background-color: var(--bg-color-700);
        padding: 10px 15px;
        border-radius: 2px;
        flex: 1;
        margin: 5px;
        min-width: 200px;
        max-width: 389px;
        transition: all .15s ease;
        border-radius: 10px;
    }

    .Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
        background-color: var(--bg-color-800);
        background-color: var(--accent-color-800);
        color: var(--font-color-700);
    }

    .Index-module__wrapper {
        display: flex;
        align-items: flex-start;
    }

    .Shop-module__wrapper {
        width: 100%;
        margin-bottom: 20px;
        margin-left: -100px;
        margin-right: 100px;
    }

    .xbox.xbox_social .forum {
        background-image: url(https://i.imgur.com/aLOLrLH.png);
        border-radius: 0px 10px 10px 0px;
        z-index: 1;
        background-color: var(--bg-color-700);
    }

    .xbox.xbox_social .discord {
        background-image: url(https://i.imgur.com/66yOzYP.png);
        z-index: 1;
        background-color: var(--bg-color-700);
    }

    .xbox.xbox_social .vk {
        background-image: url(https://i.imgur.com/Wl0a4jv.png);
        border-radius: 10px 0px 0px 10px;
        z-index: 1;
        background-color: var(--bg-color-700);
    }

    .boxBody:last-child {
        border-radius: 0 0 2px 2px;
        margin-left: -17px;
        margin-right: -18px;
    }

	.ProfileNav-module__body {
        display: flex;
        flex-direction: column;
        margin-left: -21px;
        margin-right: -21px;
    }
}