.b-work-item-task {
	padding: 0;
}

.b-work-item-promo .b-text-buble {
	padding: 0;
}

.work-template2 .b-work-item-promo h1 {
    color: #FFF;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 1151px;
}

.b-work-item-promo h1:after {
	background: #FFF;
    width: 250px;
    margin-left: -125px;
}

.b-work-item-promo .b-work-item-promo-illu {
	background-image: url('promo.png');
}

.top2024-promo-subtitle {
    margin-top: 39px;
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top2024-section-news {
    margin: 80px 0;
    display: flex;
    justify-content: center;
}

.top2024-result-news {
    max-width: 1093px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.result-title {
    color: #000;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding-bottom: 20px;
}

.top2024-section-result {
    margin-bottom: 80px;
}

.top2024-section-result .top2024-result-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #E30611;
    position: absolute;
    left: 50%;
    margin: 36px 0 53px 0;
}

.top2024-result-block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 53px;
}

.top2024-result-first, .top2024-result-second, .top2024-result-third {
    width: calc(100% / 3);
    max-width: 440px;
}

.top2024-result-first {
    background: #F4F7F9;
}

.result-block-title {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px; 
    margin-bottom: 25px;
}

.result-block-descr {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.result-block-descr span {
    padding: 0 20px;
}

.result-block-descr-line:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-color: #000;
    opacity: 0.1;
    position: absolute;
    left: calc(50% - 40px);
    margin: 15px 0;
}

.top2024-section-criteria {
	display: flex;
	flex-direction: column;
}

.top2024-criteria {
    display: flex;
    justify-content: center;
	flex-direction: row;
	width: 100%;
}

.top2024-criteria__logo img {
    height: 100%;
}

.top2024-criteria__logo {
    /* width: 50%;
	max-width: 50%;
    max-width: 700px;
	background-image: url('5.png');
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box; */
    max-height: 569px;
}

.top2024-criteria__preview {
	width: 50%;
	max-width: 100%;
    max-width: 700px;
    max-height: 569px;
	padding: 60px 116px 98px 105px;
	text-align: left;
	box-sizing: border-box;
	background: #F4F7F9;
}

.top2024-criteria__preview p {
    margin-right: 0;
}

.top2024-criteria__preview h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #E30611;
    position: absolute;
    margin: 35px 0;
}

.top2024-criteria__preview p {
    margin-left: 0;
}

.top2024-criteria__preview-title {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top2024-criteria__preview-description {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}

.top2024-criteria__preview-description:first-of-type {
    padding-top: 20px;
}

.top2024-section-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 52px;
}

.top2024-section-rating p {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    max-width: 1169px;
}

.top2024-section-rating p:last-of-type {
    margin-bottom: 53px;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .top2024-criteria__preview {
        padding: 30px 30px 0;
    }
}

@media only screen and (min-width: 861px) and (max-width: 1024px) {
    .top2024-section-news {
        padding: 0 20px;
    }

    .top2024-section-result {
        padding: 0 20px;
    }

    .top2024-criteria {
        flex-direction: column-reverse;
        align-items: center;
    }

    .top2024-criteria__logo {
        min-height: 260px;
        width: 100%;
    }

    .top2024-criteria__preview {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 40px 21px 20px;
    }

    .top2024-criteria__preview-description:first-of-type {
        padding-top: 16px;
    }

    .top2024-criteria__preview h2:after {
        margin: 16px 0;
    }

    .top2024-criteria__preview-description {
        font-size: 16px;
        line-height: 18px; 
    }
}


@media only screen and (max-width: 860px) {
    .work-template2 .b-work-item-promo h1 {
        font-size: 40px;
    }

    .top2024-promo-subtitle {
        margin-top: 31px;
        margin-bottom: 150px;
        font-size: 24px;
    }

    .b-work-item-promo .b-work-item-promo-illu {
        background-image: url('promo-mob.png');
    }

    .top2024-section-news {
        margin: 40px 20px 80px;
    }

    .top2024-result-news {
        font-size: 16px;
        line-height: 18px;
    }

    .top2024-section-result {
        margin-bottom: 51px;
        padding: 0 21px;
    }

    .top2024-section-result .top2024-result-title:after {
        margin-left: -40px;
    }

    .work-template2 .b-work-item-task h2 {
        font-size: 27px;
        line-height: normal;
    }

    .top2024-result-block {
        flex-direction: column;
        gap: 20px;
    }

    .top2024-result-first, .top2024-result-second, .top2024-result-third {
        width: 100%;
        max-width: 100%;
    }

    .result-block-title {
        font-size: 27px;
        margin-bottom: 14px;
    }

    .result-block-descr {
        font-size: 16px;
        line-height: 22px; 
        gap: 28px;
        margin-bottom: 18px;
    }

    .result-block-descr span {
        padding: 0 7px;
    }

    .top2024-criteria {
        flex-direction: column-reverse;
        align-items: center;
    }

    .top2024-criteria__logo {
        min-height: 260px;
        width: 100%;
    }

    .top2024-criteria__preview {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 40px 21px;
    }

    .top2024-criteria__preview-description:first-of-type {
        padding-top: 16px;
    }

    .top2024-criteria__preview h2:after {
        margin: 16px 0;
    }

    .top2024-criteria__preview-description {
        font-size: 16px;
        line-height: 18px; 
    }

    .top2024-section-rating {
        padding: 40px 20px 0;
        margin-top: 0;
    }

    .top2024-section-rating p {
        font-size: 16px;
        line-height: 18px; 
    }
}