html #wpadminbar {
	display: none !important;
}
/*.breadcrumbs__container ul > li:last-child a {
	pointer-events: none;
}*/

.w100 {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
.clear {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
.pT10 { padding-top: 10px; }
.pT20 { padding-top: 20px; }
.pT30 { padding-top: 30px; }
.pT40 { padding-top: 40px; }
.pT50 { padding-top: 50px; }

.footer {
	position: relative;
	float: left;
}

.lang-button-box .toggle-btn {
	text-transform: uppercase;
}

.main__container__left__bottom > img {
	max-width: 236px;
	height: auto;
}

.gallery__container__content__item {
	overflow: hidden;
}
.gallery__container__content__item img {
	height: auto;
}

.gallery-item__container__content_text p{
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 15px;
}
@media (max-width: 639px) {
	.gallery-item__container__content_text p{
		font-size: 14px;
	}
}

.gallery-item__container__content_text {
	margin-top: 0px;
}

.gallery-item__container__content_images > a {
	display: block;
	width: 33%;
	height: 315px;
	margin-bottom: 10px;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media (max-width: 1024px) {
	.gallery-item__container__content_images > a {
		width: 49%;
		height: 250px;
	}
}
@media (max-width: 639px) {
	.gallery-item__container__content_images > a {
		width: 100%;
		height: 200px;
	}
}

.statistic-item__container p {
	margin-top: 0;
	margin-bottom: 15px;
}

.news-item__container__right__list__item {
	cursor: default;
}

.editor {
	width: 100%;
	position: relative;
	float: left;
}
.editor {
	font-family: "Klein", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #242C4B;
}
.editor p {
	margin-bottom: 15px;
}
.editor ul {
	margin-bottom: 30px;
}
.editor ul li {
	position: relative;
	padding-left: 19px;
	margin-top: 18px;
}
.editor ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background-color: #0C74AE;
}
@media (max-width: 639px) {
	.editor {
		font-size: 14px;
	}
}
.editor img {
	border-radius: 6px;
}
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	font-weight: 700;
	font-size: 22px;
	line-height: 100%;
	margin-bottom: 15px;
}
.editor h2 {
	font-size: 26px;
}
@media (max-width: 639px) {
	.editor h3, .editor h4, .editor h5, .editor h6 {
		font-size: 18px;
	}
	.editor h2 {
		font-size: 22px;
	}
}
.editor hr {
	width: 100%;
	height: 2px;
	border: none;
	background-color: rgba(36, 44, 75, 0.1) !important;
	margin: 30px 0 40px;
}
.editor a {
	color: #0C74AE;
}
.editor a:hover {
	color: #203142;
	text-decoration: underline;
}

.news__container__left__content__item > a img {
	max-width: 290px;
	height: auto;
	border-radius: 6px;
}

.calendar-page__container__left__content__item {
	justify-content: inherit;
}
.calendar-page__container__left__content__item .calendar-item-image img {
	max-width: 156px;
	height: auto;
	border-radius: 6px;
}

.event-item__container__left__title img {
	max-width: 440px;
	height: auto;
	border-radius: 6px;
}
.editor li svg:first-child {
	display: none;
}
.event-item__container__left__info__content_item span {
	opacity: .3;
}

@media (max-width: 639px) {
	.news-item__container__right__list {
		box-shadow: none;
	}
	.pagination {
		padding-top: 0;
	}
}

.header-bottom__container_menu ul .menu-item .menu-item {
	margin-left: 0;
}
.header-bottom__container_menu ul .menu-item .menu-item:before {
	display: none;
}
.mobile-menu__wrapper__menu li.menu-item-has-children > a {
	pointer-events: none;
}

.search .main__container__left__top__date_type {
	margin-left: 0;
}
.search .main__container__left__top__date_type p {
	color: #fff;
	margin-bottom: 0;
}
.search .main__container__left__top__date_type {
	padding: 1px 10px;
}

#pagination-event {
	padding-top: 30px;
}