:root {
  --dark-red: #630306;
  --white: #ffffff;
  --rose: #edb1b1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
* {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../../dist/fonts/NotoSans-Light.woff2") format("woff2"), url("../../dist/fonts/NotoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../../dist/fonts/NotoSans-LightItalic.woff2") format("woff2"), url("../../dist/fonts/NotoSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Noto Sans ExtLt";
  src: url("../../dist/fonts/NotoSans-ExtraLightItalic.woff2") format("woff2"), url("../../dist/fonts/NotoSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Noto Sans ExtLt";
  src: url("../../dist/fonts/NotoSans-ExtraLight.woff2") format("woff2"), url("../../dist/fonts/NotoSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../../dist/fonts/NotoSans-Bold.woff2") format("woff2"), url("../../dist/fonts/NotoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../../dist/fonts/Gotham-Light.woff2") format("woff2"), url("../../dist/fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../../dist/fonts/Gotham-Bold.woff2") format("woff2"), url("../../dist/fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../../dist/fonts/Gotham-Book.woff2") format("woff2"), url("../../dist/fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../../dist/fonts/Gotham-ExtraLight.woff2") format("woff2"), url("../../dist/fonts/Gotham-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Mukta", sans-serif;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body {
    overflow-y: initial;
  }
}

img {
  max-width: 100%;
}

main {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  width: 100%;
  max-width: 65%;
  margin-left: auto;
}
@media (max-width: 1023px) {
  main {
    max-width: 100%;
    margin-left: initial;
    padding-bottom: 517px;
    flex-direction: column-reverse;
    position: relative;
  }
}

.m-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 19.1px;
  border: solid 1px #f9f7f4;
  background-color: var(--white);
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #34303d;
  height: 38px;
  padding: 0 30px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  box-shadow: none;
}
@media (max-width: 1023px) {
  .m-btn {
    font-size: 0.99375rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #34303d;
  }
}
.m-btn:hover {
  background: var(--dark-red);
  color: var(--white);
}
.m-btn--reverse {
  border: solid 1px #cd2020;
  background-color: #cd2020;
  color: var(--white);
}
.m-btn--reverse:hover {
  background: var(--dark-red);
  color: var(--white);
}

.m-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.hide {
  display: none !important;
}

.header__button {
  font-size: 0.8875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  transition: all 0.3s;
  text-decoration: none;
}
.header__button p {
  transition: all 0.3s;
}
.header__button svg * {
  transition: all 0.3s;
}
.header__button:hover p {
  color: var(--dark-red);
}
@media (max-width: 1023px) {
  .header__button svg {
    max-width: 30px;
    max-height: 30px;
  }
  .header__button p {
    display: none;
  }
}

.sidepanel {
  background: var(--dark-red);
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px 45px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1023px) {
  .sidepanel {
    max-width: 100%;
    padding: 30px 20px;
    height: 100%;
    justify-content: flex-start;
  }
  .sidepanel header {
    display: none;
  }
  .sidepanel .sidepanel__cont {
    max-height: 517px;
  }
}

.sidepanel__text {
  font-size: 17.6px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  color: var(--white);
  max-width: 225px;
}
@media (max-width: 1023px) {
  .sidepanel__text {
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    color: var(--white);
  }
}

.sidepanel__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.wizard {
  background-image: -o-linear-gradient(300deg, #c4181d 20%, #630306 125%);
  background-image: linear-gradient(150deg, #c4181d 20%, #630306 125%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  flex-direction: column;
  padding: 20px 45px;
  gap: 15px;
}
@media (max-width: 1023px) {
  .wizard {
    padding: 30px 20px;
  }
}

#back svg .back__arrow {
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  #back svg {
    max-width: 30px;
  }
}
#back:hover svg .back__arrow {
  fill: var(--dark-red);
}

.header--wizard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}

.header__button {
  cursor: pointer;
}

.header__logo {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .header__logo {
    display: block;
    max-width: 100px;
    top: 10px;
  }
}

.header__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1023px) {
  .header__btns {
    gap: 10px;
  }
}

:root {
  --line-border-fill: #3498db;
  --line-border-empty: #e0e0e0;
}

.progress-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  position: relative;
  width: 200px;
}
@media (max-width: 1023px) {
  .progress-container {
    margin-bottom: 10px;
  }
}

#back {
  margin-right: auto;
  cursor: pointer;
}

.progress-container::before {
  content: "";
  background-color: var(--line-border-empty);
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}

.progress {
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.4s ease;
}

.circle {
  background-color: #a91217;
  color: var(--white);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-border-empty);
  transition: 0.4s ease;
  position: relative;
  z-index: 1;
}
.circle svg {
  display: none;
}
@media (max-width: 1023px) {
  .circle {
    height: 25px;
    width: 25px;
  }
}

.circle.active {
  transform: scale(1.2);
  border: 2px solid var(--white);
}
.circle.active svg {
  display: block;
}

.warnings, .warnings-login {
  color: var(--white);
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.step--fail {
  margin: auto;
}
.step--success {
  margin: auto;
}
.step.hide {
  display: none;
}

.wizard__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}

.wizard__title {
  font-size: 1.63125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white);
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
@media (max-width: 1023px) {
  .wizard__title {
    font-size: 14.6px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
  }
}

.wizard__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  gap: 30px;
  justify-content: flex-start;
}

.bloods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 476px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1023px) {
  .bloods {
    max-width: 308px;
    min-width: 290px;
    gap: 10px;
  }
}

.blood__top {
  background: var(--rose);
  padding: 15px;
  flex-grow: 1;
  width: 100%;
  border-radius: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 134px;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .blood__top {
    height: 80px;
  }
}
.blood__top img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 67px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .blood__top img {
    max-width: 30px;
  }
}

.blood__bot {
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  font-size: 1.36875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9f1014;
  background: var(--white);
  margin-top: auto;
  transition: all 0.3s;
}
.blood__bot p {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .blood__bot {
    font-size: 0.825rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9f1014;
    padding: 5px;
  }
}

.blood {
  max-width: 104px;
  flex-grow: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 11px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background: var(--white);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 192px;
  transition: all 0.3s;
}
@media (max-width: 1023px) {
  .blood {
    max-width: 62px;
    height: 111px;
  }
}
.blood.active {
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}
.blood.active .blood__top {
  height: 100%;
}
.blood.active .blood__bot {
  font-size: 2rem;
  color: var(--dark-red);
}
@media (max-width: 1023px) {
  .blood.active .blood__bot {
    font-size: 1.5rem;
  }
}
.blood:hover .blood__top {
  height: 100%;
}
.blood:hover .blood__bot {
  color: var(--dark-red);
}

.region__map {
  max-width: 378px;
  width: 100%;
}

.region__text {
  font-size: 1.00625rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white);
  margin-top: 30px;
}

.svg-region {
  transition: all 0.1s;
  cursor: pointer;
}
.svg-region.active * {
  transition: all 0.1s;
  fill: #501010;
}

.date-input {
  background: none;
  border: none;
  box-shadow: none;
  color: white;
}
.date-input::-moz-placeholder {
  color: var(--white);
}
.date-input::placeholder {
  color: var(--white);
}
.date-input:focus {
  outline: none;
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--white);
  padding: 0 5px 5px 5px;
  max-width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}

.date__text {
  font-size: 1.00625rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white);
  margin-top: 30px;
}

.all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.all .m-btn {
  align-self: center;
}

.all__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 1023px) {
  .all__item {
    flex-direction: column;
    gap: 10px;
  }
}

.all__img {
  min-width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all__text {
  font-size: 1.63125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white);
}
@media (max-width: 1023px) {
  .all__text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
  }
}

.success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1023px) {
  .success {
    flex-direction: column;
  }
}

.login {
  background-image: -o-linear-gradient(300deg, #c4181d 20%, #630306 125%);
  background-image: linear-gradient(150deg, #c4181d 20%, #630306 125%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  padding: 20px 45px;
}
@media (max-width: 1023px) {
  .login {
    padding: 30px 20px;
  }
}

.login__forgot, .login__back {
  font-size: 11.7px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: var(--white);
  margin-right: auto;
  text-decoration: underline;
}
.login__forgot:hover, .login__back:hover {
  text-decoration: underline;
}

.login__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
  width: 100%;
}
.login__cont form {
  width: 100%;
}
.login__cont input {
  font-size: 0.98125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #34303d;
  min-height: 40px;
  max-width: 353px;
  box-shadow: none;
  border: none;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.login__cont .mb-20 {
  margin-bottom: 20px;
}
.login__cont .mb-5 {
  margin-bottom: 5px;
}
.login__cont .m-btn {
  margin-top: 20px;
}

.archive {
  background-image: -o-linear-gradient(300deg, #c4181d 20%, #630306 125%);
  background-image: linear-gradient(150deg, #c4181d 20%, #630306 125%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  padding: 20px 45px;
  max-height: 100vh;
  position: relative;
}
@media (max-width: 1023px) {
  .archive {
    padding: 30px 20px;
    max-height: initial;
  }
}

.archive__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  flex-grow: 1;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .archive__cont {
    margin-top: 0;
  }
}

.archive__approve {
  margin-top: 5px;
}

.archive__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-right: 30px;
  padding-bottom: 55px;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .archive__list {
    margin-top: 20px;
  }
}

.simplebar-track.simplebar-vertical {
  width: 8px !important;
}

.simplebar-scrollbar:before {
  background: var(--white) !important;
  opacity: 1 !important;
}

.archive__circle {
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

.archive__deactivate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.archive__deactivate * {
  pointer-events: none;
}
.archive__deactivate .svg-deactivate-2 {
  transition: all 0.3s;
}
.archive__deactivate:hover {
  color: black;
}
.archive__deactivate:hover .svg-deactivate-2 {
  fill: black;
}

.archive__right {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 115px;
}
@media (max-width: 1023px) {
  .archive__right {
    gap: 5px;
    margin-bottom: 10px;
  }
}

.archive__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-right: auto;
}

.archive__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 5px;
}
.archive__status--active .archive__circle {
  background: #56c235;
}
.archive__status--approval .archive__circle {
  background: #ffec00;
}
.archive__status--finished .archive__circle {
  background: #493e3e;
}
.archive__status--approved .archive__circle {
  background: #1D7EB5;
}
.archive__status--deactivated .archive__circle {
  background: gray;
}

.archive__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--white);
  margin-bottom: 10px;
  gap: 30px;
}
@media (max-width: 1023px) {
  .archive__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
}

.archive__title {
  font-size: 1.34375rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--white);
}
@media (max-width: 1023px) {
  .archive__title {
    font-size: 1.06875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: var(--white);
  }
}

.archive__content, .archive__author {
  font-size: 1.1875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1023px) {
  .archive__content, .archive__author {
    font-size: 0.9375rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.6);
  }
}

.archive__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .archive__btns {
    flex-direction: column;
    align-items: center;
  }
}

.dropdown--active .archive__dropdown svg {
  transform: rotate(180deg);
}
.dropdown--active .archive__options {
  height: 170px;
  opacity: 1;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .dropdown--active .archive__options {
    max-width: 160px;
    background: white;
    padding: 10px;
    margin-bottom: 0px;
  }
  .dropdown--active .archive__options .archive__option * {
    color: #a91217;
  }
}

.archive__dropdown {
  display: none;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .archive__dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.archive__dropdown p {
  border-bottom: 1px solid var(--white);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  color: var(--white);
}

.archive__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .archive__options {
    flex-direction: column;
    height: 0;
    opacity: 0;
    margin-bottom: 0;
    gap: 10px;
  }
}

.archive__option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.archive__option label {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  font-size: 1.0625rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--white);
  min-height: 30px;
}
.archive__option label span {
  display: block;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .archive__option label {
    font-size: 0.80625rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: var(--white);
  }
  .archive__option label span {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 6px;
  }
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid var(--white);
  border-radius: 100%;
  background: #a91217;
}
@media (max-width: 1023px) {
  [type=radio]:checked + label:before,
  [type=radio]:not(:checked) + label:before {
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #a91217;
  }
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--white);
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
@media (max-width: 1023px) {
  [type=radio]:checked + label:after,
  [type=radio]:not(:checked) + label:after {
    width: 8px;
    height: 8px;
    top: 7px;
    left: 7px;
    background: #a91217;
  }
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.modal .modal__content {
  border-radius: 28px;
  box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.11);
  background-color: var(--white);
  padding: 40px 30px;
  max-width: 400px;
  width: 100%;
  gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal .modal__content p {
  font-size: 1.34375rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  text-align: center;
  color: #630306;
}
@media (max-width: 1023px) {
  .modal .modal__content {
    padding: 20px;
  }
  .modal .modal__content p {
    font-size: 1rem;
  }
}
.modal .modal__content .modal__1, .modal .modal__content .modal__2, .modal .modal__content .modal__3, .modal .modal__content .modal__4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.modal .modal__content .modal-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .modal .modal__content .modal-btns {
    flex-direction: column;
  }
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transform: scale(1.5);
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #FFF #FFF transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #c4181d #c4181d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}

.loader::before {
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
