.new_awards_sect .sect_title:not(:last-child) {
    margin-bottom: 1em;
}

.new_awards_sect .description {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 3.33em;
    padding: 0.83em;
    background: linear-gradient(90deg, #7B61FF 0%, #9D61FF 100%);
    border-radius: 0.42em;
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.new_awards_sect .description:not(:last-child) {
    margin-bottom: 0.83em;
}

.new_awards_sect .description:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../../img/new-awards-sect/type2-description-background.svg);
    background-size: cover;
    background-position: center;
}

.new_awards_sect .items:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.new_awards_sect .items:not(.slick-slider)._3_childs {
    justify-content: space-between;
}

.new_awards_sect:not(._1_items) .items:not(.slick-slider):not(:last-child) {
    margin-bottom: 3.75em;
}

.new_awards_sect .items.slick-slider {
    padding: 5.75em 1.25em 2.5em;
    box-sizing: border-box;
}

.new_awards_sect .item {
    padding: 2.5em;
    width: 20em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}

.new_awards_sect .item.slick-slide {
    margin: 0 1.25em;
    padding: 0;
}

.new_awards_sect .items .slick-list {
    position: relative;
}

.new_awards_sect .items .slick-list:before {
    top: 0;
    left: 0;
    width: 2.5em;
    height: 100%;
    background-image: linear-gradient(to right, #ffffff, transparent);
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
}

.new_awards_sect .items .slick-list:after {
    top: 0;
    right: 0;
    width: 2.5em;
    height: 100%;
    background-image: linear-gradient(to left, #ffffff, transparent);
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
}

.new_awards_sect .item_image {
    margin: 0 0 1.25em;
    position: relative;
}

.new_awards_sect .item_image:after {
    content: '';
    display: block;
    padding: 50% 0;
}

.new_awards_sect .item_image:last-child {
    margin-bottom: 0;
}

.new_awards_sect .item_image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.new_awards_sect .item_title {
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    color: #2F3132;
    flex-grow: 1;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.new_awards_sect .items.slick-slider {
    padding-bottom: 2em;
    margin-bottom: 0;
}

.new_awards_sect .items.slick-slider:not(:last-child) {
    margin-bottom: 2.5em;
}

.new_awards_sect .items .slick-arrow {
    top: 0;
    bottom: auto;
    transform: none;
    left: unset;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #1E1E1E;
}

.new_awards_sect .items .slick-next {
    right: 0;
}

.new_awards_sect .items .slick-prev {
    right: 2.625em;
}

.new_awards_sect .after_cols {
    display: block;
}

.new_awards_sect .after_description {
    color: #2F3132;
    line-height: 1.3;
}

.new_awards_sect .after_description:not(:last-child) {
    margin-bottom: 2.5em;
}

.new_awards_sect .after_title_1 {
    color: #2F3132;
    text-align: right;
    text-transform: uppercase;
}

.new_awards_sect .after_title_1:not(:last-child) {
    margin-bottom: 1.25em;
}

.new_awards_sect .after_col_image {
    text-align: center;
    position: relative;
    height: 200px;
    padding-top: 20px;
}

.new_awards_sect .blurblur {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 40%;
}

.new_awards_sect .after_title_2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 5rem; /* 80px при base = 16px */
    line-height: 1.2;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #111827 0%, #7B61FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 100%;
    text-align: center;
}

.new_awards_sect .after_title_3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 6rem; /* 96px при base = 16px */
    line-height: 1.2; /* 120% */
    letter-spacing: -0.02em; /* -2% */
    background: linear-gradient(90deg, #111827 0%, #7B61FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 100%;
    text-align: center;
}

.new_awards_sect .after_recognized {
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(90deg, #111827 0%, #7B61FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    line-height: 160%;
    margin: 0 auto;
    padding-top: 20px;
    max-width: 500px;
    text-align: center;

}

.new_awards_sect._1_items .content_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.new_awards_sect._1_items .items {
    margin: 0;
    width: 20em;
}

.new_awards_sect._1_items .after_cols {
    flex-direction: column-reverse;
    max-width: calc(100% - 20em);
    width: 45em;
}

.new_awards_sect._1_items .after_col:nth-child(2) {
    margin-bottom: 2.5em;
}

.new_awards_sect._1_items .after_title_1 {
    text-align: left;
}

.new_awards_sect._1_items .after_title_2 {
    font-size: 7em;
    text-align: left;
    margin: 0;
}

@media (max-width: 1199px) {
    .new_awards_sect .items:not(.slick-slider)._3_childs {
        justify-content: center;
    }

    .new_awards_sect .after_cols {
        flex-direction: column-reverse;
    }

    .new_awards_sect .after_col:nth-child(2) {
        margin-bottom: 2.5em;
    }

    .new_awards_sect .after_title_1 {
        text-align: left;
    }

    .new_awards_sect .after_title_2 {
        font-size: 7em;
        text-align: left;
        margin: 0;
    }

    .new_awards_sect._1_items .after_cols {
        width: 27em;
    }

    .new_awards_sect._1_items .after_title_2 {
        font-size: 4em;
    }
}


.menu_text_sect .new_awards_sect .items {
    margin-left: 0;
    margin-right: 0;
}

.menu_text_sect .new_awards_sect .items .slick-list {
    margin: 0 -2.5em;
    padding: 0 2.5em;
}

.menu_text_sect .new_awards_sect .items .slick-list:before {
    width: 2.5em;
}

.menu_text_sect .new_awards_sect .items .slick-list:after {
    width: 2.5em;
}

.footer_butt{
    text-align: center;
}
.footer_butt .butt {
    margin-top: 20px;
    max-width: 250px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    padding: 20px 40px;
    font-size: 16px;

}

.footer_butt .butt .butt_label {
    margin-right: 8px;
}