.d-none {
	display: none !important;
}

.btn {
	cursor: pointer;
}

.btn--disabled {
	pointer-events: none;
}

.pagging__arrow_disabled {
	filter: opacity(0.5);
	pointer-events: none;
}

.pagging__item__dots {
	pointer-events: none;
}

.vacancy-detail__desc {
	margin-bottom: 40px;
}

.home__img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(233.28deg, rgba(17, 46, 141, 0.32) 25.36%, rgba(17, 46, 141, 0.2) 95.87%);
}

.catalog__page._active::before {
	background-color: #535353;
}

.menu__item:hover .menu__link::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.planet__preview {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 1.5s linear;
	z-index: 3;
}

.planet__img video {
	display: block !important;
	position: absolute;
	z-index: 4;
}

.planet__svg,
.planet__svg svg {
	display: block !important;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.planet::before,
.planet__container,
.js-planet.active .planet__svg {
	z-index: 5;
}

@media (min-width: 61.99875em) {
	.d-md-block {
		display: block !important;
	}
}
