@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

.kabahistory__container, .kabahistory__container * {
	box-sizing: content-box !important;
}

.kabahistory__container {
	display: -webkit-flex;
	display: flex;
	position: relative;
	max-width: 407px;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding-left: 70px;
	padding-bottom: 54px;
	margin: 0 0 20px 0;
}

.kabahistory__container:before, .kabahistory__container:after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.kabahistory__container:before {
	top: 26px;
	left: -75px;
	background-image: url('../img/books-bg-left.png');
}

.kabahistory__container:after {
	top: 7px;
	left: 100%;
	background-image: url('../img/books-bg-right.png');
}


.kabahistory-item {
	background-size: 100% 100%;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 318px;
	min-width: 40px;
	position: relative;
	cursor: pointer;
	text-align: center;
	display: flex;
	align-items: center;
	transition: .2s;
	transition-timing-function: ease-in-out;
}


.kabahistory-item:nth-child(1) {
	width: 71px;
	height: 323px;
	background-color: #c96523;
}

.kabahistory-item:nth-child(2) {
	width: 60px;
	height: 318px;
	background-color: #6a7b7a;
}

.kabahistory-item:nth-child(3) {
	width: 68px;
	height: 343px;
	background-color: #576373;
}
.kabahistory-item:nth-child(3) .kabahistory-title {
	font-size: 18px;
	line-height: 1.6;
}

.kabahistory-item:nth-child(4) {
	width: 95px;
	height: 328px;
	background-color: #394337;
}
.kabahistory-item:nth-child(4) .kabahistory-title {
	font-size: 22px;
	line-height: 1.6;
}

.kabahistory-item:nth-child(5) {
	width: 113px;
	height: 343px;
	background-color: #4d5758;
}
.kabahistory-item:nth-child(5) .kabahistory-title {
	font-size: 28px;
	line-height: 28px;
}

.kabahistory-item:hover, .kabahistory-item.active {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.kabahistory-title {
	display: flex;	
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: Playfair Display,sans-serif!important;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.6;
	color: #fff;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	text-decoration: none;
	user-select: none;
}


.kabahistory-footer {
	opacity: 0;
	position: absolute;
	pointer-events: none;
	user-select: none;
	transition: opacity .2s;
	transition-timing-function: ease-in-out;
	left: 0;
	top: calc(100% + 38px);
	width: 100%;
	white-space: nowrap;
	padding-left: calc(50% + 30px + 15px);
	box-sizing: border-box !important;
	color: #000;
}

.kabahistory-footer br {
	display: none;
}

.kabahistory-footer:before {
	content: "";
	position: absolute;
	top: -18px;
	left: 50%;
	width: 30px;
	height: 30px;
	background-image: url('../img/arrow.svg');
	background-repeat: no-repeat;
}

.kabahistory-item:hover .kabahistory-footer {
	opacity: 1;
}

.kabahistory-menu__container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.kabahistory-menu-item {
	padding: 14px 18px 16px;
	background: #EAF3FB;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	transition: all 0.2s ease-in-out;
}

.kabahistory-menu-item-title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #2C2C2C;
	transition: all 0.2s ease-in-out;
}

.kabahistory-menu-item-description {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #B8BDC1;
	transition: all 0.2s ease-in-out;
}

.kabahistory-menu-item:hover, .kabahistory-menu-item.active {
	background: #CBE8FF;
} 

.kabahistory-menu-item:hover .kabahistory-menu-item-description, .kabahistory-menu-item.active .kabahistory-menu-item-description {
	color: #6797AD !important
}

@media screen and (max-width: 767px) {
    .kabahistory-menu__container {
		display: none;
	}
}

@media screen and (max-width: 599px) {
	.kabahistory__container {
		width: 343px;
		-webkit-transform: rotate(90deg) translateY(15%);
		transform: rotate(90deg) translateY(15%);
		padding-left: 0;
		padding-bottom: 0;
		margin: 0 0 40px 0;
	}

	.kabahistory-item {
		transform: none !important;
	}

	.kabahistory__container:after ,
	.kabahistory-footer {
		display: none !important;
	}

	.kabahistory__container:before {
		-webkit-transform: rotate(-90deg) scaleX(-1);
		transform: rotate(-90deg) scaleX(-1);
		z-index: -1;
		left: 30px;
		top: -130px;
	}

}