.page_content.fullwidth {
	width: 100%;
	padding: 0;
}
.hidden {display: none}
.events_item{display: flex  !important}
.events_row.equipment h2 {text-transform: unset}
.captcha-row .inputtext.captcha {
  padding-left: 20px;
  display: block;
  background: #F4F4F4;
  border: none;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
}
.captcha-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.captcha-row > label {
	width: 100%;
}
.captcha_reload {
	background-image: url(img/icons8-refresh.svg);
	width: 32px;
	height: 32px;
	cursor: pointer;
}
.captcha_image .captcha_reload {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.captcha_image img {
	float: left;
	width: auto;
	height: 100%;
}
.captcha-row .inputtext.captcha:focus {
  box-shadow: 0 0 0 2px #189ea0;
}
@media (min-width: 767.98px){
	.captcha-row > div {
		width: calc(50% - 10px);
		margin-bottom: 25px;
	}
}
@media (max-width: 767.98px){
	.captcha-row > div {
		width: 100% ;
		margin-bottom: 25px;
	}
}

.page_aside .news_block-links {
	position: sticky;
    top: 110px;
}
.page_aside .news_block-link {
    border: 1px solid #A3A3A3;
    border-radius: 4px;
    padding: 6px 10px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #A3A3A3;
    font-size: 13px;
    transition: all 0.3s;
}
.page_aside .news_block-link.active {
    color: #fff;
    border-right: 2px solid #189EA0;
}
.page_aside .news_block-link:hover {
    color: #fff;
}

.news_aside {
	position: sticky;
    top: 100px;
}

.load_more.btn ~ .load_more.btn {
	display:none;
}

.page_block_personal_data {
    margin: 50px 0;
    font-weight: 400;
    color: #333;
}

.page_block_personal_data p {
	margin-bottom: 10px;
}