.table-responsive-wrapper{
    overflow-x: scroll;

}
.table-scroll{
    min-width: 650px;
}


.what-choice-body,.what-choice-header{
    font-size: 14px;
}
.what-choice-body{
    margin-right: 8px;
}
.what-choice-header{
    color: #5A82FC;
    font-weight: bold;
    margin-right: 8px;
}
.what-choice-header-wrapper:first-of-type , .what-choice-body-wrapper:first-of-type{
    padding-left: 12px;
}

.what-choice-header-wrapper, .what-choice-body-wrapper{
    padding: 0;
}
.what-choice-body--1{
    font-weight: bold;
}

.video-proizvodstvo-wrapper {
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    width: 100%; /* Занимает всю ширину родителя */
    height: 100%;
    padding-bottom: 50%;
    overflow: hidden;
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Заполнение контейнера с обрезкой */
    display: none;
}

.video-player.playing {
    display: block;
}

.video-preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
}
.video-preview-overlay.hidden {
    display: none;
}
.video-preview-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-button {
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
    width: 92px;
    height: 92px;
}
.play-button:hover {
    transform: scale(1.05);
}
.play-button:active {
    transform: scale(0.95);
}












.main-content h1 {
    font-size: 28px;
    text-transform: uppercase;
}
.main-content{
    top: 30%;
}
.btn-main {
    bottom: 40px;
    width: calc(100% - 20px);
    left: 10px;
    position: absolute;
    z-index: 10;
}
.video-background{
    object-position: left;
}
.video-wrapper::before {
    top: 0;
    background: rgba(0, 0, 0, 0.15);
}
.main-content h2{
    opacity: 1;
}

.problems-left-col{
    background: linear-gradient(90deg, #EFF1F8 0%, #F7F8FB 100%);
}
.problems-right-col .bg-white{
    background-color: rgba(255, 255, 255, 0.2)!important;
}
.problems-right-col{
    background: linear-gradient(90deg, #3756B7 0%, #5A82FC 100%);
}

.why-choice-item{
    padding: 20px 12px;
    display: flex;
    align-items: center;
    min-height: 120px;
    border-radius: 20px;
    justify-content: space-between;
}
.why-choice-wrapper{
    display: flex;
    flex-direction: column;
    gap: 38px;
}
.why-choice-item--last img{
    margin-top: -50px;
    margin-right: -30px;
    margin-bottom: -25px;
}
.why-choice-item--last{
    background: #5A82FC!important;
    margin-bottom: -40px;
    color: white;
    flex-direction: column;
}




.schema-wrapper{
    padding: 20px;
    border-radius: 24px;
    background: #E5ECFF;
}
.schema-list-item{
    margin-bottom: 12px;
}
























@media (min-width: 400px) {
    .main-content{
        top: 40%;
    }
}
@media (min-width: 768px) {
.schema-desktop-wrapper{
    width: 100%;
}
.schema-sloy{
    position: absolute;
}
    .why-choice-item--last img{
        margin-top: -45px;
        margin-bottom: -20px;
        margin-right: 0;
    }



    .why-choice-item{
       width: calc(50% - 14px);
    }
    .why-choice-wrapper{
       flex-wrap: wrap;
        flex-direction: row;
        gap: 28px;
    }

    .table-responsive-wrapper{
       overflow-x: unset;
    }
    .what-choice-body, .what-choice-header {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .why-choice-img{
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0;
    }
    .why-choice-text{
        flex-shrink: 0;
    }
    .why-choice-item .color-blue{
        flex-basis: 40px;
    }
    .why-choice-item img{
        margin-top: -40px;
        flex-basis: calc(172px - 56px);
    }
    .schema-desktop-wrapper{
        position: relative;
        aspect-ratio: 440 / 550;
        max-width: 440px;
        margin: 0 auto;
    }
    .schema-sloy-wrapper{
        position: absolute;
        inset: 0;
        pointer-events: none;
    }
    .schema-sloy-wrapper[data-schema-img="1"]{
        z-index: 6;
    }
    .schema-sloy-wrapper[data-schema-img="2"]{
        z-index: 5;
    }
    .schema-sloy-wrapper[data-schema-img="3"]{
        z-index: 4;
    }
    .schema-sloy-wrapper[data-schema-img="4"]{
        z-index: 3;
    }
    .schema-sloy-wrapper[data-schema-img="5"]{
        z-index: 2;
    }
    .schema-sloy-wrapper[data-schema-img="6"]{
        z-index: 1;
    }
    .schema-sloy,
    .schema-sloy-cover{
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .schema-sloy-cover{
        position: absolute;
        opacity: 0;
        z-index: 2;
        transform: translateY(0px) scaleY(0.96);
        transform-origin: center;
        transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    }
    .schema-sloy-wrapper.active .schema-sloy-cover{
        opacity: 1;
        transform: translateY(0px) scaleY(1);
    }
    .schema-list-item{
        padding: 12px 16px;
        transition: 0.2s ease-in-out all;
        cursor: pointer;
        margin-bottom: 0;
    }
    .schema-list-item.active{
        background: #5A82FC;
        color: white;
        border-radius: 8px;
    }
    .schema-wrapper{
        padding: 0;
        border-radius: 0;
        background: white;
    }
    .schema-inner{
        padding: 20px;
        border-radius: 24px;
        background: #E5ECFF;
    }










    .why-choice-item{
        flex-direction: column;
        justify-content: start;
        width: calc(33% - 17px);
        max-height: 172px;
        gap: 16px;
    }
    .why-choice-item--last{
        margin-bottom: -90px!important;
        max-height: 280px;
    }
    .why-choice-item--last img{

        margin-bottom: 0px;
        max-width: 190px;
    }

    .what-choice-body--1{
        color: #5A82FC;
        background: #E5ECFF;
        font-weight: 600;
    }
    .what-choice-body--last{
        border-bottom-left-radius: 24px;
    }
    .what-choice-body--3{
        border-bottom-right-radius: 24px;
    }
    .what-choice-body{
        height: 100%;
        background: #EFF1F8;
        padding: 12px 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .what-choice-header{
        background: #5A82FC;
        color: white;
        padding: 12px 24px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .what-choice-header--1{
        border-top-left-radius: 24px;
    }
    .what-choice-header--3{
        border-top-right-radius: 24px;
    }
    .video-hero {
        padding-top: 40px;
    }
    .btn-main {
        bottom: 0;
        width: 60%;
        min-width: unset;
        left: 0;
    }
    .main-content h1 {
        font-size: 34px;
    }
    .main-content {
        top: 29%;
        bottom:0;
        left: 50px;
    }
}



@media (min-width: 1200px) {
    .schema-inner{
        padding: 40px;
        border-radius: 40px;
    }
    .video-hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .main-content h1 {
        font-size: 40px;
    }
}


@media (min-width: 1400px) {
    .why-choice-item--last{
        margin-bottom: -110px!important;
    }
    .main-content {
        top: 40%;
    }
}































































.tech-accent{
padding-left: 10px;
position: relative;
border-left: 4px solid #5A82FC;
}
.clock-img{
display: none;
}

.msk-wrapper {
position: relative;
cursor: none;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
aspect-ratio: 4 / 3;
}

.msk-img {
display: block;
width: 100%;
height: auto;
max-width: 100%;
}

.msk-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
z-index: 10;
pointer-events: none;
background-image: url('img/main.jpg');
background-repeat: no-repeat;
}
.documentation-slide-wrapper{
padding: 12px;
border-radius: 12px;
color:white;
}
.documentation-slide-wrapper--second{
background: #232323;
}
.documentation-slide-wrapper--first{
background: linear-gradient(180deg, #3756B7, #5a82fc);
}

.documentation-slide__stage{
opacity: 0.5;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
}

.slider-title {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
margin-bottom: 20px;
}
.swiper-wrapper{
display: flex;
flex-direction: column;
}
.work-process-wrapper{
background: #EFF1F8;
padding: 24px 0;
}







.work-process-gallery:hover {
opacity: 0.8;
}






@media(min-width: 768px){
.swiper-slide{
    width: 70%;
    height: 100%;
}
.swiper-wrapper{
    flex-direction: row;
}
.documentation-slide-wrapper{
    padding: 24px;
    border-radius: 20px;
    height: 100%;
}
}
@media(min-width: 992px){
.work-process-wrapper{
    background: none;
}
.work-process-gallery--maxi img{
    height: 410px;
    object-fit: cover;
    width: 100%;
    object-position: top left;
}
.work-process-gallery--mini img{
    max-height: 100px;
    object-fit: cover;
}
.documentation-slide__stage{
    font-size: 16px;
}


.clock-img{
    display: block;
    position: absolute;
    left: 0;
    bottom: -25%;
}
}
@media(min-width: 1200px){
.work-process-gallery--maxi img{
    height: 400px;
}
.documentation-slide__stage{
    font-size: 20px;
}
.documentation-slide-wrapper{
    padding: 30px 40px;
}
}

@media(min-width: 1400px){
.work-process-gallery--maxi img{
    height: 420px;
}
.clock-img{
    left: 10%;
    bottom: -25%;
}
}
