* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

body > a {
  text-decoration: none;
}

input,
button,
textarea,
label,
select {
  border: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #c8a26f #ededed;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 7px;
  width: 7px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #ededed;
}

*::-webkit-scrollbar-track:hover {
  background-color: #cccccc;
}

*::-webkit-scrollbar-track:active {
  background-color: #cccccc;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #c8a26f;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #c8a26f;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #c8a26f;
}

.login {
  padding: 15px;
  background: url(../images/login-bg.png) no-repeat center / cover;
  width: 100%;
  height: 100vh;
  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;
}

.login__window {
  background: #131317;
  border-radius: 30px;
  padding: 50px 32px 60px;
  max-width: 360px;
  width: 100%;
}

.login__how-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #d7d7dd;
  margin-bottom: 42px;
}

.login-role {
  border: 1px solid #76767b;
  border-radius: 10px;
  padding: 6px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 163px 3px 1fr;
  grid-template-columns: 163px 1fr;
  gap: 3px;
}

.login-role__link {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #98989f;
  padding: 11px 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.login-role__link:hover {
  color: #ffffff;
  text-shadow: 1px 0 0 currentColor;
  background: #c8a26f;
  border-radius: 10px;
}

.login-role__link.active {
  color: #ffffff;
  text-shadow: 1px 0 0 currentColor;
  background: #c8a26f;
  border-radius: 10px;
}

.login__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  color: #d7d7dd;
  margin-bottom: 10px;
}

.login__subtext {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #d7d7dd;
  margin-bottom: 23px;
}

.login-steps {
  padding: 6px;
  border: 1px solid #76767b;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 29px;
}

.login-steps__link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #98989f;
  padding: 11px 15px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.login-steps__link.active {
  color: #ffffff;
  text-shadow: 1px 0 0 currentColor;
  background: #2f2f35;
}

.login__input {
  border: 1px solid #c8a26f;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #98989f;
  padding: 16px 20px;
  width: 100%;
  background: transparent;
  margin-bottom: 9px;
  display: none;
}

.login__input.active {
  display: block;
}

.login__forget {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ff8011;
  margin-bottom: 25px;
}

.login__button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding: 11px 15px;
  background: #c8a26f;
  border-radius: 10px;
}

.admin-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 307px calc(100% - 307px);
  grid-template-columns: 307px calc(100% - 307px);
  width: 100%;
  height: 100vh;
  position: relative;
}

.admin-aside {
  height: 100%;
  background: #2f2f35;
  padding: 106px 15px 87px;
  position: relative;
  overflow-y: auto;
}

.admin-c {
  max-width: 1140px;
  width: 100%;
}

.admin-selects {
  padding: 158px 93px 50px;
  background: -o-linear-gradient(180.5deg, #000000 20.17%, #000000 99.52%);
  background: linear-gradient(269.5deg, #000000 20.17%, #000000 99.52%);
  overflow-y: auto;
  position: relative;
}

.admin-lawyer {
  padding: 158px 93px 50px;
  background: -o-linear-gradient(180.5deg, #000000 20.17%, #000000 99.52%);
  background: linear-gradient(269.5deg, #000000 20.17%, #000000 99.52%);
  overflow-y: auto;
  position: relative;
}

.admin-load {
  padding: 158px 93px 50px;
  background: -o-linear-gradient(180.5deg, #000000 20.17%, #000000 99.52%);
  background: linear-gradient(269.5deg, #000000 20.17%, #000000 99.52%);
  overflow-y: auto;
  position: relative;
}

.admin-selects__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #d7d7dd;
  margin-bottom: 55px;
}

.admin-selects__title + .admin-c {
  margin-bottom: 20px;
}

.date-inputs {
      max-width: 1140px;
    width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 20px;
}

input::-webkit-calendar-picker-indicator{
  opacity: 0;
}

.date-input {
  display: grid;
  grid-template-columns: 60px 1fr;
}

.date-inputs__text {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.date-inputs__field {
  appearance: none;
  transition: all 0.5s ease;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    height: 100%;
    text-align: left;
    border-radius: 10px;
    padding: 15px 39px;
      padding-top: 20px;
    padding-right: 21px;
  background: rgba(105, 105, 117, 0.26) url(../images/icons/calendar-icon.svg) no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 15px 15px;
}

.back-button {
  position: absolute;
  top: 15px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 12px 17px;
  background: #c8a26f;
  border: 1px solid #c8a26f;
  border-radius: 10px;
}

.admin-aside__wrapper {
  width: 100%;
  margin-left: auto;
  position: relative;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.admin-aside__close {
  background: #585865;
  border-radius: 100%;
  padding: 0;
  width: 31px;
  height: 31px;
  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;
  position: absolute;
  top: 49px;
  right: 21px;
}

.admin-aside__avatar {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background: #c8a26f;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.admin-aside__account-label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #585865;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 11px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  height: 19px;
  max-height: 19px;
}

.admin-aside__account-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 37px;
  color: #ffffff;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.admin-aside__contract-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #585865;
  margin-bottom: 15px;
}

.admin-aside__choose-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #929292;
  margin-bottom: 13px;
}

span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit;
}

.dropdown {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left;
  background: rgba(105, 105, 117, 0.26);
  border-radius: 10px;
  padding: 15px 39px;
  padding-right: 21px;
}
.dropdown .select {
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
.dropdown .select > svg {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 20px;
}
.dropdown:hover {
  -webkit-box-shadow: 0 0 4px rgb(204, 204, 204);
  box-shadow: 0 0 4px rgb(204, 204, 204);
}
.dropdown:active {
  background-color: #f8f8f8;
}
.dropdown.active:hover,
.dropdown.active {
  -webkit-box-shadow: 0 0 4px rgb(204, 204, 204);
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
}
.dropdown.active .select > i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  width: 100%;
  left: 0;
  margin-top: 1px;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 9;
  background: #000000;
  -webkit-box-shadow: 0px 9px 52px rgba(152, 152, 159, 0.39);
  box-shadow: 0px 9px 52px rgba(152, 152, 159, 0.39);
  border-radius: 10px;
}
.dropdown .dropdown-menu li {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 15px 39px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.dropdown .dropdown-menu li:hover {
  background: #2f2f35;
}
.dropdown .dropdown-menu {
  padding: 13px 0;
  list-style: none;
}

.next-button {
  display: inline-block;
  margin-top: 46px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 12px 42px;
  background: #c8a26f;
  border: 1px solid #c8a26f;
  border-radius: 10px;
  transition: 0.3s;
}

.next-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.calendar {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  max-width: 214px;
}

.inrow {
  display: flex;
  gap: 10px;
  padding: 15px;
  justify-content: flex-end;
  align-items: center;
}

.inrow .admin-lawyer__btn {
  margin-top: 0;
}

.inrow .admin-lawyer__label {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.admin-lawyer__btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.contract__link {
  padding: 15px;
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  font-size: 17px;
    font-weight: 600;
}

.contract__link:hover {
  color: #c8a26f;
}

.scan-link-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}

.scan__link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    padding: 12px 24px;
    background: #c8a26f;
    border: 1px solid #c8a26f;
    border-radius: 10px;
}

.admin-lawyer__title.short {
  margin-bottom: 35px;
}

.admin-lawyer__fieldset.short {
  padding: 10px 0;
  margin-top: 15px;
  grid-template-columns: 1fr 1fr;
}



.calendar .dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #1caff6;
  text-align: center;
  font-size: 14pt;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  width: 160px;
  left: 0px;
  z-index: 2000;
}

.calendar .dropdown .dropdown-item {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.calendar .dropdown .dropdown-item:hover {
  opacity: 1;
}

.calendar .years {
  display: none;
}

.calendar .title {
  text-align: center;
  font-size: 20pt;
}

.calendar .calendar-btn {
  float: left;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s background-color;
  -o-transition: 0.5s background-color;
  transition: 0.5s background-color;
  font-style: normal;
  font-weight: 600;
  font-size: 15.6741px;
  line-height: 21px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #575757;
}

.calendar .year-btn {
  float: right;
}

.calendar .calendar-dates .days .day {
  float: left;
  width: 12%;
  margin: 1%;
  padding: 1%;
  font-size: 11.7556px;
  line-height: 16px;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.calendar .calendar-dates .days .day.blank {
  background-color: white;
  border: none;
}

.calendar .calendar-dates .days .day.selected {
  background-color: #1caff6;
  color: white;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.calendar .calendar-dates .days .day.selected:hover {
  opacity: 1;
}

.calendar .calendar-dates .days .day.label {
  color: black;
  border: none;
  font-weight: bold;
}

.calendar .calendar-dates > .days:first-child {
  background: #e6e6e6;
}

.calendar .month-btn {
  margin-left: auto;
}

.clear {
  clear: both;
}

#calendarDays {
  padding: 4px;
  padding-top: 0;
}

.admin-aside__contracts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
  margin-top: 26px;
  margin-bottom: 31px;
}

.admin-aside__contracts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 9px;
}
.admin-aside__contracts-item span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #c4c4c5;
}

.admin-aside__download {
  background: #c8a26f;
  border: 1px solid #c8a26f;
  border-radius: 10px;
  padding: 12px 19px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

.admin-aside__exit {
  position: absolute;
  top: 15px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 12px 24px;
  background: #c8a26f;
  border: 1px solid #c8a26f;
  border-radius: 10px;
}

.go-back {
  border: 1px solid #c8a26f;
  border-radius: 10px;
  width: 52px;
  height: 44px;
  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;
  margin-top: 46px;
}

.admin-lawyer__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #d7d7dd;
  margin-bottom: 92px;
}

.admin-lawyer__fieldset {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 198px 1fr;
  grid-template-columns: 198px 1fr;
  background: rgba(105, 105, 117, 0.26);
  border-radius: 10px;
  margin-top: 35px;
}

.admin-lawyer__fieldset:first-child {
  margin-top: 0;
}

.admin-lawyer__fieldset.thin {
  margin-top: 8px;
}

.admin-lawyer__label {
  background: #2f2f35;
  border-radius: 10px;
  padding: 16px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin-lawyer__label.thin {
  padding-top: 7px;
  padding-bottom: 7px;
}

.admin-lawyer__input {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  background: transparent;
  padding: 17px 15px 17px 45px;
}

.admin-lawyer__input::placeholder {
  color: #98989f;
  font-weight: 400;
}

.date-admin-input{
    background: rgba(255, 255, 255, 0.0) url(../images/icons/calendar-icon.svg) no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 15px 15px;
  transition: 0.3s ease;
}
.date-admin-input:hover{
    background-position: calc(100% - 18px) center;
    background-size: 20px 20px;
}
.admin-lawyer__input.thin {
  padding-top: 7px;
  padding-bottom: 7px;
}

.admin-lawyer__textarea {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #98989f;
  background: transparent;
  padding: 17px 15px 17px 45px;
  resize: none;
  height: 124px;
}

.admin-lawyer__btn {
  background: #c8a26f;
  border: 1px solid #c8a26f;
  border-radius: 10px;
  padding: 15px 19px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  margin-top: 44px;
}

.admin-lawyer__wr {
  margin-top: 35px;
}

.admin-lawyer__wr + .admin-lawyer__fieldset {
  margin-top: 0;
}

.admin-lawyer__pill {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  max-width: 226px;
  width: 100%;
  padding: 7px 5px;
  background: #c8a26f;
  border-radius: 10px;
  margin-bottom: 17px;
}

.admin-lawyer__pill.pp {
  background: #0d2c1d;
}

.admin-lawyer__pill.auto {
  background: #3c3b76;
}

.admin-lawyer__pill.cr {
  background: #3b6876;
}

.admin-lawyer__light {
  color: #c8a26f;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(217, 217, 217, 0.76);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-window {
  background: #131317;
  border-radius: 30px;
  max-width: 489px;
  width: 100%;
  overflow: hidden;
}

.modal-header {
  background: #2f2f35;
  padding: 34px 59px 33px;
  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;
  gap: 15px;
}

.modal-header__label,
.modal-header__number {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #ffffff;
}

.modal-body {
  padding: 35px 65px 73px 51px;
}

.modal-body__date {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #98989f;
  margin-bottom: 25px;
}

.modal-body__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 177px 5px 1fr;
  grid-template-columns: 177px 1fr;
  gap: 5px;
}

.modal-body__item:first-child {
  margin-bottom: 12px;
}

.modal-body__item:nth-child(2) {
  margin-bottom: 27px;
}

.modal-body__item:nth-child(3) {
  margin-bottom: 29px;
}

.modal-body__item:nth-child(4) {
  margin-bottom: 30px;
}

.modal-body__wrapper {
  margin-bottom: 54px;
}

.modal-body__text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #d7d7dd;
}

.modal-body__value {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(215, 215, 221, 0.8);
}

.modal-body__button {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #c8a26f;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 11px 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}

.mb-35 {
  margin-bottom: 35px;
}

.admin-load__title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #d7d7dd;
  margin-bottom: 83px;
}

.admin-load__input {
  display: none;
}

.admin-load__label {
  display: block;
  cursor: pointer;
  max-width: 294px;
  width: 100%;
  position: relative;
  margin-bottom: 50px;

  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 15px 24px;
  background: #c8a26f;
  border: 1px solid #c8a26f;
  border-radius: 10px;
}

.admin-load__label:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 28px;
  width: 13px;
  height: 19px;
  background: url(../images/icons/load-icon.svg) no-repeat center / cover;
}

#pdfViewer {
  width: 407px;
  height: 569px;
  margin-bottom: 34px;
}

.home-link {
  display: none;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 23px 63px;
  background: #c8a26f;
  border: 1px solid #c8a26f;
  border-radius: 10px;
  margin-left: 41px;
}
