.box_rotate {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.table_bea {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.table_bea thead th {
	padding: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #444441;
	border-top: 2px solid #716561;
	border-bottom: 2px solid #716561;
}
.table_bea tbody td {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #444441;
	border-top: 1px solid #716561;
}


.button_google {
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 14px;
    margin: 3px;
    font-weight: bold;
    text-decoration: none;
    user-select: none;
    padding: .2em 1.2em;
    outline: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
    background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
    transition: all .218s ease 0s;
}
.button_google:hover {
    border: 1px solid rgb(198,198,198);
    background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.button_google:active {
    border: 1px solid rgb(204,204,204);
    background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}

.raz {
  border: 1px solid red;
}
.sticky {
  position: sticky;
  top: 0;
  min-height: 2em;
  background: lightpink;
}


body {
    margin: 0px auto;
    font-family: 'trebuchet MS', 'Lucida sans', Arial;
    font-size: 16px;
    color: #444;
}


table {
    *border-collapse: collapse; /* IE7 � ������ */
    border-spacing: 0;
    width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9 !important;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 3px;
    text-align: left;
}
.bordered td a {
	width: 100%;
	height: 100%;
	color:DarkBlue;
}

.bordered td span {
	display: block;
	width: 100%;
	height: 100%;
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.tableWithoutBorder {
	width: 50%;
	margin-bottom: 20px;
	border-collapse: collapse; 
}
.tableWithoutBorder th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.tableWithoutBorder td {
	border: 1px solid #dddddd;
	padding: 5px;
}
.tableWithoutBorder tr td:first-child, .tableWithoutBorder tr th:first-child {
	border-left: none;
}
.tableWithoutBorder tr td:last-child, .tableWithoutBorder tr th:last-child {
	border-right: none;
}

.tableGrey {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
	border: 5px solid #fff;
	border-top: 5px solid #fff;
	border-bottom: 3px solid #fff;
	border-collapse: collapse; 
	outline: 3px solid #d3d3d3;
	font-size: 15px;
	background: #fff!important;
}

.tableGrey th {
	font-weight: bold;
	padding: 7px;
	background: #d3d3d3;
	border: none;
	text-align: left;
	font-size: 15px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #d3d3d3;
}

.tableGrey td {
	padding: 7px;
	border: none;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 15px;
}

.tableGrey tbody tr:nth-child(even){
	background: #f3f3f3!important;
}

.button{ 
	text-decoration: none; 
	background:#666; 
	padding:.3em 1em; 
	border-radius: .3em; 
	color:#fff; 
}
.button2{ 
	text-decoration: none; 
	background:#dfdfdf; 
	padding:.5px 5px; 
	border-radius: .1em; 
	color:#ff0000; 
}


.center{margin:0 auto;text-align:center} /*���� ����� ���������� */
.lntxt {overflow:hidden}
.lntxt:before,.lndot:after {
  content:'';display:inline-block;vertical-align:middle;
  box-sizing:border-box;width:100%;height:2px;
  background:rgb(230,235,235); 
  border:solid #FFF;
  border-width:0 .5em 0;
}
.lntxt:before {margin-left:-100%}
.lntxt:after {margin-right:-100%}


 .tabs {
    font-size: 0;
  }

  .tabs>input[type="radio"] {
    display: none;
  }

  .tabs>div {
    /* ������ ������� �� ��������� */
    display: none;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    font-size: 16px;
  }

  /* ���������� �������, ��������� � ��������� ������������ (input type="radio") */
  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3, 
  #tab-btn-4:checked~#content-4, 
  #tab-btn-5:checked~#content-5, 
  #tab-btn-6:checked~#content-6, 
  #tab-btn-7:checked~#content-7, 
  #tab-btn-8:checked~#content-8, 
  #tab-btn-9:checked~#content-9, 
  #tab-btn-10:checked~#content-10, 
  #tab-btn-11:checked~#content-11, 
  #tab-btn-12:checked~#content-12, 
  #tab-btn-13:checked~#content-13, 
  #tab-btn-14:checked~#content-14, 
  #tab-btn-15:checked~#content-15, 
  #tab-btn-16:checked~#content-16, 
  #tab-btn-17:checked~#content-17, 
  #tab-btn-18:checked~#content-18, 
  #tab-btn-19:checked~#content-19, 
  #tab-btn-20:checked~#content-20 {
    display: block;
  }

  .tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
  }

  .tabs>label:not(:first-of-type) {
    border-left: none;
  }

  .tabs>input[type="radio"]:checked+label {
    background-color: #fff;
    border-bottom: 1px solid #fff;
	color: Red;
	font-weight: Bold;
  }
  
  
	 .clicker {
	width:200px;
	height:20px;
	color:blue;
	background-color:white;
	font-weight:Bold;
	outline:none;
	cursor:pointer;
	}

	.hiddendiv{
	display:none;
	background-color:#ffffe0;
	}

	.clicker:focus + .hiddendiv{
	display:block;
	}