/* ========== sec_broch ========== */
.sec_broch {
    padding: 22px 0 30px;
}
.sec_broch_item {
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    min-height: 414px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.sec_broch_img {
    height: 289px;
    width: 100%;
    margin-bottom: 12px;
}
.sec_broch_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec_broch_name {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    padding: 0 15px;
}
.sec_broch_bottom {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    padding: 0 15px 15px;
}
.sec_broch_btn {
    border-radius: 34px;
    border: 1px solid var(--main-color);
    min-width: 180px;
    height: 40px;
    padding: 4px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    transition: all .5s;
}
.sec_broch_btn:hover {
    border: 1px solid var(--neon-blue-color);
    color: var(--neon-blue-color);
}
.sec_broch_btn svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.sec_broch_btn div {
    max-width: calc(100% - 27px);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
}
.sec_broch_btn div span {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
    display: inline-block;
    margin-left: 5px;
}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */

/* макет 1440 pix perfect */