.content-block {
    display: flex;
    gap: 80px;
}
.content-block-Info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.content-text {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 400;
    color: #517C70;
    line-height: 150%;
}
.content-text_shorter {
    max-width: 95%;
}
.categories-block {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 0;
    justify-content: space-between;
}
.category {
    color: #424F4B;
    border: 1px solid #7B9329;
    opacity: 0.5;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 9px 6px 7px;
    font-weight: 500;
    font-size: 10.5px;
    line-height: 100%;
    cursor: default;
}
.category_active {
    opacity: 1;
}
.category-wide {
    width: 85px;
}
.content-block-visual {
    width: 574px;
    height: 476px;
    position: relative;
    border-radius: 20px;
    background-color: #EFF3E1;
    flex-shrink: 0;
}
.content-block-visual__img {
    position: absolute;
    border-radius: 5%;

}
.content-block-visual__img_1-1 {
    top: 46px;
    left: 211px;
    width: 330px;
    height: 385px;
    border-radius: 17px;
    z-index: 20;
    box-shadow: -19px 7px 87.4px -9.3px rgb(16, 28, 52, 0.35);
}
.content-block-visual__img_1-2 {
    top: 64.5px;
    left: -33px;
    width: 300px;
    height: 350px;
    border-radius: 15px;
    z-index: 10;
    box-shadow: 0px 12px 37px -8.5px rgb(16, 28, 52, 0.35);
}
.content-block-visual__img_2-1 {
    top: 41px;
    left: 313px;
    width: 290px;
    height: 400px;
    border-radius: 8px;
    z-index: 20;
    box-shadow: 0px 25px 78px -18px rgb(16, 28, 52, 0.35);
}
.content-block-visual__img_2-2 {
    top: 67px;
    left: 83px;
    width: 255px;
    height: 350px;
    border-radius: 7px;
    z-index: 10;
    box-shadow: none;
}
.content-block-visual__img_3-1 {
    top: 45px;
    left: -32px;
    width: 243px;
    height: 400px;
    border-radius: 6.2px;
    z-index: 10;
    box-shadow: 0px 12px 37px -8.5px rgb(16, 28, 52, 0.35);
}
.content-block-visual__img_3-2 {
    top: 45px;
    left: 235px;
    width: 243px;
    height: 400px;
    border-radius: 6.2px;
    z-index: 10;
    box-shadow: 0px 12px 37px -8.5px rgb(16, 28, 52, 0.35);
}
.content-block-visual__img_4-1 {
    top: 46px;
    left: 285px;
    width: 330px;
    height: 385px;
    border-radius: 17px;
    z-index: 20;
    box-shadow: -19px 7px 87px -9px rgb(16, 28, 52, 0.35);
}
.content-block-visual__img_4-2 {
    top: 65px;
    left: 30px;
    width: 300px;
    height: 350px;
    border-radius: 15px;
    z-index: 10;
    box-shadow: -17px 6px 80px -8px rgb(16, 28, 52, 0.35);
}
.content-block-visual__img_5-1 {
    top: 43px;
    left: 208px;
    width: 290px;
    height: 400px;
    border-radius: 15px;
    z-index: 20;
    box-shadow: -17px 6px 80px -8px rgb(16, 28, 52, 0.35);
}
.content-block-visual__img_5-2 {
    top: 60px;
    left: -32px;
    width: 267px;
    height: 365px;
    border-radius: 14px;
    z-index: 10;
    box-shadow: 0px 12px 40px -9px rgb(16, 28, 52, 0.35);
}


.custom-list {
    list-style: none;
    padding-left: 0;
    max-width: 95%;
}
.custom-list li {
    position: relative;
    padding-left: 46px;
    margin-bottom: 30px;
    color: #517C70;
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;
}
.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url('../img/socgid/list-item.png');
    background-size: cover;
}

.hooker-block {
    display: flex;
    border-radius: 20px;
    background-color: #0F3027;
    height: 557px;
    padding: 80px 50px;
    position: relative;
}
.hooker-block-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 50%;
    height: 100%;

}
.hooker-block-header {
    color: #E0FCE4;
}
.hooker-block-text {
    color: #E0FCE4;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-width: 90%;
}
.hooker-block-button {
    width: 350px;
}
.hooker-block-img {
    position: absolute;
    width: 640px;
    height: 500px;
    top: 31px;
    right: -33px;
}