.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;
}
.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: 10px 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: #0288D1;
}

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: 685px;
    height: 661px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    pointer-events: none;
}
.block_result{
    display: flex;
    align-items: center;
}
.block_designations{
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0 0 0;
}
.left_block_content h1{
    width: 603px;
    height: 168px;
    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;
}
.link_project{
    color: #FFFFFF;
    font-family: 'TT_Fors_Variable', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    position: absolute;
    bottom: 80px;
    left: 100px;
    width: fit-content;
}
.block_project{
    width: 369px;
    height: 295px;
    position: absolute;
    bottom: 80px;
    right: 100px;
}
.block_project svg{
    width: 30px;
    height: 21px;
}
.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: 16px 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;
}
.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: center;
    margin: 12px 0 0 0;
}
.block_info div p{
    font-family: 'TT_Fors_Variable', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    margin: 12px 0 0 0;
}
.block_info_p{
    font-family: 'Manrope_Med', sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 24px 0 0 0;
    color:  var(--text-color);
    transition: 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: 'Manrope_Med', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    transition: background-color 0.5s ease;
    color: var(--text-color);
}
.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;
}
.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;
    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;
}
.company_right_block2{
    width: 848px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.company_card{
    width: 100%;
    margin: 48px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}
.slider{
    width: 100%;
    margin: 48px 0 0 0;
}
/*.company_right_block2 p{*/
/*    color: var(--text-color);*/
/*    font-family: 'Manrope_Med', sans-serif;*/
/*    font-weight: 400;*/
/*    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-weight: 300;
    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 / 993;
}
.img1{
    position: absolute;
    top: 6.85%;
    left: 3.96%;
    width: 52.04%;
    height: 55.8%;
    border-radius: 10px;
    pointer-events: none;
}
.img2{
    position: absolute;
    top: 6.85%;
    left: 57.85%;
    width: 16.87%;
    height: 19.85%;
    border-radius: 10px;
    pointer-events: none;
}
.img3{
    position: absolute;
    top: 37.47%;
    left: 44.02%;
    width: 52.04%;
    height: 55.7%;
    border-radius: 10px;
    pointer-events: none;
}
.img4{
    position: absolute;
    top: 6.85%;
    left: 76.6%;
    width: 16.87%;
    height: 51.6%;
    border-radius: 10px;
    pointer-events: none;
}
.img5{
    position: absolute;
    top: 59.42%;
    left: 22.7%;
    width: 16.23%;
    height: 33.74%;
    border-radius: 10px;
    pointer-events: none;
}
.img6{
    position: absolute;
    top: 74.84%;
    left: 3.96%;
    width: 16.87%;
    height: 18.33%;
    border-radius: 10px;
    pointer-events: none;
}
.card_info_project{
    background-color: var(--color-card);
    max-width: 412px;
    width: 100%;
    /*min-width: 336px;*/
    height: 310px;
    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;
    max-width: 412px;
    width: 100%;
    min-width: 336px;
    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: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    transition: color 0.5s ease;
}
.controls{
    display: none;
}
.img1_2{
    position: absolute;
    top: 6.9%;
    left: 3.96%;
    width: 16.87%;
    height: 27.86%;
    border-radius: 10px;
    pointer-events: none;
}
.img2_2{
    position: absolute;
    top: 6.9%;
    left: 22.7%;
    width: 16.87%;
    height: 26.23%;
    border-radius: 10px;
    pointer-events: none;
}
.img3_2{
    position: absolute;
    top: 6.9%;
    left: 44.1%;
    width: 52.04%;
    height: 56.11%;
    border-radius: 10px;
    pointer-events: none;
}
.img4_2{
    position: absolute;
    top: 37.1%;
    left: 3.96%;
    width: 52.1%;
    height: 56.11%;
    border-radius: 10px;
    pointer-events: none;
}
.img5_2{
    position: absolute;
    top: 70.3%;
    left: 60.53%;
    width: 16.87%;
    height: 22.9%;
    border-radius: 10px;
    pointer-events: none;
}
.img6_2{
    position: absolute;
    top: 81.53%;
    left: 79.25%;
    width: 16.87%;
    height: 11.65%;
    border-radius: 10px;
    pointer-events: none;
}
.slider-track{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px
}





.images2{
    aspect-ratio: 1721 / 988;
}
.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;
}















@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;
        height: 76px;
        font-size: 36px;
        line-height: 38px;
    }
    .link_project {
        font-size: 24px;
        line-height: 30px;
        margin: 32px 0 0 0;
    }
    .left_block_content{
        position: absolute;
        bottom: 110px;
        left: 50px;
    }
    .block_project_mobile p{
        color: var(--text-color);
        font-family: 'TT_Fors_Variable', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        transition: color 0.5s ease;
        margin: 6px 0 0 0;
    }
    .block_project_mobile h2{
        color: var(--text-color);
        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;
        margin: 16px 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;
    }
    .company_right_block_p {
        font-size: 16px;
        line-height: 20px;
    }
    .info_company_p{
        font-size: 24px;
        line-height: 30px;
        margin: 24px 0 0 0;
    }
    .block_info div p{
        font-size: 16px;
        line-height: 22px;
        margin: 8px 0 0 0;
    }
    .block_info_p{
        font-size: 16px;
        line-height: 22px;
        margin: 16px 0 0 0;
    }
    /*.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;
    }
    .card_info_project{
        height: 289px;
        max-width: 328px;
    }
}
@media (max-width: 1300px) {
    header{
        overflow: hidden;
    }
}
@media (max-width: 970px) {
    .card_info_project_slide{
        min-width: 328px;
    }
    .card_info_project_slide p {
        font-weight: 400;
        font-size: 16px;
    }
    .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;
    }
}
@media (max-width: 970px) {
    header{
        padding: 16px 16px 24px 16px;
        height: 844px;
        overflow: hidden;
    }
    .link_project {
        bottom: 40px;
        left: 16px;
    }
    .left_block_content{
        position: absolute;
        bottom: 110px;
        left: 16px;
    }
    .crane_pages {
        width: 613px;
        height: 553px;
        left: 50%;
        transform: translate(-50%);
    }
    .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: 90px;
        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 {
        height: auto;
        margin: 24px 0 0 0;
        width: auto;
        max-width: none;
    }
    .company_left_block{
        width: 100%;
        height: auto;
    }
    .block_info{
        height: 214px;
    }
    .images_project{
        margin: 50px 0 0 16px;
        width: calc(100% - 32px);
        aspect-ratio: 688 / 1691;
    }
    .img1{
        top: 1.44%;
        left: 2.35%;
        width: 95.4%;
        height: 24.07%;
    }
    .img2{
        top: 26.44%;
        left: 51.17%;
        width: 46.55%;
        height: 12.84%;
    }
    .img3{
        top: 74.7%;
        left: 2.35%;
        width: 95.35%;
        height: 23.9%;
    }
    .img4{
        top: 26.44%;
        left: 2.35%;
        width: 46.56%;
        height: 33.54%;
    }
    .img5{
        top: 50.9%;
        left: 51.17%;
        width: 46.52%;
        height: 22.9%;
    }
    .img6{
        top: 61.92%;
        left: 2.35%;
        width: 46.55%;
        height: 11.83%;
    }
    .company_right_block2{
        margin: 24px 0 0 0;
        width: auto;
    }
    .img1_2{
        top: 30.55%;
        left: 2.35%;
        width: 46.52%;
        height: 20.76%;
    }
    .img2_2{
        top: 30.55%;
        left: 51.17%;
        width: 46.52%;
        height: 19.6%;
    }
    .img3_2 {
        top: 1.65%;
        left: 2.35%;
        width: 95.35%;
        height: 27.81%;
    }
    .img4_2 {
        top: 70.6%;
        left: 2.35%;
        width: 95.35%;
        height: 27.81%;
    }
    .img5_2 {
        top: 52.4%;
        left: 2.35%;
        width: 46.52%;
        height: 17.06%;
    }
    .img6_2 {
        top: 60.76%;
        left: 51.17%;
        width: 46.52%;
        height: 8.7%;
    }
    .images2{
        aspect-ratio: 688 / 1460;
    }
    .company_left_block h2{
        font-size: 32px;
        line-height: 38px;
    }
}
@media (max-width: 719px) {
    .card_info_project {
        height: 294px;
        max-width: 358px;
    }
    .company_card {
        margin: 32px 0 0 0;
    }
    .company_card{
        position: relative;
        justify-content: normal;
        height: 1220px;
    }
    .c1 {
        position: absolute;
        left: 0;
    }
    .c2 {
        position: absolute;
        right: 0;
        top: 310px;
    }
    .c3 {
        position: absolute;
        left: 0;
        top: 620px;
    }
    .c4 {
        position: absolute;
        right: 0;
        top: 930px;
    }
}
@media (max-width: 600px) {
    header{
        padding: 16px 16px 24px 16px;
        height: 800px;
    }
    .left_block_content h1 {
        width: 100%;
        font-size: 36px;
        line-height: 38px;
    }
    .circle_background_mobile {
        width: 358px;
        height: 358px;
        position: absolute;
        top: 480px;
    }
    .block_info{
        min-height: 350px;
    }
    .company_left_block{
        height: auto;
    }
    .company_right_block {
        min-height: auto;
    }
    .block_info2 div p{
        font-size: 16px;
        line-height: 22px;
    }
    .h2_24_mobile{
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .images_project{
        margin: 80px 0 0 16px;
        aspect-ratio: 358 / 871;
    }


    .images2{
        aspect-ratio: 358 / 768;
    }
    .crane_pages{
        width: 480px;
        height: 476px;
        left: 50%;
        transform: translate(-50%);
    }
    .circle_background_mobile {
        width: 368px;
        height: 368px;
        position: absolute;
        top: 167px;
    }
}
@media (max-width: 500px) {
    .left_block_content h1 {
        height: auto;
    }
    .link_project {
        font-size: 20px;
        line-height: 24px;
    }





}