.hidden {
	display: none;
}

.header, .header10 {
	height: 40px;
}

.main-info {
	display: none;
}

.logo {
	background-image: url('');
}

.t-warning {
	float: left;
}

.table1 {
	width: 400px;
	height: 300px;
	margin-left: 100px;
}

.t1_row_h {
	height: 40px;
}

.t1_col_h {
	height: 40px;
	float: left;
}

.t1_row {
	width: 400px;
	height: 40px;
}

.t1_col {
	width: 150px;
	height: 40px;
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	border: 1px solid;
}           

.table2 {
	width: 300px;
	height: 300px;
	margin-left: 100px;
}

.t2_row_h {
	height: 40px;
}

.t2_col_h {
	height: 40px;
	float: left;
}

.t2_row {
	width: 400px;
	height: 40px;
}

.t2_col {
	width: 150px;
	height: 40px;
	float: left;
	padding-top: 5px;
	padding-left: 10px; 
	border: 1px solid;
}           

.table3 {
	width: 800px;
	height: 300px;
	margin-left: 100px;
}

.t3_row_h {
	height: 40px;
}

.t3_col_h {
	height: 40px;
	float: left;
}

.t3_row {
	width: 800px;
	height: 40px;
}

.t3_col {
	width: 300px;
	height: 40px;
	float: left;
	padding-top: 5px;
	padding-left: 10px; 
	border: 1px solid;
}           

.table6 {
	width: 1300px;
//	height: 600px;
//	margin-left: -200px;
}

.t6_row_h {
//	height: 60px;
}

.t6_col_h1 {
	width: 50px;
//	height: 60px;
//	float: left;
	border: 1px solid;
	padding: 5px;
	text-align: center;
	font-weight:bold;
}

.t6_col_h2, .t6_col_h3, .t6_col_h4, .t6_col_h5, .t6_col_h6, .t6_col_h7, .t6_col_h8, .t6_col_h9 {
	width: 150px;
//	height: 60px;
//	float: left;
	border: 1px solid;
	padding: 5px;
	text-align: center;
	font-weight:bold;
}

.t6_row {
	width: 1300px;
//	height: 40px;
}

.t6_col1 {
	width: 50px;
//	height: 200px;
//	float: left;
	padding-top: 5px;
	padding-left: 10px; 
	border: 1px solid;
}

.t6_col2 {
	width: 150px;
//	height: 200px;
//	float: left;
	padding-top: 5px;
	padding-left: 10px; 
	border: 1px solid;
}           

.t6_col_in {
	width: 150px;
//	height: 200px;
//	float: left;
	padding-top: 5px;
	padding-left: 10px; 
	border: 1px solid;
	text-align: center;
	vertical-align: middle;
}

.title-start, .title-end {
	width: 1366px;
	font-size: 150%;
	font-weight:bold;
	margin-top: 40px;
	margin-left: 20px;
	text-align: center;
}

.title-top {
	width: 1366px;
	font-size: 200%;
	font-weight:bold;
	margin-left: 20px;
	text-align: center;
}

.label-h {
	width: 800px;
	height: 100px;	
	font-size: 150%;
	font-weight:bold;
	margin-top: 40px;
	margin-left: 20px;
}

#button_start {
	margin-right: 90px;
}

#button_prev {
	float:left;
}

#button_next {
	float:right;
}

#button_toend {
	float:right;
	margin-left: 200px;
}

/*
.answer-cont {
	width: 800px;
	height: 40px;
	margin-top: 20px;
	margin-left: 50px;
}

.answer-cont2 {
	width: 800px;
	height: 200px;
	margin-top: 20px;
	margin-left: 50px;
}


.answer-in {
	float:left;
}

.answer-label {
	margin-left: 20px;
	display: inline-block;
    vertical-align: middle
}
*/


.flex-inner {
	width: 900px;
	margin-left: 40px;
}

.inline-inner {
	width: 1200px;
//	height: 80px;
	margin-top: 80px;
	margin-left: 20px;
}

.flex-inner-li {
	margin-bottom: 20px;
}

.inline-inner-li {
//	margin-bottom: 20px;
	width: 100px;
	float: left;
}

.answer-label-v {
	width: 800px;
	margin-top: 8px;
	margin-left: 40px;
	font-weight:300;	
}

.answer-label-h {
	width: 30px;
	height: 30px;
	margin-top: -30px;
	font-weight:300;	
}

.flex-inner li {
	display: flex;
	align-items : center;
	height: 80px;
}

.inline-inner {
//	width: 50px;
	height: 80px;
//	display: inline;
//	align-items : center;
	margin-right: 5px;
//    border: 1px solid #000;
    padding: 3px;
}

#main_panel_comment {
	margin-top: 40px;
	margin-left: 280px;
}

.anketa-buttons {
	height: 40px;
}

.anketa-status {
	width: 1366px;
	text-align: center;
}

.anketa-status-text {
	font-size: 200%;
	font-weight:bold;	
	margin-right: 30px;
	text-align: right;
}

.radio {
  margin-top: 5px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.answer-in {
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  background: #1B75D0;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 0.2);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  transition: 500ms;
}

.answer-in {
//  border-radius: 50%;
}

.answer-in::after {
  content: "\2714";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  font-size: 26px;
  transition: 500ms;
  overflow: hidden;
}

.answer-in::after {
  content: "\1F78B";
}

.answer-in::after {
  content: "";
//  position: absolute;
  width: 0px;
  height: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30' viewBox='0 -960 960 960' width='30' stroke='%23FFFFFF' stroke-width='30' fill='%23FFFFFF'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  transition: 500ms;
}

.answer-in::after {
//  background-image: url("data:image/svg+xml,%3csvg width='28' height='28' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.88 23C12.6 23 14.2 21.32 15.52 19.52C16.84 21.32 18.44 23 21.16 23C22.16 23 23.04 22.72 23.04 21.8C23.04 21.24 22.6 20.72 21.96 20.72C21.72 20.72 21.28 20.8 21 20.8C19.72 20.8 18.2 19.12 17.36 17.92C19.08 16.08 20.96 13.72 20.96 11.12C20.96 8.12 18.68 6 15.52 6C12.36 6 10.08 8.12 10.08 11.12C10.08 13.72 11.96 16.08 13.68 17.92C12.84 19.12 11.32 20.8 10.04 20.8C9.76 20.8 9.32 20.72 9.08 20.72C8.44 20.72 8 21.24 8 21.8C8 22.72 8.88 23 9.88 23Z' fill='white'/%3e%3c/svg%3e");
}

.answer-in:checked::after {
  width: 30px;
  height: 30px;
  transition: 500ms;
}

.answer-in:disabled {
  background: #ccc;
  border-color: #ccc;
}

.answer-in:disabled::after {
  filter: grayscale(100%);
}

.comments {
    width: 820px;
    margin-top: 20px;
    margin-left: 20px;
    float: none;
}

#button_prev {
	margin-left: 20px;
}