.button.button-apply.button-plan.plan-search-button {
    padding-bottom: 15px;
    padding-top: 16px;
    border-radius: 12px;
    border: 1px solid var(--background-block);
    background: #125EAA
}

.plan-search-button {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: padding .18s ease, width .18s ease, border-radius .18s ease, background-color .12s;
}

.plan-search-button .btn-icon {
    display: none;
}

.plan-search-button svg {
    display: block;
    width: 30px;
    height: 30px;
    color: currentColor;
}

.plan-search-button:focus {
    outline: 3px solid rgba(0,123,255,0.16);
    outline-offset: 2px;
}

@media (max-width: 619px) {
    .button.button-apply.button-plan.plan-search-button {
        width: 44px;
        height: 44px;
        padding: 3px;
        justify-content: center;
        box-sizing: content-box;
    }

    .plan-search-button .btn-text {
        display: none !important; 
    }

    .plan-search-button .btn-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

.plan-search-button svg [fill-opacity] {
    fill-opacity: 0.14;
}
