/*base*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*config*/
.body-login, .login {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.login__content__section, .login__content__section__item__label, .login__content__section__button {
  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; }

/*base*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  --body-size: 0.875rem; }
  @media screen and (min-width: 53.125em) {
    :root {
      --body-size: 16px; } }

body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: var(--body-size);
  margin: 0;
  position: relative;
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden; }

h1,
h2,
h3 {
  text-transform: initial;
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.15; }

p {
  margin: 0;
  padding: 0; }

/**::selection {
    background: color(orange);
    color: color(white);
}*/
strong {
  color: #5bcb50;
  font-weight: 800; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input, textarea, select, button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px; }

@font-face {
  font-family: "manuel-form";
  src: url("../fonts/manuel-form.eot");
  src: url("../fonts/manuel-form.eot?#iefix") format("embedded-opentype"), url("../fonts/manuel-form.woff") format("woff"), url("../fonts/manuel-form.ttf") format("truetype"), url("../fonts/manuel-form.svg#manuel-form") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "manuel-form" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "manuel-form" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-user:before {
  content: "\61"; }

.icon-lock:before {
  content: "\62"; }

.icon-error:before {
  content: "\63"; }

.icon-sucess:before {
  content: "\64"; }

.icon-arrow-right:before {
  content: "\65"; }

.icon-arrow-left:before {
  content: "\66"; }

.icon-corporate:before {
  content: "\67"; }

.icon-bars:before {
  content: "\68"; }

.icon-sign-in:before {
  content: "\69"; }

.icon-cross:before {
  content: "\6a"; }

.icon-security:before {
  content: "\6b"; }

.icon-file:before {
  content: "\6c"; }

.icon-report:before {
  content: "\6d"; }

.icon-tools:before {
  content: "\6e"; }

.icon-angle-down:before {
  content: "\6f"; }

.icon-angle-up:before {
  content: "\70"; }

.icon-minus:before {
  content: "\71"; }

/*components*/
.body-login {
  width: 100%;
  height: 100vh;
  /*background-color: #00683d; 23.01.2025 */
  
  background-image: url("../img/1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  padding: 1.125rem;
  overflow: hidden; }
  @media screen and (min-width: 64em) {
    .body-login {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      background-position: left;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 2.25rem 3.375rem; } }

.logo {
  margin-left: auto;
  width: 100%;
  position: relative;
  z-index: 100; }
  .logo__img {
    width: 12.5em;
    height: auto;
    margin: 0; }
  @media screen and (min-width: 64em) {
    .logo {
      width: 15.625em; }
      .logo__img {
        width: 100%; } }

.hidden {
  opacity: 0; }

@-webkit-keyframes slidy {
  0% {
    left: 0%; }
  20% {
    left: 0%; }
  25% {
    left: -100%; }
  45% {
    left: -100%; }
  50% {
    left: -200%; }
  70% {
    left: -200%; }
  75% {
    left: -300%; }
  95% {
    left: -300%; }
  100% {
    left: -400%; } }

@keyframes slidy {
  0% {
    left: 0%; }
  20% {
    left: 0%; }
  25% {
    left: -100%; }
  45% {
    left: -100%; }
  50% {
    left: -200%; }
  70% {
    left: -200%; }
  75% {
    left: -300%; }
  95% {
    left: -300%; }
  100% {
    left: -400%; } }

#bg {
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0; }

div#slider {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8; }
  div#slider figure img {
    width: 20%;
    float: left;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover; }
  div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    -webkit-animation: 30s slidy infinite;
    animation: 30s slidy infinite; }

.off {
  display: none; }

.login {
  margin: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 100; }
  .login__title {
    font-weight: 900;
    line-height: 1.1;
    font-size: 2.1875em;
    color: white;
    margin-bottom: 1.125rem;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    text-align: center; }
  .login__content {
    width: 100%; }
    .login__content__section {
      width: 17.5em;
      margin: 0 auto; }
      .login__content__section__item {
        position: relative;
        width: 100%;
        margin-right: 1.125rem; }
        .login__content__section__item--second {
          margin: 0 1.125rem; }
        .login__content__section__item__label {
          position: absolute;
          height: 100%;
          width: 2.5em;
          color: rgba(0, 0, 0, 0.5);
          cursor: pointer;
          top: 0;
          left: 0;
          -webkit-transition: color 0.3s;
          -o-transition: color 0.3s;
          transition: color 0.3s; }
        .login__content__section__item__input {
          width: 100%;
          background-color: rgba(255, 255, 255, 0.3);
          border-radius: 25px;
          border: none;
          padding: 5px 10px 5px 28px;
          height: 2.25em;
          outline: none;
          color: rgba(0, 0, 0, 0.5);
          -webkit-transition: color 0.3s, background-color 0.3s;
          -o-transition: color 0.3s, background-color 0.3s;
          transition: color 0.3s, background-color 0.3s; }
          .login__content__section__item__input::-webkit-input-placeholder {
            color: rgba(0, 0, 0, 0.5); }
          .login__content__section__item__input::-ms-input-placeholder {
            color: rgba(0, 0, 0, 0.5); }
          .login__content__section__item__input::placeholder {
            color: rgba(0, 0, 0, 0.5); }
          .login__content__section__item__input:hover, .login__content__section__item__input:focus {
            background-color: rgba(255, 255, 255, 0.5);
            color: black; }
            .login__content__section__item__input:hover ~ label, .login__content__section__item__input:focus ~ label {
              color: black; }
      .login__content__section__button {
        width: 1.875rem;
        height: 1.875rem;
        background: white;
        border-radius: 50%;
        color: black;
        font-size: 1.25em;
        cursor: pointer;
        opacity: 0.7;
        -webkit-transition: 0.3s opacity;
        -o-transition: 0.3s opacity;
        transition: 0.3s opacity;
        -webkit-appearance: inherit;
        -moz-appearance: inherit;
        appearance: inherit;
        border: none;
        outline: none; }
        .login__content__section__button:hover {
          opacity: 1; }
      @media screen and (min-width: 31.25em) {
        .login__content__section {
          width: 23.75em; } }
      @media screen and (min-width: 37.5em) {
        .login__content__section__item__input {
          padding: 5px 10px 5px 40px; } }
  @media screen and (min-width: 64em) {
    .login {
      width: 90%;
      margin: 0 auto 0 0; }
      .login__title {
        width: 7.5em;
        font-size: 2.8125em;
        text-align: left; }
      .login__content {
        width: 37.5em; }
        .login__content__section {
          margin: 0;
          width: 70%; }
          .login__content__section__item {
            width: 90%; }
          .login__content__section__button {
            font-size: 1.75em; } }

/*#button-back{
    margin: 0 15px 0 0;
}*/
.advice {
  position: absolute;
  width: 90%;
  padding: 0.5625rem;
  top: 1.125rem;
  left: 5%;
  border-radius: 5px;
  text-align: left;
  color: white;
  z-index: 200; }
  .advice.error {
    background-color: #c77070;
    border: 1px solid #a84242; }
  .advice.sucess {
    background-color: #84c66a;
    border: 1px solid #529138;
    text-align: left; }
  .advice__name {
    font-size: 1.25em;
    font-weight: 700; }
    .advice__name:before {
      padding-right: 0.5625rem; }
  @media screen and (min-width: 53.125em) {
    .advice {
      width: 25em;
      padding: 1.125rem;
      top: 2.25rem;
      left: 3.375rem; } }
