.owl-stage-outer {
	position: relative;
	overflow: hidden;
}
.owl-stage,
.owl-stage>.owl-item {
	display: -ms-flexbox;
	display: flex;
}
.owl-stage>.owl-item {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.owl-nav.disabled,
.owl-dots.disabled {
	display: none;
}
.owl-dots {
	width: 100%;
	height: 10px;
	display: flex;
	justify-content: center;
}
.owl-dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
	margin: 0 10px;
	border: none;
	cursor: pointer;
	background-color: #f6f9fb;
}
.owl-dot.active {
	background-image: linear-gradient(to top, #fd5500 0%, #fd8700 100%);
}



.btn-new {
	display: inline-block;
	background: #F5B51B;
	border-radius: 10px;
	padding: 17px 35px;
	transition: 0.3s;
	min-height: 60px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	border: 0;
	outline: none;
	cursor: pointer;
}
.btn-new:hover {
	background: #DE9D00;
	text-decoration: none;
}
.btn-new_block {
	width: 100%;
}
.btn-new_sm {
	font-size: 16px;
	min-height: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
}



.offset-top.additional-items .b-objects .element .element-name a {
	border-bottom: none;
}
.offset-top.additional-items .b-objects .element .element-name a:hover {
	border-bottom: 1px solid rgb(0 137 215 / 0.50);
}
.offset-top.additional-items .b-objects .element .element-content {
	padding: 10px 10px 20px;
}
.offset-top.additional-items .b-objects-slider {
	padding: 0;
}
.offset-top.additional-items .b-objects-slider .b-objects__item {
	height: 100%;
}
.offset-top.additional-items .b-objects-slider .b-objects__item .element {
	height: 100%;
}
.offset-top.additional-items .b-objects .element .element-status-holder a:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.offset-top.additional-items .b-objects-slider {
			margin: 0;
	}
}
@media (min-width: 992px) {
	.offset-top.additional-items .b-objects .element:hover {
			border-color: #f5b51b !important;
	}
}

@media (max-width: 991.98px) {
	.offset-top.additional-items .b-objects .element .element-status-holder {
			display: none;
	}
}