

/* Start:/bitrix/templates/simai.framework/components/simai/sf.iblock.list/pkgh-buttons/style.css?17818677931417*/
.main-footer-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 25px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    transition: transform 0.2s, opacity 0.2s;
    gap: 12px;
}

.banner-footer-buttons {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-top: 20px;
}

.main-footer-btn:hover {
    color: white !important;
	text-decoration: none !important;
}

.main-footer-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Цвета из макета */
.btn-color-blue {
    background-color: #296BF4;
}

.btn-color-orange {
    background-color: #FC781F;
}

/* Контейнер для SVG */
.btn-svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.btn-svg-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Если SVG черная, а нужна белая, можно добавить фильтр: */
    filter: brightness(0) invert(1); 
}

.btn-text {
    line-height: 1.2;
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    .banner-footer-buttons {
        flex-direction: column;
    }
    .main-footer-btn {
        width: 100%;
        padding: 15px;
    }
}
/* End */
/* /bitrix/templates/simai.framework/components/simai/sf.iblock.list/pkgh-buttons/style.css?17818677931417 */
