/**********************************************************************/
/**********************************************************************/
.page-history {
	margin-bottom: 130px;
}

/**********************************************************************/
.page-history .history-list {
	border-left: 2px solid #3F7C94;
}
.page-history .history-list .history-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.page-history .history-list .history-item:last-child {
	margin-bottom: 0;
}

/**********************************************************************/
.page-history .history-list .history-item__date {
	position: relative;
	display: flex;
	width: 300px;
}
.page-history .history-list .history-item__circle {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(calc(-50% - 1px), -50%);
	width: 33px;
	height: 33px;
	border: 10px solid #FFFFFF;
	background-color: #76B5CD;
	border-radius: 50%;
	transition: width 0.3s, height 0.3s, background-color 0.3s;
}
.page-history .history-list .history-item.active .history-item__circle {
	width: 37px;
	height: 37px;
	background-color: #3F7C94;
}
.page-history .history-list .history-item__year {
	margin: auto 0 auto 45px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 54px;
	line-height: 70px;
	color: #76B5CD;
	transition: font-size 0.3s, color 0.3s;
}
.page-history .history-list .history-item.active .history-item__year {
	font-size: 64px;
	color: #3F7C94;
}

/**********************************************************************/
.page-history .history-list .history-item__info {
	width: calc(100% - 330px);
	height: 680px;
	background-color: #E8F3FA;
}
.page-history .history-list .history-item__info .row {
	height: 100%;
}
.page-history .history-list .history-item__body-col {
	display: flex;
	flex-direction: column;
	max-height: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
}
.page-history .history-list .history-item__body {
	max-height: 100%;
	margin: auto 0 auto 30px;
	padding-left: 28px;
	overflow: auto;
	direction: rtl;
}
.page-history .history-list .history-item__title {
	margin-bottom: 40px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
	color: #3F7C94;
	direction: ltr;
}
.page-history .history-list .history-item__descr {
	direction: ltr;
}
.page-history .history-list .history-item__descr p {
	margin-bottom: 20px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #3F7C94;
}
.page-history .history-list .history-item__descr p:last-child {
	margin-bottom: 0;
}
.page-history .history-list .history-item__img {
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}




/**********************************************************************/
/*********************         RESPONSIVE         *********************/
/**********************************************************************/
@media screen and (max-width: 1440px) {
	/******************************************************************/
	/******************************************************************/
	.page-history {
		margin-bottom: 80px;
	}
	
	/******************************************************************/
	.page-history .history-list .history-item {
		margin-bottom: 40px;
	}

	/******************************************************************/
	.page-history .history-list .history-item__date {
		width: 200px;
	}
	.page-history .history-list .history-item__year {
		margin-left: 35px;
		font-size: 50px;
		line-height: 60px;
	}
	.page-history .history-list .history-item.active .history-item__year {
		font-size: 55px;
	}

	/******************************************************************/
	.page-history .history-list .history-item__info {
		width: calc(100% - 220px);
		height: 400px;
	}
	.page-history .history-list .history-item__body-col {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.page-history .history-list .history-item__body {
		margin-left: 20px;
		padding-left: 18px;
	}
	.page-history .history-list .history-item__title {
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 28px;
	}
	.page-history .history-list .history-item__descr p {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 22px;
	}
}


@media screen and (max-width: 767px) {
	/******************************************************************/
	/******************************************************************/
	.page-history {
		margin-bottom: 60px;
	}

	/******************************************************************/
	.page-history .history-list {
		width: 450px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.page-history .history-list .history-item {
		flex-direction: column;
	}

	/******************************************************************/
	.page-history .history-list .history-item__date {
		width: 100%;
	}
	.page-history .history-list .history-item__circle {
		width: 28px;
		height: 28px;
		border-width: 8px;
	}
	.page-history .history-list .history-item.active .history-item__circle {
		width: 30px;
		height: 30px;
		background-color: #3F7C94;
	}
	.page-history .history-list .history-item__year {
		margin: 20px 0 20px 20px;
		font-size: 50px !important;
		line-height: 50px;
	}

	/******************************************************************/
	.page-history .history-list .history-item__info {
		width: calc(100% - 20px);
		height: 400px;
		margin-left: 20px;
	}
	.page-history .history-list .history-item__body-col {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.page-history .history-list .history-item__body {
		height: 190px;
		margin: 0 10px 0 20px;
		padding: 0 8px 0 0;
		direction: ltr;
	}
	.page-history .history-list .history-item__title {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 24px;
	}
	.page-history .history-list .history-item__descr p {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 20px;
	}
	.page-history .history-list .history-item__img {
		height: 160px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
}