.caseHead__item_chery {
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caseHead__item_chery img {
    max-width: 490px;
    padding: 0 15px;
}
.caseHead__items_chery {
    margin: 57px 0 80px 0;
}
.caseHead__title_chery {
	font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 130% !important;
}
.info {
    padding: 60px 0;
}
.info_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 992px;
}
.info_item_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #201D26;
    margin-bottom: 8px;
}
.info_item_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #59575F;
}
.countryWatch {
    overflow-x: hidden;
    margin: 100px 0 ;
}

.sliderinfinite {
    display: flex;
    width: max-content;
    animation: sliderinfinite 100s linear infinite;
    justify-content: flex-start;
    transition: all 500ms ease;
}
.countrySlider__image {
    height: 300px;
    margin: 0 0 40px 40px;
    width: auto;
}
.sliderinfinite.reverse {
    margin-top: 0;
    margin-bottom: 0;
    animation-direction: reverse;
}
@keyframes sliderinfinite {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}


.works_chery {
    padding: 120px 0 100px 0;
}

.works_chery ul {
    margin: 50px 0 0 0;
    padding: 0;
}
.works_chery  ul li {
    background-repeat: no-repeat;
    background-image: url(/local/templates/mworks/img/li-white.svg);
    background-position: 0 0;
    list-style-type: none;
    padding-left: 50px;
}
.callback_chery {
    padding: 120px 0 100px 0;
}
.cardtwo__block-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.result-cards {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
}
.cardtwo__block-title+.result-cards {
    margin: 30px 0 0;
}
.results__chery {
    margin: 80px 0 0 0;
}
.result-card {
    margin-bottom: 20px;
    margin-right: 20px;
    width: calc(33% - 20px);
    height: 170px;
    background-color: #F5F5F5;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 200px;
}
.result-card__top {
    display: flex;
    align-items: flex-start;
}

.result-card__sup {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 0 4px;
}
.result-card__sup_green {
    color: #5BB86A;
}
.result-card__text_big {
    font-weight: 500;
    font-size: 24px;
    line-height: 116.6%;
    color: #201D26;
}
.result-card__text_small {
    font-weight: 500;
    font-size: 12px;
    line-height: 116.6%;
    letter-spacing: 0.01em;
    color: #9BA2AB;
    margin: 6px 0 0;
}
.results_chery {
    margin: 50px 0 240px 0;
}
@media (max-width: 992px) {
    .caseHead__items_chery {
        margin: 50px 0;
    }
    .info, .seclight, .callback_chery {
        padding: 50px 0 !important;
    }
    .results_chery {
        margin: 50px 0;
    }
    .countryWatch {
        margin: 50px 0;
    }
    .countrySlider__image {
        height: 150px;
        margin: 0 0 15px 15px;
    }
    .works_chery ul {
        margin: 20px 0 0 0;
    }
    .results__chery {
        margin: 50px 0 0 0;
    }
}
@media (max-width: 900px) {
    .caseHead__item_chery {
        height: 400px;
    }

}

@media (max-width: 700px) {
    .result-card {
        margin-bottom: 16px;
        margin-right: 16px;
        width: calc(50% - 20px);
        min-width: 170px;
        flex-grow: 1;
    }
}
@media (max-width: 600px) {
    .caseHead__item_chery {
        height: 300px;
    }
    .info_wrap {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }
    .info, .seclight, .callback_chery {
        padding: 30px 0;
    }
    .results__chery {
        margin: 30px 0 0 0;
    }
    .results_chery {
        margin: 0 0 30px 0;
    }
    .works_chery ul li {
        padding-left: 30px;
    }

}
@media (max-width: 576px) {
    .result-card {
        height: 150px;
    }
}


@media (max-width: 440px) {
    .caseHead__item_chery {
        height: 250px;
    }
}


@media (max-width: 360px) {
    .caseHead__item_chery {
        height: 210px;
    }
}


