.work-order_block {
    padding: 70px 0;
}

.work-order_content {
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding: 30px 0 0;
}

.work-order_title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #252525;
    margin: 0 0 25px;
}

.work-order_title span {
    font-weight: 800;
    font-size: 52px;
    color: #252525;
}

.work-order_imets__work--title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #252525;
    margin: 0 0 5px;
}

.work-order_imets__work ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding-left: 0;
}

.work-order_body {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 35px;
}

.work-order_imets__text,
.work-order_imets__work {
    flex: 1 1 calc(50% - 100px);
}

.work-order_imets__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
    margin: 0;
}

.work-order_imet__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #252525;
    list-style: none;
}

.work-order_imet__text::before {
    content: "";
    max-width: 6px;
    width: 100%;
    height: 6px;
    background: white;
    border: 1px solid #C2B674;
    border-radius: 100%;
    margin-top: 6px;
}

.work-order_imets__work {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.work-order_imet__work {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #252525;
}

.work-order_imet__work::before {
    content: '';
    background: url(../image/check-square.svg) no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 20px;
    height: 20px;
    margin: 0;
}

.work-order_imets__image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.work-order_imet__image {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    position: relative;
    flex: 1 1 calc(33.33% - 20px);
}

.work-order_imet__image a {
    border-radius: 8px;
    border: 5px solid white;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 245px;
}

.work-order_imet__image p {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    color: #676767;
}

.work-order_imet__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    box-sizing: border-box;
}

.work-order_imet__image a:hover::before {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    content: '';
    background-image: url(../image/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    background-size: inherit;
    width: 65px;
    height: 65px;
    border-radius: 100px;
    z-index: 2;
}

.work-order_imet__image a:hover img {
    filter: brightness(0.6);
}
