/*region Стили контента блока*/

.optPromoBlock {

    -webkit-text-size-adjust: 100%;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-family: "Roboto", sans-serif;
    outline: none !important;
    box-sizing: border-box;
    color: #000;
    margin-bottom: 15px;
    margin-top: 5px;

    .price_title {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
    }

    .price_value {
        line-height: 1.42857143;
        font-size: 30px;
        letter-spacing: -.02em;
    }

    .details {
        font-size: 80%;
    }

    .promocode_info {
        color: red;
        font-size: 80%;
    }


    .qmark:hover {
        color: #000;
    }

    .qmark {
        position: relative;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        margin: 0 0 10px;
        transition: all .2s;
        color: #000;
        padding-right: 24px;
    }

    .qmark:after {
        box-sizing: border-box;
        content: '?';
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0;
        top: 2px;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        border: 2px solid;
        font-size: 13px;
        padding-left: 0;
        padding-top: 1px;
        color: gray;
        font-weight: 600;
    }


    /*endregion*/

    /*region стили самого окна модалки и его интерфейса */

    .jqmOverlay {
        background: rgba(0, 0, 0, .4);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
        -moz-opacity: 1 !important;
        background: #3a3f44;
        opacity: .7 !important;
        height: 100%;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2999;
    }


    .jqmOverlay.waiting {
        z-index: 997;
    }

    /*noinspection DuplicatedCode*/

    .popup-jqm {
        display: none;
        max-width: 520px;
        left: 50%;
        box-sizing: border-box;
        -webkit-border-radius: 5px;
        position: fixed;
        animation: toggle_opacity 200ms;
        background: none;
        box-shadow: none;
        min-width: 0;
        width: 100%;
        right: auto;
        z-index: 1000 !important;
        background: #fff;
        margin: auto !important;
        transform: translate(-50%, -50%);
        border-radius: 16px;
        padding: 40px 32px;
        top: 50% !important;
        font-size: 14px;
        max-height: 96vh;
    }

    .popup-jqm.show {
        display: block !important;
    }

    .popup-jqm .close {
        top: 16px;
        right: 16px;
    }

    /*endregion*/
}

