body {
    margin: 0;
    background: #e5e5e5;
}

.close-fixed {
    position: fixed;
    top: 20px;
    right: 20px;

    width: 50px;
    height: 50px;

    background: #000;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
    font-weight: 900;
    text-decoration: none;

    border-radius: 50%;
    z-index: 99999;

    cursor: pointer;

    /* 🔥 убираем системные стили */
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.close-fixed:link,
.close-fixed:visited,
.close-fixed:active,
.close-fixed:hover {
    color: #fff;
    text-decoration: none;
}
.close-fixed:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .close-fixed {
        width: 64px;
        height: 64px;
        font-size: 34px;

        top: 16px;
        right: 16px;
    }
}

.scene {
    scroll-margin-top: 0;
    width: 1060px;
    height: 800px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin: 20px auto;
}

.scene.final {
    scroll-margin-top: 0;
    width: 1060px;
    height: 4000px;
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
}

/* ВЕРТИКАЛЬНЫЙ БЛОК */
.block-wrapper {
    position: absolute;
    left: 60px;
    top: 100px;
    width: 100px;
    height: 580px;
}

.block {
    width: 580px;
    height: 100px;
    background-color: rgb(79, 129, 189);
    border: 2px solid rgb(56, 93, 138);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Calibri, sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);

    transform-origin: top left;
    transform: rotate(270deg) translateX(-100%);
}

/* КАРТИНКИ */
.img {
    position: absolute;
    width: 300px;
    height: 210px;
    object-fit: cover;
}

/* ПОДПИСИ */
/* ПОДПИСИ */
.label {
    position: absolute;
    width: 300px;
    text-align: center;
    font-family: Calibri, sans-serif;
    font-size: 34px;
    /* было 28 */
    font-weight: 700;
}

/* КАРТИНКИ (сдвиг вправо для центрирования) */
.img1 {
    left: 290px;
    top: 100px;
}

.img2 {
    left: 630px;
    top: 100px;
}

.img3 {
    left: 290px;
    top: 380px;
}

/* было 350 */
.img4 {
    left: 630px;
    top: 380px;
}

/* ПОДПИСИ (чуть ниже + синхронно) */
.label1 {
    left: 290px;
    top: 330px;
}

.label2 {
    left: 630px;
    top: 330px;
}

.label3 {
    left: 290px;
    top: 610px;
}

.label4 {
    left: 630px;
    top: 610px;
}

.title {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);

    font-family: Calibri, sans-serif;
    font-size: 64px;
    /* увеличили */
    font-weight: 900;
    color: #000000;
    /* чёрный */
    text-align: center;
}

.big-img {
    position: absolute;
    width: 950px;
    height: 620px;
    object-fit: cover;

    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    /* отступ от заголовка */
}

.img-marker {
    position: absolute;
}

.triangle-canvas {
    position: absolute;
}

.t1 {
    left: 403px;
    top: 206px;
}

.t2 {
    left: 464px;
    top: 290px;
}

.t3 {
    left: 509px;
    top: 426px;
}

.t4 {
    left: 764px;
    top: 226px;
}

/* контейнер кнопки */
.arrow-btn {
    position: absolute;
    width: 100px;
    height: 60px;
    right: 800px;
    top: 660px;
    bottom: 20px;
    background: rgb(79, 129, 189);
    border: 4px solid rgb(56, 93, 138);
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 40px solid rgb(56, 93, 138);
    /* цвет как border */
}

.m1 {
    top: 168px;
    left: 135px;
    width: 74px;
}

.m2 {
    top: 451px;
    left: 198px;
    width: 90px;
}

.m3 {
    top: 316px;
    left: 395px;
    width: 50px;
}

.m4 {
    top: 272px;
    left: 427px;
    width: 57px;
}

.m5 {
    top: 705px;
    left: 324px;
    width: 57px;
}

.m6 {
    top: 276px;
    left: 508px;
    width: 44px;
}

.m7 {
    top: 204px;
    left: 557px;
    width: 31px;
}

.m8 {
    top: 323px;
    left: 607px;
    width: 68px;
}

.m9 {
    top: 490px;
    left: 787px;
    width: 36px;
}

.r1 {
    top: 255px;
    left: 184px;
    width: 67px;
}

.r2 {
    top: 434px;
    left: 218px;
    width: 69px;
}

.r3 {
    top: 239px;
    left: 470px;
    width: 63px;
}

.r4 {
    top: 317px;
    left: 485px;
    width: 47px;
    height: 35px;
}

.r5 {
    top: 191px;
    left: 616px;
    width: 73px;
}

.g1 {
    top: 232px;
    left: 217px;
    width: 45px;
}

.g2 {
    top: 269px;
    left: 253px;
    width: 45px;
}

.g3 {
    top: 322px;
    left: 161px;
    width: 49px;
}

.g4 {
    top: 283px;
    left: 179px;
    width: 50px;
}

.g5 {
    top: 394px;
    left: 224px;
    width: 50px;
}

.g6 {
    top: 618px;
    left: 267px;
    width: 50px;
}

.g7 {
    top: 432px;
    left: 228px;
    width: 50px;
}

.g8 {
    top: 347px;
    left: 279px;
    width: 68px;
}

.g9 {
    top: 596px;
    left: 437px;
    width: 68px;
}

.g10 {
    top: 421px;
    left: 409px;
    width: 51px;
}

.g11 {
    top: 421px;
    left: 455px;
    width: 51px;
}

.g12 {
    top: 298px;
    left: 446px;
    width: 51px;
}

.g13 {
    top: 298px;
    left: 391px;
    width: 51px;
}

.g14 {
    top: 220px;
    left: 462px;
    width: 51px;
}

.g15 {
    top: 324px;
    left: 482px;
    width: 48px;
}

.g16 {
    top: 313px;
    left: 499px;
    width: 48px;
}

.g17 {
    top: 358px;
    left: 503px;
    width: 48px;
}

.g18 {
    top: 281px;
    left: 528px;
    width: 51px;
}

.g19 {
    top: 247px;
    left: 523px;
    width: 48px;
}

.g20 {
    top: 281px;
    left: 594px;
    width: 51px;
}

.g21 {
    top: 181px;
    left: 568px;
    width: 53px;
}

.g22 {
    top: 217px;
    left: 577px;
    width: 51px;
}

.g23 {
    top: 233px;
    left: 652px;
    width: 55px;
}

.g24 {
    top: 370px;
    left: 632px;
    width: 51px;
}

.g25 {
    top: 311px;
    left: 698px;
    width: 48px;
}

.g26 {
    top: 340px;
    left: 777px;
    width: 59px;
}

.g27 {
    top: 202px;
    left: 803px;
    width: 59px;
}

.g28 {
    top: 247px;
    left: 892px;
    width: 64px;
}

.g29 {
    top: 157px;
    left: 770px;
    width: 54px;
}

.g30 {
    top: 539px;
    left: 757px;
    width: 48px;
}

/* текст блока */
.text {
    z-index: 1;
    position: absolute;
    top: 120px;
    left: 80px;
    width: 900px;

    font-family: Calibri, sans-serif;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}

.arrow-onslide {
    right: 936px;
}

.block-img {
    z-index: 0;
    position: absolute;
    width: 900px;
    height: 400px;
    object-fit: cover;

    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.b1 {
    width: 811px;
    height: 334px;
}

.b2 {
    width: 665px;
    height: 389px;
}

.b3 {
    width: 694px;
    height: 389px;
}

.b4 {
    width: 740px;
    height: 389px;
}

.b5 {
    width: 718px;
    height: 458px;
}

.b6 {
    width: 757px;
    height: 262px;
}

.b7 {
    width: 885px;
    height: 273px;
    top: 349px;
}

.b8 {
    width: 839px;
    height: 375px;
    top: 349px;
}

.b9 {
    width: 712px;
    height: 417px;
    top: 349px;
}

.b10 {
    width: 712px;
    height: 394px;
    top: 372px;
}

.b11 {
    width: 632px;
    height: 413px;
    top: 372px;
}

.b12 {
    width: 742px;
    height: 413px;
    top: 372px;
}

.b13 {
    width: 701px;
    height: 446px;
    top: 340px;
}

.b14 {
    width: 921px;
    height: 384px;
    top: 307px;
}

.b15 {
    width: 481px;
    height: 493px;
    top: 307px;
    left: 700px;
}

.b16 {
    width: 672px;
    height: 379px;
    top: 407px;
    left: 700px;
}

.tx1 {
    font-size: 24px;
}

.b17 {
    width: 545px;
    height: 379px;
    top: 407px;
}

.b18 {
    width: 782px;
    height: 358px;
    top: 388px;
}

.tl1 {
    font-size: 48px;
}

.b19 {
    width: 551px;
    height: 364px;
    top: 411px;
}

.b20 {
    width: 551px;
    height: 411px;
    top: 370px;
}

.b21 {
    width: 619px;
    height: 411px;
    top: 370px;
}

.b22 {
    width: 737px;
    height: 411px;
    top: 370px;
}

.b23 {
    width: 737px;
    height: 411px;
    top: 345px;
}

.b24 {
    width: 737px;
    height: 411px;
    top: 379px;
}

.b25 {
    width: 631px;
    height: 412px;
    top: 371px;
}

.b26 {
    width: 560px;
    height: 386px;
    top: 398px;
}

.b27 {
    width: 391px;
    height: 386px;
    top: 398px;
}

.b28 {
    width: 488px;
    height: 367px;
    top: 422px;
}

.b29 {
    width: 655px;
    height: 367px;
    top: 422px;
}

.b30 {
    width: 806px;
    height: 248px;
    top: 468px;
}

.b31 {
    width: 591px;
    height: 379px;
    top: 399px;
}

.b32 {
    width: 480px;
    height: 363px;
    top: 416px;
}

.b33 {
    width: 573px;
    height: 393px;
    top: 366px;
}

.b34 {
    width: 814px;
    height: 273px;
    top: 468px;
}

.b35 {
    width: 577px;
    height: 379px;
    top: 408px;
}

.b36 {
    width: 675px;
    height: 379px;
    top: 408px;
}

.b37 {
    width: 634px;
    height: 385px;
    top: 408px;
}

.b38 {
    width: 689px;
    height: 385px;
    top: 408px;
}

.b39 {
    width: 810px;
    height: 254px;
    top: 446px;
}

.b40 {
    width: 526px;
    height: 344px;
    top: 440px;
}

.b41 {
    width: 662px;
    height: 344px;
    top: 440px;
}

.b42 {
    width: 724px;
    height: 344px;
    top: 440px;
}