.alert-message{
	background: #315536d6;
	padding: 10px 0px;
	color: #fff;
	position: relative;
	display: none;
	max-width: 500px;
	line-height: 1.3;
	bottom: 0;
	left: 0;
	top: auto;
	position: fixed;
	z-index: 1000;
	bottom: 10px;
	padding-right: 40px;
	left: 10px;
	border-radius: 10px;
	transition: .3s background;
}
.alert-message:hover{
	background: #315536;
}

.alert-message_close{
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 35px;
	line-height: 30px;
	cursor: pointer;
}

@media (max-width: 991.98px){
	.alert-message{
		position: fixed;
		z-index: 100;
		width: calc(100% - 10px);
		bottom: 5px;
		left: 5px;
		padding-right: 25px;
	}
}

.program-top.covid{
	background-image: url('/upload/medialibrary/5b9/5b930d97f432c7c9ef7661a8275213a3.jpg');
}

.program-top.covid .program-top__title{
	max-width: 700px;
}

.program-adv-item__icon img{
	max-height: 70px;
	width: auto;
}

.covid-table_mobile{
	display: none;
}


.covid-navs{
	display: none;
}

@media(max-width: 767.98px){

.covid-navs{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-top: 40px;
}

.covid-table{
	display: none;

}
.covid-table_mobile{
	width: 100%;
	margin-top: 30px;
}

.show_table{
	display: table !important;
}