@CHARSET "UTF-8";
#blackbackground {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  width: 100%;
  height: 100%;
  z-index: 100;
  -khtml-opacity: 0.55;
  opacity: 0.55;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); }

#modal {
  background: white url(http://karelia.pro/i/passport/body.png);
  text-align: center;
  position: absolute;
  top: 200px;
  left: 50%;
  width: 364px;
  margin-top: 0;
  margin-left: -182px;
  z-index: 110;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  padding-bottom: 30px; }

#modal iframe {
  width: 361px;
  height: 338px;
  margin-top: 1px; }

#modal h1 {
  display: block;
  width: 184px;
  height: 49px;
  background: url(http://karelia.pro/i/passport/logo.png);
  text-indent: -100em;
  padding: 0;
  margin: 0 auto; }

#modal .exitsettings {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 23px;
  height: 24px;
  text-decoration: none;
  background: url(http://karelia.pro/i/passport/close.png) no-repeat;
  cursor: pointer; }

#info_block_cover {
  position: absolute;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  filter: alpha(opacity=30);
  opacity: 0.3;
  background-color: #000000;
  display: none; }

#info_block {
  position: absolute;
  z-index: 2001;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  display: none; }

#info_block_close {
  background: url(../imgs/close.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 23px;
  position: absolute;
  right: 12px;
  text-decoration: none;
  top: 12px;
  width: 23px; }

#info_block_box {
  padding: 0;
  margin: 0;
  border: 0; }

#info_block_box h1 {
  margin: 20px -20px 10px;
  font-size: 1.65em;
  padding: 0 20px 10px 20px; }

#confirm_block {
  position: absolute;
  z-index: 2001;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  text-align: left;
  padding: 50px 50px 0 50px;
  display: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

#confirm_block_box {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Roboto Condensed";
  color: #757575;
  margin-bottom: 15px; }

#confirm_block input[type=button] {
  display: inline-block;
  float: right;
  height: 80px;
  line-height: 80px;
  font-size: 1.2em;
  font-weight: 900;
  color: #4285f4;
  padding: 0 25px;
  cursor: pointer;
  background: #ffffff;
  border: none; }

#confirm_block label {
  font-size: 0.75em;
  margin: 10px 0;
  color: #757575; }

#confirm_block input[type=button]:first-child {
  margin-right: -25px; }

#confirm_block input[type=button]:hover {
  background: #f2f2f2; }

#message_block {
  position: absolute;
  z-index: 2002;
  left: 0;
  top: 0;
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: pointer;
  padding: 15px;
  border: 1px Solid #000000;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  display: none; }

#message_block_close {
  font-weight: normal;
  color: grey; }

#message_block_box {
  padding: 0;
  margin: 0;
  border: 0; }

.emptyField {
  border: 2px solid #c61800; }

.invalidField {
  border: 2px solid #c61800; }

.fixed {
  position: fixed !important; }

.message {
  background: #669933 url("../imgs/alert-bg.png") center 10px no-repeat;
  border-radius: 10px;
  border: 1px Solid #006600 !important;
  padding-top: 40px !important; }

.message #message_block_close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  overflow: hidden;
  width: 12px;
  height: 12px;
  background: url("../imgs/close-alert.png") top center no-repeat;
  text-indent: -900px; }

.error {
  background: #FF6666 url("../imgs/close-bg.gif") center 10px no-repeat;
  border-radius: 10px;
  border: 1px Solid #CC3333 !important;
  padding-top: 40px !important; }

.error #message_block_close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  overflow: hidden;
  width: 12px;
  height: 12px;
  background: url("../imgs/close-error.png") top center no-repeat;
  text-indent: -900px; }

.hidden {
  display: none; }

.invisible {
  visibility: hidden; }

.bold {
  font-weight: bold; }

html, body {
  min-height: 100%;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block; }

html {
  margin: 0; }

body {
  position: relative;
  height: 100%;
  min-height: 100%;
  background: #ffffff;
  font-family: "Roboto Condensed", Verdana;
  font-size: 13pt;
  margin: 0;
  padding: 0;
  color: #4c4c4c; }

a {
  color: #647c99;
  cursor: pointer;
  outline: none; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  border-width: 0; }

header, section, footer, nav, main {
  display: block; }

aside {
  text-align: left;
  position: relative; }

.open nav {
  left: 0; }

#q_search {
  display: block;
  border: none;
  height: 30px;
  line-height: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 35px 0 20px;
  color: #b4bfcc;
  background: url(../imgs/ico.png) 175px -45px no-repeat #ffffff;
  margin-bottom: 48px; }

#download_link .text {
  color: #808080;
  font-size: 0.75em;
  margin-right: 13px; }

#download_link .link {
  font-size: 1.06em;
  cursor: pointer; }

#download_link .copy, #download_link .qr-code, #download_link .download_all, #download_link .share, #download_link .delete {
  display: inline-block;
  width: 23px;
  height: 23px;
  cursor: pointer; }

#download_link .qr-code .big {
  margin-left: -60px; }

#download_link .share {
  background: url(../imgs/vk.png) no-repeat;
  margin-left: 13px; }

#upload_files:not([class*="tile"]) li.uploaded::before, #upload_files:not([class*="tile"]) li.uploaded::after {
  content: '';
  display: block;
  background: #ffffff;
  height: .23em;
  position: absolute;
  left: 0; }

#upload_files:not([class*="tile"]) li.uploaded::before {
  width: .7em;
  transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  top: 2em;
  left: -11px; }

#upload_files:not([class*="tile"]) li.uploaded::after {
  width: 1em;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  left: -6px;
  top: 1.76em; }

#upload_files.tile li.uploaded .size {
  position: relative; }

#upload_files.tile li.uploaded .size::before, #upload_files.tile li.uploaded .size::after {
  content: '';
  display: block;
  background: #809bbb;
  height: .23em;
  position: absolute;
  left: 0; }

#upload_files.tile li.uploaded .size::before {
  width: .61em;
  transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  top: .74em;
  left: -1.35em; }

#upload_files.tile li.uploaded .size::after {
  width: 1em;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  left: -1.15em;
  top: .6em; }

#upload_files.tile .preloader {
  margin: 15px 0 0 56px; }

#upload_files li:first-child {
  border-top: 1px solid #e5e5e5; }

#upload_files li .cover .preview {
  display: none;
  width: 115px;
  height: 115px;
  position: absolute;
  right: 45px;
  top: -46px;
  border-radius: 2px;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.7);
  z-index: 4; }

#upload_files:not([class*="tile"]) li .cover:hover .preview {
  display: block; }

#upload_files li.not_upload::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 3; }

#upload_files li .name {
  text-align: left;
  display: inline-block;
  height: 48px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%; }

#upload_files li .name a {
  text-decoration: none; }

#upload_files li .action_button {
  float: right;
  margin-right: -125px;
  opacity: 0; }

#upload_files li.not_upload .action_button {
  opacity: 1; }

#upload_files li .download {
  background-position: 50% -252px; }

#upload_files li .copy {
  background-position: -11px -444px; }

#upload_files li .qr-code {
  background-position: 50% -292px; }

#upload_files li .media {
  width: 19px;
  height: 19px;
  margin-top: 14px;
  background-position: 50% -329px; }

#upload_files li .qr-code .big, #download_link .qr-code .big {
  display: none;
  z-index: 3;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 2px;
  position: absolute;
  bottom: 25px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.7);
  background: #ffffff; }

#upload_files li .qr-code .big {
  margin-left: -50px; }

#upload_files li .qr-code:hover .big, #download_link .qr-code:hover .big {
  display: inline-block; }

#upload_files li .progress {
  height: 100%;
  background: url(../imgs/progress.png) 0 0 repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

#upload_files li.audio .play, #upload_files li.video .play {
  width: 19px;
  height: 19px;
  background-position: 50% -329px;
  margin-top: 15px; }

#upload_files li.audio .play.stop, #upload_files li.video .play.stop {
  background-position: 50% -361px; }

#upload_files.tile li {
  width: 115px;
  height: 169px;
  line-height: 1em;
  border: none;
  padding: 0;
  text-align: center;
  float: left;
  margin: 0 6px 25px 6px;
  cursor: pointer; }

#upload_files.tile li .cover {
  width: 115px;
  height: 115px;
  top: 0;
  left: 0;
  position: relative;
  display: block;
  border-radius: 0;
  float: left;
  margin-bottom: 8px; }

#upload_files.tile li.image .cover {
  background-size: cover;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1); }

#upload_files.tile li.image .cover.noncover {
  background-position: 0 -345px;
  background-size: auto;
  background-color: #647c99;
  border: 0; }

#upload_files.tile li.audio .cover {
  background-position: 0 -576px; }

#upload_files.tile li.video .cover {
  background-position: 0 -115px; }

#upload_files.tile li.exe .cover {
  background-position: 0 -230px; }

#upload_files.tile li.folder .cover {
  background-position: 0 -460px; }

#upload_files.tile li .name {
  text-align: center;
  max-height: 32px;
  height: auto;
  line-height: 16px;
  white-space: pre-wrap;
  margin-bottom: 5px;
  width: 100%; }

#upload_files.tile li .size {
  margin-right: 0;
  float: none;
  color: #9a9a9a;
  line-height: 1; }

#upload_files.tile li:hover .name {
  text-decoration: underline; }

#upload_files.tile li .action_button {
  margin-right: 0;
  float: none;
  position: absolute;
  top: 84px;
  z-index: 4;
  width: 117px;
  height: 32px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9); }

#upload_files.tile li .download {
  margin-left: 20px; }

#upload_files.tile li .download, #upload_files.tile li .qr-code, #upload_files.tile li.audio .play, #upload_files.tile li .copy {
  margin-top: 8px; }

#upload_files.tile .progress {
  z-index: 3;
  height: 115px;
  top: 0;
  background-repeat: repeat; }

#upload_files.tile li.audio .download {
  margin-left: 12px; }

#upload_files.tile li.audio .play {
  margin-top: 7px;
  margin-right: 0; }

#upload_files.tile li.audio .download, #upload_files.tile li.audio .copy, #upload_files.tile li.audio .qr-code {
  margin-right: 7px; }

footer {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding-top: 10px; }

footer img {
  margin-bottom: 14px; }

footer span {
  display: block;
  color: #647c99;
  font-size: .75em; }

#upload_files.tile {
  left: 0; }

#upload_title_form {
  display: none;
  position: absolute; }

#audioplayer_container, #videoplayer_container {
  display: none; }

#old_disk_url {
  text-indent: -9999px;
  display: block;
  width: 60px;
  height: 50px;
  background: url(../imgs/old_disk.png) 0 0;
  float: right; }

#old_disk_url:hover {
  background-position: 0 -48px; }

.oldTheme {
  display: none;
  text-align: left;
  font-size: 11px;
  font-family: "Roboto Condensed";
  padding: 0 0 0 7px;
  color: #4F6B8E;
  background-color: #E4EAF3;
  width: 100px;
  height: 24px;
  line-height: 24px;
  top: 12px;
  right: 10px;
  floaT: left;
  position: relative; }

.oldTheme::before {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid #E4EAF3; }

.oldTheme a {
  margin-right: 5px;
  text-decoration: none;
  color: #4F6B8E; }

.old_disk_block {
  display: inline-block; }

#download_info {
  color: #808080;
  font-size: 0.75em;
  padding: 10px 0;
  clear: both; }

#download_info_count, #download_info_date {
  padding: 5px 15px; }

.preloader, .preloader::before, .preloader::after {
  width: 7px;
  height: 7px;
  background: #e5e5e5;
  border-radius: 1px;
  animation: preloaderAnimate .45s infinite; }

.preloader {
  position: relative;
  margin: 22px 24px 0 0;
  animation-delay: .15s; }

.preloader::before, .preloader::after {
  position: absolute;
  content: ''; }

.preloader::before {
  left: -10px; }

.preloader::after {
  right: -10px;
  animation-delay: .3s; }

@keyframes preloaderAnimate {
  0% {
    background: #647c99; }
  33% { } }

@media screen and (max-width: 500px) {
  .dropHerePlease {
    font-size: 1em; } }

@media screen and (max-width: 276px) {
  nav {
    width: 100%; } }

#videoplayer_container, #audioplayer_container {
  border: none; }

#videoplayer_container, #audioplayer_container {
  font-family: "Roboto Condensed";
  width: 100%;
  z-index: 17;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.15); }

#audioplayer_container {
  height: 121px;
  position: fixed;
  left: 0;
  bottom: 0; }

#videoplayer_container .jp-title, #audioplayer_container .jp-title {
  color: #4c4c4c;
  text-align: left;
  position: absolute;
  font-size: 1em;
  top: 27px;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#videoplayer_container .jp-interface, #audioplayer_container .jp-interface {
  max-width: 640px;
  margin: 0 auto;
  background: #ffffff;
  padding: 53px 195px 0 90px;
  box-sizing: border-box; }

#videoplayer_container .jp-interface button, #audioplayer_container .jp-interface button {
  padding: 0;
  margin-top: 0;
  border-radius: 2px;
  width: 22px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  background-image: url(../imgs/player.png); }

#videoplayer_container .jp-interface button.action, #audioplayer_container .jp-interface button.action {
  background-color: #647c99; }

#videoplayer_container .jp-controls, #audioplayer_container .jp-controls {
  width: 90px;
  padding: 0;
  margin-left: -90px;
  float: left; }

#videoplayer_container .jp-controls .jp-previous, #audioplayer_container .jp-controls .jp-previous {
  background-position: 50% -32px;
  margin-right: 3px; }

#videoplayer_container .jp-controls .jp-play, #audioplayer_container .jp-controls .jp-play {
  margin-right: 5px; }

#videoplayer_container.jp-state-playing .jp-controls .jp-play, #audioplayer_container.jp-state-playing .jp-controls .jp-play {
  background-position: 50% -17px; }

#videoplayer_container .jp-controls .jp-next, #audioplayer_container .jp-controls .jp-next {
  background-position: 50% -49px; }

#videoplayer_container .jp-controls .jp-stop, #audioplayer_container .jp-controls .jp-stop {
  display: none; }

#videoplayer_container .jp-play-bar, #audioplayer_container .jp-play-bar {
  background: #647c99; }

#videoplayer_container .jp-progress, #audioplayer_container .jp-progress {
  left: 0;
  width: 100%;
  height: 5px;
  position: relative;
  top: 6px;
  float: left; }

#videoplayer_container .jp-seek-bar, #audioplayer_container .jp-seek-bar {
  background: #e5e5e5; }

#videoplayer_container .jp-time-holder, #audioplayer_container .jp-time-holder {
  left: auto;
  right: 195px;
  top: 30px;
  font-size: 1em;
  width: auto; }

#videoplayer_container .jp-time-holder .jp-current-time, #videoplayer_container .jp-time-holder .jp-duration, #audioplayer_container .jp-time-holder .jp-current-time, #audioplayer_container .jp-time-holder .jp-duration {
  font-size: .85em;
  color: #939393;
  font-style: normal;
  width: auto; }

#videoplayer_container .jp-time-holder .jp-duration, #audioplayer_container .jp-time-holder .jp-duration {
  color: #4c4c4c; }

#videoplayer_container .jp-time-holder .jp-duration::before, #audioplayer_container .jp-time-holder .jp-duration::before {
  content: '/';
  color: #4c4c4c;
  margin: 0 5px; }

#videoplayer_container .jp-volume-controls, #audioplayer_container .jp-volume-controls {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 100px;
  margin-right: -120px;
  float: right; }

#videoplayer_container .jp-volume-controls .jp-mute, #audioplayer_container .jp-volume-controls .jp-mute {
  background-position: 50% -64px;
  position: relative;
  float: left;
  margin-right: 7px; }

#videoplayer_container .jp-volume-controls .jp-volume-max, #audioplayer_container .jp-volume-controls .jp-volume-max {
  display: none; }

#videoplayer_container .jp-volume-controls .jp-volume-bar, #audioplayer_container .jp-volume-controls .jp-volume-bar {
  background: #e5e5e5;
  width: 64px;
  position: relative;
  top: 6px;
  left: 0; }

#videoplayer_container .jp-volume-controls .jp-volume-bar .jp-volume-bar-value, #audioplayer_container .jp-volume-controls .jp-volume-bar .jp-volume-bar-value {
  background: #647c99; }

#videoplayer_container .jp-toggles, #audioplayer_container .jp-toggles {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  margin-right: -192px; }

#videoplayer_container .jp-toggles .jp-repeat, #audioplayer_container .jp-toggles .jp-repeat {
  background-position: 50% -97px; }

#videoplayer_container .jp-toggles .jp-shuffle, #audioplayer_container .jp-toggles .jp-shuffle {
  background-position: 50% -128px; }

#videoplayer_container .jp-toggles .jp-shuffle:active, #audioplayer_container .jp-toggles .jp-shuffle:active {
  background-color: #647c99;
  background-position: 50% -144px; }

#videoplayer_container.jp-state-looped .jp-toggles .jp-repeat, #audioplayer_container.jp-state-looped .jp-toggles .jp-repeat {
  background-position: 50% -112px;
  background-color: #647c99; }

#videoplayer_container .close, #audioplayer_container .close {
  cursor: pointer;
  background: #647c99;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  right: 0;
  border-radius: 50%; }

#videoplayer_container .close div, #videoplayer_container .close div::after, #audioplayer_container .close div, #audioplayer_container .close div::after {
  width: 15px;
  height: 2px;
  background: #ffffff;
  position: absolute; }

#videoplayer_container .close div, #audioplayer_container .close div {
  transform: rotate(45deg);
  top: 12px;
  left: 6px; }

#videoplayer_container .close div::after, #audioplayer_container .close div::after {
  content: '';
  display: block;
  transform: rotate(90deg); }

#videoplayer_container {
  border: none;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50%;
  width: 640px;
  left: 50%;
  margin: -200px 0 0 -320px; }

#videoplayer_container .jp-jplayer {
  background: #2f2f2f;
  width: 100% !important; }

#videoplayer_container .jp-controls-holder {
  overflow: visible;
  position: relative;
  width: auto; }

#videoplayer_container .jp-interface {
  padding-top: 0;
  height: 55px;
  border: none;
  text-align: right; }

#videoplayer_container .jp-progress {
  top: 30px; }

#videoplayer_container .jp-toggles {
  margin-right: -227px;
  top: -10px; }

#videoplayer_container .jp-time-holder {
  text-align: right;
  display: inline-block; }

#videoplayer_container .jp-time-holder .jp-current-time, #videoplayer_container .jp-time-holder .jp-duration {
  float: none;
  margin: 0;
  font-size: .8em; }

#videoplayer_container .jp-title {
  top: 4px; }

#videoplayer_container .jp-interface {
  padding-left: 107px;
  padding-right: 224px; }

#videoplayer_container .jp-controls {
  margin-left: -93px;
  padding-top: 2px; }

#videoplayer_container .jp-toggles .jp-full-screen {
  background-position: 50% -160px;
  margin-left: 3px; }

#videoplayer_container .close {
  right: 26px; }

body {
  overflow-x: hidden;
  background: center/90% no-repeat url("/public/imgs/background.svg"), linear-gradient(98.11deg, #D8EBFF 8.18%, #1976D2 85.96%); }

header {
  height: 300px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  margin-bottom: 50px;
  line-height: initial;
  left: 2px;
  width: 95%; }
  header .logo {
    background: url("../imgs/logo-big.svg") 0 0 no-repeat;
    width: 430px;
    height: 50px;
    position: relative;
    top: 37px;
    display: block;
    margin: 0 auto;
    background-size: contain; }
  header #login {
    color: #647c99;
    font-size: .7em;
    z-index: 17;
    position: absolute;
    right: 60px;
    top: 40px; }
    header #login a {
      padding: 8px 15px;
      font-size: 24px;
      text-decoration: none;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300; }
    header #login:hover {
      opacity: 1; }
  header #cl_widget_links_wrapper {
    position: absolute;
    right: -6px;
    top: 25px; }
  header .new_upload {
    z-index: 1;
    position: absolute;
    padding: 8px;
    font-size: 24px;
    font-weight: 300;
    top: 33px;
    left: 60px;
    text-decoration: none; }

#hamburger::after {
  z-index: 6;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transition: all .5s;
  background: #dae1e9;
  cursor: pointer; }

#hamburger:hover::after {
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px; }

#hamburger .main_line, #hamburger .main_line::after, #hamburger .main_line::before {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  width: 33px;
  height: 5px;
  background: #647c99;
  position: absolute;
  top: 24px;
  left: 0; }

#hamburger .main_line::after, #hamburger .main_line::before {
  content: ' ';
  display: block; }

#hamburger .main_line::before {
  margin: -34px 0 0 0; }

#hamburger .main_line::after {
  margin: -14px 0 0 0; }

.open #hamburger .main_line {
  background-color: transparent;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg); }

.open #hamburger .main_line::after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  width: 20px;
  margin-top: 4px; }

.open #hamburger .main_line::before {
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  width: 20px;
  margin-top: -8px; }

#hamburger {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 17; }

#hamburger .main_line, #hamburger .main_line::after, #hamburger .main_line::before {
  background: #fff; }

nav {
  left: -280px;
  background: #094a8a;
  position: fixed;
  top: 0;
  height: 100%;
  transition: left 0.5s;
  width: 276px;
  z-index: 15;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 105px 33px 0 20px; }
  nav .last_upload {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 5px;
    background: none; }
    nav .last_upload li {
      height: 20px;
      margin-bottom: 7px;
      padding-right: 70px;
      width: 108px; }
      nav .last_upload li .action_button {
        display: inline-block;
        position: relative;
        top: -21px;
        opacity: 0;
        float: right;
        margin-right: -122px; }
      nav .last_upload li .edit {
        background: url("../imgs/ico_menu.png") 0 0 no-repeat;
        display: inline-block;
        width: 15px;
        height: 30px; }
        nav .last_upload li .edit:hover {
          background: url(../imgs/ico_menu.png) 0 -90px no-repeat; }
      nav .last_upload li .copy {
        margin-left: 9px;
        background: url("../imgs/ico_menu.png") 0 -30px no-repeat;
        display: inline-block;
        width: 15px;
        height: 30px; }
        nav .last_upload li .copy:hover {
          background: url("../imgs/ico_menu.png") 0 -120px no-repeat; }
      nav .last_upload li .delete {
        margin-left: 5px;
        background: url("../imgs/ico_menu.png") 0 -60px no-repeat;
        display: inline-block;
        width: 15px;
        height: 30px; }
        nav .last_upload li .delete:hover {
          background: url("../imgs/ico_menu.png") 0 -150px no-repeat; }
      nav .last_upload li .folders_history_more {
        text-align: center; }
      nav .last_upload li:hover .action_button {
        opacity: 1; }
    nav .last_upload a {
      font-size: 18px;
      display: block;
      max-width: 160px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 16px;
      font-family: "Roboto Condensed", sans-serif;
      text-decoration: none; }
  nav .last_upload_text {
    margin-bottom: 30px;
    color: #727a92;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 16px; }

#hamburger.open .main_line {
  background-color: transparent;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg); }

#hamburger.open .main_line::before {
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  width: 20px;
  margin-top: -29px; }

#hamburger.open .main_line::after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  width: 20px;
  margin-top: -18px; }

#hamburger::after {
  background: none !important; }

.btn, .ico-files > span {
  background-color: rgba(25, 118, 210, 0.29);
  border-radius: 8px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  color: #fff; }
  .btn:focus, .btn.btn2, .ico-files > span:focus, .ico-files > span.btn2 {
    background: linear-gradient(275deg, rgba(25, 118, 210, 0.4) 0%, rgba(255, 255, 255, 0.27) 100%); }
  .btn:hover, .ico-files > span:hover {
    text-decoration: none;
    background: linear-gradient(360deg, rgba(25, 118, 210, 0.4) 0%, rgba(255, 255, 255, 0.27) 100%); }
  .btn:active, .ico-files > span:active {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.27) 0%, rgba(25, 118, 210, 0.4) 100%);
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.13); }

.svg_icon {
  fill: white;
  width: 100%;
  height: 100%; }

#infoAboutDisk {
  width: 100%;
  position: relative;
  margin-top: -170px;
  margin-bottom: 30px; }
  #infoAboutDisk > div {
    width: 153px;
    height: 250px;
    border: 0;
    margin: 0 auto;
    display: inline-block; }
    #infoAboutDisk > div div {
      border-radius: 12px;
      width: 122px;
      height: 122px;
      margin: auto;
      background: rgba(255, 255, 255, 0.23);
      box-shadow: 0px 4px 0px rgba(17, 105, 196, 0.3); }
    #infoAboutDisk > div img {
      margin-top: -6%;
      margin-left: -6%;
      height: 106%; }
    #infoAboutDisk > div p {
      color: #ffffff;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      position: relative;
      width: 153px;
      margin: 15px auto; }
    #infoAboutDisk > div:nth-child(2), #infoAboutDisk > div:nth-child(3) {
      margin: 0 45px; }
      #infoAboutDisk > div:nth-child(2) div, #infoAboutDisk > div:nth-child(3) div {
        box-shadow: 0px 4px 0px #7098c1; }
    #infoAboutDisk > div:nth-child(3) {
      margin-left: 0; }

.notfound {
  padding: 50px 0;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 240px;
  margin-top: -70px; }

#upload_files.tile li .size {
  float: left; }

#content_wrapper {
  width: 100%;
  display: inline-block;
  max-width: 768px;
  height: max-content; }

#upload_files {
  position: relative;
  width: 768px;
  margin-top: -130px;
  border-radius: 8px;
  border: 2px dashed #ffffff;
  background: linear-gradient(88.54deg, rgba(216, 235, 255, 0.47) 0%, rgba(15, 99, 183, 0.47) 99.8%) border-box;
  padding-top: 60px;
  margin-bottom: 30px; }
  #upload_files > div.one_time {
    display: inline-block;
    color: #ffffff;
    position: absolute;
    left: 1.7em;
    top: 1.2em;
    padding-left: 1.5em; }
    #upload_files > div.one_time:before {
      content: '!';
      display: block;
      width: 1.2em;
      height: 1.2em;
      border-radius: 50%;
      text-align: center;
      color: #0F63B7;
      position: absolute;
      left: 0;
      background: #ffffff;
      line-height: 1.2em; }
  #upload_files li {
    text-align: left;
    font-size: .75em;
    display: block;
    height: 49px;
    line-height: 49px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 190px 0 70px;
    border-bottom: none; }
    #upload_files li > a > span {
      background-image: none !important; }
    #upload_files li .action_button {
      margin-right: -118px; }
      #upload_files li .action_button > span, #upload_files li .action_button > a {
        padding: 0 5px;
        float: left;
        cursor: pointer;
        width: 25px;
        height: 49px; }
        #upload_files li .action_button > span:hover svg, #upload_files li .action_button > a:hover svg {
          fill: #dddddd; }
    #upload_files li:first-child {
      border-top: none; }
    #upload_files li .name {
      text-align: left;
      display: inline-block;
      height: 48px;
      line-height: 50px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative;
      z-index: 2;
      float: left;
      width: 100%;
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      font-family: "Roboto Condensed", sans-serif;
      margin-left: -2px; }
    #upload_files li:hover {
      border-radius: 5px;
      background-color: rgba(25, 118, 210, 0.29); }
    #upload_files li .size {
      text-align: right;
      float: right;
      margin-right: -180px;
      position: relative;
      z-index: 2;
      line-height: 50px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 400;
      font-family: "Roboto Condensed", sans-serif; }
    #upload_files li .cover {
      display: inline-block;
      width: 29px;
      height: 35px;
      left: 10px;
      top: 7px;
      float: left;
      position: absolute;
      z-index: 2; }
      #upload_files li .cover svg {
        height: 100%;
        width: 100%;
        fill: #176DC3; }
  #upload_files.tile li {
    margin: 7px 35px 40px 6px;
    height: 150px;
    width: 109px; }
    #upload_files.tile li .action_button {
      margin-right: 0;
      float: none;
      position: absolute;
      top: 80px;
      z-index: 4;
      width: 134px;
      height: 55px;
      left: 0;
      background-color: #2c2f40; }
      #upload_files.tile li .action_button:hover {
        /*background-color: rgba(255, 255, 255, 1)!important;*/
        border-radius: 0; }
    #upload_files.tile li.image .cover svg {
      display: none; }
    #upload_files.tile li .cover {
      width: 134px;
      height: 134px;
      border-radius: 3px;
      background-color: white; }
    #upload_files.tile li .preview {
      display: block;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      position: unset; }
    #upload_files.tile li .name {
      margin: 8px auto; }

footer span {
  font-size: 16px;
  color: #4c4c4c;
  font-family: "Roboto Condensed", sans-serif; }

#download_link {
  width: 770px;
  margin: -230px 35px 150px 35px; }
  #download_link .text {
    float: left;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif; }
  #download_link .link {
    cursor: pointer;
    padding: 8px 35px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 20px;
    float: left;
    position: relative;
    top: -13px;
    text-decoration: none; }
  #download_link #download_all {
    margin-bottom: -13px;
    position: relative;
    top: -14px;
    margin-left: -30px; }
  #download_link .share {
    background: url("../imgs/21-layers.png") -50px 0 no-repeat;
    height: 41px;
    width: 45px;
    margin-left: 0;
    margin-bottom: -13px;
    position: relative;
    top: -14px; }
  #download_link .qr-code {
    margin-left: 0;
    margin-bottom: -13px;
    position: relative;
    top: -14px; }
  #download_link .delete {
    margin-left: 0;
    margin-bottom: -13px;
    position: relative;
    top: -14px; }

#switch_type {
  background-color: rgba(25, 118, 210, 0.29);
  border-radius: 8px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
  color: #fff;
  position: absolute;
  top: 10px;
  right: 30px;
  width: 63px;
  height: 30px;
  padding-top: 10px;
  padding-left: 15px; }
  #switch_type div {
    position: relative;
    cursor: pointer;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 8px; }
    #switch_type div svg {
      width: 100%;
      height: 100%;
      fill: rgba(255, 255, 255, 0.54); }
    #switch_type div:hover .svg_icon {
      fill: #DDDDDD; }
    #switch_type div.active {
      cursor: default; }
      #switch_type div.active .svg_icon {
        fill: #fff; }

#one-time input:checked + span::after {
  left: 29px; }

#one-time input:checked + span::before {
  content: attr(data-on);
  left: 10px; }

#one-time {
  position: absolute;
  top: 10px;
  left: 30px;
  overflow: hidden;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  box-sizing: border-box;
  height: 42px;
  line-height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #one-time input {
    display: none; }
    #one-time input:checked + span {
      background: rgba(52, 154, 255, 0.71); }
      #one-time input:checked + span:focus {
        background: linear-gradient(275deg, rgba(52, 154, 255, 0.4) 0%, rgba(255, 255, 255, 0.27) 100%); }
        #one-time input:checked + span:focus:after {
          background: linear-gradient(275deg, #349AFF 0%, rgba(255, 255, 255, 0) 100%); }
      #one-time input:checked + span:hover {
        background: linear-gradient(360deg, rgba(52, 154, 255, 0.4) 0%, rgba(255, 255, 255, 0.27) 100%); }
        #one-time input:checked + span:hover:after {
          background: linear-gradient(360deg, rgba(52, 154, 255, 0.4) 0%, rgba(255, 255, 255, 0.27) 100%); }
      #one-time input:checked + span:active {
        background: linear-gradient(360deg, rgba(52, 154, 255, 0.4) 0%, rgba(25, 118, 210, 0.4) 100%); }
        #one-time input:checked + span:active:after {
          background: linear-gradient(360deg, rgba(255, 255, 255, 0.27) 0%, rgba(52, 154, 255, 0.4) 100%); }
  #one-time span {
    width: 80px;
    height: 40px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    transition: background 0.1s; }
    #one-time span:after {
      display: block;
      height: 32px;
      width: 32px;
      background: rgba(25, 118, 210, 0.29);
      box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.13);
      border-radius: 18px;
      position: absolute;
      content: '';
      top: 3px;
      left: 5px;
      transition: left 0.5s ease-in; }
    #one-time span:before {
      content: attr(data-off);
      color: rgba(255, 255, 255, 0.28);
      position: absolute;
      top: -2px;
      left: 50px;
      transition: left 0.5s ease-out;
      font-size: 14px; }
    #one-time span:focus:after {
      background: linear-gradient(275deg, #1976D2 0%, rgba(255, 255, 255, 0) 100%); }
    #one-time span:hover:after {
      text-decoration: none;
      background: linear-gradient(360deg, rgba(25, 118, 210, 0.4) 0%, rgba(255, 255, 255, 0.27) 100%); }
    #one-time span:active:after {
      background: linear-gradient(360deg, rgba(255, 255, 255, 0.27) 0%, rgba(25, 118, 210, 0.4) 100%); }

#one-time input:checked + span::after {
  left: 42px; }

#download_info_count {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif; }

#upload_files ul:not(.list-files) {
  text-align: center;
  clear: both;
  padding-bottom: 10px; }
  #upload_files ul:not(.list-files) li {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle; }
    #upload_files ul:not(.list-files) li a {
      display: block; }

#upload_files.tile li.exe .cover {
  background: url(../imgs/ico_files2.png) center -660px no-repeat; }

/*#upload_files li.application .cover{
  background: url(../imgs/ico_files2.png) center -495px no-repeat;
}*/
#upload_files.tile li.audio .cover {
  background: url(../imgs/ico_files2.png) center -165px no-repeat; }

#upload_files.tile li.video .cover {
  background-position: center -330px; }

.tile li.image .cover {
  background-position: 0 0px; }

#upload_files.tile li .download {
  margin-left: 15px !important;
  margin-top: 5px !important; }

#upload_files.tile li .copy {
  margin-top: 5px; }

#upload_files.tile li .qr-code {
  margin-top: 5px; }

#upload_files li .qr-code:hover {
  border-radius: 0 !important; }

#download_info_date {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif; }

.bufer-link {
  font-size: 16px;
  font-weight: 400;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  margin-top: -20px;
  margin-left: -160px;
  text-align: center;
  display: none;
  padding: 0.5em 1em;
  background-color: #1976D2;
  border-radius: 10px;
  z-index: 10; }

#upload_files.tile li .name {
  text-align: left;
  max-height: 32px;
  height: auto;
  line-height: 16px;
  white-space: pre-wrap;
  margin-bottom: 5px;
  width: 100%;
  margin-left: 1px; }

#upload_files.tile li.image .cover {
  background-size: cover;
  background-color: transparent;
  border: none; }

#upload_files.tile li .cover {
  margin-bottom: 0; }

#upload_files.tile li .cover {
  height: 145px; }

#upload_files li .size {
  z-index: 0; }

.alien {
  margin-top: -260px !important; }
  .alien .text {
    float: none !important;
    color: white !important; }
  .alien .link {
    float: none !important;
    top: -22px !important; }

#upload_files.tile li.image .cover.noncover {
  background-position: 0 0 !important;
  border: 0; }

.ico-files {
  display: inline-block; }
  .ico-files a, .ico-files > span {
    padding: 8px;
    width: 26px;
    height: 24px; }

#upload_files ul {
  padding-left: 20px;
  padding-right: 20px; }
  #upload_files ul li:hover {
    background-color: rgba(25, 118, 210, 0.29); }

#download_info {
  color: #808080;
  font-size: 0.75em;
  padding: 35px 0;
  clear: both; }

#upload_files.tile .size {
  display: none; }

#last_upload li a {
  color: #727a92; }
  #last_upload li a:hover {
    color: #ced5ea;
    text-decoration: none; }

.copy-link {
  margin-bottom: -13px;
  position: relative;
  display: inline-block;
  top: -14px;
  cursor: pointer; }

.uploaded:hover {
  background-color: rgba(25, 118, 210, 0.29); }

.link.copy-link {
  top: -42px !important;
  padding: initial !important;
  float: none !important;
  width: 41px !important;
  font-size: 0 !important; }

main {
  text-align: center;
  padding-bottom: 86px;
  box-sizing: border-box;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(9, 74, 138, 0.2268) 100%);
  backdrop-filter: blur(6px);
  position: relative; }

.dropHerePlease {
  display: inline-block;
  margin-bottom: 60px;
  position: relative;
  top: -200px;
  border-radius: 8px;
  border: 2px dashed #ffffff;
  background: linear-gradient(88.54deg, rgba(216, 235, 255, 0.47) 0%, rgba(15, 99, 183, 0.47) 99.8%) border-box;
  height: 90px;
  width: 768px;
  padding-top: 37px;
  left: 0;
  color: #fff;
  font-size: 37px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  transition: 0.1s; }
  .dropHerePlease.upload_disable {
    font-size: 22px; }
  .dropHerePlease span {
    cursor: pointer;
    font-size: 24px;
    padding: 11px 31px;
    margin-left: 22px; }

#cl_widget_reklama {
  border-radius: 10px;
  border: 2px dashed #ffffff;
  background: none;
  height: 128px;
  width: 768px;
  margin: auto;
  overflow: hidden;
  max-width: 98%; }

@media (min-width: 0px) and (max-width: 670px) {
  header .logo {
    background-size: cover;
    width: 120px;
    height: 30px;
    background-position: left; }
  #infoAboutDisk {
    margin-bottom: 40vw;
    margin-top: -170px; }
    #infoAboutDisk > div {
      width: 100%;
      height: 30vw;
      background-size: 100px;
      margin: 0; }
      #infoAboutDisk > div div {
        width: 20%;
        height: 20vw;
        display: inline-block; }
      #infoAboutDisk > div p {
        display: inline-block;
        font-size: 5.5vw !important;
        line-height: 6vw;
        width: 65%;
        float: right;
        text-align: left;
        font-size: 18px;
        margin: 5px 4% 5px 0; }
      #infoAboutDisk > div:nth-child(2), #infoAboutDisk > div:nth-child(3) {
        margin: 0; }
  header #login {
    display: none;
    top: 4px;
    right: -6px;
    margin: 0; }
    header #login a {
      padding: 4px 12px;
      border-radius: unset;
      border-bottom-left-radius: 5px; } }

@media (min-width: 900px) and (max-width: 1920px) {
  #hamburger {
    left: 0; }
  .dropHerePlease {
    top: -215px; }
  #infoAboutDisk {
    margin-top: -210px;
    margin-bottom: 0; } }

@media (min-width: 671px) and (max-width: 900px) {
  #infoAboutDisk > div:nth-child(2), #infoAboutDisk > div:nth-child(3) {
    margin: 0; }
  .dropHerePlease {
    border: none !important;
    left: 0;
    width: 100%;
    font-size: 20px;
    margin-top: 100px;
    height: 74px; }
  #hamburger {
    left: 0; }
  #download_link {
    width: initial;
    margin-top: -230px;
    margin-bottom: 12em; }
    #download_link .link {
      font-size: 16px;
      margin: 0 auto;
      display: block;
      margin-left: 15px;
      width: 300px; }
    #download_link .text {
      margin-left: 17px;
      margin-top: -7px; }
  .dropHerePlease span {
    font-size: 40px;
    padding: 11px 14px;
    margin-left: 0; }
  .bufer-link {
    margin-top: -80px; }
  #pickfiles {
    font-size: 30px !important; }
  #upload_files {
    width: initial; }
  .list-files {
    padding-left: 15px;
    padding-right: 15px; }
  .alien .download_all {
    margin-left: 0px !important; }
  header {
    height: 180px; }
    header .logo {
      width: 142px;
      background-image: url("../imgs/logo.svg"); }
  .alien {
    margin-top: -125px !important; }
    .alien .link {
      margin: 0 auto !important; }
  .ico-files {
    position: relative;
    top: 15px; }
  footer {
    bottom: -60px; } }

@media (min-width: 360px) and (max-width: 670px) {
  .new_upload {
    display: none; }
  .notfound {
    margin-top: 0; }
  #cl_widget_reklama {
    display: none; }
  .dropHerePlease {
    border: none !important;
    margin-top: 90px;
    font-size: 20px;
    left: 0;
    width: 100%;
    margin-bottom: 30px;
    height: 74px; }
    .dropHerePlease.upload_disable {
      font-size: 16px; }
    .dropHerePlease span {
      font-size: 16px;
      padding: 11px 14px; }
  #hamburger {
    left: 0; }
  #download_link {
    width: initial;
    margin-top: -200px;
    margin-bottom: 12em; }
    #download_link .link {
      font-size: 16px;
      margin: 0 auto 10px auto;
      display: block;
      float: none;
      width: 220px; }
  #download_all {
    margin: 0 auto !important; }
  .dropHerePlease span {
    font-size: 40px;
    padding: 11px 14px;
    margin-left: 0; }
  #pickfiles {
    font-size: 30px !important; }
  #download_link .qr-code {
    display: none; }
  #download_link .share {
    display: none; }
  #download_link .delete {
    display: none; }
  #download_link .text {
    display: none; }
  #upload_files {
    width: initial;
    margin-top: -200px; }
  header {
    height: 160px; }
  .alien {
    margin-top: -95px !important; }
    .alien #download_all {
      margin-left: 0px !important; }
  .list-files {
    padding-left: 15px;
    padding-right: 15px; }
  #one-time {
    left: 15px !important; }
  #switch_type {
    right: 20px; }
  #upload_files {
    border: none; }
    #upload_files li .name {
      position: absolute;
      width: 40%; }
    #upload_files li .action_button {
      opacity: 1;
      margin-right: -125px; }
      #upload_files li .action_button .qr-code, #upload_files li .action_button .copy {
        display: none; }
  #upload_files.tile li .name {
    position: relative; }
  footer {
    bottom: -200px; } }

@media (min-width: 0px) and (max-width: 360px) {
  .new_upload {
    display: none; }
  .notfound {
    margin-top: 0; }
  #cl_widget_reklama {
    display: none; }
  .dropHerePlease {
    border: none !important;
    font-size: 12px;
    left: 0;
    width: 100%;
    height: 74px;
    margin-top: 90px;
    margin-bottom: 60px; }
    .dropHerePlease span {
      font-size: 12px;
      padding: 11px 14px; }
  #hamburger {
    left: 0; }
  #download_link {
    width: initial;
    margin-top: -230px;
    margin-bottom: 18em; }
    #download_link .link {
      font-size: 16px;
      margin: 10px auto;
      display: block;
      float: none;
      width: 220px; }
  #download_all {
    margin: 0 auto !important;
    display: block !important; }
  .dropHerePlease span {
    font-size: 40px;
    padding: 11px 14px;
    margin-left: 0; }
  #pickfiles {
    font-size: 30px !important; }
  #download_link .qr-code {
    display: none; }
  #download_link .share {
    display: none; }
  #download_link .delete {
    display: none; }
  #download_link .text {
    display: none; }
  #upload_files {
    width: initial; }
  header {
    height: 160px; }
  .alien #download_all {
    top: 60px !important; }
  .list-files {
    padding-left: 15px;
    padding-right: 15px; }
  #one-time {
    left: 15px !important; }
  #switch_type {
    right: 20px; }
  #upload_files li .name {
    position: absolute;
    width: 40%; }
  #upload_files li .action_button {
    opacity: 1;
    margin-right: -125px; }
    #upload_files li .action_button .qr-code, #upload_files li .action_button .copy {
      display: none; }
  #upload_files.tile li .name {
    position: relative; }
  .alien .download_all {
    margin: 0px !important; }
  .alien {
    margin-top: -95px !important; }
    .alien #download_all {
      top: -10px !important; }
  footer {
    bottom: -75px; }
  #one-time, #switch_type {
    top: -50px; }
  .copy-link {
    display: none; } }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 992px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
