/* ---------------Import SCSS--------------------- */
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul[class] {
  padding: 0;
  padding: 0;
  margin: 0;
  font-family: Roboto;
  list-style: none;
}

ol[class] {
  padding: 0;
  padding: 0;
  margin: 0;
  font-family: Roboto;
  list-style: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: Roboto;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: Roboto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

html {
  padding: 0;
  margin: 0;
  font-family: Roboto;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

h1 {
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

h2 {
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

h3 {
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

h4 {
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

p {
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

li {
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

figure {
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

figcaption {
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

blockquote {
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

dl {
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

dd {
  padding: 0;
  margin: 0;
  font-family: Roboto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input {
  font: inherit;
}

button {
  font: inherit;
}

textarea {
  font: inherit;
}

select {
  font: inherit;
}

.main-btn {
  height: 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin: 0px 66px 10px 0px;
}

.create-btn {
  width: 140px;
  height: 48px;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 114.28571%;
  background: #03dac5;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 28px;
}

.__input {
  padding: 10px;
  height: 57px;
  border: 2px solid #49659D;
  border-radius: 2px;
  margin: 0px 0px 26px 0px;
  width: 100%;
  outline: none;
  position: relative;
}

.input_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0px 0px 26px 0px;
  z-index: 1;
}

.cencel__btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: -15px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.modal {
  width: 100vw;
  height: 100vh;
}

.fade {
  width: 100vw;
  height: 100vh;
}

.show {
  width: 100vw;
  height: 100vh;
}

.modal-content {
  padding: 20px;
  min-height: 300px;
}

.modal-dialog {
  margin: 0 auto;
  max-width: 70%;
}

.modal-title {
  padding-left: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 100%;
  color: #212121;
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.modal-title .filter {
  margin-top: 6px;
  margin-left: 20px;
  height: 40px;
  width: 290px;
  font-size: 15px;
  padding: 0 15px;
}
.modal-title .filter.filter-object {
  width: 400px;
}

.modal-subtitle {
  max-width: 900px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 142.85714%;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 54px;
}

.row {
  position: relative;
}

.row_manager_inactive INPUT {
  background-color: #ddd;
}

.css-partner-reactivate-manager {
  margin-top: 10px;
  display: block;
  font-size: 9px;
  cursor: pointer;
}

.row_modal {
  margin-bottom: 20px;
}

.cencel__modal {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: 20px;
}

.delete {
  display: none;
}

.modal__comment {
  min-height: 97px;
}

.modal__timehours {
  min-height: 20px;
}

.modal_create-btn {
  width: 180px;
  height: 48px;
  outline: none;
  border: none;
}

.form-check {
  margin-bottom: 35px;
}

.page {
  width: 90%;
  margin: 0 auto;
  padding: 15px;
  flex: 1 1 auto;
}

.form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main__title {
  padding: 30px 0px 19px 0px;
  margin: 0px 0px 0px 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 100%;
}

.__forms {
  position: relative;
}

.partner {
  margin: 0px 0px 50px 0px;
  padding: 18px 44px 34px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
}

.partner__title {
  margin: 0px 0px 30px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 186.66667%;
}

.partner__buttons {
  margin: 0px 0px 30px 0px;
}

.object__buttons {
  margin: 0px 0px 30px 0px;
}

.form__item {
  position: relative;
}

.label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #49659d;
}

.object {
  padding: 26px 44px 45px;
  margin: 0px 0px 50px 0px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
}

.object__title {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 186.66667%;
  color: #212121;
}

.object__forms {
  margin: 0px 0px 27px 0px;
}

.discription {
  padding: 26px 44px 45px;
  margin: 0px 0px 50px 0px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
}

.form-select {
  height: 56px;
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.date {
  height: 56px;
}

.obj__adress {
  width: 100%;
}

.adress {
  width: 100%;
}

.input_group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.theme {
  width: 100%;
}

.add_button {
  width: 220px;
  margin-left: 10px;
}

.add {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 36px 0px;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 10;
}

.add_title {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.38);
  margin: 0px 0px 0px 8px;
}

.forms__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 10px;
}

.history {
  padding: 28px 34px 40px;
  margin: 0px 0px 50px 0px;
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
  font-size: 10pt;
}

.history_table {
  width: 100%;
}
.history_table TD {
  border: none;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
}

.history-table-right {
  width: 20%;
}

.item__wrapper {
  width: 100%;
  min-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item__title {
  width: 100%;
  height: 53px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.08);
  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;
}

.title_name {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.6);
}

.title_date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.6);
}

.comment {
  margin: 0px auto 0px 0px;
  -webkit-box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.14), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 11px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.14), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 11px 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 100%;
  min-height: 230px;
  padding: 20px 25px;
}

.comment__title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  margin: 0px 0px 26px 0px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
}

#comment {
  width: 100%;
  height: 150px;
  outline: none;
}

.comment_label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.6);
}

.comment_text {
  resize: none;
  width: 100%;
  border: 2px solid #49659D;
}
.comment_text::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.6);
}
.comment_text:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.6);
}
.comment_text::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.6);
}
.comment_text::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.6);
}

.comment__item {
  width: 100%;
}

.file__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.file__input {
  opacity: 0;
  width: 50px;
  cursor: pointer;
}

.file__label {
  cursor: pointer;
}

.files {
  min-height: 210px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 11px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 11px 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 20px;
}
.files TABLE TD {
  border: none;
}

.files__title {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 186.66667%;
  color: #212121;
}

.top-buttons {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.apply {
  margin: 10px;
}

.dismiss {
  margin: 10px;
}

.app__save__button {
  border-radius: 16px;
}

.file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px 0px 10px 0px;
  text-decoration: none;
}
.file-item DIV {
  width: 40px;
}

.file-title {
  padding: 0px 0px 0px 15px;
}

.file-icon {
  width: 30px;
}

.card__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card__subtitle {
  margin-top: 0px;
  margin-bottom: 10px;
}

.card_title {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 56px;
  color: #000000;
  margin-bottom: 10px;
}

.card_text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #000000;
}

.card__history__title {
  margin-bottom: 40px;
}

.card__footer {
  width: 100%;
  min-height: 100px;
}

.partner_files {
  margin-top: 50px;
}

.partner_select {
  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;
}

.select_wrapper {
  margin-bottom: 0;
}

.group_name {
  font-size: 14px;
}

.form_value {
  min-width: 270px;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(33, 33, 33, 0.3);
  border-radius: 16px;
}

.cencel_partner {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.list_table {
  -webkit-box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.2);
}

.thead {
  border-top: 20px solid #d8d8d8;
}

.tbody {
  padding: 10px;
}

.trow {
  border: 1px solid #d8d8d8;
}

td {
  border: 1px solid #d8d8d8;
  height: 55px;
}

th {
  border: 1px solid #d8d8d8;
  height: 55px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 768px) {
  .main-btn {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
  }
  .page {
    width: 100%;
    margin: 0 0;
    padding: 0;
  }
  .list__page-wrapper {
    overflow: scroll;
  }
  .main__title {
    padding-top: 50px;
    font-size: 36px;
  }
  .partner {
    padding: 10px;
  }
  .object {
    padding: 10px;
  }
  .discription {
    padding: 10px;
  }
  .history {
    padding: 10px;
  }
  .files {
    padding: 10px;
  }
  .partner_select {
    margin-bottom: 50px;
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .modal-content {
    padding: 20px 0px 20px 0px;
  }
  .modal-title {
    font-size: 20px;
  }
  .modal-subtitle {
    display: none;
  }
  .cencel__modal {
    display: none;
  }
  .delete {
    width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cencel__btn {
    display: none;
  }
}
@media (min-width: 769px) {
  .modal-dialog {
    max-width: 80%;
    min-height: 80vh;
  }
}
@media (max-width: 320px) {
  .select_wrapper {
    margin-bottom: 20px;
  }
}
.header-logo {
  height: 80px;
  text-align: center !important;
  width: 90%;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.header-logo DIV {
  width: 40%;
}
.header-logo IMG {
  height: 75px;
  display: inline;
  margin-left: -13px;
}

div.bx-auth {
  margin-top: 100px;
  width: 100% !important;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.bx-auth TD {
  border: none;
}
div.bx-auth FORM P {
  text-align: center;
}

div.bx-authform {
  margin-top: 100px;
  width: 100% !important;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.bx-authform TD {
  border: none;
}

div.bx-auth-reg {
  margin-top: 100px;
  width: 100% !important;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.bx-auth-reg TD {
  border: none;
}

.css-partner-add-errors {
  padding: 20px;
  display: none;
}

.css-partner-edit-errors {
  padding: 20px;
  display: none;
}

.css-object-add-errors {
  padding: 20px;
  display: none;
}

.css-order-add-errors {
  padding: 20px;
  display: none;
}

.css-selecting-list {
  width: 100%;
}

.css-selecting-list-item {
  padding: 15px;
}
.css-selecting-list-item:HOVER {
  background-color: #DDD;
  cursor: pointer;
}

.btn-index-add {
  height: 35px;
}

.css-index-orders-list TD {
  cursor: pointer;
}

.css-index-list TD {
  cursor: pointer;
}

.header-menu A {
  line-height: 80px;
  padding-right: 10px;
  text-decoration: none !important;
}
.header-menu A:HOVER {
  text-decoration: underline;
}

.btn-primary {
  background-color: #49659d;
  border-color: #49659d;
}

.table-status TD {
  border: none;
}
.table-status TD DIV {
  padding-left: 20px;
  font-size: 10pt;
}
.table-status TD.divider {
  border-right: 1px solid #DDD;
}

A {
  color: #49659d;
}
A P {
  color: #49659d;
}

.history.card__history TABLE TD {
  border: none;
}
.history.card__history TABLE TH {
  border: none;
}
.history.card__history TBODY TR {
  border-top: 1px solid #DDD;
}

.history-table-wrapper {
  max-height: 640px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.file-upload-block {
  display: flex;
  justify-content: space-between;
}

.index-button {
  margin-left: 0 !important;
}

TH.d-lg-block {
  display: table-cell !important;
}

TD.d-lg-block {
  display: table-cell !important;
}

.card__inner {
  margin-right: 40px;
}
.card__inner LABEL {
  color: #333;
}
.card__inner H2 {
  margin-bottom: 10px;
}
.card__inner INPUT {
  padding: 10px;
  height: 37px;
  border: 1px solid #999;
  border-radius: 2px;
  margin: 0px 0px 21px 0px;
}

.spare-search {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bootstrap-autocomplete {
  height: auto;
}
.bootstrap-autocomplete IMG {
  display: inline;
}
.bootstrap-autocomplete .dropdown-item {
  white-space: normal;
}

.section-menu {
  margin-bottom: 20px;
}
.section-menu A {
  padding-right: 20px;
}
.section-menu A.active {
  font-weight: bold;
}

.docs-content H3 {
  text-transform: uppercase;
}
.docs-content UL {
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  TH.d-lg-block {
    display: none !important;
  }
  TD.d-lg-block {
    display: none !important;
  }
  TABLE.list_table TD {
    font-size: 8pt;
  }
  TABLE.list_table TR {
    font-size: 10pt;
  }
}
.css-copy-buffer-icon {
  margin-left: 10px;
}

.form-filter {
  display: flex;
  align-content: flex-start;
  justify-content: flex-end;
}
.form-filter SELECT {
  height: 30px;
  color: #666;
}

FOOTER {
  flex: 0 0 auto;
  background-color: #3b517c;
  color: #fff;
}
FOOTER .FOOTER_TOP {
  padding: 2rem 5rem;
  display: flex;
  justify-content: flex-start;
}
FOOTER .FOOTER_TOP .footer-top__section {
  margin-right: 2rem;
}
FOOTER .FOOTER_TOP .footer-top__section B {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
FOOTER .FOOTER_TOP .footer-top__section .footer-top__section-item {
  font-size: 15px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  height: 25px;
}
FOOTER .FOOTER_TOP .footer-top__section .footer-top__section-item IMG {
  height: 25px;
  margin-right: 10px;
}
FOOTER .FOOTER_TOP .footer-top__section .footer-top__section-item A {
  color: white;
  text-decoration: none;
}
FOOTER .FOOTER_TOP .footer-top__section .footer-top__section-item A:HOVER {
  color: white;
}
FOOTER .FOOTER_TOP .footer-top__section .footer-top__section-item A:VISITED {
  color: white;
}
FOOTER hr {
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
FOOTER .FOOTER_BOTTOM {
  padding: 1rem 5rem;
}
FOOTER .FOOTER_BOTTOM p {
  font-size: 14px;
}
FOOTER .FOOTER_BOTTOM p:first-child {
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
