.game-exp {
    overflow: hidden;
    padding: 0;
    margin-bottom: 160px;
}
.game-exp__title {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: var(--gradient-light);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 42px;
}

.game-exp__title-row--3 {
    font-size: 56px;
}

.game-exp__text {
    line-height: 1.28;
    letter-spacing: var(--letter-spacing-big);
    text-align: center;
    display: flex;
    gap: 32px;
    margin: 32px 0;
    flex-direction: column;
}
.game-exp__main {
    position: relative;
}
.game-exp__img {
    display: none;
    justify-content: center;
    width: 100%;
}
.lazyready .game-exp__img {
    display: flex;
}
.game-exp__textblock {
    position: absolute;
}
.game-exp__textblock--1 {
    top: 50px;
}
.game-exp__textblock--2 {
    position: absolute;
    bottom: 80px;
}
.game-exp__textblock--2 .text-block__text {
    max-width: 593px;
}
.game-exp__textblock--3 {
    right: 0;
    top: 210px;
}
.game-exp__textblock--4 {
    right: 0;
    bottom: 15px;
}
.game-exp__img img {
    /*width: 100%;*/
}
.game-exp__textblock .text-block__text {
    background: rgba(66, 19, 143, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 0px 16px 16px 0px;
    padding: 16px 32px;
}
.game-exp__textblock .text-block__title {
    margin-bottom: 16px;
}
@media (max-width: 1680px) {
    .game-exp__title {
        font-size: 56px;
    }
    .game-exp__title-row--3 {
        font-size: 48px;
    }
}
@media (max-width: 1015px) {
    .game-exp {
        margin-bottom: 48px;
        padding: 0;
    }
}
@media (max-width: 1125px) {
    .game-exp__textblock--2 .text-block__text,
    .game-exp__textblock .text-block__text {
        max-width: 464px;
    }
    .game-exp__textblock--3 {
        top: 265px;
    }

    .game-exp__textblock--2 {
        bottom: 170px;
    }
    .game-exp__img {
        padding-bottom: 125px;
    }
}
@media (max-width: 960px) {
    .game-exp__textblock {
        position: static;
        margin-bottom: 32px;
    }
    .game-exp__img {
        padding-bottom: 0;
    }
    .game-exp__img {
        margin-left: -15px;
        width: calc(100% + 30px);
        margin-bottom: -45%;
    }
    .game-exp__textblock .text-block__text {
        max-width: 100%;
    }
}
@media (max-width: 700px) {
    .game-exp__title {
        font-size: 48px;
    }
    .game-exp__title-row--3 {
        font-size: 40px;
    }
    .game-exp__title br {
        display: none;
    }
}
@media (max-width: 420px) {
    .game-exp__title {
        font-size: 40px;
    }
    .game-exp__title-row--3 {
        font-size: 32px;
    }
    .game-exp__img {
        margin-bottom: 5px;
    }
}
