@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");
@import url("media.css");
@import url("modal.css");

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0 auto;
  width: 100vw;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #222;
  background-size: 7%;
  background-color: #fafafa;
  min-height: 100vh;
}

input,
textarea,
select,
button {
  font-family: "Montserrat", sans-serif;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.hidden {
  display: none;
}

/* input[type=file] {
  display: none;
} */

input[type=checkbox] {
  display: none;
}

#dealsform-rec_status,
#dealsform-cb_status,
#dealsform-vk_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

.hidden {
  display: none;
}

.button-admin {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #ea8527;
  border-radius: 6px;
  border-width: 0;
  -webkit-box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in, -webkit-box-shadow 0.08s ease-in;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.button-admin:disabled {
  cursor: default;
}

.button-admin:focus {
  -webkit-box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0, rgba(50, 151, 211, 0.3) 0 0 0 4px;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0, rgba(50, 151, 211, 0.3) 0 0 0 4px;
}

.red-admin {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #f54040;
  border-radius: 6px;
  border-width: 0;
  -webkit-box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, -webkit-box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in;
  transition: all 0.2s, box-shadow 0.08s ease-in, -webkit-box-shadow 0.08s ease-in;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.red-admin:disabled {
  cursor: default;
}

.red-admin:focus {
  -webkit-box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0, rgba(211, 50, 50, 0.3) 0 0 0 4px;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset, rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0, rgba(211, 50, 50, 0.3) 0 0 0 4px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination li {
  display: inline;
}

.pagination li a,
.pagination li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  color: #666;
  background-color: #fafafa;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination li a:first-child a,
.pagination li a:first-child span,
.pagination li span:first-child a,
.pagination li span:first-child span {
  margin-left: 0;
}

.pagination li:last-child(1) a,
.pagination li:last-child(1) span {
  border-radius: 4px 0 0 4px;
}

.pagination li.active a,
.pagination li.active span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination li>a:hover,
.pagination li>a:focus,
.pagination li>span:hover,
.pagination li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

header {
  left: 0;
  width: 100%;
  top: 0;
  z-index: 10;
  background-color: #ea8527;
  position: relative;
}

header .section {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .section .logo img {
  width: 155px;
}

header .section .menu_tabs {
  position: relative;
}

header .section .menu_tabs .dropdown_menu {
  color: #f6f6f6;
  padding: 15px;
  line-height: 20px;
  cursor: pointer;
}

header .section .menu_tabs .dropdown_menu:hover {
  background: rgba(0, 0, 0, 0.1);
}

header .section .menu_tabs .dropdown_menu.active {
  background: rgba(0, 0, 0, 0.1);
}

header .section .menu_tabs .dropdown_menu.active .menu_tabs_ul {
  opacity: 1;
  pointer-events: auto;
}

header .section .menu_tabs .menu_tabs_ul {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: 0;
  background-color: #fff;
  top: 100%;
}

header .section .menu_tabs .menu_tabs_ul ul {
  list-style: none;
}

header .section .menu_tabs .menu_tabs_ul ul li a {
  display: block;
  padding: 4px 15px;
  color: #4F4F4F;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  white-space: nowrap;
}

header .section .menu_tabs .menu_tabs_ul ul li a:hover {
  text-decoration: none;
  color: #000;
}

.container .main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222d32;
  min-height: 100%;
  width: 230px;
  z-index: 5;
  padding-top: 50px;
}

.container .main-sidebar ul {
  list-style: none;
}

.container .main-sidebar ul li a {
  padding: 12px 5px 12px 15px;
  color: #b8c7ce;
  display: block;
  text-decoration: none;
  border-left: 3px solid transparent;
}

.container .main-sidebar ul li a:hover {
  background-color: #1e282c;
}

.container .main-sidebar ul li a.active {
  border-color: #ea8527;
  background-color: #1e282c;
}

.container .right_container {
  margin-left: 215px;
  min-height: calc(100vh - 50px);
  background-color: #ecf0f5;
  padding: 15px 25px;
}

section.form_admin .section .section_top {
  margin-bottom: 30px;
}

section.form_admin .section .section_top h1 {
  font-size: 20px;
  display: block;
  color: #333;
}

section.form_admin .section .section_body form input[type=text] {
  min-width: 300px;
  border-radius: 7px;
  border: 1px solid #ddd;
  height: 35px;
  text-indent: 10px;
}

section.form_admin .section .section_body form .loaded_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.form_admin .section .section_body form .loaded_photo .img {
  margin-right: 15px;
  margin-bottom: 35px;
  max-width: 200px;
  height: 150px;
  position: relative;
}

section.form_admin .section .section_body form .loaded_photo .img .action_img {
  width: 100%;
  border-radius: 0 0 5px 5px;
  background-color: #f75151;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

section.form_admin .section .section_body form .loaded_photo .img .action_img:hover {
  opacity: 0.7;
}

section.form_admin .section .section_body form .loaded_photo .img .action_img i {
  color: #fff;//step5
  display: block;
}

section.form_admin .section .section_body form .loaded_photo .img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

section.form_admin .section .section_body form .help-block {
  width: 100%;
  color: #eb3030;
}

section.form_admin .section .section_body form .form-group {//Ломает
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.form_admin .section .section_body form .form-group label {
  display: block;
  min-width: 170px;
  margin-top: 6px;
}

section.form_admin .section .section_body form .form-group .program_tour .item_program_tour .redactor-box {
  margin-top: 10px;
}

section.form_admin .section .section_body form .select {
  position: relative;
}

section.form_admin .section .section_body form .select select {
  min-width: 300px;
  border-radius: 7px;
  border: 1px solid #ddd;
  height: 35px;
  padding-left: 22px;
  appearance: none;
  background-image: url('../img/down_arrow.svg');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 8px);
  background-color: #fff;
}

section.list_admin .section .section_top {
  margin-bottom: 30px;
}

section.list_admin .section .section_body .grid-view.table-bordered {
  border: 1px solid #ddd;
}

section.list_admin .section .section_body .grid-view thead>tr>th {
  border-bottom-width: 2px;
  background: #ffffff;
  color: #555;
}

section.list_admin .section .section_body .grid-view thead>tr>th a {
  color: #3c8dbc;
  text-decoration: none;
  font-size: 14px;
}

section.list_admin .section .section_body .grid-view thead>tr>td {
  border-bottom-width: 2px;
  background: #ffffff;
  color: #555;
  font-weight: 400;
}

section.list_admin .section .section_body .grid-view thead>tr>td .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fff;
  border: 0;
  /*text-indent: 10px;*/
  height: 40px;
  width: 100%;
}

section.list_admin .section .section_body .grid-view tbody>tr {
  background-color: #ecf0f5;
}

section.list_admin .section .section_body .grid-view tbody>tr td {
  border: 1px solid #f4f4f4;
  padding: 8px;
}

section.list_admin .section .section_body .grid-view tbody>tr td:nth-last-child(1) {
  text-align: right;
  width: 70px;
}

section.list_admin .section .section_body .grid-view tbody>tr td a {
  color: #3c8dbc;
}

section.list_admin .section .section_body .grid-view tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.file-drop-zone {
  min-height: auto;
  cursor: default;
  border: 0;
  margin: 0;
}

.file-drop-zone .file-preview-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.file-drop-zone .file-preview-thumbnails .file-preview-frame {
  float: none;
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.file-drop-zone .file-preview-thumbnails .file-preview-frame:hover {
  border: 0;
}

/*.file-drop-zone .file-preview-thumbnails .file-preview-frame .kv-file-content {
  height: auto;
  width: 160px;
}*/

.file-drop-zone .file-preview-thumbnails .file-preview-frame .kv-file-content img {
  max-height: 150px;
  max-width: 100%;
}

/* .file-drop-zone .file-preview-thumbnails .file-preview-frame .file-thumbnail-footer {
  display: none;
} */

/* .file-drop-zone .file-preview-thumbnails .file-preview-frame .kv-zoom-cache {
  display: none;
} */

.file-drop-zone-title {
  padding: 30px 10px;
}

.file-input .btn-file {
  background-color: #ea8527;
  border-radius: 4px;
  padding: 5px;
  color: #fff;
}


.box-success {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  margin-bottom: 30px;
  border-radius: 7px;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.box-success .box-header {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
}

.box-success .box-header i {
  font-size: 20px;
  color: #004bd8;
  margin-right: 10px;
}

.box-success .slimScrollDiv {
  padding: 10px;
  overflow-x: hidden;
}

.box-success .slimScrollDiv .chat .item {
  margin-bottom: 5px;
}

.box-success .slimScrollDiv .chat .item a {
  font-weight: 600;
  color: #004bd8;
  text-decoration: none;
}

.box-success .slimScrollDiv .chat .item a.admin {
  color: #d80000;
}

.box-success .box-footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.box-success .box-footer .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-success .box-footer .input-group button {
  padding: 13px 20px;
  border: 1px solid #004bd8;
  background-color: #004bd8;
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-radius: 0 3px 3px 0;
}

.box-success .box-footer #chat_message {
  width: 100%;
  border: 1px solid #004bd8;
  height: 42px;
  text-indent: 10px;
  border-radius: 3px 0 0 3px;
}

.home_page_block {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  margin-bottom: 30px;
  border-radius: 7px;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
}

.home_page_block.active {
  border: 1px solid #004bd8;
}

.home_page_block.active .home_page_block_body .form-group input[type="text"],
.home_page_block.active .home_page_block_body .form-group select {
  border: 1px solid #004bd8;
}

/* .home_page_block.hidden_form {
  display: none;
} */

.home_page_block .home_page_block_top {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.home_page_block .doc_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.home_page_block .doc_items .doc_item {
  width: calc(33% - 10px);
  margin: 0 6px;
  border: 1px dashed #cccccc;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  margin-bottom: 15px;
}

.home_page_block .doc_items .doc_item.doc_item_pdf>i {
  color: #d80000;
}

.home_page_block .doc_items .doc_item.doc_item_xml>i,
.home_page_block .doc_items .doc_item.doc_item_xlsx>i {
  color: green;
}

.home_page_block .doc_items .doc_item.doc_item_word>i,
.home_page_block .doc_items .doc_item.doc_item_doc>i,
.home_page_block .doc_items .doc_item.doc_item_docx>i {
  color: #004bd8;
}

.home_page_block .doc_items .doc_item.doc_item_csv>i {
  color: yellow;
}

.home_page_block .doc_items .doc_item>i {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 30px;
}

.home_page_block .doc_items .doc_item span {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-right: 30px;
}

.home_page_block .doc_items .doc_item .change_file i {
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.home_page_block .doc_items .doc_item .change_file .bx-download {
  color: #004bd8;
}

.home_page_block .doc_items .doc_item .change_file .bx-trash {
  color: #d80000;
}

.home_page_block .home_page_block_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}

/*.home_page_block .home_page_block_body .form-group {
  width: calc(33% - 10px);
  margin-bottom: 15px;
}*/

/*.home_page_block .home_page_block_body .form-group input[type="text"] {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  text-indent: 10px;
  border: 1px solid #A0A0B2;
  color: #222;
  font-weight: 600;
}

.home_page_block .home_page_block_body .form-group select {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  text-indent: 10px;
  border: 1px solid #A0A0B2;
  color: #222;
  font-weight: 600;
}*/

.home_page_block .home_page_block_body .table_generate {
  width: 100%;
}

.home_page_block .home_page_block_body .table_generate.active_valute .table_head .table_it,
.home_page_block .home_page_block_body .table_generate.active_valute .table_it .table_it {
  width: 25%;
}

.home_page_block .home_page_block_body .table_generate.active_valute .it_currency {
  display: none;
}

.home_page_block .home_page_block_body .table_generate.active_valute .table_item .table_it {
  width: 25%;
}

.home_page_block .home_page_block_body .table_generate.active_valute .table_item .it_currency {
  display: none;
}

.home_page_block .home_page_block_body .table_generate .table_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #004bd8;
  color: #fff;
  border-radius: 5px;
}

.home_page_block .home_page_block_body .table_generate .table_head .table_it {
  text-align: center;
  padding: 10px 15px;
  width: 20%;
  border-right: 1px solid #fff;
}

.home_page_block .home_page_block_body .table_generate .table_head .table_it:nth-last-child(1) {
  border-right: 0;
}

.home_page_block .home_page_block_body .table_generate .table_head .table_it span {
  font-weight: 600;
}

.home_page_block .home_page_block_body .table_generate .table_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.home_page_block .home_page_block_body .table_generate .table_item .delete {
  position: absolute;
  right: 3px;
  top: 6px;
  color: #be3535;
  cursor: pointer;
  font-size: 21px;
}

.home_page_block .home_page_block_body .table_generate .table_item .table_it {
  text-align: center;
  padding: 0 0;
  width: 20%;
  border-right: 1px solid #004bd8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home_page_block .home_page_block_body .table_generate .table_item .table_it:nth-last-child(1) {
  border-right: 0;
}

.home_page_block .home_page_block_body .table_generate .table_item .table_it input[type="text"],
.home_page_block .home_page_block_body .table_generate .table_item .table_it input[type="number"] {
  width: 100%;
  height: 32px;
  text-indent: 10px;
  border: 0;
}

.home_page_block .home_page_block_body .deals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
  width: 100%;
}

.home_page_block .home_page_block_body .deals.deals_change .deal_div {
  cursor: pointer;
}

.home_page_block .home_page_block_body .deals.deals_change .deal_div:hover {
  border: 1px dashed #004bd8;
}

.home_page_block .home_page_block_body .deals.deals_change .deal_div:hover span,
.home_page_block .home_page_block_body .deals.deals_change .deal_div:hover i {
  color: #004bd8;
}

.home_page_block .home_page_block_body .deals.deals_change .deal_div.active {
  outline: 4px solid #004bd8;
  outline-offset: -4px;
}

.home_page_block .home_page_block_body .deals.deals_change .deal_div.active span,
.home_page_block .home_page_block_body .deals.deals_change .deal_div.active i {
  color: #004bd8;
}

.home_page_block .home_page_block_body .deals .deal_div {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(160, 160, 178, 0.2);
  margin-bottom: 30px;
  border-radius: 7px;
  padding: 15px;
  border: 1px solid #ccc;
  width: calc(50% - 20px);
}

.home_page_block .home_page_block_body .deals .deal_div.deal_div_add {
  border: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.home_page_block .home_page_block_body .deals .deal_div.deal_div_add:hover {
  border: 1px dashed #004bd8;
}

.home_page_block .home_page_block_body .deals .deal_div.deal_div_add:hover .add_deal span,
.home_page_block .home_page_block_body .deals .deal_div.deal_div_add:hover .add_deal i {
  color: #004bd8;
}

.home_page_block .home_page_block_body .deals .deal_div.deal_div_add .add_deal {
  text-align: center;
}

.home_page_block .home_page_block_body .deals .deal_div.deal_div_add .add_deal span {
  display: block;
  font-size: 17px;
  color: #777;
}

.home_page_block .home_page_block_body .deals .deal_div.deal_div_add .add_deal i {
  font-size: 30px;
  color: #777;
}

.home_page_block .home_page_block_body .deals .deal_div .deal_div_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}

.home_page_block .home_page_block_body .deals .deal_div .deal_div_body img {
  width: 150px;
}

.home_page_block .home_page_block_body .deals .deal_div .deal_div_body ul {
  list-style: none;
}

.home_page_block .home_page_block_body .deals .deal_div .deal_div_body ul li {
  margin-bottom: 10px;
}

.home_page_block .home_page_block_body .deals .deal_div .deal_div_body ul li p {
  font-weight: 600;
}

.home_page_block .home_page_block_body .deals .deal_div .deal_div_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.home_page_block .home_page_block_body .deals .deal_div .deal_div_footer button {
  width: calc(50% - 10px);
}

.home_page_block .home_page_block_footer {
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.site-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-login .offset-lg-3 {
  text-align: center;
}

.site-login .offset-lg-3 .invalid-feedback {
  display: none;
}

.site-login .offset-lg-3 h1 {
  margin-bottom: 20px;
}

.site-login .offset-lg-3 input {
  width: 240px;
  height: 40px;
  border-radius: 7px;
  border: 0;
  background-color: #fff;
  border: 1px solid #004bd8;
  text-align: center;
}

.site-login .offset-lg-3 .form-group {
  margin-bottom: 10px;
}

.site-login .offset-lg-3 button {
  width: 100%;
}

.modal.active, .modal.show{
  pointer-events: auto;
  opacity: 1;
  display: inherit !important;
}

.modal {
  position: fixed;
  background-color: #fff;
  z-index: 101;
  max-width: 500px;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 7px;
  margin-left: -335px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content !important;
  display: block !important;
}

.overlay.active:hover {
  background-color: rgba(0, 0, 0, 0.68);
}

.overlay.active {
  bottom: 0;
  opacity: 1;
  -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
}

.overlay {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  bottom: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
}
/*Поля которые копируем*/
.copyable-container {
  position: relative;
}
.copyable-field {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.copyable-field:hover {
  background-color: #f5f5f5;
}
.field-tooltip {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  border: 1px solid #ddd;
  padding: 5px;
  z-index: 100;
  white-space: normal;
  max-width: 300px;
  word-break: break-all;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.copyable-container:hover .field-tooltip {
  display: block;
}
.copy-feedback {
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #4CAF50;
  color: white;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  z-index: 110;
}
.language-selector select{
  background: #ea8527;
  color: white;
  border-radius: 5px;
  border: 2px solid;
  padding: 3px
}
.section_body, .json-settings .field-row, .assignment-index > div {
  overflow-x: auto;
}

/*end поля которые копируем*/
/*слайдер(шанс попадания)*/
.cascade-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.cascade-slider {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.cascade-slider::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3c8dbc;
    cursor: pointer;
}

.cascade-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3c8dbc;
    cursor: pointer;
    border: none;
}
.cascade-checkbox{
    cursor: pointer;
}
/*end слайдер(шанс попадания)*/
/*# sourceMappingURL=main.css.map */