@media only screen and (max-width: 1200px) {
	.block-instruments-slider-top-new-brand .hide-for-mobile {
		display: none;
	}
}
.block-instruments-slider-top-new-brand .section-wrap {
	padding: 0 15px;
	max-width: 1680px;
}
.block-instruments-slider-top-new-brand .clearfix {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.block-instruments-slider-top-new-brand {
	background-repeat: no-repeat;
	min-height: 700px;
	background-position: left top;
	background-size: cover;
	padding-bottom: 40px;
	position: relative;
	background-color: #3d51cf;
	overflow: hidden;
}

.block-instruments-slider-top-new-brand h1 {
	font-size: 36px;
	text-align: start;
	font-weight: 300;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.block-instruments-slider-top-new-brand .subtitle {
	color: #fff;
	text-align: start;
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 15px;
}

.block-instruments-slider-top-new-brand .btn-box .btn {
	padding: 11px 30px;
	min-width: 227px;
	margin: 0;
}
.block-instruments-slider-top-new-brand .btn-box .btn.btn-link {
	padding: 11px 30px;
	min-width: fit-content;
	text-decoration: none;
}
.block-instruments-slider-top-new-brand .instrument-value.ws-bind-change:after {
	content: "%";
	margin-left: 1px;
}
.block-instruments-slider-top-new-brand .btn-box a.btn.animate-btn {
	background: #ff5100;
	border-radius: 0;
	min-width: 188px;
	padding: 10px 30px;
	font-size: 16px;
}
.block-instruments-slider-top-new-brand .app-btns-box {
	text-align: start;
}
@media only screen and (max-width: 1199px) {
	.btn-box:not(.mobile-sticky) {
		display: block !important;
	}
}
@media only screen and (min-width: 768px) {
	.block-instruments-slider-top-new-brand h1 {
		font-size: 30px;
		text-align: left;
		margin-top: 40px;
	}

	.rtl .block-instruments-slider-top-new-brand h1 {
		text-align: right;
	}
	.block-instruments-slider-top-new-brand .subtitle {
		font-size: 20px;
		text-align: left;
		margin: 0;
		max-width: 600px;
	}

	.rtl .block-instruments-slider-top-new-brand .subtitle {
		text-align: start;
		margin-inline-start: 0;
	}
	.block-instruments-slider-top-new-brand .btn-box {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	.block-instruments-slider-top-new-brand .btn-box a.btn.animate-btn,
	.block-instruments-slider-top-new-brand .animate-btn {
		min-width: 211px;
		background: #fff;
	}
	.block-instruments-slider-top-new-brand {
		min-height: 500px;
		padding-bottom: 40px;
		background-position: left;
		display: flex;
	}
	.block-instruments-slider-top-new-brand .section-wrap {
		width: 100%;
	}

	.block-instruments-slider-top-new-brand .btn-box .btn {
		font-size: 22px;
		padding: 18px 30px;
	}
	.block-instruments-slider-top-new-brand .btn-box .btn.btn-link {
		font-size: 18px;
	}
	.rtl .block-instruments-slider-top-new-brand .btn-box {
		float: right;
	}
	.block-instruments-slider-top-new-brand h1 {
		font-size: 40px;
		text-align: left;
		margin-top: 20px;
		margin-bottom: 0;
		padding-top: 0px;
	}
	.rtl .block-instruments-slider-top-new-brand h1 {
		text-align: right;
	}

	.block-instruments-slider-top-new-brand .subtitle {
		text-align: left;
		margin: 0;
		max-width: 585px;
		line-height: 34px;
		font-size: 18px;
		font-weight: 300;
	}

	.block-instruments-slider-top-new-brand .swiper-slide {
		width: fit-content !important;
	}
	/*.block-instruments-slider-top-new-brand .swiper-wrapper {
		gap: 30px;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}*/
}
@media only screen and (min-width: 1600px) {
	.block-instruments-slider-top-new-brand {
		min-height: 810px;
		display: flex;
	}
	.block-instruments-slider-top-new-brand .section-wrap {
		width: 100%;
	}
	.block-instruments-slider-top-new-brand h1 {
		font-size: 56px;
		margin-top: 70px;
	}
	.block-instruments-slider-top-new-brand .subtitle {
		font-size: 22px;
	}
	.block-instruments-slider-top-new-brand .btn-box a.btn.animate-btn,
	.block-instruments-slider-top-new-brand .animate-btn {
		padding: 15px 20px;
		font-size: 18px;
		margin-bottom: 0;
	}
	.block-instruments-slider-top-new-brand .btn-box {
		margin-bottom: 80px;
	}
}
/* swiper slider adjustments */

.block-instruments-slider-top-new-brand .swiper-container,
.slider-under .swiper-container {
	position: initial;
	max-width: fit-content;
	overflow: hidden;
}
.slider-under .swiper-container {
	overflow: hidden;
	position: relative;
	bottom: auto;
}
.block-instruments-slider-top-new-brand .swiper-slide,
.slider-under .swiper-slide {
	max-width: 207px;
	background-color: #000000b3;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	height: 100px;
	backdrop-filter: blur(6px);
	opacity: 0.91;
}
.slider-under .swiper-slide {
	background-color: rgba(16, 24, 32, 0.83);
}
.block-instruments-slider-top-new-brand .instrument-info,
.slider-under .instrument-info {
	text-align: center;
}
.block-instruments-slider-top-new-brand .swiper-container img,
.slider-under .swiper-container img {
	width: 53px;
	height: 53px;
	margin-bottom: 10px;
}
.block-instruments-slider-top-new-brand .swiper-container .img,
.slider-under .swiper-container .img {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}
.block-instruments-slider-top-new-brand .swiper-container .instrument-details,
.slider-under .swiper-container .instrument-details {
	width: 60%;
}
.block-instruments-slider-top-new-brand .swiper-container .instrument-info,
.slider-under .swiper-container .instrument-info {
	padding: 10px;
}
.block-instruments-slider-top-new-brand .swiper-container .instrument-value,
.slider-under .swiper-container .instrument-value {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 14px;
}
.block-instruments-slider-top-new-brand .swiper-container .value-sell,
.slider-under .swiper-container .value-sell {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.block-instruments-slider-top-new-brand .swiper-container .slide .img,
.slider-under .swiper-container .slide .img {
	border-right: 1px solid #455d76;
}

.rtl .block-instruments-slider-top-new-brand .swiper-container .slide .img,
.rtl .slider-under .swiper-container .slide .img {
	border-left: 1px solid #455d76;
}

.block-instruments-slider-top-new-brand .instrument-name,
.slider-under .instrument-name {
	font-size: 14px;
	text-align: center;
}
.block-instruments-slider-top-new-brand .instruments-pagination,
.slider-under .instruments-pagination {
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	margin-top: 20px;
}
.block-instruments-slider-top-new-brand
	.instruments-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-under .instruments-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #e5ff81;
	/*transform: scale(1.4);*/
	opacity: 1;
}
.slider-under .instruments-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #4c61ff;
}
.block-instruments-slider-top-new-brand .instruments-pagination .swiper-pagination-bullet,
.slider-under .instruments-pagination .swiper-pagination-bullet {
	opacity: 0.8;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
	height: 8px;
	width: 8px;
	margin: 0 7px !important;
}
.slider-under .instruments-pagination .swiper-pagination-bullet {
	background-color: #101820;
}
@media only screen and (min-width: 768px) {
	section.slider-under {
		display: none;
	}
	.block-instruments-slider-top-new-brand .swiper-wrapper,
	.slider-under .swiper-wrapper {
		max-width: 575px;
	}
}
@media only screen and (min-width: 1600px) {
	.block-instruments-slider-top-new-brand .swiper-container,
	.slider-under .swiper-container {
		bottom: 90px;
	}

	.block-instruments-slider-top-new-brand
		.instruments-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
	.slider-under .instruments-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		max-width: 875px;
		left: auto;
		bottom: 30px;
	}
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
	.slider-under .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		height: 10px;
		width: 10px;
	}
	.block-instruments-slider-top-new-brand .swiper-container .slide.swiper-slide,
	.slider-under .swiper-container .slide.swiper-slide {
		height: 155px;
		max-width: 341px;
	}
	.block-instruments-slider-top-new-brand .swiper-container img,
	.slider-under .swiper-container img {
		width: 90px;
		height: 90px;
	}
	.block-instruments-slider-top-new-brand .swiper-wrapper,
	.slider-under .swiper-wrapper {
		max-width: 875px;
	}
	.block-instruments-slider-top-new-brand .instrument-name,
	.slider-under .instrument-name {
		font-size: 22px;
	}
	.block-instruments-slider-top-new-brand .swiper-container .value-sell,
	.slider-under .swiper-container .value-sell {
		font-size: 39px;
	}
}
