.Header__Mobile__Close {
  display: none;
}
.Header__Mobile._active .Header__Mobile__Close {
  display: block;
}
.Header__Mobile._active .Header__Mobile__Open {
  display: none;
}

.FooterCookie {
  display: none;
}
.FooterCookie._active {
  display: block;
}

.HomeStages__Image {
  display: none;
}
.HomeStages__Image._active {
  display: block;
}

.Settings__Personal__Content {
  display: none;
}
.Settings__Personal__Content._active {
  display: block;
}

.Sidebar__Logout__Form, .Sidebar__Logout__Button {
  width: 100%;
}

.UploadDragAndDrop {
  position: relative;
}

#drag-file-element {
  display: none;
}
#drag-file-element._active {
  display: block;
}

.Header__Navbar__Item {
  margin-left: 37px !important;
}

.Header__Christmas {
  height: 60px;
  background: rgb(167, 20, 28);
  position: absolute;
  width: 100%;
}
.Header__Christmas__Wrapper {
  height: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: space-between;
}
.Header__Christmas__Content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header__Christmas__Content__Offer {
  font-weight: bold;
}
.Header__Christmas__Content__Icon {
  margin-right: 15px;
  margin-left: 15px;
}

.Pricing__Item__Promocode {
  color: red;
  margin-bottom: 15px;
  margin-top: -15px;
}
.Pricing__Item._active .Pricing__Item__Promocode {
  color: #FFF;
  margin-top: 5px;
}

.Upload__Title h1 a {
  text-decoration: none;
  color: #be35ca;
}

.UploadDone__Link {
  position: absolute;
  top: 740px;
  color: white;
  text-align: center;
  width: 100%;
}
.UploadDone__Link a {
  text-decoration: none;
  color: #be35ca;
}

@media (max-width: 1240px) {
  .UploadDone__Link {
    top: 88%;
  }
}
@media (max-width: 1200px) {
  .Header__Christmas {
    text-align: center;
  }
  .Header__Christmas__Wrapper {
    display: block;
    height: 100%;
  }
  .Header__Christmas__Content {
    height: 100%;
  }
  .Header__Christmas__Icons {
    display: none;
  }
}

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