@charset "UTF-8";
:root {
  --breadcrumbs-top-offset: 64px;
}
@media only screen and (width < 768px) {
  :root {
    --breadcrumbs-top-offset: 48px;
  }
}
:root {
  scroll-behavior: smooth;
}

.pager {
  display: flex;
  flex: 1;
  justify-content: center;
  margin-top: 48px;
}
@media only screen and (width < 1024px) {
  .pager {
    margin-top: 32px;
  }
}
@media only screen and (width < 360px) {
  .pager {
    flex: revert;
  }
}
.pager__items {
  all: unset;
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
}
.pager__item {
  font-family: Jost, sans-serif;
  font-size: var(--base);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 116%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  height: 48px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
.pager__item:hover:not(.pager__item--ellipsis) {
  border-color: var(--main-accent);
}
.pager__item:focus-within {
  border-color: var(--main-accent-hover);
}
.pager__item.is-active {
  border-color: var(--main-accent);
  background-color: var(--main-accent);
  color: var(--main-bg);
}
@media only screen and (width < 768px) {
  .pager__item {
    height: 32px;
  }
}
@media only screen and (width < 360px) {
  .pager__item:not(.pager__item--next, .pager__item--previous, .is-active) {
    display: none;
  }
}
.pager__item--next, .pager__item--previous {
  aspect-ratio: unset;
  border-color: var(--translucent-text-30);
}
.pager__item--next > a, .pager__item--previous > a {
  padding: 12px 20px;
  gap: 8px;
}
@media only screen and (width < 768px) {
  .pager__item--next, .pager__item--previous {
    aspect-ratio: 1/1;
  }
  .pager__item--next > a, .pager__item--previous > a {
    padding: 0;
  }
}
.pager__item--next > a::before {
  content: "Дальше";
}
@media only screen and (width < 768px) {
  .pager__item--next > a::before {
    display: none;
  }
}
.pager__item--previous > a::after {
  content: "Назад";
}
@media only screen and (width < 768px) {
  .pager__item--previous > a::after {
    display: none;
  }
}
.pager__item--next > a::after, .pager__item--previous > a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dedic-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pager__item--next > a::after {
  content: "\e903";
}
@media only screen and (width < 768px) {
  .pager__item--next > a::after {
    translate: -4px 0;
  }
}
.pager__item--previous > a::before {
  content: "\e902";
}
@media only screen and (width < 768px) {
  .pager__item--previous > a::before {
    translate: 4px 0;
  }
}
.pager__item--first, .pager__item--last {
  display: none;
}
.pager__item > a {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.header {
  top: calc(var(--drupal-displace-offset-top, 0px) + var(--local-top-offset, 0));
}

.local-tools__wrapper {
  position: relative;
}
.local-tools__wrapper .messages-counter {
  position: absolute;
  display: none;
  right: 4rem;
  top: 0;
  height: 27px;
  border-radius: 0;
}
.local-tools__wrapper .messages-counter .icon-angle-up {
  display: none;
}
@media (max-width: 768px) {
  .local-tools__wrapper .messages-counter {
    display: none;
  }
}

#block-firstdedic-firstdedic-system-main {
  margin-top: var(--local-top-offset, 0px);
}
#block-firstdedic-firstdedic-system-main > form:first-child {
  margin-top: calc(var(--header-height, 0px) + var(--drupal-displace-offset-top, 0px) + var(--local-top-offset, 0px) + 10px);
}

#local-tools {
  position: fixed;
  z-index: 1000;
  top: var(--drupal-displace-offset-top, 0px);
}

.messages-list {
  background: white;
  z-index: 1000;
  width: 100vw;
  height: 25vh;
  max-width: 100vw;
  overflow-y: auto;
}

#toolbar-bar {
  position: fixed;
}

#block-firstdedic-local-tasks {
  background: white;
  width: 100vw;
  z-index: 10;
  border-radius: 0 8px 0 0;
  border: 1px solid var(--translucent-text-30);
  overflow-y: scroll;
}
#block-firstdedic-local-tasks .tabs {
  display: flex;
  gap: 8px;
  margin-left: 0; /* Отступ слева в браузере IE и Opera */
  padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
}
#block-firstdedic-local-tasks .tabs .tabs__trigger {
  display: none;
}
#block-firstdedic-local-tasks .tabs li {
  list-style-type: none;
  font-family: Stapel, sans-serif;
  font-size: small;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 132%;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 4px transparent solid;
  height: fit-content;
  display: flex;
}
#block-firstdedic-local-tasks .tabs li a {
  padding: 2px 16px;
  color: var(--main-text) !important;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
}
#block-firstdedic-local-tasks .tabs li.is-active {
  border-bottom: 4px var(--main-accent) solid;
}

.toolbar-oriented .toolbar-bar {
  z-index: 1001 !important;
}

#check-phone-form .modal-dialog {
  max-width: 384px;
}
#check-phone-form[data-custom-state=error] .modal-dialog {
  max-width: 448px;
}
@media only screen and (width < 768px) {
  #check-phone-form .modal-dialog {
    width: calc(100% - 16px) !important;
  }
}

.check-phone-form__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.check-phone-form__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--main-text);
  font-family: Stapel, sans-serif;
  font-size: var(--2xl);
  font-weight: normal;
  letter-spacing: 0;
  line-height: 132%;
}
@media only screen and (width < 1024px) {
  .check-phone-form__heading {
    font-size: var(--xl);
    line-height: 118%;
  }
}
#check-phone-form[data-custom-state=start] .check-phone-form__heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 132%;
}
.check-phone-form__heading > .icon-error-warning {
  font-size: 40px;
}
@media only screen and (width < 768px) {
  .check-phone-form__heading {
    font-size: 20px;
  }
}

.check-phone-form__desc {
  margin: 0;
  font-family: Jost, sans-serif;
  font-size: var(--base);
  font-weight: normal;
  letter-spacing: 0;
  line-height: 152%;
}
.check-phone-form__desc .check-phone-form__desc-gray {
  color: var(--translucent-text-60);
}

.check-phone-form__btns-block-row {
  display: flex;
  gap: 32px;
}
@media only screen and (width < 768px) {
  .check-phone-form__btns-block-row {
    flex-direction: column;
    gap: 12px;
  }
}

.check-phone-form__btns-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.check-phone-form__btns-block-row,
.check-phone-form__btns-block {
  white-space: nowrap;
  margin-top: 16px;
}
.check-phone-form__btns-block-row .btn,
.check-phone-form__btns-block .btn {
  flex: 1 1 auto;
  min-width: 0;
  padding-inline: 6px !important;
}

.check-phone-form__otp-wrapper {
  display: flex;
  flex-direction: column;
}

.check-phone-form__code-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px 8px;
  flex-wrap: wrap;
}

.check-phone-form__error {
  width: 250px;
  align-self: center;
  margin-top: 4px;
  color: var(--main-accent);
  text-align: center;
  font-family: Jost, sans-serif;
  font-size: var(--xs);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 132%;
}

.check-phone-form__code-in-phone {
  display: inline-flex;
  padding: 8px;
  align-items: flex-start;
  gap: 4px;
  border-radius: 8px;
  background: var(--translucent-text-10);
  color: var(--main-accent);
  font-family: Jost, sans-serif;
  font-size: var(--sm);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 116%;
}

.otp-input {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.otp-input__the-input {
  width: 48px;
  height: 56px;
  border-radius: 8px;
  border: 1px solid rgba(41, 43, 55, 0.3);
  text-align: center;
  font-size: 22px;
  line-height: 1;
}

.otp-input__the-input.m-error {
  border-radius: 8px;
  border: 1px solid var(--main-warning, #B75F0E);
}

@media only screen and (width < 768px) {
  .otp-input-input {
    gap: 8px;
  }
  .otp-input__the-input {
    width: 36px;
    height: 48px;
  }
}

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