*, *::before, *::after{
    box-sizing: border-box;
    box-shadow: 0 0 0 0px red;
}



html, body {
    width: 100%;
    height: 100%;
    
    background-color: var(--main-bg-color);
    font-family: var(--font-family);
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: var(--color-text);
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    overscroll-behavior: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    user-select: none;
    --font-family: "Gilroy";
}

@font-face{
    font-family: "Gilroy";
    src: url(../font/Gilroy-Medium.ttf);
}

.desc__shop{
    font-size: 17px;
    color: #adc2ff;
}

.name__prod{
    font-size: 30px;
}

.bg__head{
    background: url(https://pentastrike.ru/assets/image/images/simplified-the-cs2-background-on-their-website-for-v0-hjrzmal4xgpa1.png) 50%/cover no-repeat;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 20px;
}

.shop{
    display: flex;
    flex-direction: column;
    position: relative;
    width: -webkit-fill-available;
    align-items: center;
    margin-top: 40px;
}

.ip_adress__serv>button{
    background-color: transparent;
    border: none;
    color: var(--main-color-text);
    font-size: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ip_adress__serv{
    display: flex;
    gap: 10px;
}

.modal__window{
    display: none;
    position: fixed;
    background-color: var(--theme-color);
    padding: 15px;
    font-weight: 600;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 0 0 1px #32373f;

}

.name__serv{
    display: flex;
    gap: 10px;
}

.active__serv{
    display: block;
    color: #53db53;
    font-weight: 700;
    border-radius: 50px;
}

.ip_serv__text{
    display: block;
    font-size: 30px;
}

.name__text__serv{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--main-color-text);
}

.server__cont{
    display: flex;
    position: relative;
}
/* 
.block{
    background: var(--theme-color);
    padding: 15px 25px;
    box-shadow: 0 0 0 1px #32373f;
    border-radius: 10px;
} */

.block__post{
    display: flex;
}

.server__block{
    gap: 20px;
}

content{
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    height:auto;
    margin-top: 270px;
    margin: 0 60px;
    gap: 20px;
    z-index: 10;
}

header{
    display: flex;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 60px;
    background-color: var(--theme-color);
    align-items: center;
    padding: 0 60px;
    z-index: 9999;
}

.pre__logo{
    
    font-size: 15px;
    opacity: .7;
}

.logo{
    height: 30px;

}

:root{
    --main-bg-color: #0f1214;
    --color-text: #fff;
    --main-color: #904DEA;
    --theme-color: #1d2025;
    --main-color-text: #c395ff;
}


.tab {
    display: flex;
    justify-content: center;
}

/* Стили для каждой вкладки */
.tab button {
    background-color: var(--main-bg-color);
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition:all .2s ease;
    color: #777;
    font-size: 17px;
    font-weight: 700;
    border-radius: 10px 10px 0 0p;
    border-bottom:5px solid transparent;

}
/* Активная вкладка */
.tab button.active {
    color: var(--main-color-text);
    border-bottom:5px solid var(--main-color);
}
/* Стили для скрытых и видимых окон вкладок */
.tabcontent {
    display: none;
    border-top: none;
    justify-content: center;
}
.tabcontent.active {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    width: -webkit-fill-available;
    padding: 20px 0;
    justify-content: center;
    background: url(../image/images/bg__prod.png) center/contain no-repeat;
}
.product-card {
    background: var(--theme-color);
    width: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0px 0 0px transparent;
    transition: all 0.3s ease;
}

.prod__list>i{
    color: orange;
}

.prod__list_dis>i{
    color: #fff;
}

.prod__list_dis{
    
    opacity: .3;
}

.prod__list{
    font-size: 16px;
    color: #fff;
}

.product-card:hover { 
    box-shadow: 0 0 100px 10px var(--main-color);
    z-index: 99;
    scale: 1.03;
}
        /* Стили для изображения товара */
        .product-image {
            width: 100%;
        }

        /* Стили для контейнера информации о товаре */
        .product-info {
            padding: 20px 40px;
            padding-top: 10px;
        }

        .product-name {
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 8px;
        }

        .product-description {
            font-size: 14px;
            color: #999;
            margin-bottom: 16px;
        }

        .product-price {
            font-size: 30px;
            font-weight: bold;
            color: #4CAF50;
            display: block;
            margin-bottom: 10px;
        }

        /* Стили для кнопки Купить */
        .buy-button {
            background-color: var(--main-color);
            width: -webkit-fill-available;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 19px;
            font-family: var(--font-family);
            border-radius: 10px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .buy-button:hover {
            background-color: #45a049;
        }


footer{
    display: flex;
    position: relative;
    padding: 60px 60px;
    margin-top: 40px;
    box-shadow: 0 0 0 1px #32373f;
}

.inside_footer{
    width: 50%;
    display: block;
    position: relative;
}

.nav_logo>img{
    position: relative;
    height: 100%;
    left: 0;
    top: 0;
}

.nav_logo{
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
}

.footer__uppertext{
    font-weight: bolder;
    font-size: 20px;
    letter-spacing: 0;
    display: block;
}

.footer__text{
    font-size: 15px;
    letter-spacing: 0;
    display: flex;
    opacity: .6;
    color: var(--main-text-color);
}

.social_footer{
    display: flex;
    width: -webkit-fill-available;
}

.footer__social_text{
    display: block;
    color: var(--main-text-color);
    margin-left: 10px;
    text-decoration: none;
    transition: all .2s ease;
    opacity: .6;
}

.footer__social_text:hover{
    opacity: 1;
}

.product-description{
    list-style: disc;
}

.product-description>span{
    display: block;
    padding: 5px 0;
    
}



.popup__prod{
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: #0f1214cc;
    backdrop-filter: blur(15px);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    overflow-y: scroll;
}

.popup__cont{
    margin: 60px;
    display: flex;
    gap: 20px;
}

.left__pop,
.right__pop{
    width: 50%;
}

.left__pop{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.right__pop{
    background-color: var(--theme-color);
    border-radius: 10px;
    display: flex;
    padding: 40px 60px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image__pop>img{
    height: 200px;
    border-radius: 10PX;
}

.name__pop{
    font-size: 30px;
    display: block;
    padding: 10px 0;
}

.desc__pop{
    opacity: .5;
}

.captch__block{
    
}

.steamid{
    display: block;
    font-size: 17px;
    padding: 10px 15px;
    background-color: transparent;
    border-radius: 10px;
    border: none;
    outline: none;
    color: #fff;
    width: -webkit-fill-available;
    box-shadow: 0 0 0 2px #32373f;
    transition: all.3s ease;

}

.steamid:focus{
    box-shadow: 0 0 0 2px var(--main-color);
}

.steamid:not(:placeholder-shown) + .field__label{
    color: var(--main-color-text);
    scale: .7;
    translate: -20px -30px;
}

.steamid__block{
    position: relative;
    margin: 20px 0;
}

.field__label{
    position: absolute;
    top: 7px;
    left: 15px;
    font-size: 17px;
    color: #777;
    transition: all.3s ease;
}

.desc__mini{
    font-size: 13px;
    opacity: .5;
    padding: 5px 0;
    display: flex;
}

.asf_text{
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #32373f;
}

.head__text{
    font-size: 25px;
    border-bottom: 1px solid #32373f;
    display: flex;
    padding-bottom: 10px;
}

.payment__block{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.pay__but{
    display: block;
    font-size: 17px;
    padding: 15px 20px;
    background: var(--main-color);
    color: #fff;
    font-family: var(--font-family);
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
}

.pay__but:hover{
    background: #7740c4;

}

.pay__but:active{
    background-color: var(--main-color-text);
    color: var(--main-color);
}

.plan__block>input{
    display: none;
}

.plan__block>input:checked + .plan__checkbox{
background-image: linear-gradient(90deg, #4158D0 0%, #C850C0 100%);
background-position: center;
animation: check__popup 5s infinite ;

}

@keyframes check__popup{
    0%{
        background-size: 200%;
    }
    50%{
        background-size: 100%;
    }
    100%{
        background-size: 200%;
    }
}

.plan__block>input:checked + .plan__checkbox>i{
    animation-name: fa-bounce;
}

.plan__checkbox>i{
    font-size: 20px;
    animation-name: unset;
    color: orange;
}

.plan__checkbox:hover{
    background-color: #363b43;
}

.price__pay{
    font-weight: bold;
    color: #4CAF50;
}

.plan__checkbox{
    display: flex;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 10px;
    gap: 10px;
    align-items: center;
    font-weight: bold;
    transition: all .2s ease;
}

.plan__block{
    display: flex;
    flex-direction: column;
}

.price__plan{
    opacity: .5;
    font-weight: 400;
}

.desc__plan{
    display: block;
    white-space: nowrap;
}

#sale{
    box-shadow: inset 0 0 0 2px var(--main-color);
}

.logo__payments{
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.logo__payments>div>img{
    height: 20px;
}


body::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom right, #4158D0 0%, #C850C0 100%);
  border-radius: 50px;
}

body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background-color: transparent;
}

body::-webkit-scrollbar-button,
*::-webkit-scrollbar-button {
  background-color: transparent;
  border-radius: 5px;
}

.preload{
    display: none;
    position: fixed;
    inset: 0;
    justify-content: center;
    align-items: center;
    background-color: var(--main-bg-color);
    z-index: 9999;
    flex-direction: column;
}

.preload>i{
    display: block;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--main-color);
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

.left__pop>div>.product-description{
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.image__profile{
    border-radius: 10px;
    overflow: hidden;
}

.result__steam_prof{
    display: flex;
    gap: 20px;
    align-items: center;
    height: 0px;
    overflow: hidden;
    transition: all .3s ease;
}
.name__profile{
    display: flex;
    flex-direction: column;
}

.ref__steam_prof{
    color: var(--main-color-text);
    text-decoration: none;
}

.image__profile{
    display:flex;
    justify-content: center;
    align-items: center;
}

.image__profile>img{
    width: 50px;
    
}

.name__steam_prof{
    font-size: 20px;
}

.close__popup{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size:25px;
    opacity:.7;
    cursor:pointer;
}

.block__post_ads{
    display: flex;
    padding: 30px;
    background-color: var(--theme-color);
    max-width: 800px;
    border-radius: 20px;
    gap: 50px;
}

.left__post>a{
    display: block;
    background-color: #33ABE0;
    width: -webkit-fill-available;
    text-align: center;
    padding: 10px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    border-radius: 10px;
}

.left__post,
.right__post{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

#post__3153{
    background: #0F2027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.post__head_txt{
    display: block;
    font-size: 30px;
}

.right__post>img{
    height: 200px;
}