.Body_Categories__Block{
    border: 1px solid #D9D9D9;
    padding: 15px 15px 13px 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.Body_Categories__Block__Header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.Body_Categories__Block__Header:hover{
    text-decoration: underline;
}

.Body_Categories__Block__Header__Arrow{
    width: 16px;
    height: 16px;
    background: url('../../images/V3/Arrow-down.svg') no-repeat;
    background-size: 16px;
    transition-duration: 0.5s;
}

.Body_Categories__Block__Header__Arrow--opened{
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

.Body_Categories__Block__Content{
    margin-top: 25px;
    display: none;
}

.Body_Categories__Block__Content a{
    display: block;
    margin-bottom: 10px;
    color:#181A1D;
}

.Body_Categories__Block__Content a:last-child{
    margin-bottom: 0;
}

.Body_Categories__Block__Content > a:last-of-type{
    margin-bottom: 25px;
}

.Body_Categories__Block__Content a:hover{
    font-family: "IBM Plex Sans", 'Droid Arabic Naskh Bold';
    font-weight: 700;
}
