@charset "utf-8";



.content {
    padding-top: 85px;
    padding-bottom: 295px;
	color: #464646;
	font-size: 14px;
}


#news .title {
	margin-bottom: 25px;
}

#news .description-short {
	padding-bottom: 20px;
}


.content-event h3 {
	margin-bottom: 20px;
	color: #2d2d2d;
	font-family: 'Gotham Rounded Medium';
	font-size: 16px;
	text-transform: uppercase;
}

.table-event {
}

.table-event td {
	padding-top: 20px;
}
.table-event tr:first-child td {
	padding-top: 0;
}
.table-event td:first-child {
	width: 11%;
}
.table-event td:last-child {
	padding-left: 2%;
	width: 89%;
}

.description ul{
  list-style-type: none;
  margin-left: 10px;
}

.description li{
  padding-left: 5px;
  position: relative;
}

.description li::before{
	position: absolute;
	left: -10px;
	top: -2px;
	content: "■";
	color: #287dac;
}



@media (min-width: 768px) and (max-width: 1169px) {



}



@media (min-width: 0px) and (max-width: 767px) {

.content {
	padding-top: 65px;
	padding-bottom: 65px;
}

}