.breadcrums .breadcrums__list li:last-child li::before {
	display: none;
}
.load__link button {
	border: none;
	color: #FDFDFD;
	font-family: "Onest-Regular";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 100px;
	background: #140CD7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: max-content;
	padding: 12px 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	cursor: pointer;
}
.load__link button:hover {
	background: #1009a7;
}
.links__link {
	float: right;
	border: none;
	color: #FDFDFD;
	font-family: "Onest-Regular";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 100px;
	background: #140CD7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 292px;
	padding: 12px 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	cursor: pointer;
}
.load__link:hover {
	background: #1009a7;
}
.header__menu .header-menu__list .header-menu__item .active, .header__menu .header-menu__list .header-menu__item .header-menu__link+.active, .header__menu .header-menu__list .header-menu__item .header-menu__link:hover {
text-decoration-line: none;
}
.controls ul li.active, .controls ul li:hover {
	text-decoration-line: none;
}