.carousel-content-items_history .slick-list {
	margin: 0 -15px;
}
.carousel-history-main .carousel-content-items_history .slick-list {
    position: unset;
    overflow: inherit;
}
.carousel-history-main {
    position: relative;
}
.carousel-history-main .carousel-content-items_history:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    width: 1000%;
}
.textbox-our_history_module-content {
    margin-bottom: 30px;
}
.content-item-carousel-history {
    padding: 25px 30px;
}
.carousel-history-main .slick-track {
    display: flex !important;
}
.carousel-history-main .slick-slide {
    height: inherit !important;
	padding: 0 15px;
}
.main-item-carousel-history {
    height: 100%;
    background: #F7F7F7;
}
.list-nav-carousel-content-items_history {
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
    align-content: center;
    position: absolute;
    bottom: 30px;
    right: 0;
}
.item-nav-list-nav-carousel-content {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 5px;
	cursor: pointer;
}
.nav-carousel-content-items_history {
    position: relative;
    height: 100%;
}



