.section_about_slider {
	position: relative;
	padding: 60px 0 100px;
}

.section_about_slider + .section_about_slider {
	padding-top: 0;
}

.about_box {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px 26px;
}

.about_box > * {
    padding: 0 10px;
}

.about_block_title > * {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	text-transform: uppercase;
}

.about_block_nav .slider_nav_only_arrows {
    column-gap: 36px;
}



.about_history_list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.about_history_item {
	display: flex!important;
	height: auto;
}

.about_history {
	display: flex;
	flex-direction: column;
}

.about_history_badge {
	display: inline-flex;
	border-bottom: 2px solid #ec691f;
}

.about_history_badge span {
	display: inline-block;
	font-size: 56px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	background: #ec691f;
	padding: 15px 40px 0;
}

.about_history_text {
	padding: 40px;
	border: 1px solid #dfdfdf;
	border-top-color: transparent;
	border-top-width: 2px;
	flex: 1;
}

.about_history_text p {
	font-size: 14px;
	line-height: 20px;
}

@media (max-width: 767.98px) {
	.about_block_title {
		text-align: center;
	}

	.about_block_nav {
		position: absolute;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 480px) {
	.about_block_title > * {
		font-size: 26px;
	}
}

@media (min-width: 768px) {
	.section_about_slider {
		padding: 100px 0;
	}

	.about_box {		
		margin-bottom: 35px;
	}

	.about_block_title > * {
		font-size: 30px;
	}

	.about_history_list .about_history_item {
		width: 100%;
		height: auto;
		/* max-width: 366px; */
		margin-left: 18px;
    	margin-right: 18px;
	}

	.about_history_item_large {		
		/* max-width: 768px; */
	}

	.about_history_text {
		padding: 40px 24px 40px 40px;
	}

	.about_history_text p {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (min-width: 1280px) {
	/* .section_about_history .about_block_nav {
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	    max-width: 1280px;
		padding: 0 10px;
	    z-index: 1;
	    display: flex;
	    justify-content: flex-end;
	} */

	.section_about_slider {
		overflow: hidden;
	}

	.about_block_title {
		position: relative;
	}

	.about_block_title:before {
	    content: '';
	    position: absolute;
	    top: 50%;
        right: calc(100% + 20px);
	    width: 100vw;
	    height: 1px;
	    background-color: #202020;
	    margin-top: -1px;
	}

	.about_block_nav .slider_nav_only_arrows {
	    column-gap: 28px;
	}

	/* .about_history_item {
		max-width: 426px;
	}

	.about_history_item_large {		
		max-width: 818px;
	} */

	.about_history_badge span {
		font-size: 69px;
		line-height: 51px;
		padding: 20px 40px 0;
	}

	.about_history_text p {
		font-size: 18px;
		line-height: 29px;
	}
}