
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Tiny5&display=swap');
* {
    margin: 0;
    padding: 0;
    color: white;
    font-family: Inter;

    text-decoration: none;
}
.telegrammButt {
    margin-left: auto;
    margin-right: 10px;
    font-size: 27px;
    background-color: #19120c;
    color: rgb(178, 121, 34);
    font-weight: 500;
    padding: 10px;
    padding: 8px 30px 8px 30px;
    border-radius: 30px;
    text-decoration: none;
}
.telegrammButt:hover {
    background-color:RGB(0, 136, 204);
    color: #FFF;

}
.menubutt {
  margin-left: auto;
    margin-right: 10px;
    font-size: 27px;
    background-color:  rgb(178, 121, 34);
    color:#19120c;
    font-weight: 500;
    padding: 10px;
    padding: 8px 30px 8px 30px;
    border-radius: 30px;
    text-decoration: none;
}
.menubutt2 {
  color: black;
}
.menubutt2:hover {
  color: white;
}
.menubutt:hover {
    background-color: #19120c;
    color: rgb(255, 255, 255);

}

body {
    background-color: #19120c;
    z-index: 0;
}
.shadow {
    height: 100%;
    width: 100%;
    background-color: #9c1b1b;
    z-index: 1;
}
body {
    
    background:
      url("translucent-image342.png") repeat 0 0,    /* плитка */
      linear-gradient(to bottom, #19120c, #19120c); /* основной фон */
    background-size: 280px 280px, auto;   /* размер плитки + размер градиента */
  }
.title {
    color: #141414;
    padding: 10px;
    font-weight: bold;
}
main {
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
}
.dis {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgb(0, 0, 0) 1px 0 10px;
    color:  rgb(221, 133, 0);
    background-color: bla;
}
.pricetime {
  width: 100%;
  border-radius: 40px 40px 40px 40px;
  border: 3px solid rgb(178, 121, 34);
}
.maindiv {
    width: 70%;
    color: #19120c;

}

.pricing{
  background: var(--bg);
  color: var(--text);
  padding: clamp(24px, 4vw, 48px);
}
.pricing__title{
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.pricing__grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(12px, 2vw, 24px);
}

:root{
  --bg: #19120c;
  --card-bg: #221711;
  --text: #f6e7da;
  --muted: #c8b3a5;
  --border: #b27922;
  --accent: #ff7a1a;
  --accent-strong:#ff5a00;
  --lite:#26c24f;
  --standard:#008cff;
  --gold:#d5ae00;
}
/* Универсальная карточка */
.card{

  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 3px solid var(--border);
  border-radius: 24px;
  background: var(--card-bg);
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0,0,0,.45);
  border-color: var(--accent);
}

/* Шапка‑бейдж */
.card__badge{
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  color: #1a120c;
  background: var(--accent);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 0 0 3px rgba(255,122,26,.25);
}

/* Списки преимуществ */
.card__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.card__list li{
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255,122,26,.06);
  border: 1px solid rgba(255,122,26,.18);
  color: var(--text);
}
.card__list small{ color: var(--muted); }

/* Подвал с ценой прижат вниз */
.card__footer{
  margin-top: auto;               /* тянет цену вниз */
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__price{
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: .02em;
}

/* Цветовые модификаторы для бейджа */
.card--lite   .card__badge{ background: var(--lite); }
.card--standard .card__badge{ background: var(--standard); }
.card--gold   .card__badge{ background: var(--gold); }

/* Небольшая адаптивность текста */
@media (max-width: 380px){
  .card__price{ font-size: 1.3rem; }
}

/* Фокус‑видимость для доступности */
.card:focus-within{ outline: 3px solid var(--accent-strong); outline-offset: 3px; }






footer {
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
}
.footerdiv {
    width: 70%;
    color: #19120c;

}

.image {
    width: 800px;
}
.imageDiv {
    width: 100%;
    display: flex;
    justify-content: center;
}
#countdown {
    font-size: 150px;
    background:   #19120c;
    color:  rgb(178, 121, 34);
    margin: 20px;
    border: 1px solid #ff6a00;
    border-radius: 45px;
    box-shadow: 0 0 15px rgba(255,106,0,0.7);
    text-align: center;
}

#answers {
  padding: 20px;
}

.acor-container {
  margin: 20px 0;
  
}
.acor-container .acor-body {
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 0;
  color: rgb(6, 13, 6);
  background-color: #141414;
  border-radius: 0 0 30px 30px;
  line-height: 18px;
  padding: 0 30px;
  box-sizing: border-box;
  transition: color 0.5s, padding 0.5s;
  overflow: hidden;
  font-family: Verdana, sans-serif; 
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
  margin: 0 0 10px;
}
.acor-container label {
  cursor: pointer;
  background-color: rgb(25, 18, 12);
  border: 2px solid #572502;   /* стиль + толщина + цвет */
  border-radius: 35px;
  display: block;
  padding: 15px 20px;
  width: 100%;
  color: #ffffff;
  font-weight: 300;
  box-sizing: border-box;
  z-index: 100;
  font-family: Verdana, sans-serif;   
  font-size: 18px;
  margin: 0 0 5px;
  transition: color .35s;
}
.acor-container label:hover {
  color: #FFF;
}
.acor-container input{
  display: none;
}
.acor-container label:before {
  content: '\276F';
  float: right;
}
.acor-container input:checked + label {
  background-color: rgb(87, 60, 21);
  color: #FFF;
  box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
  transition: transform .35s;
  transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
  height: auto;
  margin-top: -5px;
  color: #ffffff;
  padding: 20px 30px 10px;
}
.pricetitleform {
  text-align: center; 
  font-size: 50px; 

  color: rgb(255, 153, 0); 
  font-weight: 500; 
  background-color:#19120c; 
  padding: 5px;
  padding-top: 10px;
}


@media screen and (max-width: 800px) {
    main {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .pricetitleform {
  text-align: center; 
  font-size: 30px; 
  margin: 5px; 
  color: rgb(255, 153, 0); 
  font-weight: 500; 
  background-color:#19120c; 
  padding: 5px;
}

    .menubutt {
  margin-left: auto;
    margin-right: 2px;
    font-size: 14px;
    background-color:  rgb(178, 121, 34);
    color:#19120c;
    font-weight: 400;
    padding: 8px;
    padding: 8px 8px 8px 8px;
    border-radius: 30px;
    text-decoration: none;
    }
    .menubutt:hover {
        background-color: #19120c;
        color: rgb(255, 255, 255);

    }
    .pricetime {
    width: 100%;
    border-radius: 0;
    border: 0px solid rgb(178, 121, 34);
  }
    .title {
    color: #141414;
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
    }
    .image {
        width: 300px;
    }
    .maindiv {
        width: 100%;
        color: #19120c;
    
    }
    footer {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footerdiv {
        width: 100%;
        color: #19120c;
    
    }
    #countdown {
        font-size: 70px;
        background:   #19120c;
        color:  rgb(178, 121, 34);
        margin: 20px;
        border: 1px solid #ff6a00;
        border-radius: 45px;
        box-shadow: 0 0 15px rgba(255,106,0,0.7);
        text-align: center;
    }
    /* Другие стили для мобильных, например, скрытие элементов или изменение их расположения */
    .telegrammButt {
        margin-left: auto;
        margin-right: 5px;
        font-size: 12px;
        background-color: #19120c;
        color: rgb(178, 121, 34);

        padding: 1px;
        padding: 8px 20px 8px 20px;
        border-radius: 30px;
        text-decoration: none;
    }
    .telegrammButt:hover {
        background-color:RGB(0, 136, 204);
        color: #FFF;
    
    }
    
}