.b-mirbis-history ul {
	margin-bottom: 15px;
}
.b-mirbis-history ul li {
	list-style: disc;
	list-style-position: inside;
}
.b-mirbis-history .mirbis-history__list {
	max-height: 210px;
	overflow-x: hidden;
	overflow-y: auto;
}
.b-mirbis-history .mirbis-history__select {
	display: none;
}
.b-mirbis-history .mirbis-history__swiper-thumbox {
	position: relative;
}
.b-mirbis-history .mirbis-history__swiper-thumbox::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	height: 3px;
	background: #e6ecf3;
}
.b-mirbis-history .mirbis-history__subtitle {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	margin: 0 0 60px;
	max-width: 660px;
}
.b-mirbis-history .mirbis-history__swiper-thumbs {
	position: relative;
	display: flex;
	margin: 0 60px 43px;
}
.b-mirbis-history .mirbis-history__year {
	position: relative;
	padding-top: 3px;
	text-align: center;
	padding-bottom: 25px;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: rgba(0, 112, 223, 0.5);
	cursor: pointer;
}
.b-mirbis-history .mirbis-history__thumb-item {
	max-width: 80px;
}
.b-mirbis-history .mirbis-history__thumb-item.swiper-slide-thumb-active .mirbis-history__year {
	padding-top: 0;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #0070df;
}
.b-mirbis-history .mirbis-history__thumb-item.swiper-slide-thumb-active .mirbis-history__year::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: -15px;
	right: -15px;
	height: 3px;
	background: #0070df;
}
.b-mirbis-history .mirbis-history__item {
	background: #f6f6f7;
	box-sizing: border-box;
	padding: 35px;
	border-radius: 8px;
}
.b-mirbis-history .mirbis-history__inner {
	display: flex;
}
.b-mirbis-history .mirbis-history__left {
	flex: 1;
	padding-right: 50px;
}
.b-mirbis-history .mirbis-history__text {
	/* font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: -0.02em; */
	color: #747474;
}

.b-mirbis-history .mirbis-history__text p {
	margin-bottom: 0.5rem;
}

.b-mirbis-history .mirbis-history__imgbox {
	display: flex;
	max-width: 270px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.b-mirbis-history .mirbis-history__imgbox img {
	width: 100%;
}
.b-mirbis-history .swiper-button-prev,
.b-mirbis-history .swiper-button-next {
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
}
.b-mirbis-history .swiper-button-prev::after,
.b-mirbis-history .swiper-button-next::after {
	display: none;
}
.b-mirbis-history .swiper-button-prev {
	left: 0;
	background-image: url("/local/templates/webcanape/images/history-swiper-prev.svg");
}
.b-mirbis-history .swiper-button-next {
	right: 0;
	background-image: url("/local/templates/webcanape/images/history-swiper-next.svg");
}
@media (max-width: 1239px) {
	.b-mirbis-history__item {
		padding: 20px;
	}
	.b-mirbis-history .mirbis-history__left {
		padding-right: 20px;
	}
	.b-mirbis-history .mirbis-history__imgbox {
		max-width: 200px;
	}
}
@media (max-width: 767px) {

	.b-mirbis-history .mirbis-history__subtitle {
		font-size: 18px;
		margin: 0 0 30px;
		max-width: unset;
	}
	.b-mirbis-history .mirbis-history__swiper-thumbox {
		display: none;
	}
	.b-mirbis-history .mirbis-history__select {
		position: relative;
		display: block;
		margin-bottom: 10px;
	}
	.b-mirbis-history .mirbis-history__selected {
		position: relative;
		background: #f6f6f7;
		padding: 15px 50px 15px 20px;
		font-weight: 400;
		font-size: 30px;
		line-height: 1.2;
		letter-spacing: -0.02em;
		color: #0070df;
		border-radius: 8px;
		display: flex;
		align-items: center;
	}
	.b-mirbis-history .mirbis-history__selected::after {
		content: "";
		position: absolute;
		right: 20px;
		width: 18px;
		height: 18px;
		background-image: url("/local/templates/webcanape/images/history-arrow-down.svg");
		background-position: center;
		background-repeat: no-repeat;
	}
	.b-mirbis-history .mirbis-history__select:focus > .mirbis-history__selected::after {
		transform: rotate(180deg);
	}
	.b-mirbis-history .mirbis-history__list {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #f6f6f7;
		padding: 15px 20px;
		z-index: 2;
		border-radius: 8px;
	}
	.b-mirbis-history .mirbis-history__select:focus > .mirbis-history__list {
		display: block;
	}
	.b-mirbis-history .mirbis-history__list-item {
		margin-bottom: 13px;
	}
	.b-mirbis-history .mirbis-history__year {
		font-weight: 400;
		font-size: 22px;
		line-height: 1.2;
		letter-spacing: -0.02em;
		color: rgba(0, 112, 223, 0.5);
		text-align: left;
		padding: 0;
	}
	.b-mirbis-history .mirbis-history__year.selected {
		opacity: 0.2;
		pointer-events: none;
	}
	.b-mirbis-history .mirbis-history__item {
		padding: 20px;
	}
	.b-mirbis-history .mirbis-history__right {
		display: none;
	}
	.b-mirbis-history .mirbis-history__left {
		padding: 0;
	}
	.b-mirbis-history .mirbis-history__text {
		/* font-size: 15px; */
	}
}


.swiper.swiper--main-theme {
	overflow: visible;
}
.swiper.swiper--main-theme .swiper-slide {
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease-in-out;
	transition-property: opacity, visibility;
	-webkit-user-select: none;
	user-select: none;
}
.swiper.swiper--main-theme .swiper-slide-visible {
	opacity: 1;
	visibility: visible;
}
.swiper.swiper--main-theme .swiper__btn {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 51px;
	height: 51px;
	transform: translateY(-50%);
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
}
.swiper.swiper--main-theme .swiper__btn--prev {
	left: -100px;
	background: url("/local/templates/webcanape/images/swiper-prev.svg") 50% 50% no-repeat;
}
.swiper.swiper--main-theme .swiper__btn--next {
	right: -100px;
	background: url("/local/templates/webcanape/images/swiper-next.svg") 50% 50% no-repeat;
}
@media (max-width: 767px) {
	.swiper.swiper--main-theme .swiper__btn {
		display: none;
	}
}
.swiper.swiper--main-theme .swiper__btn:hover {
	opacity: 0.4;
}
.swiper.swiper--main-theme .swiper-button-disabled {
	opacity: 0.4;
	cursor: auto;
	pointer-events: none;
}
.swiper.swiper--main-theme .swiper-pagination-bullet {
	margin: 0 5px;
	border-radius: 50%;
	position: relative;
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	background-color: #3dade1;
	transition: background-color 0.2s ease-in-out;
}
.swiper.swiper--main-theme .swiper-pagination-bullet-active {
	background-color: #1071ae;
}
.swiper.swiper--main-theme.swiper--padding {
	padding-left: 51px;
	padding-right: 51px;
}
.swiper.swiper--main-theme.swiper--bullets {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.swiper.swiper--main-theme.swiper--bullets {
		margin-bottom: 30px;
	}
}
.swiper.swiper--main-theme.swiper--bullets .swiper-pagination {
	position: static;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: none;
	margin: 40px auto 0;
}
@media (max-width: 767px) {
	.swiper.swiper--main-theme.swiper--bullets .swiper-pagination {
		margin-top: 30px;
	}
}
