.event-list{
	font-size: 18px;
}
.event-list .part .col-md-4{
	position: static;
}
.nav-tabs .nav-link {
   font-size: 18px;
   text-transform: none;
    padding-bottom: 5px;
	font-weight: 500;
}
.nav-tabs .nav-link.active {
    background: #f1f4f6;
	color: #585856;
    border-bottom: 3px solid #585856;
    font-weight: 500;
}
h2.pr{
	color: #000;
    text-transform: none;
    text-align: left;
}
.events-wrap {
	margin-top: 30px;
}
.events-wrap > div{
	margin-bottom: 30px;
}
.events .tab-pane.container{
	width:100%;
	max-width: 1940px;
}
.item-event{
	background: #f1f4f6;
    padding: 30px;
    border-radius: 20px;
	font-size: 14px;
	height: 100%;
	position: relative;
}
.item-event hr{
	background: red;
    height: 3px;
	opacity: 1;
	border: none;
}
.item-event-mesto{
	
	text-align:center;
}
.item-event-date{
	margin:0;
}
.item-event-inf{
	text-align:center;
	position: static;
}
.item-event-name{
	margin-bottom: 40px;
}
.item-event-inf-more{
	text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.item-event-more{
	display: inline-block;
	background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.nav-tabs .nav-link{
	border: none;
	background: #fff;
    border-radius: 20px;
    padding-left: 50px;
	border: 1px solid #f1f4f6;
	margin-right: 20px;
	color: #495057;
}
.nav-tabs .nav-link.active{
	background: #f1f4f6;
}
.events .nav-tabs{
	border:none;
}
.fr{
	background: #f1f4f6;
	padding: 7px;
    border-radius: 10px;
}
.fr p{
	margin:0;
}
.filter select{
	width: 100%;
    height: 100%;
	border-radius: 10px;
    padding: 5px;
}
.filtrbtn{
	width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 5px;
    border: none;
	background:rgb(240, 240, 240);
	display: inline-block;
	text-align: center;
}
a.filtrbtn{
	font-weight: 400;
    padding-top: 7px;
}
.calendar{
	margin-top: 30px;
    margin-bottom: 10px;
}
.radio-label {
	padding: 7px 15px;
    border-radius: 10px;
	border: 1px solid #f1f4f6;
    width: 100%;
	cursor:pointer;
}
.calend {
	cursor:pointer;
}
.radiodate{
	display:none;
}
input.radiodate[type=radio]:checked + .radio-label {
    background: #f1f4f6;
}
.item-event-date{
	font-size: 13px;
}
.filtrbtn img{
	width: 20px;
}
.calendar .fr img{
	position: relative;
    top: -2px;
}
.item-event img{
	max-width: initial;
    position: relative;
    left: -8px;
}
.info{
	background: #f1f4f6;
    border-radius: 10px;
    padding-top: 18px;
    margin-bottom: 15px;
}
.info img{
    position: relative;
    top: -2px;
}
.typ_z{
	margin-bottom: 0;
}
.merop_name,.fw{
	font-weight: 600;
}
.merop_name_h{
	font-size: 24px;
    font-weight: 600;
}
.doclad-item{
	background: #f1f4f6;
    border-radius: 10px;
	padding: 25px;
	margin-bottom:20px;
}
.doclad-item a{
	color: #003449;
	text-decoration:none;
	font-weight: 400;
}
.doclad-item a:hover{
	text-decoration:underline;
}
.isb span{
	font-size: 24px;
    font-weight: 600;
}
.isb img{
	position: relative;
    top: -3px;
}
.row.events-wrap{
	margin-left: -30px;
}
.mesto .more-2.col-md-12 {
    text-align: center;
}
.mesto{
	padding-bottom: 40px;
}
@media (min-width: 2100px) {
	.item-event-date {
		font-size: 22px;
	}
	.item-event{
		font-size: 22px;
	}
	.item-event-name {
		margin-bottom: 70px;
	}
	.item-event-more{
		font-size: 26px;
	}
}