.w-100{
	width: 100% !important;
}

.status-off {
  margin: 5px 0 0 0;
  background: #913434;
}
.content-page a{
  color: #276822;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid transparent;
}
.content-page a:hover {
  border-bottom: 1px solid rgba(89,200,80,0.5);
  color: #59C950;
}

.form-register{
	max-width: 600px;
	width: 100%;
}
.err-value{
	color: #e64343;
}
.c-grey{
	color: #a8a5a5;
}
.text-center{
	text-align: center;
}
.fb-400{
	font-weight: 400;
}
.fb-500{
	font-weight: 500;
}
.fs-14{
	font-size: 14px;
}
.fs-16{
	font-size: 16px;
}
.alert-ok {
  color: #026f02;
}
.alert-err {
  color: #e64343;
}
.gallery-row.detail-news .col4 {
  width: auto;
}
.part__item img {
  width: auto;
  max-height: 70px;
}
#block__part .part__item {
  text-align: center;
}
.team-name {
  max-width: 400px;
}
#popup__sity {
  max-width: 430px;
}
.mt-1{margin-top: 10px !important;}
.mt-2{margin-top: 20px !important;}
.mt-3{margin-top: 30px !important;}
.mt-4{margin-top: 40px !important;}
.mt-5{margin-top: 50px !important;}
.ml-1{margin-left: 10px;}
.mb-1{margin-bottom: 10px !important;}
.mr-3 {margin-right: 30px;}
.pl-3 {padding-left: 30px;}


.event-list-user .table-overflow table {
  margin: 0;
}

.artic-count{
	visibility: hidden;
	opacity: 0;
}

.col-1{
	width: 25%;
} 
.col-2{
	width: 74%;
}
.col-item {
  display: inline-block;
  vertical-align: top;
}

.main__img-infos.event-status .calendar-date {
  background: rgba(255,255,255,0.4);
  font-size: 14px;
}

blockquote.err-q{
  border-left: 4px solid #F03A3A;
}

.form-row.last-child{align-items:center;}

.d-none{
	display: none !important;
}
.preload-trans{
	top: 0;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1000;
	transition: 0.2s;
}
.preload-trans::before {
	background: url("/upload/preload2.gif");
	content: " ";
	display: block;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	left: 50%;
	top: 50%;
}
.l-active {
	opacity: 1;
	visibility: visible;
	z-index: 9999999;
}

.regions .region,
.regions .region span{
	font-size: 18px;
}
.regions .region {
  margin-bottom: 20px;
}
.regions .region .title {
  font-weight: 500;
}
.fancyimg {
  height: 235px;
}
.item-prezidium{
	margin-bottom: 30px;
}
.item-prezidium .title-p {
  font-weight: 600;
  font-size: 20px;
}
.item-prezidium .col-2 {
  display: inline-block;
  width: 30%;
}
.item-prezidium .col-8 {
  display: inline-block;
  width: 69%;
  vertical-align: top;
  margin: 0;
  padding-left: 15px;
}
.item-prezidium .col-2 img {

}

.list-no-style li{
	color: inherit;
	font-weight: inherit;
}

.content-files{
	width: 100%;
	margin: 15px 0 20px 0;
}
.content-files .files{
	width: 100% !important;
	padding: 0 0 0 4%;
}
.content-files:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #DEE2E0;
}

@media all and (max-width: 1100px){
	main section .sidebar {
	  width: 100%;
	}
}
@media all and (max-width: 991px) {
	.item-prezidium .col-2,
	.item-prezidium .col-8{
	  width: 100%;
	  padding: 0;
	}
}
@media all and (max-width: 767px) {}
@media all and (max-width: 599px) {
	.col-item.col-2 {
	  width: 100%;
	  padding: 0;
	}
	.col-item.col-1 {
	  width: 100%;
	  margin-bottom: 15px;
	}
}
@media all and (max-width: 480px) {}
@media all and (max-width: 420px) {}
@media all and (max-width: 400px) {}
@media all and (max-width: 359px) {}