
.hidden {
    display: none;
}
h1 {
    font-weight: 800
}
h2 {
    margin: 15px;
    font-weight: 400
}

/*---------------------------------------*/
.card_category {
    margin: 0px 3px 5px 3px;
    padding: 1px;
    box-shadow: 0 2.5rem 2rem -2rem rgba(25, 60, 77, 0.1);
    break-inside: avoid;
    box-sizing: border-box;
    border-radius:20px;
    font-family: 'frinkrio-regular', sans-serif;
}
.card_category_back {
    margin: 1px;
    background-color: rgba(255, 255, 255, 0.85);
    padding-bottom: 1px;
    border-radius: 19px;
}
.card_category_title {
    display: flex;
    justify-content: space-between;
    font-family: var(--header-bold-font);
}
.card_logo{
    width:20%;
   padding:8px;
   display:flex;
}
.card_img {
    max-height: 50px;
    max-width: 75px;
    margin: auto;
}
.card_text {
    width: 80%;
    color: #333; /*#4d4b4d;*/
    padding-left: 25px;
    font-weight: 800;
    line-height: 1;
}
.card_text p{
    font-weight: 400
}
    .card_text h1 {
        color: var(--main-black);
        font-size:32px;
        margin: 18px 0px;
    }


/*---------------------------------------*/
.card_out {
    align-items: center;
    min-height: 75px;
    border-radius: 0.3rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    margin: 0px 5px 5px 5px;
    box-shadow: 0 2.5rem 2rem -2rem rgba(25, 60, 77, 0.1);
    border-radius: 15px;
    z-index:5
}
    .card_out:hover {
        background: white;
        box-shadow: 0px 1px 20px 0px rgba(43, 112, 189, 0.2);
        margin:0 0 5px 0;
    }
        .card_out:hover .card_fake_btn {
            width: 10%;
            height: 30px;
            background: url('../img/icons/arrow_black.svg') no-repeat center;
            opacity: 0.15;
            background-size: contain;
        }
.card_mini a{
    text-decoration:none;
    color:black;
}
.card_mini_img {
    max-height: 35px;
    max-width: 47.5px;
    margin: auto;
}
.card_mini_text {
    width: 70%;
}
.card_mini_text h2 {
    margin: 15px 0px;
}
    .card_mini_text a {
        text-decoration: none;
        color: #444;
    }
    .card_mini_text p {
        text-decoration: none;
        color: #444;
        font-size:14px;
        margin-top:-7px;
    }
.card_fake_btn {
    width:10%;
}

@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1280px) {

}

@media (max-width: 960px) {
}

@media (max-width: 720px) {
}

@media (max-width: 640px) {
}

@media (max-width: 480px) {
}


@media (max-width: 320px) {
}

@media (max-width: 240px) {
}
    