.about__container {
    flex-direction: column;
}

.game {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
}

.game__img-wrapper {
    width: 454px;
    height: 608px;
}

.game__img {
    width: 100%;
    /*height: 100%;*/
}

.game__content {
    display: flex;
    flex-direction: column;
    gap: 18px;

    width: 735px;
    height: 335px;

}

.game__title {
    font-size: 32px;
    font-weight: 500;
}

.game__title_orange {
    color: #E1662B;

}

.game__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;

}

.empower {
    position: relative;

    display: flex;

    padding-top: 125px;
}

.empower__cards-wrapper {

}

.empower__title {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 500;

}

.empower__cards {

}

.empower__card {
    display: flex;
    align-items: center;

    width: fit-content;


}

.empower__card-img-wrapper {
    max-width: 168px;
    max-height: 168px;
}

.empower__card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 435px;
    height: 98px;
    padding: 16px 16px 16px 0;

    border-radius: 15px;

    background: #fff;
    box-shadow: 0px 4px 16px 0px #0000001A;
}

.empower__card-text-wrapper {
    width: 352px;
    padding-left: 16px;

    border-left: 3px solid #E1662B
}

.empower__card-title {
    margin-bottom: 8px;

    font-size: 20px;
    font-weight: 600;


}

.empower__card-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;

}

.empower__card-icon-wrapper {
    width: 34px;
    height: 34px;
}

.empower__card-icon {
    width: 100%;
    height: 100%;
}

.empower__image-wrapper {
    position: absolute;
    top: -380px;
    left: 410px;

    width: 997px;
    height: 997px;
}

.empower__image {
    width: 100%;
    height: 100%;
}

.about_slider {
    position: relative;

    max-width: 1440px;
    height: 672px;
    margin: 0 auto 100px;
}

.about__img-wrapper {
    position: absolute;

    width: 100%;
    max-width: 1440px;
    height: 672px;

    margin: 0 auto;

    opacity: 0;

    transition:  0.5s all ease-in-out;
}

.about__img-wrapper-1 {
    background: center / contain no-repeat url('/tpl/img/home-order.png');
}

.about__img-wrapper-2 {
    background: center / contain no-repeat url('/tpl/img/home-pay.png');
}

.about__img-wrapper-3 {
    background: center / contain no-repeat url('/tpl/img/home-split.png');
}

.about__img-wrapper-4 {
    background: center / contain no-repeat url('/tpl/img/home-tip.png');
}

.about__img-wrapper-5 {
    background: center / contain no-repeat url('/tpl/img/home-review.png');
}

.about__img-wrapper_active {
    opacity: 1;
}

.about__img {
    width: 100%;
    height: 100%;
}