<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* РЎС‚РёР»СЊ СЃРѕРѕР±С‰РµРЅРёР№ */

body.locked {
    height: 100%;
    overflow: hidden;
}

#elements_message {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: auto;
    z-index: 99999;
}

#elements_message .central {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 2;
    max-width: 50%;
    padding: 8px;
    margin: 30px auto;
}

#elements_message_html {
    border-radius: 5px;
    max-width: 100%;
    margin-top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 3;
    padding: 45px 70px;
    background-color: #fff;
}

#elements_message_html .mail_index_block {
    margin: 0;
}

#elements_message_html .mail_bg {
    display: none;
}

#elements_message_html .mail_index_block form {
    width: 520px;
    max-width: 100%;
    border-top: 0;
    border-bottom: 0;
}

#elements_message_html .form-typeA.form_line {
    width: 300px;
    max-width: 100%;
}

#elements_message_html .form-typeA.form_line .mailbox .lines .inputs {
    width: 100%;
    margin-right: 0;
}

#elements_message_html .form-typeA.form_line .mailbox .lines .label_agree .text_1 {
    display: inline;
}

.form-response.error, .form-response.success {
    font-size: 30px;
    text-align: center;
    color: #c70202;
    display: block;
    margin: 40px;
}

.form-response.success {
    color: #92c703;
    margin: 60px;
}



#elements_message_html:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #ffffff;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    left: -8px;
    top: -8px;
    opacity: 0.3;
    border-radius: 5px;
}

#elements_message_html .mailbox {
    padding: 0;
}

#elements_message_html .mailbox .title {
    margin-bottom: 33px;
    padding: 0 22px;
    font-size: 20px;
}

#elements_message_html .mailbox .lines .inputs.area {
    margin: 0;

}

#elements_message_html .mailbox .lines .inputs input {
    text-align: center;
}

#elements_message_html .mailbox a.btn-typeA {
    margin-top: 40px;
    text-decoration: none;
}


#elements_message:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.5;
}

#elements_message .central:before {
    content: "";
    position: absolute;
    z-index: 22;
    right: -43px;
    top: -43px;
    color: #ffffff;
    font-size: 32px;
    transform: none;
    opacity: 0.7;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/upload/static/close_message_ico.png);
    width: 20px;
    height: 20px;
    overflow: hidden;
}

#elements_message .central:hover:before {
    opacity: 1;
}

#elements_message.locked .central:before {
    display: none;
}

/* Р‘Р»РѕРє СЃС‚Р°РЅРґР°СЂС‚РЅС‹С… СЃРѕРѕР±С‰РµРЅРёР№ */

#elements_message .standart_message {
    background-color: #ffffff;
    padding: 50px 0px;
    text-align: center;
}

#elements_message .standart_message .title {
    font-size: 18px;
    margin-bottom: 15px;
}

#elements_message .standart_message .text {
    padding: 0 40px;
    font-size: 14px;
}

#elements_message.error .standart_message .title {
    color: #e97e7d;
}

/* Р‘Р»РѕРє СЃС‚Р°РЅРґР°СЂС‚РЅС‹С… СЃРѕРѕР±С‰РµРЅРёР№ */

/* Р‘Р»РѕРє РїРѕРґС‚РІРµСЂР¶РґРµРЅРёР№ СЃРѕРѕР±С‰РµРЅРёР№ */

#elements_message .confirm_message {
    background-color: #ffffff;
    padding: 50px 0px;
    text-align: center;
    width: 400px;
    max-width: 100%;
}

#elements_message .confirm_message .title {
    font-size: 18px;
    margin-bottom: 15px;
}

#elements_message .confirm_message .text {
    padding: 0 40px;
    font-size: 14px;
}

#elements_message .confirm_message .controls {
    margin-top: 25px;
    text-align: center;
}

#elements_message .confirm_message .controls .buttons {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 25px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

#elements_message .confirm_message .controls .buttons.yes {
    background-color: #e87d7c;
    color: #ffffff;
}

#elements_message .confirm_message .controls .buttons.no {
    border-color: #d1d1d1;
}

#elements_message .confirm_message .controls .buttons.yes:hover {
    background-color: #cd5a58;
}

#elements_message .confirm_message .controls .buttons.no:hover {
    border-color: #8c8c8c;
}

#elements_message .confirm_message .controls .buttons.yes:after {
    content: "Р”Р°";
}

#elements_message .confirm_message .controls .buttons.no:after {
    content: "РќРµС‚";
}



#elements_message.error .confirm_message .title {
    color: #e97e7d;
}

/* Р‘Р»РѕРє РїРѕРґС‚РІРµСЂР¶РґРµРЅРёР№ СЃРѕРѕР±С‰РµРЅРёР№ */

/*Р‘Р»РѕРє РјРѕРґР°Р»СЊРЅС‹С… РѕРєРѕРЅ */

.modal_window_block {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
}

.modal_window_block .central {
    display: inline-flex;
    position: relative;
    z-index: 2;
    max-width: 50%;
    padding-right: 60px;
    margin: 30px auto;
}

.modal_window_block .modal_window_html {
    overflow: hidden;
    max-width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 3;
}

.modal_window_block:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 0.5;
}

.modal_window_block .central:before {
    content: "x";
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 0px;
    color: #ffffff;
    font-size: 32px;

    opacity: 0.8;
    cursor: pointer;
}

.modal_window_block .central:hover:before {
    opacity: 1;
}

.modal_window_block.locked .central:before {
    display: none;
}

/*Р‘Р»РѕРє РјРѕРґР°Р»СЊРЅС‹С… РѕРєРѕРЅ */

/* Р‘Р»РѕРє РјРѕРґР°Р»СЊРЅРѕРіРѕ СЂРµРґР°РєС‚РѕСЂР° */

.modal_window_block .window_admin_editor {
    background-color: #ffffff;
    padding: 30px 50px;
    text-align: center;
}

.modal_window_block .window_admin_editor .title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.modal_window_block .window_admin_editor .title:after {
    content: "Р&nbsp;РµРґР°РєС‚РёСЂРѕРІР°РЅРёРµ Р·Р°РїРёСЃРё";
}

.modal_window_block .window_admin_editor .controls {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
    justify-content: center;
}

.modal_window_block .window_admin_editor .controls .buttons {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 25px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.modal_window_block .window_admin_editor .controls .buttons.delete {
    background-color: #e87d7c;
    color: #ffffff;
}

.modal_window_block .window_admin_editor .controls .buttons.delete:hover {
    background-color: #cd5a58;
}

.modal_window_block .window_admin_editor .controls .buttons.save {
    background-color: #7dc401;
    color: #ffffff;
}

.modal_window_block .window_admin_editor .controls .buttons.save:hover {
    background-color: #6eac01;
}

.modal_window_block .window_admin_editor .controls .buttons.close {
    border-color: #d1d1d1;
}

.modal_window_block .window_admin_editor .controls .buttons.close:hover {
    border-color: #8c8c8c;
}

.modal_window_block .window_admin_editor .controls .buttons.delete:after {
    content: "РЈРґР°Р»РёС‚СЊ";
}

.modal_window_block .window_admin_editor .controls .buttons.save:after {
    content: "РЎРѕС…СЂР°РЅРёС‚СЊ";
}

.modal_window_block .window_admin_editor .controls .buttons.close:after {
    content: "Р—Р°РєСЂС‹С‚СЊ";
}

.modal_window_block .window_admin_editor .table .td {
    flex: none;
}

.modal_window_block .window_admin_editor .table .td, .modal_window_block .table .td .admin_editor_block .admin_edit.input {
    justify-content: left;
    padding: 10px 12px;
}

.modal_window_block .table .td .admin_editor_block {
    justify-content: left;
    padding: 0;
}

.modal_window_block .window_admin_editor .table .td .admin_editor_block {
    position: relative;
    width: auto;
    height: auto;
}

.modal_window_block .table .td.cell_desc {
    min-width: 530px;
}

.modal_window_block .table .td .admin_editor_block .admin_edit.wysiwyg {
    min-height: 256px;
}

.modal_window_block .window_admin_editor .table .td:nth-child(2) {
    flex: 1;
}

.table {
    width: auto;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
    display: none!important;
}

.basket-close {
    width: 420px;max-width: 100%;margin: auto
}



@media screen and (max-width: 980px) {
    .modal_window_block .central {
        max-width: 100%;
        padding-right: 0;
        width: 100%;
    }

    .modal_window_block .modal_window_html {
        max-width: 100%;
        width: 100%;
    }

    .modal_window_block .central:before {
        top: -20px;
    }

    .modal_window_block {
        height: 100%;
        overflow: auto;
    }

    #elements_message .central {
        max-width: 100%;
        padding: 0;
    }

    #elements_message_html {
        border-radius: 0;
        max-width: 100%;
        margin-top: 0px;
        padding: 25px 30px;
        width: 100%;
    }

    #elements_message .standart_message .text {
        padding: 0;
        font-size: 12px;
    }

    #elements_message {
        align-items: flex-start;
    }

    #elements_message .central {
        margin: 70px auto;
    }

    #elements_message .central:before {
        top: -53px;
        right: 13px;
    }

    #elements_message_html:after {
        display: none;
    }

    .basket-close {
        width: 100%;
    }
}


/* Р‘Р»РѕРє РјРѕРґР°Р»СЊРЅРѕРіРѕ СЂРµРґР°РєС‚РѕСЂР° */


/* РЎС‚РёР»СЊ СЃРѕРѕР±С‰РµРЅРёР№ */

</pre></body></html>