.header-specs-block{
    display:flex;
    justify-content:center;
    position:relative;
}

.header-specs-block .content-width{
    flex-direction:column;
    overflow:hidden;
    width: calc(100% - 32px);
}

.header-specs-block .header{
    overflow:hidden;
    position:relative;
}

.header-specs-block .header .bg{
    height:450px;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

.header-specs-block .header .bg img{
    height:100%;
    object-fit:cover;
    width:100%;
}

.header-specs-block .header .bg .gradient-container{   
    background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.35) 100%); 
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

.header-specs-block .header .content{
    align-items:center;
    display:flex;
    flex-direction:column;
    position:relative;
    width:100%;
}

.header-specs-block .header .content .main-info{
    display:flex;
    flex-direction:column;
    height:334px;
    justify-content:flex-end;
    padding:32px 32px 84px;
    width: calc(100% - 64px);
}

.header-specs-block .header .content .main-info h1{
    color:white;
    font-size:42px;
    font-weight:400;
    max-width:496px;
    opacity:0;
    transform: translate3d(-25%, 0, 0);
    transition:800ms opacity, 800ms transform;
}

.header-specs-block.animated .header .content .main-info h1{
    opacity:1;
    transform: translate3d(0, 0, 0);
}

.header-specs-block .content .subtitle{
    opacity:0;
    transform: translate3d(-25%, 0, 0);
    transition:800ms opacity, 800ms transform;
}

.header-specs-block.animated .content .subtitle{
    opacity:1;
    transform: translate3d(0, 0, 0);
}

.header-specs-block .header .content .main-info p{
    color:white;
    font-size:22px;
    margin-top:16px;
}

.header-specs-block.animated .header .content .main-info p{
    opacity:1;
    transform: translate3d(0, 0, 0);
}

.header-specs-block .header .content .liftcard{
    background:white;
    border:1px solid #E8EBF0;
    margin-top:10px;
    padding:32px 16px;
    width:calc(100% - 70px);
}


.header-specs-block .header .content .liftcard .info{
    display:flex;
    flex-direction:column;
}

.header-specs-block .header .content .liftcard .info .head{
    align-items:center;
    justify-content:space-between;
    display:flex;
}

.header-specs-block .header .content .liftcard .info .head h2{
    font-size:28px;
    margin-bottom:32px;
}

.header-specs-block .header .content .liftcard .info .head .icon{
    display:none;
}

.header-specs-block .header .content .liftcard .info .body{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.header-specs-block .header .content .liftcard .info .body .spec-item{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.header-specs-block .header .content .liftcard .info .body .spec-item .title{
    color:#000000;
    text-transform:uppercase;
}

.header-specs-block .header .content .liftcard .info .body .spec-item .value{
    color:#464648;
}

.header-specs-block .gallery{
    align-self:center;
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-top:15px;
    position:relative;
    width:calc(100% - 36px);
}

.header-specs-block .gallery .gallery-item{
    aspect-ratio:304 / 243;
    overflow:hidden;
    transform:translate3d(0,100%, 0);
    width:100%;
}

.header-specs-block.animated .gallery .gallery-item{
    transform:translate3d(0,0, 0);
}

.header-specs-block.animated .gallery .gallery-item:nth-child(1){
    transition:800ms transform;
}

.header-specs-block.animated .gallery .gallery-item:nth-child(2){
    transition:800ms transform 300ms;
}

.header-specs-block.animated .gallery .gallery-item:nth-child(3){
    transition:800ms transform 600ms;
}

.header-specs-block .gallery .gallery-item img{
    display:block;
    height:100%;
    object-fit:cover;
    width:100%;
}

@media screen and (min-width:850px){

    .header-specs-block .content-width{
        width: calc(100% - 70px);
    }

    .header-specs-block .header{
        height:450px;
    }

    .header-specs-block .header .bg{
        height:100%;
    }

    .header-specs-block .header .content:after{
        background:#E8EBF0;
        bottom:0;
        content:'';
        height:1px;
        left:0;
        min-width: 574px;
        position:absolute;
        width:50%;
    }

    .header-specs-block .header .content .main-info{
        justify-content:flex-start;
        padding: 84px 84px 32px;
        width:calc(100% - 168px);
    }

    .header-specs-block .header .content .main-info p{
        margin-top:16px;
    }

    .header-specs-block .header .content .liftcard{
        height:100%;
        left:0;
        margin-top:auto;
        min-width: 574px;
        padding:0;
        position:absolute;
        top:0;
        transform:translate3d(0,calc(100% - 146px),0);
        transition:1200ms transform;
        width:50%;
    }


    .header-specs-block .header .content .liftcard:hover{
        transform:translate3d(0,0,0);
        transition:250ms transform;
    }

    .header-specs-block .header .content .liftcard .info .head{
        height:50px;
        padding: 48px;
    }

    .header-specs-block .header .content .liftcard .info .head h2{
        margin-bottom:0;
    }

    .header-specs-block .header .content .liftcard .info .head .icon{
        display:block;
    }

    .header-specs-block .header .content .liftcard .info .head .icon{
        transform:rotate(-90deg);
    }

    .header-specs-block .header .content .liftcard .info .body {
        gap:15px;
        padding: 0 48px;
    }

    .header-specs-block .header .content .liftcard .info .body .spec-item{
        gap:0;
    }

    .header-specs-block .header .content .liftcard .info .body .spec-item p{
        line-height:1.5;
    }

    .header-specs-block .gallery{
        flex-direction:row;
        width:100%;
    }

    .header-specs-block .gallery .gallery-item{
        aspect-ratio:376 / 243;
        flex:1;
        width:auto;
    }

    .header-specs-block .gallery .gallery-item img{
        transition:1200ms transform;
    }

    .header-specs-block .gallery .gallery-item:hover img{
        transform:scale(1.2);
        transition:250ms transform;
    }

}

@media screen and (min-width:1440px){
    
}