body,
html {
  margin: 0 0;
  font-weight: 600;
  font-family: 'Nunito', sans-serif;
  line-height: 1.2;
}
a {
  text-decoration: none;
  color: #08418c;
}
a:hover {
  text-decoration: none;
  color: #2196f3;
}
body {
  color: #333;
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
  background: #eee;
}
main {
  display: flex;
  flex-direction: column;
  background: #eee;
}
article {
  flex: 2 2 30em;
  background: #fff;
  margin-top: 85px;
  margin-left: 310px;
  padding-bottom: 0.3rem;
}
aside {
  flex: 1;
  background: #fafafa;
}
header {
  height: 85px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  background: #f8f8ff;
  display: flex;
  /* justify-content: space-between; */
  position: fixed;
  width: 100%;
  z-index: 1;
}
#logo {
  border-right: 1px solid #d9dee4;
  width: 105px;
  justify-content: center;
  display: flex;
  align-items: center;
}
h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1976d2;
  margin: unset;
}
h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1976d2;
  margin: unset;
}
h3 {
  font-size: 16px;
  font-weight: 700;
  color: #2196f3;
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d9dee4;
}

.ad-button {
  color: #fff;
  font-size: 13px;
  padding: 7px 10px 5px 10px;
  cursor: pointer;
  background: #8bc34a;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  border-radius: 3px;
  width: min-content;
  height: min-content;
  align-self: center;
  margin-left: 15px;
}

.wrap-free-day {
  width: 100px;
  background: #fafafa;
  padding: 10px;
  border-radius: 5px;
  margin: 5px 5px;
  border: 1px solid #e0e0e0;
}

.text-free-day {
  font-size: 11px;
  border-top: 1px solid #e0e0e0;
  padding-top: 2px;
}

.card {
  margin: 0.3rem 0.7rem 0 0.7rem;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #6d6f71;
  border-radius: 3px 3px;
  border-left: 3px solid #b3e5fc;
}

.image {
  margin: 0 0 20px 0;
  max-width: 250px;
}

@media screen and (min-width: 901px) {
  body {
    min-height: 100vh;
  }
  main {
    flex-direction: row;
    min-height: 100%;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 900px) {
  article {
    padding: 0 0;
    margin-left: 0;
    margin-top: 85px;
  }
  .card {
    margin: 0.3rem 0.3rem;
  }
}
nav {
  border-right: 1px solid #d9dee4;
  width: 310px;
  position: fixed;
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
  background: #fff;
  padding-top: 90px;
}
.nv_button {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: unset;
  cursor: pointer;
  color: #5c6bc0;
  font-size: 15px;
  padding: 10px 10px 10px 10px;
  background: #f5f5f5;
  border-radius: 0 10px 10px 0;
  margin: 10px 10px -3px 10px;
  width: -webkit-fill-available;
  flex-direction: revert;
  justify-content: start;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}
.nv_button:hover {
  filter: grayscale(100%);
}
.nv_button img {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
}
.nv_language {
  margin: 0 0 0.3rem 0;
}
.nv_language h3 {
  margin-left: 10px;
  margin-left: 10px;
  margin-top: 20px;
  border-top: 3px solid #eee;
  padding-top: 7px;
}

.nv_new {
  margin-left: 15px;
  margin-top: -20px;
  background: #4caf50;
  color: white;
  padding: 1px 4px 1px 3px;
  font-size: 12px;
  border-radius: 2px 2px;
}

@media screen and (max-width: 900px) {
  nav {
    order: 2;
    flex-direction: column;
    border: unset;
    width: auto;
    position: unset;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0.3rem;
  }
}
.hb-hamburger {
  display: none;
  position: absolute;
  right: 5px;
  padding: 10px 10px;
  font-size: 33px;
  color: #2196f3;
  flex-direction: column;
  background-color: #1976d2;
  color: transparent;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  background-clip: text;
}
.hb-title {
  font-size: 9px;
  color: #1976d2;
  font-weight: 700;
  margin-top: 7px;
  letter-spacing: 1px;
}
.hb-list {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0 20px 0;
  background: #fff;
  width: -webkit-fill-available;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  z-index: 2;
  transform: translateY(-500px);
}
.hb-openList {
  transform: translateY(0);
  transition: transform 0.2s ease-in;
}
.hb-closeList {
  transform: translateY(-500px);
  transition: transform 0.2s ease-in;
}
.hb-button {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: unset;
  cursor: pointer;
  color: #5c6bc0;
  font-size: 15px;
  padding: 10px 10px 10px 10px;
  background: #f5f5f5;
  border-radius: 0 10px 10px 0;
  margin: 10px 10px -3px 10px;
  width: -webkit-fill-available;
  flex-direction: revert;
  justify-content: start;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}
.hb-button img {
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  .hb-hamburger {
    display: flex;
  }
}
footer {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #d9dee4;
  background: #f8f8ff;
  font-size: 0.7rem;
  z-index: 1;
}
.ft-text {
  margin: 25px 25px;
  font-size: 0.6rem;
  flex-grow: 1;
}
.ft-button,
.ft-lang {
  color: #5c6bc0;
  font-size: 10px;
  padding: 7px 10px 5px 10px;
  border-radius: 2px 2px;
  cursor: pointer;
  background: #e1e1e1;
  letter-spacing: 1px;
  border-radius: 3px;
  display: flex;
  margin-top: 7px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}

.ft-lang {
  padding: 5px 7px 5px 5px;
  margin-right: 5px;
  border-radius: 8px 8px 3px 8px;
}

.ft-lang img {
  display: flex;
  width: 15px;
  margin-right: 5px;
}

@media screen and (max-width: 900px) {
  footer {
    flex-direction: column;
    height: auto;
  }
}
.md-card {
  background: #fffde7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: #4f5054;
  display: block;
  font-weight: 500;
  left: 0;
  margin: 0 auto;
  max-width: 580px;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
  width: -webkit-fill-available;
  z-index: 2;
}
.md-title {
  border-bottom: 1px solid #d9dee4;
  color: #4caf50;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  height: inherit;
  padding: 0 0 7px;
}
.md-content {
  color: #5c5c60;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 15px;
  min-height: 125px;
  padding: 15px;
}
.md-footer {
  border-top: 1px solid #d9dee4;
  display: flex;
  justify-content: right;
  padding: 7px 0;
}
.md-butt {
  align-items: center;
  background: #ffab91;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  font-size: 10px;
  height: 36px;
  letter-spacing: 1px;
  margin-left: 12px;
  margin-top: 7px;
  padding: 7px 10px;
  text-align: center;
}
.md-butt .fa {
  font-size: 22px !important;
  color: #10e119;
  margin-bottom: 3px;
  background-color: #673ab7;
  color: transparent;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.md-openList {
  transform: translateY(0);
  transition: transform 0.2s ease-in;
}
.md-closeList {
  transform: translateY(-457px);
  transition: transform 0.2s ease-in;
}
.form {
  max-width: 420px;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 5px 5px 0 0;
  background: #eceff1;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  padding: 15px 10px;
  margin: 0.7rem auto;
}
.fm-href {
  background: #7986cb;
  padding: 2px 7px;
  border-radius: 3px;
  color: #f5f5f5;
  font-size: 11px;
  letter-spacing: 1px;
}
.message {
  color: tomato;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5rem;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d9dee4;
}
.form input {
  letter-spacing: 2px;
  font-weight: 500;
  outline: 0;
  background: #fff;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-family: inherit;
}
.form button {
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  outline: 0;
  background: #4caf50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #fff;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:active,
.form button:focus,
.form button:hover {
  background: #43a047;
  letter-spacing: 2px;
  font-weight: 500;
}
.login {
  display: block;
}
.registration {
  display: block;
}
.user {
  display: block;
}
.close {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(200px);
  transition: transform 0.3s ease-out, opacity 0.7s ease-in, height 1.2s ease-in;
}
.open {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease-out, opacity 0.7s ease-in, height 1.2s ease-in;
}
@media screen and (max-width: 450px) {
  .form {
    margin: 0.7rem 0.5rem 0.7rem 0.5rem;
  }
}

@font-face {
  font-family: icons;
  src: url(../../fonts/icons.ttf?dxaph7) format('truetype'),
    url(../../fonts/icons.woff?dxaph7) format('woff'),
    url(../../fonts/icons.svg?dxaph7#icons) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=' fa-']::before,
[class^='fa-']::before {
  font-family: icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-eye:before {
  content: '\e900';
}
.fa-circle-left:before {
  content: '\e901';
}
.fa-chart-simple:before {
  content: '\e902';
}
.fa-circle-up:before {
  content: '\e903';
}
.fa-circle-check:before {
  content: '\e904';
}
.fa-circle-play:before {
  content: '\e905';
}
.fa-certificate:before {
  content: '\e906';
}
.fa-briefcase:before {
  content: '\e907';
}
.fa-business-time:before {
  content: '\e908';
}
.fa-clock:before {
  content: '\e909';
}
.fa-rectangle-xmark:before {
  content: '\e90a';
}
.fa-eraser:before {
  content: '\e90b';
}
.fa-server-solid:before {
  content: '\e90c';
}
.fa-share:before {
  content: '\e90d';
}
.fa-star:before {
  content: '\e90e';
}
.fa-volume-high:before {
  content: '\e90f';
}
.fa-trash-can:before {
  content: '\e910';
}
.fa-circle-info:before {
  content: '\e911';
}
.fa-file-signature:before {
  content: '\e912';
}
.fa-angles-right:before {
  content: '\e913';
}
.fa-sync-alt-solid:before {
  content: '\e914';
}
.fa-circle-question:before {
  content: '\e915';
}
.fa-pen-to-square:before {
  content: '\e918';
}
.fa-ellipsis-vertical:before {
  content: '\e917';
}
.fa-square-plus:before {
  content: '\e916';
}
