body {
  font-family: "Inter", serif;
  background-color: #1e1e1e;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}

h1 {
  color: white;
  text-align: center;
  margin-top: 50px;
}

p {
  margin: 0px;
  }
  
header {
  margin-top: 40px;
  }
  
.main_text {
  margin-bottom: 60px;
  color: white;
  text-align: center;
  }
  
.btn_main_position {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  }
  
h2 {
  font-size: 18px;
  line-height: 26px;
  }
  
section {
  
  }
  
.baner {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
  margin: 0 0 10px;
  }
  
.alert {
  padding: 12px 24px 12px 16px;
  position: relative;
  background: #1E1E1E;
  border: 1px solid #2b2a2a;
  border-radius: 10px;
  margin-bottom: 14px;
  word-break: break-word;
  }

.alert_main {
  background-color: #1E90FF;
  color: #FFFFFF;
  }
  
.alert_one {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background-color: #1E90FF;
  color: #FFFFFF;
  }
  
.alert_two {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  background-color: #8A2BE2;
  color: #FFFFFF;
  }
  
.pro_img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  }
  
.pro_text {
  text-decoration: underline;
  margin-left: 12px;
  cursor: pointer;
  }
    
.pro_text:hover {
  text-decoration: none;
  transition: 0.3s;
  }
  
.mr {
  font-size: 12px!important;
  margin-right: 6px;
  color: #989898;
  }
  
.position_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
 }
 
 .title {
  cursor: pointer;
  text-decoration: none;
  }
  
  .title:hover {
  text-decoration: underline;
  transition: 0.3s;
  }
  
.accordion {
    margin: 20px auto;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-toggle {
    display: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  background: #1e1e1e;
  cursor: pointer;
  transition: background 0.3s ease;
  padding-bottom: 10px;
  border-bottom: 1px solid #2b2b2b;
}

.accordion-label {
  margin: 0;
  color: white;
  font: 500 18px/26px "Inter", sans-serif;
}

.checkbox-container {
  width: 46px;
  border: 1px solid #E8E8E8;
  border-radius: 14px;
  position: relative;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3px;
}


.checkbox {
  width: 18px;
  height: 18px;
  background: #E8E8E8;
  border-radius: 100px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.accordion-toggle:checked + .accordion-header .checkbox-container {
    background: #DDD; /* Изменяем фон при открытии */
}

.accordion-toggle:checked + .accordion-header .checkbox {
    transform: translateX(30px); /* Сдвигаем чекбокс вправо */
    background: #202020; /* Цвет фона чекбокса при открытии */
}

.content_position {
  display: grid;
  grid-template-columns: 220px 100px 152px 152px 120px;
  justify-content: space-between;
  color: white;
  padding: 10px 10px;
  border: solid 1px #1e1e1e;
  }
  
.content_position_tab {
  display: flex;
  color: white;
  }

.accordion-content {
    display: none;
    padding: 10px 30px;
    border: solid 1px #1e1e1e;
}

.content_position:hover {
  border: solid 1px #B5B5B5;
  border-radius: 5px;
  transition: 0.3s;
}


.accordion-toggle:checked + .accordion-header + .accordion-content {
    display: block;
}

.popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.78); 
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: #1e1e1e;
    padding: 40px 40px 60px 40px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    margin: 40px;
    max-width: 600px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    padding: 0px;
    width: 24px;
    height: 24px;
    transition: 0.3s;
}

.close:hover {
   color: black;
   background-color: white;
   border-radius: 50px;
   transition: 0.3s;
}

.btn_pop {
  padding: 15px 40px;
  background: #1E90FF;
  border-radius: 60px;
  color: #ffffff;
  font: 600 18px/26px "Inter", sans-serif;
  transition: 0.3s;
  text-align: center;
  max-width: 400px;
  cursor: pointer;
  text-decoration: none;
  }
  
.btn_pop:hover {
  background-color: #515151;
  }
  
.pop_title {
  font: 500 24px/34px "Inter", sans-serif;
  color: white;
  }
  
.pop_text {
  margin-bottom: 60px;
  color: white;
  }
  
.forum_copy {
  padding: 80px;
  color: white;
  text-align: center;
  }
  
@media (max-width: 800px) and (min-width: 600px) {
  body {
  padding: 0px 10px;
}

.content_position {
  display: grid;
  grid-template-columns: 180px 152px 152px 152px;
  padding: 8px 4px;
  }
  
.accordion-content {
  padding: 10px 10px;
  }
  
.accordion-header {
  padding: 0px 10px 6px 10px;
}

.data_mob {
  margin-top: 2px;
  font-size: 12px !important;
  }
}

@media (max-width: 600px) {

body {
  padding: 0px 10px;
}

header {
  margin-top: 10px;
  }
  
h1 {
  margin-top: 32px;
}

.content_position {
  display: grid;
  grid-template-columns: 180px 142px;
  padding: 8px 4px;
  }
  
.accordion-content {
  padding: 10px 10px;
  }
  
.accordion-header {
  padding: 0px 10px 6px 10px;
}
  
.mobile_h {
  display: none;
  }
  
.data_mob {
  margin-top: 2px;
  font-size: 12px !important;
  }
  
.pro_mob {
  margin-top: 10px;
  }
  
.pro_text {
  font-size: 10px !important;
}

.pro_img {
  width: 24px;
  height: 24px;
  }
  
.alert {
  padding: 12px;
  }
}

