body{
	background: #34495e;
	box-sizing: border-box;
	margin: 0;
	overflow: hidden;
}

/* Main Slider */
.main{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: center;
	justify-content: flex-start;
}

.slideshow-container{
	position: relative;
	overflow: hiden;
	z-index: 2;
}
/* КЛАС ДЛЯ ПРИХОВУВАННЯ ПАНЕЛІ ПІД ЧАС ВІДЕО */
.hide-sidebar {
    display: none !important;
}
/* ХОВАЄМО ЗАВЖДИ ЛОГОТИП METEOPROG */
.constructor__metlink {
    display: none !important;
}

/* ВИРІВНЮВАННЯ КАРТИНОК ТА ВІДЕО (від верхнього лівого кута) */
.mySlides img, .mySlides video {
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

video {
	width: 1920px;
	height: 1080px;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Footer (side bar) */

footer{
	position: fixed;
	z-index: 10;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	width: 249px;
	height: 100%;
	background-color: black;
}

.footer__info:not(:first-child) {
	margin-top: 20px;
}

.footer__info:first-child {
	width: 249px; 
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items:center; 
	background: black; 
	padding-top: 30px
}

.footer__info:last-child {
	width: 249px;
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items:center; 
	background: black;
}

.footer__info:last-child div {
	background:white; 
	padding:5px;
}

.footer__info:last-child div img {
	width: 210px; 
	height: 210px;
}

.footer__info:last-child span {
	font-family: Arial; 
	color: white; 
	font-size: 15px; 
	font-weight: bold; 
	margin-top: 15px;
}

#time {
	font-family: Arial; 
	color: white; 
	font-size: 80px; 
	font-weight: bold;
}

#date {
	font-family: Arial; 
	color: white; 
	font-size: 22px; 
	font-weight: bold; 
	margin-top: 15px; 
	margin-left:120px;
}

#day_of_war {
	font-family: Arial; 
	color: white; 
	font-size: 22px; 
	font-weight: bold; 
	margin-top: 15px; 
	margin-left: 70px; 
}

#slider {
    width: 249px;
    overflow: hidden;
	height: auto;
	text-align: center;
}

#slider_title {
	font-size: 23px; 
	font-weight: bold;
}

#slider .slide {
    display: none;
	align-items: center;
	margin-top: 10px;
	flex-direction: column;
}

#slider img {
    width: 115px;
    height: 100px;
    margin-bottom: 10px;
}

#slider span {
    color: white;
    font-size: 18px;
    font-family: Arial, sans-serif;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	width: 249px;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-family: Arial;
}
tr {
	border-bottom: 2px solid #DDD;
}
tbody tr td:first-child,
thead {
	font-size: 16px;
}
td:not(:first-child) {
	font-size: 18px;
}

th, td {
	padding: 8px 12px;
	text-align: right;
}