.table-thema
{
	background: silver;
	border: solid 1px #9ba0af;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
	-moz-box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
	min-width: 1280px;
	width: 90%;
	height: 100%;
}

.th-thema
{
	background: linear-gradient(silver 0%, #e5e6ec 100%);
	background: -moz-linear-gradient(silver 0%, #e5e6ec 100%);	
	background: -webkit-linear-gradient(silver 0%, #e5e6ec 100%);
	background: -o-linear-gradient(silver 0%, #e5e6ec 100%);	
	background: -ms-linear-gradient(silver 0%, #e5e6ec 100%);	
	border-bottom: solid 1px #9ba0af;
	-moz-border-bottom-colors: solid 1px #9ba0af;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	height: 30px;
	vertical-align: middle;
	text-decoration: none;
	text-shadow:0px 1px 0px #fff;
	text-align : center;
	color : #00476e;
	font: 20px/100% Georgia;
	font-weight: bold;
}

.td-bottom-thema
{
	background: linear-gradient(silver 0%, #ececef 100%);
	background: -moz-linear-gradient(silver 0%, #ececef 100%);	
	background: -webkit-linear-gradient(silver 0%, #ececef 100%);
	background: -o-linear-gradient(silver 0%, #ececef 100%);	
	background: -ms-linear-gradient(silver 0%, #ececef 100%);	
	border-top: solid 1px #9ba0af;
	-moz-border-top-colors: solid 1px #9ba0af;
	height: 30px;
	vertical-align: middle;
	padding: 0 10px;
	text-decoration: none;
	text-shadow:0px 1px 0px #fff;
	border-radius: 0 0 5px 5px;
}

.td-bottom-thema-file
{
	background: linear-gradient(silver 0%, #ececef 100%);
	background: -moz-linear-gradient(silver 0%, #ececef 100%);	
	background: -webkit-linear-gradient(silver 0%, #ececef 100%);
	background: -o-linear-gradient(silver 0%, #ececef 100%);	
	background: -ms-linear-gradient(silver 0%, #ececef 100%);	
	border-top: solid 0px #9ba0af;
	-moz-border-top-colors: solid 0px #9ba0af;
	height: 10px;
	vertical-align: middle;
	padding: 0 10px;
	text-decoration: none;
	text-shadow:0px 1px 0px #fff;
	border-radius: 0 0 5px 5px;
}

.th-body-thema /*Нижняя ячейка, она же тело таблицы, предназначена для наполнения различнымм контентом, также в стиле Lineage II*/
{
	background: url("../img/logo5.png") repeat scroll 0 0 transparent;
	background: linear-gradient(rgb(222,223,227) 0%, rgb(255,255,255) 6px);
	background: -moz-linear-gradient(rgb(222,223,227) 0%, rgb(255,255,255) 6px);
	background: -webkit-linear-gradient(rgb(222,223,227) 0%, rgb(255,255,255) 6px);
	background: -o-linear-gradient(rgb(222,223,227) 0%, rgb(255,255,255) 6px);
	background: -ms-linear-gradient(rgb(222,223,227) 0%, rgb(255,255,255) 6px);
	height: 100%;
}

.wrapper
{
	min-height: 50vh;
}

.line-top
{
	border-bottom: solid 1px #9ba0af;
}

.info
{
	position:relative;
	border-collapse:collapse;		
	vertical-align: top;
    height:100%;
	text-align : justify;	
	font: 16px/150% Georgia;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	padding: 10px 10px;
	
}

.table tr:hover td {
	background: #fffabe;
	border-top:1px solid orange;
	border-bottom:1px solid orange;
	padding: 9px 5px 10px 5px;
}

.slider {
    position: relative;
    height: 400px;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2); 
    overflow: hidden;
}
.slider-slides {
    position: relative;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.51, 0.92, 0.24, 1);
    will-change: transform;
}
.slider-slide {
    float: left;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;    
}
.slider-dots {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
.slider-dot, 
.slider-indicator {
    display: block;
    margin: 0 5px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    cursor: pointer;
}
.slider-indicator {
    position: absolute;
    background: white;
    width: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);   
}
.slider-indicator-left {
    transition: left 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15), right 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.slider-indicator-right {
    transition: left 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15), right 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

.page-title {
  text-align: center;
}

.slider-container {
  position: relative;
  width: 600px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prev-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: white;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

.div_from_table_news
{
	outline: 1px solid #CCCCCC;
	padding:10px;
	margin-left:10px;
	margin-bottom:10px;
	border: 0px solid black;
	border-radius: 5px;
	float: right; display: inline-block;
	overflow: hidden;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	text-align:center;
	max-width:50%;
}

table.table_news
{
	width: 100%;
	border-collapse: collapse;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

table.table_news tr td
{
	border: 1px solid silver;
	padding: 0.5em;
	font: 0.8em/120% Tahoma;
}

table.table_news thead tr td
{
	font-weight: bold;
	text-align: center;
}

table.table_news tbody tr td
{
	vertical-align: top;
	text-align:justify;
}

iframe
{
	outline: 1px solid #CCCCCC;
	padding:10px;
	margin-left:10px;
	margin-bottom:10px;
	border: solid 0px;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	background: rgba(0,0,0,0.05);
	width: calc(50%-40px);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}