.b-ajax-window-wrap {
    display    : none;
    top        : 0;
    left       : 0;
    width      : 100%;
    height     : 100%;
    position   : fixed;
    background : rgba(0, 0, 0, 0.76);
    z-index    : 1010;
}

.b-ajax-window {
    position      : fixed;
    border-radius : 8px;
    top           : 16px;
    bottom        : 16px;
    left          : 16px;
    right         : 16px;
    min-width     : 700px;
    box-shadow    : 6px 8px 8px rgba(0, 0, 0, 0.07);
    background    : white;
}

.b-ajax-window-header {
    display       : flex;
    margin        : 35px 0 0 0;
    padding       : 0 20px 10px 23px;
    border-bottom : 1px solid #e8e8e8;
}

    .b-ajax-window-header__left {
        margin-right : 20px;
        display      : flex;
        align-items  : center;
        min-width    : 200px;
    }

    .b-ajax-window-header__middle {
        flex       : 1;
        text-align : center;
    }

    .b-ajax-window-header__right {
        margin-left : auto;
        min-width   : 80px;
        text-align  : right;
    }

.b-close-ajax-window {
    color   : #0c0c0c;
    padding : 12px;
}

.b-close-ajax-window--no-padding {
    padding: 0;
}

.b-close-ajax-window:hover {
    color : #844ce6;
}

.b-close-ajax-window__icon {
    font-size : 13px;
}

@media (min-width : 1600px) {
    .b-ajax-window {
        width       : 1568px;
        left        : 50%;
        margin-left : -784px;
    }
}

@media (min-width : 1000px) {
    .b-ajax-window--small {
        width       : 900px;
        height      : 520px;
        top         : 50%;
        left        : 50%;
        margin-left : -450px;
        margin-top  : -260px;
    }
}
