header.header{background-color: #1C1B3B;}
footer.footer{background-color: #202020;}
.header__logo{font-weight: 300!important;}
label, span.label{color: #1C1B3B!important;}
/*div.main__content{background-image: url("/img/bgiuth.jpg");}*/
div.main__content{background-position: center;}
div.main__content{background-size: cover;}
input#email{display: none;}
.emailx{display: none;}
.ticket__body_block.naked>h1,#rate-me{padding: 20px;}
.ticket__body_block.naked>.block--description{padding: 10px 20px;}

.content {background-color: #f9f9f9; padding: 20px;}
div.main__content{background-color: #f4f4f4;}
article.article {background-color: #f9f9f9; padding: 10px 10px;}
.preview,.topics{background-color: #fff; box-shadow: 0 2px 8px 0 rgba(38, 40, 42, 0.1);}
.topics__block{padding: 10px;}
.block__head{padding-top: 20px;}
/*.themez{display: none!important;}*/

.responsive-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
  }
  
  .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .tabbed__tabs_tab.is-visible>* {
    padding: 10px;}


/* KOMEK */
/* Прячем нативный radio */
.radio-custom input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Карточка */
.radio-custom label {
  display: flex;
  align-items: center;   /* выравниваем кружок и текст по центру */
  gap: 12px;             /* отступ между кружком и текстом */
  width: 100%;           /* одинаковая ширина для всех */
  min-height: 56px;      /* одинаковая высота */
  padding: 14px 18px;
  margin-bottom: 12px;
  border: 2px solid #d0d7de;
  border-radius: 12px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

/* Кастомный кружок */
.radio-custom label::before {
  content: "";
  width: 15px;
  height: 15px;
  left: 5px!important;
  border: 2px solid #007bff;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

/* Когда выбрано */
.radio-custom input[type="radio"]:checked + label::before {
  background: radial-gradient(circle at center, #007bff 45%, transparent 46%);
  box-shadow: 0 0 0 3px rgba(0,123,255,0.2);
}

/* Подсветка карточки при выборе */
.radio-custom input[type="radio"]:checked + label {
  border-color: #007bff;
  background: #f0f8ff;
}

div.form-footer>button.btn-full{
  height: 60px!important;
  width: 100%!important;
}
  
.text-center{display:none;}

.radio-custom label::before{left:3px;}