body,
html,
p,
div,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    background: #253042;
}

ul,
ol {
    list-style: none;
}

.main {
    margin: 10px;
    display: flex;
    min-height: 87vh;
}

.body_main {
    width: 100%;
}

.btn_menu {
    text-decoration: none;
    color: #8d96ab;
    font-size: 18px;
    display: block;
    padding: 10px 5px;
    transition: background .2s, color .2s;
}

.btn_menu:hover {
    background: #343848;
    color: #fff;
    transition: background .2s, color .2s;
}

.side_menu {
    margin-right: 15px;
    border-right: solid 3px #00c0ef;
}

header.head_site {
    height: 100px;
    background: #222c3c;
    padding: 10px;
}

.logotype {
    height: 100%;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 29px;
}

.avatar img {
    width: 100%;
}

.block_user {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.modalFormAvatar {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #222c3c;
    width: 500px;
    height: 200px;
    box-shadow: 0 0 10px 7px #00c0ef;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    padding: 10px;
}

.modalFormAvatar-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s, visibility .2s;
}

p.name_user {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
}

.btn_user {
    font-size: 18px;
    color: #fff;
    background: none;
    border: none;
    transition: color .2s;
    cursor: pointer;
}

.btn_user:hover {
    color: #2F96B4;
    transition: color .2s;
}

p.information {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    border: solid orange 2px;
    padding: 5px;
    width: max-content;
}

.btn_ {
    background: #31af36;
    border: none;
    min-width: 160px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    padding: 11px 20px;
    cursor: pointer;
    transition: background .2s;
}

.btn_:hover {
    background: #29a22e;
    transition: background .2s;
}

#fileAvatar {
    opacity: 0;
    visibility: hidden;
    position: fixed;
}

.button_modal_block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block_last_update {
    width: 500px;
    height: 250px;
    overflow: auto;
}

.block {
    padding: 5px;
    color: #fff;
    background: #222c3c;
    border-radius: 3px;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 20%);
    margin: 10px auto;
    width: 95%;
}

.block_last_update::-webkit-scrollbar {
    width: 10px;
}

.block_last_update::-webkit-scrollbar-track {
    background: none;
}

.block_last_update::-webkit-scrollbar-thumb {
    background: #00c0ef;
}

.body_page_auth {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login_form {
    display: flex;
    flex-direction: column;
}

.login_form input {
    height: 35px;
    padding: 5px;
    margin-bottom: 10px;
}

h2.title_index_form {
    color: #fff;
    text-align: center;
}

img.logotype_login_page {
    width: 50%;
    margin: auto;
    display: block;
}

p.copyrign {
    display: flex;
    justify-content: center;
    align-items: center;
}

p.copyrign a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}

p.version_block {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.table_users {
    margin-top: 10px;
    /*border: solid 2px red;*/
    border-collapse: collapse;
}

.table_users td {
    min-width: 200px;
}

.table_users tr {
    padding: 10px 0;
    border-bottom: #00c0ef 2px solid;
}

.table_users .btn_ {
    margin-left: 10px;
}

.block_add_product input,
select {
    padding: 5px;
}

.block_add_product button {
    margin-left: 5px;
}

.block_add_product [name="presence"],
[name="presenceMod"],
[name="price"],
[name="priceMod"] {
    width: 157px;
}

ul.info_file {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

ul.info_file a {
    margin-left: 10px;
    text-decoration: none;
}

table.listProduct {
    border: solid 2px #fff;
    border-collapse: collapse;
}

table.listProduct tr,
td {
    border: solid 2px #fff;
    padding: 5px;
}

[data-product="price"] {
    width: 100px;
    text-align: center;
}

[data-product="currency"] {
    text-align: center;
}

.systemBtn {
    margin: 10px;
}

.systemBtn button {
    margin-right: 10px;
}

.systemBtn select {
    height: 40px;
    cursor: pointer;
}

.block_update_price select,
.block_update_price input {
    height: 40px;
}

.modalLoader {
    position: fixed;
    left: 0;
    top: 0;
    background: #222c3cba;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    user-select: none;
    transition: opacity .2s linear, visibility .2s linear;
}

.modalLoader--active {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s linear, visibility .2s linear;
}

li.productLoad {
    display: flex;
    border: solid 2px #ffff;
    margin: 5px;
    width: 24%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 5px;
    user-select: none;
}

.product_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

li.productLoad label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

p.info_last_load_file {
    padding: 10px 0;
    color: #fff;
}

li.preview {
    display: flex;
    flex-direction: column;
    width: 500px;
    position: relative;
}

li.preview span {
    color: #fff;
    margin: 10px 0;
}

li.preview span:before {
    content: 'Ссылка баннера:';
    padding-right: 10px;
}

#saveSettingApp {
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3bd00;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: none;
    cursor: pointer;
    color: #fff;
    transition: background .2s linear;
}

#saveSettingApp:hover {
    background: #156f8d;
    transition: background .2s linear;
}

button.delete_banner {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

button.delete_banner:hover {
    background: #BD362F;
    color: #fff;
}

.list_social input {
    padding: 10px;
    outline: none;
}

.list_social {
    margin: 10px 0;
}

h2 {
    color: #fff;
}

.block_social_setting {
    padding: 10px;
    border: solid 2px #fff;
    border-radius: 10px;
    width: max-content;
}

.block_add_banner,
.block_preview {
    margin: 10px 0;
}

pre.logs {
    color: #fff;
    background: gray;
}

/* страница плагина добавить набор start */
.modal_window_add_nabor {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 grey;
    width: 500px;
    min-height: 150px;
}

.modal_window_add_nabor--active {
    display: block;
    visibility: visible;
    opacity: 1;
}

.list_dop {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

input.dop_article {
    margin-bottom: 10px;
}

.modal_title {
    color: #000;
}

button {
    cursor: pointer;
}

button#saveListProduct,
button.add_dop,
button.btn_cancel {
    border: none;
    padding: 5px;
    color: #fff;
    min-width: 30px;
    transition: background .2s linear;
}

button#saveListProduct {
    background: orange;
}

button.add_dop {
    background: green;
}

button.btn_cancel {
    background: red;
}

#saveListProduct:hover,
.add_dop:hover,
.btn_cancel:hover {
    background: #222c3c;
    transition: background .2s linear;
}

input#osnovnoy_article,
.dop_article {
    border: none;
    padding: 5px;
    border-bottom: 1px solid #253042;
    color: #253042;
    outline: none;
    font-weight: normal;
    transition: color .2s linear, font-weight .2s linear;
}

input#osnovnoy_article:focus,
.dop_article:focus {
    /* transform: scale(1.1); */
    color: #BD362F;
    font-weight: bold;
    transition: color .2s linear, font-weight .2s linear;
}

.product_visible {
    padding: 5px;
    border: solid 1px #fff;
    width: 400px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
}

.product_visible ul {
    list-style: disc;
    margin-left: 40px;
}

h3.title_plugin {
    color: #fff;
}

span.notification {
    color: #fff;
    border: solid 1px orange;
    padding: 5px;
}

.block_add_dop_product {
    margin-top: 10px;
}

.add_nabor {
    margin-bottom: 10px;
}

button.btn_setting_plugin {
    border: none;
    padding: 5px 10px;
    background: #00c0ef;
    color: #000;
    transition: background .2s linear;
}

button.btn_setting_plugin:hover {
    background: #fff;
    transition: background .2s linear;
}


/* страница плагина добавить набор end */


/* страница настройки отправки почты start */

.modal_add_manager {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear, visibility .2s linear;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-radius: 8px;
}

.active_modal {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transition: opacity .2s linear, visibility .2s linear;
}

span.btn_closed_manager_modal {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    cursor: pointer;
}

.modal_add_manager h4 {
    margin: 10px 0;
}

.modal_add_manager button {
    background: darkseagreen;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .2s linear;
}

.modal_add_manager button:hover {
    background: burlywood;
    transition: background .2s linear;
}

button.client_btn {
    background: darkseagreen;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .2s linear;
}

button.client_btn:hover {
    background: burlywood;
    transition: background .2s linear;
}

.new_client input {
    padding: 5px;
    width: 300px;
    margin: 5px 0;
}

.header_block,
.client_mail,
.manager_mail {
    color: #fff;
}

input#mail_manager {
    border: none;
    border-bottom: solid 1px grey;
    padding: 5px;
    outline: none;
}

.saveUser {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #29a22e;
    color: #fff;
    font-size: 35px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    border: none;
    cursor: pointer;
}

.table_client div {
    display: grid;
    grid-template-columns: repeat(3, 400px);
    margin: 5px 0;
}

/* страница отправки почты end */