/* Кнопка "Задать вопрос по продукту" */
a[href*="#popup:myform"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 12px 20px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;

    background-color: #d97a3a !important;
    color: #ffffff !important;

    border: 2px solid #d97a3a !important;
    border-radius: 3px !important;

    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;

    cursor: pointer !important;
    box-sizing: border-box !important;

    transition: opacity 0.2s ease !important;
}

/* Наведение */
a[href*="#popup:myform"]:hover {
    background-color: #c96b2f !important;
    border-color: #c96b2f !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.t706__cartwin_showed {
    z-index: 999999999 !important;
}