.caseHead__items_rotado {
    display: grid;
    grid-template-columns: auto minmax(470px, auto );
    grid-gap: 88px;
    align-items: center;
    transition: all 1s ease;
    margin-top: 35px;
}
.caseHead__title_rotado {
    font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 130% !important;
    max-width: 950px;
    margin: 60px 0 80px 0 !important;
}
.caseHead__item_rotado {
    height: 520px;
    background-size: cover;
    background-position: center center;
}

.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;
    border-radius: 8px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.04));
}
.sliderinfinite.reverse {
    margin-top: 0;
    margin-bottom: 0;
    animation-direction: reverse;
}
@keyframes sliderinfinite {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
.works_rotado {
margin: 20px 0 80px 0;
}
.works_rotado ul {
    margin: 50px 0 0 0;
    padding: 0;
}
.works_rotado ul li {
    background-repeat: no-repeat;
    background-image: url(/local/templates/mworks/img/li.svg);
    background-position: 0 0;
    list-style-type: none;
    padding-left: 50px;
}
.results_rotado {
margin: 60px 0 240px 0;
}
.result-targeting__block {
    filter: drop-shadow(0px 4px 50px rgba(58, 66, 86, 0.05));
    margin: 80px 0 0 0;
}

.results-list {
    margin: 70px 0 80px 0;
}
.result-cards {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
}
.cardtwo__block-title+.result-cards {
    margin: 30px 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__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #201d26;
}
.result-card__sup {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 0 4px;
}
.result-card__sup_gray {
    color: #9BA2AB;
}
.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;
}



@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_rotado {
        height: 300px;
        background-size: cover;
        background-position: center center;
    }
    .caseHead__title_rotado {
        margin: 50px 0 !important;
    }
    .info_wrap {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }
    .countryWatch {
        margin: 50px 0;
    }
    .works_rotado {
        margin: 0 0 50px 0;
    }
    .works_rotado ul {
        margin: 20px 0 0 0;
    }
    .works_rotado ul li {
        padding-left: 30px;
    }
    .result-targeting__block {
        margin: 50px 0 0 0;
    }
    .results_rotado {
        margin: 0 0 50px 0;
    }
    .results-list {
        margin: 30px 0;
    }
}


@media (max-width: 425px)  {
    .info {
        padding: 30px 0;
    }
    .secptpb_rotado {
        padding: 30px 0 0 0;
    }
    .countrySlider__image {
        height: 150px;
        margin: 0 0 20px 20px;

    }
}

