.bread_crumbs{
    height: 18px;
    display: flex;
    align-items: center;
    margin: 24px 0 0 0;
}
.bread_crumbs p{
    color: #FFFFFFFF;
    font-family: 'Manrope_Med', sans-serif;
    font-weight: 200;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    transition: color 0.5s ease;
}
.result_p{
    color: var(--text-color);
    font-family: 'Manrope_Med', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    margin: 16px 0 0 0;
}
.decision_p_bold{
    color: var(--text-color);
    font-family: 'TT_Fors_Variable', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    margin: 48px 0 0 0;
}
.bread_crumbs a{
    color: #FFFFFFA3;
    font-family: 'Manrope_Med', sans-serif;
    font-weight: 200;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    transition: color 0.5s ease;
}
.bread_crumbs a:hover{
    color: #FFFFFFFF;
}
.sep {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFFFFFFF;
    margin: 0 8px 0 8px;
    transition: background-color 0.5s ease;
    flex-shrink: 0;
}
.dash{
    width: 15px;
    height: 1px;
    background: var(--text-color);
    margin: 12px 24px 0 0;
    transition: background-color 0.5s ease;
    flex-shrink: 0;
}
header {
    position: relative;
    height: 750px;
    transition: background 0.5s ease;
    background: none;
    display: flex;
    flex-direction: column;
    background: #1D2E6A;
}

header > * {
    position: relative;
    z-index: 2;
}
.circle_background{
    width: 992px;
    height: 982px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.circle_background_mobile{
    width: 596px;
    height: 596px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display: none;
}
.crane_pages {
    width: 526px;
    height: 565px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}


.block_designations{
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0 0 0;
}
.left_block_content h1{
    width: 635px;
    color: #FFFFFF;
    font-family: 'TT Fors Trial Medium', sans-serif;
    font-weight: 600;
    font-size: 54px;
    line-height: 56px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    margin: 48px 0 0 0;
}
.h_ui_ux{
    width: 70px;
    height: 28px;
    border-radius: 50px;
    border: 1px solid #FFFFFFA3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h_web{
    width: 63px;
    height: 28px;
    border-radius: 50px;
    border: 1px solid #FFFFFFA3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h_ba{
    width: 50px;
    height: 28px;
    border-radius: 50px;
    border: 1px solid #FFFFFFA3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h_ui_ux p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: #FFFFFFA3;
}
.h_web p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: #FFFFFFA3;
}
.h_ba p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: #FFFFFFA3;
}
.block_result{
    display: flex;
    align-items: center;
}
.link_project{
    color: #FFFFFF;
    font-family: 'Manrope_Med', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    position: absolute;
    bottom: 80px;
    left: 100px;
    width: fit-content;
    max-width: 517px;
}

.block_project{
    width: 393px;
    height: 252px;
    position: absolute;
    bottom: 80px;
    right: 100px;
}
.block_project svg{
    width: 30px;
    height: 21px;
}
.block_project_p_mobile{
    color: var(--text-color);
    font-family: 'Manrope_Med', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    margin: 6px 0 0 0;
}
.block_project_p{
    color: white;
    font-family: 'Manrope_Med', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    margin: 6px 0 0 0;
}
.block_project button{
    color: white;
    font-family: 'Manrope_Med', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    transition: background-color 0.5s ease;
    margin: 32px 0 0 0;
    backdrop-filter: blur(6px);
    width: 180px;
    height: 54px;
    background-color: #FFFFFF29;
    border-radius: 10px;
}
.block_project button:hover{
    background-color: #FFFFFF3D;
}
.block_project_mobile{
    display: none;
}
.result_work{
    color: #FFFFFF;
    font-family: 'TT_Fors_Variable', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    margin: 0 0 0 12px;
}
.result_work_mobile{
    color: var(--text-color);
    font-family: 'TT_Fors_Variable', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    margin: 0 0 0 12px;
}
.block_info{
    max-width: 848px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 32px;
    max-height: 274px;
}
.margn_top24{
    margin-top: 24px;
}
.block_info div{
    min-height: 26px;
    display: flex;
    align-items: normal;
    margin: 12px 0 0 0;
}
.block_info div p{
    font-family: 'Manrope_Med', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    transition: background-color 0.5s ease;
}

.block_info2{
    min-height: 164px;
    max-width: 848px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.block_info2 p{
    margin: 0 0 18px 0;
}
.block_info2 div{
    min-height: 26px;
    display: flex;
    align-items: normal;
    margin: 4px 0 0 0;
}
.block_info2 div p{
    font-family: 'TT_Fors_Variable', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    transition: background-color 0.5s ease;

}
.block_company{
    position: relative;
    margin: 150px 100px 0 100px;
    display: flex;
    justify-content: space-between;
}
.block_company2{
    position: relative;
    margin: 150px 100px 0 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.company_left_block{
    width: 40%;
    height: 242px;
}
.h2_width{
    width: auto;
    max-width: 1275px;
    height: auto;
}
.company_left_block h2{
    color: var(--text-color);
    font-family: 'TT Fors Trial Medium', sans-serif;
    font-weight: 600;
    font-size: 54px;
    line-height: 56px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    margin: 16px 0 0 0;
}
.company_right_block{
    max-width: 848px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.company_right_block p{
    color: var(--text-color);
    font-family: 'TT_Fors_Variable', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    margin: 0 0 12px 0;
}
.company_right_block2{
    width: 848px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.company_card{
    width: 100%;
    margin: 32px 0 0 0;
    flex-wrap: wrap;
    gap: 16px;


    display: grid;
    grid-template-columns: repeat(4, 1fr);

    grid-template-areas:
    "a b . c"
    "d . e .";
}
.c1 { grid-area: a; }
.c2 { grid-area: b; }
.c3 { grid-area: c; }
.c4 { grid-area: d; }
.c5 { grid-area: e; }

.slider{
    width: 100%;
    position: relative;
    margin: 48px 0 0 auto;
    overflow: hidden;
}
.company_right_block2 p{
    color: var(--text-color);
    font-family: 'TT_Fors_Variable', sans-serif;
    transition: color 0.5s ease;
}
.bold_p{
    color: var(--text-color);
    font-family: 'TT_Fors_Variable', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    transition: color 0.5s ease;
}
.name_block{
    display: flex;
    align-items: center;
    justify-content: start;
}
.name_block p{
    font-family: 'Manrope_Med', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--text-color);
    transition: color 0.5s ease;
    margin: 0 0 0 16px;
}
.vector {
    padding: 10px;
    background-color: var(--color-accent);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info_company_p{
    color: var(--text-color);
    font-family: 'TT Fors Trial Medium', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    margin: 32px 0 0 0;
}
.images_project{
    margin: 150px 0 0 100px;
    background-color: var(--color-card);
    width: calc(100% - 200px);
    position: relative;
    border-radius: 24px;
    transition: background-color 0.5s ease;
    aspect-ratio: 1720 / 727;
}
.img1{
    position: absolute;
    top: 9.35%;
    left: 3.95%;
    width: 52.04%;
    height: 69.2%;
    border-radius: 10px;
    pointer-events: none;
}
.img2{
    position: absolute;
    bottom: 9.35%;
    right: 3.95%;
    width: 52.04%;
    height: 69.2%;
    border-radius: 10px;
    pointer-events: none;
}
.img3{
    position: absolute;
    bottom: 9.35%;
    left: 5.65%;
    width: 10.47%;
    height: 26.56%;
    border-radius: 10px;
    pointer-events: none;
}
.img4{
    position: absolute;
    bottom: 9.35%;
    left: 17%;
    width: 10.5%;
    height: 16.9%;
    border-radius: 10px;
    pointer-events: none;
}
.img5{
    position: absolute;
    top: 9.35%;
    right: 11.5%;
    width: 10.5%;
    height: 33.8%;
    border-radius: 10px;
    pointer-events: none;
}
.card_info_project{
    background-color: var(--color-card);
    max-width: 412px;
    width: 100%;
    /*min-width: 304px;*/
    height: 238px;
    position: relative;
    border-radius: 12px;
    transition: background-color 0.5s ease;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card_info_project h2{
    color: #454545;
    font-family: 'TT Fors Trial Medium', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    transition: color 0.5s ease;
}
.card_info_project p{
    width: 100%;
    color: var(--text-color);
    font-family: 'Manrope_Med', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    transition: color 0.5s ease;
}
body.dark-mode .card_info_project h2{
    color: #C9C9C9;
}
.card_info_project_slide{
    background-image: url(../img/background.png);
    background-position: -1600px -900px;
    background-repeat: no-repeat;
    min-width: 412px;
    height: 240px;
    position: relative;
    border-radius: 12px;
    transition: background-color 0.5s ease;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card_info_project_slide div{
    display: flex;
    justify-content: space-between;
}
.card_info_project_slide h2{
    color: #FFFFFF;
    font-family: 'TT Fors Trial Medium', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    transition: color 0.5s ease;
}
.card_info_project_slide p{
    width: 100%;
    color: #FFFFFF;
    font-family: 'TT_Fors_Variable', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    transition: color 0.5s ease;
}
.controls{
    position: absolute;
    right: 0;
    top: 40px;
    display:flex;
    gap: 12px;
    align-items:center;
    z-index: 20;
    pointer-events: auto;
}
.img1_2{
    position: absolute;
    top: 7.3%;
    left: 3.96%;
    width: 52.05%;
    height: 53.95%;
    border-radius: 10px;
    pointer-events: none;
}
.img2_2{
    position: absolute;
    bottom: 7.3%;
    right: 3.96%;
    width: 52.05%;
    height: 53.95%;
    border-radius: 10px;
    pointer-events: none;
}

.slider-track{
    display:flex;
    gap: 28px;
    transition: transform 0.5s ease;
    will-change: transform;
    transform: translateX(850px);
}

.images2{
    aspect-ratio: 1721 / 933;
}
.btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items:center;
    justify-content:center;
    background-color: var(--color-accent);
    cursor: pointer;
    transition: background-color 0.5s ease;
    backdrop-filter: blur(4px);
    stroke: #FFFFFF;
}
.btn:hover{
    background-color: rgba(32, 73, 185, 1);
}
.disabled {
    background: none;
    border: 1px solid #707070;
    stroke: #707070;
    pointer-events: none;
}











@media (min-width: 1920px) {
    .images_project{
        margin: 150px auto 0 auto;
        max-width: 1920px;
    }
    .company_card {
        max-width: 1920px;
        margin: 32px auto 0 auto;
    }
}
@media (max-width: 1750px) {
    .block_project {
        right: 50px;
        bottom: 40px;
    }
    .link_project {
        bottom: 40px;
        left: 50px;
    }
    .block_company {
        position: relative;
        margin: 150px 50px 0 50px;
        display: flex;
        justify-content: space-between;
    }
    .company_left_block {
        margin: 0 50px 0 0;
    }
    .images_project {
        margin: 150px 0 0 50px;
        width: calc(100% - 100px);
    }
    .company_right_block2 {
        width: 50%;
    }
    .block_company2 {
        margin: 150px 50px 0 50px;
    }
}


@media (max-width: 1360px) {
    .left_block_content h1 {
        width: 512px;
        font-size: 36px;
        line-height: 38px;
    }
    .link_project {
        font-size: 24px;
        line-height: 30px;
        position: static;
        margin: 32px 0 0 0;
    }

    .block_project_mobile button{
        color: var(--text-color);
        font-family: 'TT_Fors_Variable', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0;
        transition: background-color 0.5s ease;
        margin: 32px 0 0 0;
        backdrop-filter: blur(6px);
        width: 100%;
        height: 54px;
        background-color: var(--color-btns);
        border-radius: 10px;
    }
    .decision_p_bold{
        font-size: 20px;
        line-height: 24px;
        margin: 32px 0 0 0;
    }
    .company_card {
        margin: 24px auto 0 auto;
        width: 851px;
        display: flex;
        justify-content: space-between;
    }
    .company_right_block p{
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 8px 0;
    }
    .company_left_block h2{
        font-size: 32px;
        line-height: 38px;
    }
    .info_company_p{
        font-size: 24px;
        line-height: 30px;
        margin: 24px 0 0 0;
    }
    .block_info div p{
        font-size: 16px;
        line-height: 22px;
    }
    .company_right_block2 p{
        font-size: 16px;
        line-height: 20px;
    }
    .card_info_project h2{
        font-size: 24px;
        line-height: 30px;
    }
    .card_info_project p{
        font-size: 16px;
        line-height: 24px;
    }
    .block_info2 div p {
        font-size: 16px;
        line-height: 20px;
    }
    .card_info_project{
        height: 196px;
    }
}

@media (max-width: 1300px) {
    header{
        overflow: hidden;
    }
}
@media (max-width: 940px) {
    .card_info_project_slide{
        /*min-width: 328px;*/
    }
    .card_info_project_slide p {
        font-weight: 400;
        font-size: 16px;
    }
    .controls{
        display: none;
    }
    .bullets2{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 4px;
    }
    .bullet2{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--bg-bullet);
        transition: transform 0.5s ease;
        cursor: pointer;
    }
    .bullet2.active {
        background: var(--color-accent);
    }
    .slider-track{
        display:flex;
        transition: transform 0.5s ease;
        will-change: transform;
        gap: 16px;
        margin: 32px 0 0 0;
        flex-wrap: nowrap;
        justify-content: normal;
    }
    .slider{
        overflow: hidden;
        padding: 0 0 20px 0;
        margin: 0;
    }
    .card_info_project {
        max-width: 335px;
    }
    .company_card {
        width: 686px;
    }
}
@media (max-width: 840px) {
    header{
        padding: 16px 16px 24px 16px;
        height: 844px;
        overflow: hidden;
    }
    .crane_pages{
        top: 62%;
        width: 522px;
        height: 564px;
    }
    .circle_background{
        display: none;
    }
    .circle_background_mobile{
        display: block;
    }
    .block_designations {
        margin: 16px 0 0 0;
    }
    .circle_background_mobile{
        width: 596px;
        height: 596px;
        position: absolute;
        top: 243px;
        left: 50%;
        transform: translate(-50%);
        z-index: 0;
        display: block;
    }
    .block_project{
        display: none;
    }
    .block_project_mobile{
        display: block;
    }
    .block_project_mobile button {
        margin: 24px 0 0 0;
        width: 100%;
    }
    .block_project_mobile{
        width: 100%;
        margin: 80px 0 0 0;
        padding: 0 16px 0 16px;
    }
    .block_project_mobile svg{
        width: 30px;
        height: 21px;
    }
    body.dark-mode .block_project_mobile svg path{
        fill: var(--color-accent);
    }

    .block_project_mobile button:hover{
        background-color: rgba(69, 69, 69);
    }
    .block_company{
        height: auto;
        margin: 80px 16px 0 16px;
        display: flex;
        flex-direction: column;
    }
    .block_company2{
        height: auto;
        margin: 80px 16px 0 16px;
        display: flex;
        flex-direction: column;
    }
    .company_right_block {
        margin: 24px 0 0 0;
        width: auto;
    }
    .company_left_block{
        width: 100%;
        height: auto;
    }
    .images_project{
        margin: 50px 0 0 16px;
        width: calc(100% - 32px);
        aspect-ratio: 686 / 1332;
    }
    .img1{
        top: 1.35%;
        left: 2.4%;
        width: 95.1%;
        height: 27.33%;
    }
    .img2{
        bottom: 1.35%;
        right: 2.4%;
        width: 95.1%;
        height: 27.33%;
    }
    .img3{
        top: 44.02%;
        left: 2.4%;
        width: 46.23%;
        height: 25.61%;
    }
    .img4{
        left: auto;
        top: 19.33%;
        right: 2.4%;
        width: 46.6%;
        height: 16.32%;
    }
    .img5{
        top: 36.85%;
        right: 2.4%;
        width: 46.6%;
        height: 32.64%;
    }
    .company_right_block2{
        margin: 24px 0 0 0;
        width: auto;
    }
    .img1_2{
        top: 3%;
        left: 2.4%;
        width: 95.1%;
        height: 46%;
    }
    .img2_2{
        bottom: 3%;
        right: 2.4%;
        width: 95.1%;
        height: 46%;
    }
    .images2{
        aspect-ratio: 688 / 796;
    }
    .link_project {
        font-size: 16px;
        line-height: 24px;
        max-width: 454px;
    }

}

@media (max-width: 719px) {
    .company_card{
        position: relative;
        justify-content: normal;
        height: 1042px;
        width: 100%;
    }
    .c1 {
        position: absolute;
        left: 0;
    }
    .c2 {
        position: absolute;
        right: 0;
        top: 212px;
    }
    .c3 {
        position: absolute;
        left: 0;
        top: 424px;
    }
    .c4 {
        position: absolute;
        right: 0;
        top: 636px;
    }
    .c5 {
        position: absolute;
        left: 0;
        top: 848px;
    }
    .card_info_project {
        max-width: 358px;
    }
}
@media (max-width: 600px) {
    .company_left_block h2 {
        font-size: 24px;
        line-height: 30px;
    }
    header{
        padding: 16px 16px 24px 16px;
        height: 800px;
    }
    .left_block_content h1 {
        width: 100%;
        font-size: 36px;
        line-height: 38px;
    }
    .decision_p_bold{
        font-size: 20px;
        line-height: 24px;
        margin: 32px 0 0 0;
    }
    .circle_background_mobile {
        width: 358px;
        height: 358px;
        position: absolute;
        top: 360px;
    }
    .block_info{
        min-height: 350px;
    }
    .company_left_block{
        height: auto;
    }
    .block_info2 div p{
        font-size: 16px;
        line-height: 22px;
    }

    .images_project{
        margin: 80px 0 0 16px;
        aspect-ratio: 358 / 740;
    }
    .img1{
        top: 3.25%;
        left: 4.5%;
        width: 91.08%;
        height: 24.6%;
    }
    .img2{
        bottom: 3.25%;
        right: 4.5%;
        width: 91.08%;
        height: 24.6%;
    }
    .img3{
        left: 4.5%;
        top: 30%;
        width: 43.3%;
        height: 22.44%;
    }
    .img4{
        top: 38.12%;
        right: 2.4%;
        width: 43.3%;
        height: 14.33%;
    }
    .img5{
        top: 54.6%;
        right: 2.4%;
        width: 43.3%;
        height: 28.52%;
    }
    .img1_2{
        width: 91.1%;
        height: 41.71%;
        top: 6.1%;
        left: 4.47%;
    }
    .img2_2{
        width: 91.1%;
        height: 42.3%;
        top: 51.8%;
        left: 4.47%;
    }
    .images2{
        aspect-ratio: 358 / 428;
    }
    .result_p {
        font-size: 16px;
        line-height: 24px;
        margin: 12px 0 0 0;
    }
}
@media (max-width: 500px) {
    .crane_pages{
        width: 380px;
        height: 420px;
        top: 70%;
    }






}