.container.manual__block {
    display: flex;
    flex-direction: column;
}
.main__item--manual {
    background: white;
    width: 100%;
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 20px;
	
}
#chart-container {
    margin-top: 50px;
}


.main__item--manual-block {
    width: 824px;
    margin: 20px auto;
}
.main__item--manual-block h1 {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
}
.main__item--manual-block > p {
    margin-bottom: 12px;
    margin-top: 12px;
    font-size: 18px;
    line-height: 28px;
}

.cost__mark {
        font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #333;
    margin-bottom: 15px;
    cursor: pointer;
}

.cost__mark img {
	width: 20px;
    height: 20px;
    margin-right: 7px;
    filter: grayscale(1);
	
}

.cost__mark:hover{
	color:#1967D7;
}

.cost__mark:hover img {
	 filter: grayscale(0);
}

.price__list-car {
    column-count: 4;
    margin-top: 30px;
}

.mark__all-cost {
    margin-top: 25px;
}

.mark__all-cost p{
    
	color: #1967d7;
    font-size: 15px;
    font-weight: bold;
    opacity: .9;
    cursor: pointer;
}

.cost-mark-checked {
    font-size: 25px!important;
}

.cost-mark-checked img{
	width: 30px!important;
    height: 30px!important;
	filter: grayscale(0)!important;
}

.mark__all-cost p:hover{
	color: #1967D7;
	opacity: 1;
}

.price__list-car p {
    page-break-inside: avoid;
    break-inside: avoid;
}

#cost-mark {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #E1E8EE;
    padding-bottom: 10px;
    display: none;
    margin-top: 25px;
	cursor:pointer;
}

#cost-model{
	font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #E1E8EE;
    padding-bottom: 10px;
    display: none;
    margin-top: 25px;
	cursor:pointer;
}

#cost-generation{
	font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #E1E8EE;
    padding-bottom: 10px;
    display: none;
    margin-top: 25px;
	cursor:pointer;
}

#cost-mark:hover{
	color: #1967D7;	
}
#cost-model:hover{
	color: #1967D7;	
}

#cost-generation:hover{
	color: #1967D7;
}

.price__list-car-model {
    column-count: 5;
	    margin-top: 15px;
}

.car-model-item {
	font-size: 16px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    cursor:pointer;
    text-overflow: ellipsis;
}

.car-model-item:hover{
	color: #1967D7;
}

.price__list-car-generation {
    display: flex;
    flex-wrap: wrap;
	margin-top: 15px;
}

.car-generation-item {
   position: relative;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 15px;
}

.car-generation-item img{
	width: 180px;
    border-radius: 10px;
    filter: brightness(0.5);
    display: flex;
}

.car-generation-item p {
	position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    color: white;
    font-weight: bold;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
}

.car-generation-item:hover img {
	 filter: brightness(0.8);
}
.car-generation-item span {
	position: absolute;
    top: 30px;
    left: 10px;
    color: #fbcf33;
    font-weight: bold;
    font-size: 14px;
}

button#prev{
	display:none;
	background: white;
    outline: none;
    border: 1px solid #2d2d2d;
    padding: 8px;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
}
button#next{
	display:none;
	background: white;
    outline: none;
    border: 1px solid #2d2d2d;
    padding: 8px;
    border-radius: 20px;
    
    cursor: pointer;
}

#prev:hover{
	background: #1967D7;
    border: 1px solid #1967D7;
    color: white;
}

#next:hover{
	background: #1967D7;
    border: 1px solid #1967D7;
    color: white;
}

#chart_price{
    margin-top: 30px;
}

.chart__button {
    display: flex;
    justify-content: flex-end;
}

#cars-list{
display:none;	
}

.car-item {
    display: flex;
    border: 1px solid #E1E8EE;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0px;
}

.block-img-cost img {
	width: 150px;
    height: 100px;
    object-fit: cover;
}

.block-info-cost {
    
    width: 100%;
	padding: 0px 40px;
}

.block-info-cost h3 a{
	color:#1967d2;
}
.block-info-cost p{
    color: #5f5f5f;
    font-size: 22px;
    display: block;
    margin-top: 5px;
}

.block-info-cost h3 a:hover{
	color:#1967d2;
}

#cars-list {
    margin-top: 50px;
}


@media screen and (max-width:1024px){
	.main__slider_row50 {
		width: 90%;
	}
	
	.main__slider{
		    background-image: none;
	}
	
	.list__pages-item{
		width:100%;
	}
	
	.main__slider_second .main__slider_second_row50 .list__pages-item-text p{
		max-width:initial;
	}
	
}

@media screen and (max-width:968px){
	.main__item--manual-block{
		width:100%;
	}
	.main__item--manual{
		padding:20px;
	}
	
	.more_book-art{
		width:100%;
	}
}


@media screen and (max-width:768px){
	
	.car-item{
		flex-direction: column;
	}
	.block-img-cost {
		padding: 10px 20px;
	}
	.block-info-cost {
	
		padding: 0px 20px;
	}
	
	.price__list-car {
    column-count: 2;
    
	}
	
	.price__list-car-model{
		 column-count: 2;
	}
	
}