

/* Start:/local/templates/onelab_copy/css/product-detail.css?16908833195119*/
:root{
    --index: calc(1vh + 1vw);
    --col-lab: calc((1 / 12) * 100% + 16px);
    --col-lab-8: calc((8 / 12) * 100% + 16px);
    --col-lab-4: calc((4 / 12) * 100% + 16px);
    --col-lab-6: calc((6 / 12) * 100% + 16px);
}
.site{

}
.col-8{
    width: var(--col-lab-8);
}
.col-4{
    width: var(--col-lab-4);
}
.col-6{
    width: var(--col-lab-6);
}
.product-item_detail{

}
.banner{
    height: 100vh;
    padding-top: 150px;
}
.banner-content{
    color: rgba(255, 255, 255, 0.80);
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.banner-row{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: var(--col-lab);
}
.banner-content .btns{
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.banner-content .btns .btn{
    color: #FFF;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 12px;
    border: 1px solid #FFF;
    width: 255px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

section.single-image{
    transform: translateY(-70%);
}

section.single-image .col-8{
    margin: 0 auto;
}
section.single-image figure img{
    width: 100%;
}
section.img-list{
    padding-bottom: 200px;
}

section.img-list .img-list_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 200px;
}
section.img-list .img-list_wrapper img{
    width: 100%;
}
section.img-list .img-list_wrapper img:first-child{
    grid-area: 1 / 1 / 2 / 3;
}

section.img-list .img-list_wrapper img:nth-child(2){
    grid-area: 1 / 3 / 2 / 4;
}
section.img-list .img-list_wrapper img:nth-child(3){
    grid-area: 2 / 1 / 3 / 2;
}
section.img-list .img-list_wrapper img:nth-child(4){
    grid-area: 2 / 2 / 3 / 4;
}
section.img-list .img-list_wrapper img:last-child{
    grid-area:  3 / 1 / 4 / 4;
}

.row-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 120px;
}
.row-top h2{
    color: #3F4158;
    font-family: Inter,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
.row-top p{
    color: rgba(63, 65, 88, 0.80);
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    margin: 0;
}

.img-list-content .list-items{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
}
.img-list-content .list-items .item{
    padding: 32px;
    background: #FFF;
    color: rgba(63, 65, 88, 0.80);
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.img-list-content .list-items .item .icon{
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
}
.img-list-content .list-items .item h3{
    color: #3F4158;
    font-family: Inter,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}

section.grey{
    background: #EBEEF9;
    mix-blend-mode: multiply;
    position: relative;
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 160px;
    margin-bottom: 120px;

}
section.grey img{
    width: 100%;
    right: 0;
    position: absolute;
}
section.map-image{
    padding-bottom: 200px;
}
.img-mob{
    display: none;
}
@media (max-width: 1000px) {
    .banner-content .btns .btn{
        width: 100%;
    }

    section.banner{
        background: url("/local/templates/onelab_copy/css/../imgs/as-b-m.png")center/cover !important;
        min-height: 100vh;
        padding-bottom: 200px;
        height: auto;
        margin-bottom: 80px;
    }
    .banner-row{
        grid-template-columns: 1fr;
    }
    section.banner .img-mob{
        display: block;
    }
    section.banner .banner-content .btns{
        flex-wrap: wrap;
    }
    section.single-image{
        display: none;
    }
    section.img-list .img-list_wrapper{
        grid-template-columns: 1fr;
        padding-bottom: 80px;
    }
    section.img-list .img-list_wrapper img{
        grid-area: auto !important;
        height: 420px;
        object-fit: cover;
    }
    .row-top{
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    section.grey img{
        height: 460px;
        position: static;
        object-fit: cover;
    }
    .row-top .col-4,
    .row-top .col-6{
        width: 100%;
    }
    .img-list-content .list-items{
        grid-template-columns: 1fr;
    }
    section.grey,
    section.img-list{
        padding-bottom: 80px;
    }
}
@media(max-width: 767px){
    section.grey img{
        object-position: right;
    }
}
/* End */
/* /local/templates/onelab_copy/css/product-detail.css?16908833195119 */
