.laboratory_page {
    color: #131132;
    font-family: Montserrat;
}
.laboratory_title {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.laboratory_main_banner {
    text-align: center;
}
.laboratory_main_banner img {
    width: 85%;
}
.laboratory_h2_left {
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    max-width: 800px;
    margin-top: 90px;
    margin-bottom: 10px;
}
.laboratory_h2_center {
    font-weight: 700;
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.laboratory_two_column {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}
.laboratory_two_column > div {
    flex-basis: 48%;
    gap: 20px;
}
.laboratory_two_column {
    gap: 20px;
}
.laboratory_two_column.image {
    gap: 0;
}
.laboratory_two_column.image > div {
    flex-basis: 45%;
}
.laboratory_two_column_text {
    box-sizing: border-box;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.laboratory_two_column_border {
    border-left: 1px solid #121132;
    padding: 10px 20px 10px 30px;
    margin-left: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.laboratory_two_column_border p {
    margin-bottom: 20px;
}

.laboratory_two_column_image img {
    box-shadow: 4px 4px 6px 0px #15295740, -4px -4px 4px 0px #FFFFFF99;
    border-radius: 45px;
    padding: 20px;
}

.laboratory_text_center {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-top: 100px;
}


.laboratory_img_center img {
    min-width: 100%;
    box-shadow: 4px 4px 6px 0px #15295740, -4px -4px 4px 0px #FFFFFF99;
    border-radius: 59px;
    padding: 15px;
}

.laboratory_carousel {
    position: relative;
}

.laboratory_carousel_wrap {
    overflow: hidden;
    position: relative;
    padding-right: 10px;
}
.laboratory_carousel .swiper-button-next  {
    right: -40px;
}
.laboratory_carousel .swiper-button-prev {
    left: -40px;
}

.laboratory_slider_swiper {
    position: relative;
}

.laboratory_slide-frame {
    text-align: center;
    border: 1px solid #131132;
    padding: 8px 8px 20px;
    border-radius: 56px;
    margin-bottom: 15px;
}


.laboratory_slide-frame img {
    width: 126px;
    height: 128px;
    object-fit: cover;
    padding: 20px 0 0 20px;
}

.laboratory_slide {
    border: 1px solid #131132;
    padding: 8px 8px 20px;
    border-radius: 56px;
    width: 255px;
}
.video_slide-title a {
    color: #131132;
    text-decoration: none;
}

.laboratory_carousel .swiper-button-next, .laboratory_carousel .swiper-button-prev {
    color: #131132;
}

.fancybox-image {
    pointer-events: none;
}
.laboratory-fancybox {
    cursor: pointer;
}
video {
    max-width: 100%;
}
@media (max-width: 767px) {
    .laboratory_title {
        font-size: 39px;
    }

    .laboratory_main_banner img {
        width: auto;
        height: 480px;
    }

    .laboratory_h2_left {
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        max-width: none;
        margin-bottom: 0;
    }


    .laboratory_text_center {
        font-size: 15px;
        line-height: 18px;
        margin-top: 0;
    }

    .laboratory_h2_center {
        font-size: 30px;
        line-height: 36px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .laboratory_img_center img {
        width: 100%;
    }



    .laboratory_title {
        text-align: left;
    }

    .laboratory_text_center.margin {
        margin-top: 40px;
    }
    .laboratory_two_column_image img {
        width: 100%;
    }
}
@media (max-width: 1299px) {

    .laboratory_two_column {
        gap: 20px;
        margin-top: 20px;
    }

    .laboratory_two_column > div {
        font-family: Montserrat;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        flex-basis: 100%;
    }

    .laboratory_two_column_image {
        order: 1;
    }

    .laboratory_two_column_border {
        border-left: none;
        border-bottom: 1px solid #121132;
        order: 2;
    }
    .laboratory_two_column_image {
        text-align: center;
    }

    .laboratory_two_column_image img {
        height: 100%;
    }
    .laboratory_two_column.image {
        gap: 20px;
        flex-direction: column;
    }

    .laboratory_two_column_border {
        padding: 0;
        margin: 0;
    }
    .laboratory_img_center img {
        width: 100%;
    }
}