body {
    /*background-image: url("/img/Фон звезд.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;*/
    height: 100vh;
    margin: 0;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wrapper { display: flex; flex-direction: column; min-height: 100vh; }

/*body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url("/img/Фон звезд.png") 0 0 repeat;
    transform: rotate(60deg);
    background-size: cover;
}*/

.header {
    flex: 2 0 auto;
}
.content, .lk {
    flex: 1 0 auto;
}
footer {
    background: linear-gradient(rgba(255, 0, 238, 1), rgba(153, 0, 142, 1));
    border-radius: 25px;
    padding: 12px;
    /*flex: 0 0 auto;
    margin-top: 90vh;
    position: fixed;*/
    margin-top: auto;
    display: block;
    width: 100%;
}

#footerContent { margin-left: auto; margin-top: auto; margin-bottom: auto; }

/*@media (max-width: 760px) {
    footer { margin-top: 87vh; }
}*/
@media (max-width: 580px) {
    #footerContent { margin-left: 0; }
}

a, h1, h2, h3, h4, p, input, button, .notify, label, textarea, .modfilter, div {
    font-family: Inter;
    font-weight: bold;
}

.element-animation {
    opacity: 0;
    transform: translateY(20px);
}

.element-animation.element-show {
    opacity: 1;
    transition: all 1s;
    transform: translateY(0%);
}

.header ul li {
    list-style-type: none;
    margin: 20px 40px 20px 40px;
}

.header ul li a {
    color: #000000;
    text-decoration: none;
    transition: 0.4s;
    font-size: 20px;

    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

.header ul li a:hover {
    color: #ff00ee83;
    background-size: 100% 2px;
}

.header {
    display: flex;
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
    max-height: 100px;
}

.header ul, .main, .lk, .field { display: flex; }

.main { justify-content: space-evenly; flex-wrap: wrap; }

.lk { flex-wrap: wrap; justify-content: center; margin-bottom: 60px; }

.header #img {
    height: 50%;
    display: block;
    margin-top: 10px;
    transition: 0.6s;
    margin-right: 60px;
}

.header ul { padding: 0; }

.header img:hover {
    transform: scale(1.1);
}

.header img {
    background-image: none;
    transition: 0.4s;
    padding-top: 10px;
    border-radius: 2px;
}

.header ul li img:hover { background-color: #cccccc; border-radius: 5px; }

.header img { width: 94px; }

.block {
    padding: 0 12px 12px 12px;
    background-color: #e6e6e696;
    border-radius: 15px;
    margin-bottom: 20px;
}

input, textarea {
    padding: 10px;
    border-radius: 10px;
    background-color: #d8d8d881;
    border: 0;
    outline: 0;
    display: block;
    font-size: 15px;
    margin: 8px 0 8px 0;
    width: 100%;
}

textarea {
    resize: vertical;
}

button {
    border-radius: 10px;
    background-color: #FF8CFD;
    outline: 0;
    border: 0;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    transition: 0.3s;
    display: block;
    margin: 8px 0 2px 0;
    text-shadow: 0 3px 3px #58585870;
}

button:hover { cursor: pointer; background-color: #ff6efd; filter: brightness(110%); }

.character { width: 500px; margin-bottom: 35px; margin-right: -200px; }

.column { margin: 20px; }

form .block p { color: #B1B1B1; font-size: 12px; text-align: right; }

form .block p a { color: #FF8CFD; }

.line {
    width: 90px;
    height: 10px;
    background: linear-gradient(rgba(255, 139, 253, 1), rgba(255, 0, 250, 1));
    opacity: 1;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    overflow: hidden;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
}

.column .block h4 { color: #9292927e; font-size: 15px; text-align: center; margin: 8px; }

.column .block #link, .link {
    color: #ff00ee83;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-radius: 10px;
    background-color: #d8d8d881;
    margin-bottom: 7px;
    background: linear-gradient(#d8d8d881, #d8d8d881) left no-repeat #d8d8d881;
    background-size: 0% 100%;
    transition: 0.4s;
}

.column .block #link:hover, .link:hover { background-size: 100% 100%; }

footer p { margin: 3px; color: #FF9FFD; }

.column .block h1 {
    color: #929292; font-size: 18px; text-align: center; margin: 8px;
}

#textblock { width: 500px; }

.field .full { width: 100%; }

.skin {
    padding: 15px 70px 15px 70px;
    border-radius: 100px;
    border: 3px solid #a200ff7e;
    /*border-image: linear-gradient(rgba(255, 0, 238, 0.48), rgba(153, 0, 143, 0.48)) 1;
    border-width: 4px;
    border-style: solid;*/
}

#lkBtn {
    border-radius: 15px;
    padding: 12px;
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 21px;
    transition: 0.5s;
}

#lkBtn:hover { border-radius: 30px; }

#skin { width: 210px; }

.donateBtn { margin-left: 8px; color: #FF00FB; margin-top:auto; border: 2px solid #FF00FB; padding: 13px; cursor: pointer; }

.column .block .donateBtn2 {
    margin-left: 8px;
    background: linear-gradient(180deg, #CC00FF, #FF00EE);
    color: #fff;
    margin-top:auto;
    padding: 15px;
}

.donatename {
    border-radius: 10px;
    background-color: #d8d8d881;
    padding: 15px;
    margin-bottom: 7px;
    color: #fff;
}

#price {
    border-radius: 10px;
    padding: 13px;
    margin-bottom: 7px;
    margin-left: 8px;
    border: 2px solid #FF00FB;
    color: #FF00FB;
    margin-top: auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    transition: 0.4s;
    height: 100%;
}
  
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 15px;
}
  
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.login-page { margin-left: auto; margin-right: auto; }

#notif { text-align: center; }

.notify {
    position: fixed;
    top: 70%;
    right: 20px;
    transform: translateY(-50%);
    border: 1px solid #414141;
    background-color: #ff00ee83;
    padding: 10px 20px;
    opacity: 1;
    color: #fff;
    animation: 0.6s shownotify ease-in-out;
    border-radius: 20px;
}

@keyframes shownotify {
    from { opacity: 0; right: -130px; }
    to { opacity: 1; right: 20px; }
}

#del {
    background-color:#d8d8d881;
    display: block;
    border-radius: 8px;
    transition: 0.3s;
}

#del:hover { background-color:#ebebeba1; }

#del img { width: 45px; }

#file { color: #fff; background-color: #444444; }

#newspreview { border-radius: 12px; width: 100%; }

#date { color: #8383839f; margin-left: auto; margin-top: auto; margin-bottom: auto; }

#more-news {
    color: #ff00ee83;
    transition: 0.4s;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
}

#more-news:hover { background-size: 100% 2px; }

.beforeLabel { margin-top:147px; }

.mfcontent { max-height: 0; transition: max-height 0.2s ease-out; overflow: hidden; }

.modfilter { display: inline-block; cursor: pointer; margin-bottom: 10px; }

.flex { display: flex; }

#checkbox { display: flex; justify-content:center; width: 25px; margin: auto; margin-left: 0;}

.formtitle { display: flex; background: linear-gradient(to right, #FF00EA, #FF91F6); border-radius: 30px; text-transform: uppercase; color: white; text-shadow: 0 4px 4px #58585870;
    justify-content:space-between; align-items:center; }

.login-page button { margin-left: auto; }

