#select_link {
    text-decoration: underline;
    color: #fff;
}

#select_link:hover {
    text-decoration: underline;
    color: #fff;
}

.card-decor {
    height: 100%;
}

#select_card.active{
    background: #c21515;
    color: #fff;
}

.m\:center{
    width: 100%;
}

.link_catalog_dir{
    text-align: right;
    position: absolute;
    right: 0.4rem;
    bottom: 0.2rem;

}
.link_catalog_dir a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.link_catalog_dir svg{
    fill: #c21515;
}

.card{
    position: relative;
}

.p_partners-v__logo.card{
    align-items: start;
	aspect-ratio: 1 / 0.47;
    width: 100%;
}

#select_descr{
    margin-bottom: 50px;
}

.link_arrow_block{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mt-30{
	margin-top: 0.3rem;
}
.home-card .link {
	max-height: 100px!important;
}
.card-logo {
	overflow: hidden;
}
@media(max-width: 1024px){
    .link_catalog_dir{
        position: relative;
        display: flex;
        justify-content: center;
        right: 0;
        bottom: 0;
    }
}
@media(max-width: 768px){
    .home-card .link {
        max-height: 150px!important;
    }
}
@media(max-width: 500px){
    .home-card .link {
        font-size: 12px!important;
    }
}