.mess-kon-box{width: 450px;height: auto;margin: 30px auto;color: rgb(248, 252, 255);user-select: none;}


.panel-main-l-use-kon-b{display: inline-block;text-align: center;margin-top:50px;width: 100%;color: rgb(248, 252, 255);}
.panel-main-l-use-kon{width: 180px;cursor: pointer;display: inline-block;text-align: center;}

.panel-main-l-ava-kon{width: 100px;vertical-align: middle;margin-left: 40px;}
.panel-main-l-nam-kon{font-size: 22px;text-align: center;}
.panel-main-l-ava-p-kon{width: 100%;border-radius: 50%;}

.nag{text-align: center;font-size: 33px;margin-top: 30px;margin-bottom: 70px;user-select: none;}




.pr-nag{width:40%;font-family: 'Poppins2';font-display: swap;margin: 35px auto 0 auto;font-size: 30px;user-select: none;}
.faq-tit{font-family: 'Poppins2';font-display: swap;font-size:22px;width:40%;text-align: center;
    padding:12px 12px 15px 12px;border-radius: 12px; cursor:default;user-select: none;
    color: #222222;background-color: #cfcfcf;
    margin-left: auto;margin-right: auto;margin-top: 20px;}

.faq-opis{background-color: rgb(53, 53, 53);font-family: 'Poppins2';font-display: swap;font-size: 16px;width:40%;
  padding:12px;border-radius: 0 0 12px 12px;margin-top: -9px;text-align: center;
  margin-left: auto;margin-right: auto;margin-bottom: 20px;}

  .faq{ margin-bottom: 60px;}


  @media only screen and (max-width: 1300px) {
    .pr-nag{width:60%;}
    .faq-tit{width:60%;padding:12px 12px 15px 12px;}
    .faq-opis{width:60%;padding:12px;}
  }
    
  @media only screen and (max-width: 1000px) {
    .pr-nag{width:70%;}
    .faq-tit{width:70%;padding:12px 12px 15px 12px;}
    .faq-opis{width:70%;padding:12px;}
  }
  
  @media only screen and (max-width: 700px) {
    .pr-nag{width:80%;}
    .faq-tit{width:80%;padding:12px 12px 15px 12px;}
    .faq-opis{width:80%;padding:12px;}
  }
  
  @media only screen and (max-width: 500px) {
    .pr-nag{width:90%;}
    .faq-tit{width:90%;padding:12px 12px 15px 12px;}
    .faq-opis{width:90%;padding:12px;}
  }

  :root {
    --primary-blue: #2563eb;
    --blue-light: #3b82f6;
    --blue-dark: #1d4ed8;
    --blue-glow: rgba(37, 99, 235, 0.5);
    --gray-900: #0f172a;
    --gray-800: #1e293b;
    --gray-700: #334155;
    --gray-600: #475569;
    --gray-400: #94a3b8;
    --gray-300: #cbd5e1;
    --white: #ffffff;
}
.background-pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, var(--blue-glow) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, var(--blue-glow) 0%, transparent 50%),
        radial-gradient(circle at 60% 40%, rgba(37, 99, 235, 0.3) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.grid-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(37, 99, 235, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.1) 1px, transparent 1px);
    background-size: 100px 100px;
    pointer-events: none;
    z-index: -1;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(100px, 100px); }
}

