.achievements {
    overflow: hidden;
}

.achievements__top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    background: #FF5A46;
    padding: 60px 80px 103px 80px;
    border-radius: 42px 42px 0 0;
}

.achievements__top-item {
    flex-basis: 301px;
    flex-shrink: 1;
}

.achievements__top-item-number {
    font-weight: 300;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #FFF;
    min-height: 70px;
}

.achievements__top-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #e9e8e8;
    margin-bottom: 0;
}

.achievements__top-item-big-word {
    font-weight: 500;
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #FFF;
}

.achievements__top-item-inner {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 10px;
}

.achievements__bottom {
    padding: 80px;
    background: #202029;
    border-radius: 42px;
    margin-top: -51px;
}

@media screen and (min-width: 1024px) {
    .achievements__swiper-wrapper {
        gap: 45px;
        flex-wrap: wrap;
    }

    .achievements__swiper-slide {
        flex-basis: calc((100% - 90px) / 3);
    }
}


.achievements__slide-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px 30px 10px 0;
    border-radius: 10px 10px 24px 10px;
    border: 1px solid #FFF;
    transition: all 0.3s ease;
}

.achievements__slide-wrapper:hover {
    background: #36363e;
}

.achievements__slide-link,
.achievements__slide-link svg path{
    transition: all 0.3s ease
}

.achievements__slide-wrapper:hover .achievements__slide-link {
    color: #FF5A46;
}

.achievements__slide-wrapper:hover .achievements__slide-link svg path{
    fill: #FF5A46;
}

.achievements__slide-optional {
    display: flex;
    gap: 40px;
}

.achievements__slide-info,
.achievements__slide-name {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #FFF;
}

.achievements__slide-info-text {
    margin-top: -2px;
    font-weight: 300;
    font-size: 14px;
    color: #e9e8e8;
}

.achievements__slide-link {
    margin-top: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.achievements__slide-wrapper:hover .achievements__slide-link {
    gap: 20px;
}

.achievements__slide-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-item-big-word-mobile,
.top-item-text-mobile {
    display: none;
}

.achievements__slide-icon-wrapper {
    display: flex;
}

@media screen and (max-width: 1199.98px) {
    .achievements__top {
        padding: 60px 60px 103px 60px;
    }

    .achievements__top-item {
        flex-basis: 201px;
    }

    .achievements__top-item-text,
    .achievements__top-item-big-word {
        display: none;
    }

    .achievements__top-item-number {
        font-weight: 500;
        font-size: 45px;
        letter-spacing: -0.03em;
        min-height: fit-content;
    }

    .achievements__top-item-big-word {
        font-weight: 500;
        font-size: 35px;
        letter-spacing: -0.04em;
    }

    .top-item-big-word-mobile,
    .top-item-text-mobile {
        display: flex;
    }

    .achievements__top-item-inner {
        gap: 15px;
    }
}

@media screen and (max-width: 1023.98px) {
    .achievements__top {
        padding: 40px 40px 100px 40px;
        flex-direction: column;
        gap: 30px;
    }

    .achievements__top-item {
        flex-basis: fit-content;
    }

    .achievements__bottom {
        margin-top: -60px;
         overflow: hidden;
    }

    .achievements__bottom {
        padding: 40px;
    }

    .achievements__slide-wrapper {
        border: none;
        justify-content: center;
        padding: 0;
    }

    .achievements__bottom,
    .achievements__top {
        border-radius: 20px;
    }

    .achievements__slide-icon {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 599.98px) {
    .achievements__top-item-number {
        font-size: 36px;
    }

    .achievements__top-item-big-word {
        font-size: 26px;
    }

    .achievements__top {
        padding: 40px 25px 100px 25px;
    }

    .achievements__bottom {
        padding: 20px 25px 40px 25px;
    }

    .achievements__top-item-inner {
        gap: 8px;
        margin-bottom: 9px;
    }

    .achievements__slide-info, .achievements__slide-name {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: -0.05em;
    }

    .achievements__slide-info-text {
        font-size: 16px;
    }

    .achievements__slide-link {
        margin-top: 5px;
    }
}