.crumbs_links {
    top: 80px;
    transition: 0.6s ease;
}

.crumbs_links.on {
    top: 60px;
}

.section {
    padding: 172px 0 100px;
}

.section .wrap .section_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .wrap .section_top .img {
    width: 780px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
}

.section .wrap .section_top .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .section_top .img:hover img {
    transform: scale(1.1);
}

.section .wrap .section_top .r_box {
    width: 741px;
}

.section .wrap .section_top .r_box .title {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.section .wrap .section_top .r_box .labels {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 67px 10px;
    margin: 60px 0 70px;
}

.section .wrap .section_top .r_box .labels .label {
    width: 230px;
}

.section .wrap .section_top .r_box .labels .label .label_title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

.section .wrap .section_top .r_box .labels .label .label_title .icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .section_top .r_box .labels .label .label_title .icon img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.section .wrap .section_top .r_box .labels .label .label_title h5 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.section .wrap .section_top .r_box .labels .label p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding: 0 0 0 32px;
}

.section .wrap .section_top .r_box .des {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    opacity: 0.6;
}

.section .wrap .imgs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 26px;
    margin: 92px 0 0;
}

.section .wrap .imgs .img {
    width: 516px;
    height: 397px;
    border-radius: 10px;
    overflow: hidden;
}

.section .wrap .imgs .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .imgs .img:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 1919px) {
    .crumbs_links {
        top: 4.1666666667vw;
    }

    .crumbs_links.on {
        top: 3.125vw;
    }

    .section {
        padding: 8.9583333333vw 0px 5.2083333333vw;
    }

    .section .wrap .section_top .img {
        width: 40.625vw;
        height: 31.25vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .section_top .r_box {
        width: 38.59375vw;
    }

    .section .wrap .section_top .r_box .title {
        font-size: 1.5625vw;
    }

    .section .wrap .section_top .r_box .labels {
        width: 26.0416666667vw;
        gap: 3.4895833333vw 0.5208333333vw;
        margin: 3.125vw 0px 3.6458333333vw;
    }

    .section .wrap .section_top .r_box .labels .label {
        width: 11.9791666667vw;
    }

    .section .wrap .section_top .r_box .labels .label .label_title {
        gap: 0.625vw;
        margin-bottom: 0.2604166667vw;
    }

    .section .wrap .section_top .r_box .labels .label .label_title .icon {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }

    .section .wrap .section_top .r_box .labels .label .label_title h5 {
        font-size: 1.0416666667vw;
    }

    .section .wrap .section_top .r_box .labels .label p {
        font-size: 0.8333333333vw;
        padding: 0px 0px 0px 1.6666666667vw;
    }

    .section .wrap .section_top .r_box .des {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }

    .section .wrap .imgs {
        gap: 1.5625vw 1.3541666667vw;
        margin: 4.7916666667vw 0px 0px;
    }

    .section .wrap .imgs .img {
        width: 26.875vw;
        height: 20.6770833333vw;
        border-radius: 0.5208333333vw;
    }
}
