#innovation {
    background: url(../assets/first.jpg) center / cover no-repeat;
    position: relative;
    padding: 224px 0 203px;
    overflow: hidden;
}

#innovation::before {
    content: '';
    background: #0d111ad4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tabs_container {
    width: 100%;
    height: 423px;
    position: relative;
    max-width: 1184px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.left_blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}

.right_blocks {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 728px;
}

.innovation_shadows {
    position: absolute;
    height: 224px;
    width: 100%;
}

.shadows_upper {
    top: 0;
    background: linear-gradient(0deg, #0d111a00 0%, #0D111A 100%);
}

.shadows_bott {
    bottom: 0;
    background: linear-gradient(180deg, #0d111a00 0%, #0D111A 100%);
}

.tabs_romb {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 6px;
    border: 3px solid #56ffae3d;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.6s ease;
}

.active_tab .tabs_romb {
    opacity: 1;
}

.tabs_inromb {
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #56FFAE;
}

.right_block {
    border-radius: 12px;
    border: 2px solid #24303A;
    background: linear-gradient(180deg, #1a1d29e6 0%, #13151ee6 100%);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: row;
    max-width: 728px;
    opacity: 0;
    position: absolute;
    transition: all 0.6s ease;
    transform: translateX(150px);
}

.show_tabs {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

.hide_tabs {
    opacity: 0;
    transform: translateX(150px);
    transition: all 0.6s ease;
    z-index: 0;
}

.tabs_body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tabs_text {
    color: #D1D1D1;
    font-family: 'OpenSans-Regular';
    font-size: 18px;
    font-style: normal;
    line-height: 120%;
}

.tabs_up {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 32px;
}

.tabs_pic {
    display: block;
    width: 267px;
    min-width: 265px;
    height: 100%;
}

.tabs_pic img {
    position: absolute;
    height: max-content;
    bottom: 0;
    pointer-events: none;
}

.tabs_one .tabs_pic img {
    right: -75px;
    max-width: 418px;
}

.tabs_two .tabs_pic img {
    right: -35px;
    max-width: 369px;
}

.tabs_three .tabs_pic img {
    right: -55px;
    max-width: 341px;
}

.left_block {
    width: 337px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    height: 64px;
    cursor: pointer;
}

.tabs_name {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.left_block h2 {
    color: #00CC7E;
    font-family: 'Albertusnova Bold';
    font-size: 32px;
    font-style: normal;
    text-align: left;
}

.active_tab.left_block h2 {
    text-shadow: 0px 0px 60px #00ffaa80;
}

.tabs_titles {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tabs_title {
    color: #FFF;
    font-family: 'Albertusnova';
    font-size: 32px;
    font-style: normal;
    line-height: 110%;
}

.point {
    padding: 12px 32px;
    background: linear-gradient(90deg, #161E2B 0%, #161e2b00 100%);
    height: 68px;
    color: #FFF;
    font-family: 'OpenSans-Medium';
    font-size: 18px;
    font-style: normal;
    line-height: 120%;
    position: relative;
    left: -2px;
    overflow: hidden;
}

.point_first {
    border-left: 2px solid #00CC7E;
}

.point_second {
    border-left: 2px solid #0074CC;
}

.tabs_bott {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 32px;
}

.point_romb {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -10px;
    top: 23px;
}

.point_inromb {
    width: 7px;
    height: 7px;
    border-radius: 1px;
}

.point_first .point_romb {
    border: 3px solid #00cc7e3d;
}

.point_first .point_inromb {
    background: #00CC7E;
}

.point_second .point_romb {
    border: 3px solid #0074cc3d;
}

.point_second .point_inromb {
    background: #0074CC;
}

.mobile_tabs_name {
    display: none;
}

@media (max-width: 1285px) {

    #innovation {
        padding: 175px 0;
    }

    .left_block h2 {
        font-size: 24px;
        font-style: normal;
        line-height: normal;
    }

    .tabs_text {
        font-size: 14px;
        font-style: normal;
        line-height: normal;
    }

    .tabs_name {
        max-width: 189px;
    }

    .left_block {
        gap: 15px;
        width: 300px;
    }

    .tabs_title {
        font-size: 26px;
        font-style: normal;
        line-height: 110%;
    }

    .point {
        font-size: 14px;
        font-style: normal;
        line-height: 120%;
        height: 50px;
        padding: 8px 0px 8px 32px;
    }

    .point_romb {
        width: 15px;
        height: 15px;
        left: -7px;
        top: 18px;
    }

    .right_blocks {
        max-width: 580px;
    }

    .tabs_container {
        height: 351px;
        max-width: 898px;
    }

    .tabs_pic {
        width: 225px;
        min-width: 225px;
    }

    .tabs_one .tabs_pic img {
        right: -60px;
        max-width: 339px;
    }

    .tabs_two .tabs_pic img {
        max-width: 325px;
    }

    .tabs_three .tabs_pic img {
        max-width: 330px;
    }

    .tabs_up {
        padding: 32px 32px 56px;
    }
}

@media (max-width: 1000px) {

    .tabs_container {
        height: fit-content;
        max-width: fit-content;
    }

    .left_blocks {
        display: none;
    }

    .hide_tabs {
        opacity: 1;
        transform: translateX(0px);
        transition: all 0.6s ease;
        z-index: 0;
    }

    .right_blocks {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .tabs_name {
        max-width: 100%;
    }

    .right_block {
        max-width: 728px;
        opacity: 1;
        position: relative;
        transform: translateX(0px);
    }

    .mobile_tabs_name {
        display: flex;
        color: #00CC7E;
        text-align: center;
        text-shadow: 0px 0px 60px #00ffaa80;
        font-family: 'Albertusnova Bold';
        font-size: 32px;
        font-style: normal;
        line-height: normal;
        gap: 6px;
    }
}

@media (max-width: 630px) {
    .tabs_up {
        padding: 24px 24px 32px;
    }

    .tabs_pic {
        width: 217px;
        min-width: 217px;
        position: absolute;
        right: -35px;
        height: 192px;
        bottom: 0;
        overflow: hidden;
    }

    .tabs_pic img {
        position: static;
        object-fit: cover;
    }

    .tabs_one .tabs_pic img,
    .tabs_two .tabs_pic img,
    .tabs_three .tabs_pic img {
        max-width: 217px;
    }

    .right_blocks {
        padding: 0 16px;
    }

    .tabs_bott {
        max-width: 235px;
    }

}