@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.btn-sub-wrap-cf7 {
  position: relative;
}
.btn-sub-wrap-cf7 .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  z-index: 10;
}

.wpcf7-response-output {
  display: none;
}

.btn-red {
  color: #ffffff!important;
  background-color: #a00404;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 5px;
  cursor: pointer;
}

.btn-green {
  color: #ffffff!important;
  background-color: #36ac00;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 5px;
  cursor: pointer;
}

/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

html {
  background: var(--theme-color6);
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  color: var(--theme-color5);
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 150%;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
}
body a {
  color: var(--theme-color5);
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}

body._lock {
  overflow: hidden;
}

/******************** ЭЛЕМЕНТЫ ********************/
input {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--theme-color10);
  background-color: var(--theme-color6);
  background-clip: padding-box;
  border: 1px solid var(--theme-color7);
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[disabled] {
  opacity: 0.8;
}
input::placeholder {
  font-size: 14px;
}
input:focus {
  color: var(--theme-color5);
  background-color: var(--theme-color6);
  border-color: var(--theme-color8);
  outline: 0;
  box-shadow: 0 0 0 0.2rem var(--theme-color9);
}
input.error {
  color: var(--theme-color11);
  border-color: var(--theme-color11);
}

select {
  display: block;
  width: 100%;
  padding: 11.5px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--theme-color10);
  background-color: var(--theme-color6);
  background-clip: padding-box;
  border: 1px solid var(--theme-color7);
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select[disabled] {
  opacity: 0.8;
}
select.error {
  border: 1px solid var(--theme-color11);
}

/******************** ЗАГОЛОВОКИ ********************/
h1, h2, h3, h4, h5, h6 {
  line-height: 120%;
  color: var(--theme-color10);
  margin: 0px;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
}
/******************** NOICES-WRAPPER ********************/
.notices-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.notices-wrapper .notice-message {
  text-align: center;
  font-size: 20px;
}

/******************** PASSWORD-STRENGTH ********************/
#password-strength.short {
  color: #f93939;
}
#password-strength.bad {
  color: #f93939;
}
#password-strength.good {
  color: #f99239;
}
#password-strength.strong {
  color: #4caf23;
}

/******************** КНОПКИ ********************/
.btn-primary {
  color: var(--theme-color6);
  background-color: var(--theme-color1);
  border-color: var(--theme-color10);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8.5px 15px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.btn-primary[disabled] {
  background: #a00404!important;
  cursor: not-allowed!important;
}
.btn-primary:hover {
  background-color: var(--theme-color11);
}

.btn-primary-reverse {
  color: var(--theme-color6);
  background-color: var(--theme-color11);
  border-color: var(--theme-color11);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8.5px 15px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.btn-primary-reverse[disabled] {
  opacity: 0.75;
  pointer-events: none;
}
.btn-primary-reverse:hover {
  background-color: var(--theme-color1);
}

.block-text {
  font-weight: 400;
  line-height: 144%;
  font-size: 16px;
  color: var(--theme-color10);
}
.block-text h2 {
  margin-bottom: 20px;
}
.block-text h3 {
  margin-bottom: 15px;
  margin-top: 10px;
}
.block-text h4 {
  margin-bottom: 15px;
}
.block-text h5 {
  margin-bottom: 15px;
  margin-top: 5px;
}
.block-text h6 {
  margin-bottom: 15px;
}
.block-text p {
  margin-top: 0px;
  margin-bottom: 15px;
}
.block-text p:last-child {
  margin-bottom: 0px;
}
.block-text ul {
  padding-left: 0px;
}

.modal {
  width: 100%;
}
.modal.hide {
  transform: scale(0);
}
.modal *:focus {
  outline: none !important;
}

/*============ MODAL-CONGRATULATIONS, ERROR ============*/
.modal-congratulations,
.modal-error {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 570px;
  width: 95%;
  transition: opacity 1s ease;
  opacity: 1;
  z-index: 3000;
  visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.modal-congratulations.active,
.modal-error.active {
  visibility: visible;
}
.modal-congratulations.active .modal-congratulations__body,
.modal-congratulations.active .modal-error__body,
.modal-error.active .modal-congratulations__body,
.modal-error.active .modal-error__body {
  transform: scale(1);
  opacity: 1;
}
.modal-congratulations__body,
.modal-error__body {
  background-color: #ffffff;
  padding: 40px;
  transition: all 0.3s;
  transform: scale(0.3);
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-congratulations__title,
.modal-error__title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
  color: #181614;
  font-weight: 700;
  line-height: 130%;
}
.modal-congratulations__subtitle,
.modal-error__subtitle {
  font-size: 16px;
  line-height: 150%;
  color: #181614;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .modal-congratulations__title,
  .modal-error__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .modal-congratulations__body,
  .modal-error__body {
    padding: 40px 15px 30px 15px;
  }
}
/*============ MODALS ============*/
@media (max-width: 480px) {
  .fancybox__content {
    padding: 2rem 1rem 1rem 1rem !important;
  }
}
.background-modals {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 27, 0.92);
  z-index: 2500;
}

.modal-reservation {
  position: relative;
}

.modal-reservation.pending::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../img/icons/pending.gif);
  width: 140px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
}

.modal-reservation.pending::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #ffffff;
  opacity: 0.5;
  pointer-events: none;
}

.modal-reservation__title {
  margin-bottom: 20px;
  text-align: center;
}
.modal-reservation__wrapper {
  display: flex;
  flex-direction: column;
}
.modal-reservation .btn-primary {
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}

.modal-edit-account__title {
  text-align: center;
  margin-bottom: 20px;
}
.modal-edit-account #edit-account-form .input-wrapper {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.modal-edit-account #edit-account-form .input-wrapper .inf {
  font-size: 12px;
}
.modal-edit-account #edit-account-form .input-wrapper label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.modal-edit-account #edit-account-form .input-wrapper:last-child {
  margin-bottom: 0px;
}
.modal-edit-account #edit-account-form .confirm-btn {
  width: 100%;
  margin-top: 10px;
}

/*============ TABLE ============*/
table {
  border-collapse: collapse;
  width: 100%;
}
table thead {
  text-align: center;
  border: 1px solid #dee2e6;
  background-color: rgba(0, 0, 0, 0.03);
}
table thead tr td {
  padding: 10px;
  border: 1px solid #dee2e6;
}
table tbody td {
  padding: 10px;
}
table tbody tr, table tbody td {
  border: 1px solid #dee2e6;
}

@media (max-width: 991px) {
  table thead tr td {
    padding: 7px;
  }
  table tbody td {
    padding: 7px;
  }
}
/*============ HEADER ============*/
.header {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.header__top {
  display: flex;
  align-items: center;
  background: var(--theme-color1);
  padding: 10px 0;
  margin: 0 0 10px;
}
.header__contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.header .phone-item,
.header .email-item {
  display: flex;
  align-items: center;
}
.header .phone-item .icon,
.header .email-item .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.header .phone-item .icon svg,
.header .email-item .icon svg {
  object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.header .phone-item a,
.header .email-item a {
  color: #ffffff;
  display: block;
  margin-left: 5px;
}
.header__phones, .header__emails {
  display: flex;
  flex-direction: column;
}
.header__phones .phone-item,
.header__phones .email-item, .header__emails .phone-item,
.header__emails .email-item {
  white-space: nowrap;
  margin-bottom: 5px;
}
.header__phones .phone-item:last-child,
.header__phones .email-item:last-child, .header__emails .phone-item:last-child,
.header__emails .email-item:last-child {
  margin-bottom: 0px;
}
.header__separator {
  margin: 0px 10px;
  display: block;
  color: var(--theme-color2);
}
.header__logo {
  padding-bottom: 10px;
}
.header__logo .custom-logo-link {
  display: block;
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header__logo .custom-logo-link img {
  object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .header__contacts {
    flex-direction: column;
  }
  .header__separator {
    display: none;
  }
}
@media (max-width: 480px) {
  .header__phones .phone-item,
  .header__phones .email-item, .header__emails .phone-item,
  .header__emails .email-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__phones .phone-item a,
  .header__phones .email-item a, .header__emails .phone-item a,
  .header__emails .email-item a {
    display: block;
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
}
/*============ FOOTER ============*/
.footer {
  margin-top: auto;
  background: #fafafa;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-column-gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer__top .column {
  display: flex;
  flex-direction: column;
}
.footer__logo {
  display: block;
  max-width: 250px;
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
}
.footer__logo a {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.footer__logo a img {
  object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.footer__column.first {
  max-width: 300px;
}
.footer__column .column-title {
  font-weight: 400;
  color: var(--theme-color2);
  margin-bottom: 20px;
}
.footer__column .column__ul {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin: 0px;
  max-width: 500px;
}
.footer__column .column__ul li {
  margin-bottom: 15px;
  display: inline-block;
}
.footer__column .column__ul li a {
  transition: color 0.3s ease;
}
.footer__column .column__ul li a:hover {
  color: var(--theme-color1);
}
.footer__column .column__ul li b {
  font-weight: 400;
}
.footer__column .column__ul li .icon {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
.footer__column .column__ul li .icon svg {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.footer__column .column__ul li p {
  margin: 0px;
  display: inline;
}
.footer__column .column__ul li:last-child {
  margin-bottom: 0px;
}
.footer__slogan {
  color: var(--theme-color4);
  margin-bottom: 10px;
}
.footer__socials {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.footer__socials a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 15px 25px 0px rgba(175, 175, 175, 0.2);
  transition: opacity 0.3s ease;
}
.footer__socials a:hover {
  opacity: 0.7;
}
.footer__socials a img {
  object-fit: contain;
  display: block;
  width: 18px;
  height: 18px;
}
.footer__bottom {
  background-color: var(--theme-color1);
  padding: 20px 0;
}
.footer__bottom-copyright {
  font-weight: 600;
  text-align: center;
  color: var(--theme-color6);
}

@media (max-width: 767px) {
  .footer__top {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }
  .footer__column .column__ul {
    max-width: 100%;
  }
  .footer__column.first {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__column.second {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer__column .column__ul li.flex {
    display: flex;
  }
  .footer__column .column__ul li.col {
    display: flex;
    flex-wrap: wrap;

    text-align: center;
    justify-content: center;
  }
  .footer__column .column__ul li.col a {
    width: 100%;
    margin-left: 25px;
  }
}
/*****************ЦВЕТА********************/
:root {
  --theme-color1: #fc6a20;
  --theme-color2: #002c5b;
  --theme-color3: #0490cd;
  --theme-color4: #003A6B;
  --theme-color5: #495057;
  --theme-color6: #ffffff;
  --theme-color7: #ced4da;
  --theme-color8: #80bdff;
  --theme-color9: rgba(0,123,255,.25);
  --theme-color10: #000000;
  --theme-color11: #c31829;
}

/*****************PAGE-ACCOUNT********************/
.page-account {
  margin-bottom: 40px;
}
.page-account .account-blocked {
  text-align: center;
  margin-bottom: 20px;
}
.page-account .account-topPart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 10px;
  margin-bottom: 30px;
}
.page-account .account-topPart__left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: calc(100% - 100px);
}
.page-account .account-topPart__left .btn-top {
  text-align: left;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--theme-color1);
  padding: 0px;
  width: max-content;
  max-width: 100%;
  color: var(--theme-color1);
  transition: opacity 0.3s ease;
}
.page-account .account-topPart__left .btn-top:last-child {
  margin-bottom: 0px;
}
.page-account .account-topPart__left .btn-top:hover {
  opacity: 0.85;
}
.page-account .account-topPart .logout {
  margin-left: auto;
  max-width: 100%;
  display: block;
}
.page-account .reset-password,
.page-account .forgot-password {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-account .reset-password .block-title,
.page-account .forgot-password .block-title {
  margin-bottom: 20px;
}
.page-account .reset-password .input-wrapper,
.page-account .forgot-password .input-wrapper {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.page-account .reset-password .input-wrapper label,
.page-account .forgot-password .input-wrapper label {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  font-size: 14px;
  margin-bottom: 5px;
}
.page-account .reset-password .input-wrapper:last-child,
.page-account .forgot-password .input-wrapper:last-child {
  margin-bottom: 0px;
}
.page-account .reset-password #resetpass-button,
.page-account .forgot-password #resetpass-button {
  width: 100%;
  margin-top: 20px;
}
.page-account__forms {
  display: flex;
  grid-column-gap: 30px;
}
.page-account__forms .form-wrapper {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-account__forms .form-wrapper .register-btn {
  width: 100%;
  margin-top: 30px;
}
.page-account__forms .form-wrapper .block-title {
  margin-bottom: 30px;
  text-align: center;
}
.page-account__forms .form-wrapper form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.page-account__forms .form-wrapper form.auth-form .input-wrapper {
  grid-column: 1/3;
}
.page-account__forms .form-wrapper form .input-wrapper {
  display: flex;
  flex-direction: column;
}
.page-account__forms .form-wrapper form .input-wrapper label {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  font-size: 14px;
  margin-bottom: 5px;
}
.page-account__forms .form-wrapper form .input-wrapper span {
  font-size: 12px;
  margin-top: 5px;
}
.page-account__forms .form-wrapper form .form-bottom {
  grid-column: 1/3;
  display: flex;
  flex-direction: column;
}
.page-account__forms .form-wrapper form .form-bottom #password-strength {
  margin-bottom: 15px;
  text-align: center;
}
.page-account__forms .form-wrapper form .form-bottom .accept {
  text-align: center;
  display: block;
  margin-top: 15px;
  font-size: 14px;
}
.page-account__forms .form-wrapper form .form-bottom .accept a {
  transition: color 0.3s ease;
}
.page-account__forms .form-wrapper form .form-bottom .accept a:hover {
  color: var(--theme-color1);
}
.page-account__forms .form-wrapper .forgot-password {
  text-align: center;
  display: block;
  margin-top: 15px;
  font-size: 14px;
}
.page-account__forms .form-wrapper .forgot-password:hover {
  transition: color 0.3s ease;
}
.page-account__forms .form-wrapper .forgot-password:hover:hover {
  color: var(--theme-color1);
}

.page-account .block-text p {
	    font-size: 20px;
    color: red;
}

@media (max-width: 991px) {
  .page-account__forms {
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
  }
  .page-account__forms .form-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-account__forms .form-wrapper form {
    display: flex;
    flex-direction: column;
  }
  .page-account__forms .form-wrapper .block-title {
    margin-bottom: 15px;
  }
  .page-account__forms .form-wrapper:last-child {
    margin-bottom: 0px;
  }
}
/***************** NEEDS-TABLE ********************/
.needs-tableWrap {
  overflow-x: auto;
  padding-bottom: 15px;
}
/* .needs-tableWrap .needs-table {
  min-width: 991px;
} */
.needs-tableWrap .needs-table tbody .table-item__date {
  white-space: nowrap;
  text-align: center;
}
.needs-tableWrap .needs-table tbody .table-item__bloodTypes {
  font-size: 14px;
  text-align: center;
}
.needs-tableWrap .needs-table tbody .table-item__bloodTypes .blood-typeBody__item b{
  /* font-size: 18px; */
  font-weight: 400;
}
.needs-tableWrap .needs-table tbody .table-item__bloodTypes .blood-typeBody__title {
  display: block;
}
.needs-tableWrap .needs-table tbody .table-item__btn {
  text-align: center;
}
.needs-tableWrap .needs-table tbody .table-item__btn button {
  font-size: 14px;
  margin-bottom: 5px;
}
.needs-tableWrap .needs-table tbody .table-item__btn button:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .dates-table__item {
    display: block;
    text-align: center;
    border: none;
  }
  .table-item__date {
    background: #f3f3f3;
  }
  .needs-tableWrap .needs-table thead tr td {
    padding: 7px;
  }
  .needs-tableWrap .needs-table tbody .table-item td {
    padding: 7px;
    display: block;
    width: 100%;
  }
}
/***************** MODAL-RESERVATION ********************/
.modal-list-reservation__title {
  margin-bottom: 20px;
  text-align: center;
}
.modal-list-reservation__body {
  overflow-x: auto;
}
.modal-list-reservation__body table {
  /* min-width: 991px; */
  text-align: center;
}
.modal-list-reservation__body .not-found {
  text-align: center;
}
@media (max-width:480px) {
  .needs-tableWrap .needs-table tbody .table-item__btn button:last-child {
    white-space: normal;
  }
}
@media (max-width:375px) {
  .modal-list-reservation .modal-list-reservation__body tr {
    display: flex;
    flex-wrap: wrap;
  }
  .modal-list-reservation .modal-list-reservation__body tr td:nth-child(1) {
    width: 80px;
  }
  .modal-list-reservation .modal-list-reservation__body tr td:nth-child(2) {
    width: calc(100% - 80px);
  }
  .modal-list-reservation .modal-list-reservation__body tr td:nth-child(3) {
    width: 100%;
  }
}

/***************** CLUE ********************/
.clue {
  width: 14px;
  height: 14px;
  background: var(--theme-color10);
  color: var(--theme-color6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  position: relative;
}
.clue:hover::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  top: 80%;
  z-index: 1;
  background: var(--theme-color10);
  font-size: 12px;
  padding: 5px;
  min-width: 150px;
  line-height: 130%;
}
@media (max-width:767px) {
  .footer__slogan {
    text-align: center;
  }
  .footer__logo {
    margin-left: auto;
  }
  .footer__socials {
    justify-content: center;
  }
  .footer__column.second {
    text-align: center;
  }
  .footer__column .column__ul li.col a {
    margin-left: 0px!important;
  }
}

/* POST DONATION FILTER */

.posts-donation-filter {
  margin-bottom: 30px;
  padding: 5px;
}

.posts-donation-filter .fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}

.posts-donation-filter .fields .input-wrap label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.posts-donation-filter .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.posts-donation-filter .buttons .reset {
  margin-right: 15px;
}

/* INSTITUTUION STORE NEED */

.need-store .form-store-need .fields .input-wrapper {
  margin-bottom: 15px;
}

.need-store .form-store-need .fields .input-wrapper label span {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}

.need-store .form-store-need .fields .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 30px;
}

.need-store .form-store-need .fields .input-wrapper input[type=checkbox] {
  display: none;
}

.need-store .form-store-need .fields .input-wrapper input[type=checkbox]:checked ~ span::after {
  display: block;
}

.need-store .form-store-need .fields label.with-checkbox span {
  position: relative;
  display: block;
}

.need-store .form-store-need .fields label.with-checkbox span::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--theme-color1);
  position: absolute;
  left: 0px;
  top: calc(100% + 10px);
}

.need-store .form-store-need .fields label.with-checkbox span::after {
  content: '';
  display: none;
  width: 16px;
  height: 16px;
  background-color: var(--theme-color1);
  position: absolute;
  left: 2px;
  top: calc(100% + 12px);
}

.need-store__title {
  margin-bottom: 30px;
}

/*============ 404 ============*/
.page-404 {
  text-align: center;
  margin-bottom: 60px;
}
.page-404 .title {
  font-weight: 800;
  font-size: 288px;
  line-height: 120%;
  color: #202020;
}
.page-404 .description {
  margin-bottom: 30px;
  line-height: 130%;
  font-size: 18px;
}
.page-404 .button {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .page-404 .title {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .page-404 .title {
    font-size: 140px;
  }
}

/* INSTITUTUION EDITOR NAVS */

.edit-navs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.edit-navs__numbers {
  display: flex;
  grid-column-gap: 10px;
  margin: 0px 15px;
}

.edit-navs__numbers > a {
  display: block;
}

/* SINGLE POST DONATION */

.single-postDonation__title {
  margin-bottom: 30px;
}

.single-postDonation__inputs {
  display: flex;
  flex-direction: column;
}

.single-postDonation__inputs .input {
  margin-bottom: 15px;
}

.single-postDonation__inputs .input:last-child {
  margin-bottom: 0px;
}

.single-postDonation__inputs .input label {
  margin-bottom: 5px;
  display: block;
}

/* INSTITUTUION EDITOR */

.dashboard-editor {
  display: flex;
  margin-bottom: 40px;
}

.dashboard-editor__sidebar {
  padding-right: 20px;
  min-width: 200px;
  width: 200px;
  max-width: 200px;
  position: sticky;
  top: 30px;
  height: max-content;
}

.dashboard-editor__sidebar ul {
  padding-left: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
}

.dashboard-editor__sidebar ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.dashboard-editor__sidebar ul li:last-child {
  margin-bottom: 0px;
}

.dashboard-editor__sidebar ul li a.active {
  color: var(--theme-color1);
}

.dashboard-editor__sidebar ul .sub-ul {
  padding-left: 15px;
  margin-top: 5px;
}

.dashboard-editor__sidebar ul .sub-ul a {
  font-size: 14px;
}

.dashboard-editor__content {
  flex-grow: 1;
  width: calc(100% - 200px);
}

.dashboard-editor .dashboard-table {
  font-size: 14px;
  min-width: 767px;
  text-align: center;
}

.dashboard-editor .dashboard-table.all-posts td {
  border: 1px solid #ffffff;
}

.dashboard-editor .dashboard-table .draft {
  background-color: #f1cccc;
}

.dashboard-editor .dashboard-table .publish {
  background-color: #cff1be;
}

.dashboard-editor .dashboard-table .top-btn {
  margin-top: 5px;
}

.dashboard-editor .dashboard-table thead th {
  border: 1px solid #dee2e6;
}

.dashboard-editor .dashboard-table tbody td {
  padding: 5px;
}

.dashboard-editor .dashboard-table tbody td a {
  color: var(--theme-color3);
  transition: color 0.3s ease;
}

.dashboard-editor .dashboard-table tbody td a:hover {
  color: var(--theme-color1);
}

.dashboard-editor .dashboard-table-wrap {
  overflow-x: auto;
  padding-bottom: 15px;
}

@media (max-width:991px) {
  .dashboard-editor {
    flex-direction: column;
  }
  .dashboard-editor__content {
    width: 100%;
  }
  .dashboard-editor__sidebar {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .dashboard-editor__sidebar ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dashboard-editor__sidebar ul li {
    margin-bottom: 0px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .dashboard-editor__sidebar ul li:last-child {
    margin-right: 0px;
  }
  .posts-donation-filter .fields {
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
  }
  .posts-donation-filter .fields .input-wrap {
    margin-bottom: 15px;
  }
  .posts-donation-filter .fields .input-wrap:last-child {
    margin-bottom: 0px;
  }
}
.modal-forbidden {
  text-align: center;
}
.modal-forbidden__title {
  margin-bottom: 15px;
}
.modal-forbidden__description {
  display: block;
  margin-bottom: 15px;
}
.rejection-patterns .modal-rejection-patterns__title {
  text-align: center;
  margin-bottom: 30px;
}
.rejection-patterns .modal-rejection-patterns__body {
  margin-bottom: 30px;
}
.rejection-patterns #btn-place {
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.rejection-patterns .modal-rejection-patterns__body .patterns {
  display: flex;
  flex-direction: column;
}
.rejection-patterns .modal-rejection-patterns__body .pattern-item .pattern-main {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
}
.rejection-patterns .modal-rejection-patterns__body .pattern-item .pattern-main .text {
  margin-bottom: 10px;
}
.rejection-patterns .modal-rejection-patterns__body .pattern-item .pattern-main::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid var(--theme-color1);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 3px;
}
.rejection-patterns .modal-rejection-patterns__body .pattern-item .pattern-main::after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--theme-color1);
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 6px;
  display: none;
}
.rejection-patterns .modal-rejection-patterns__body .pattern-item .dn {
  display: none;
}
.rejection-patterns .modal-rejection-patterns__body .pattern-item .dn:checked + .pattern-main::after {
  display: block;
}
.rejection-patterns .modal-rejection-patterns__body .pattern-item {
  margin-bottom: 20px;
}
.rejection-patterns .modal-rejection-patterns__body .pattern-item:last-child {
  margin-bottom: 0px;
}