* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-border-box: border-box;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background: #141414;
    color: #efefef;
}

nav.xogewuj a,
a,
.lopevop {
    color: #efefef !important;
}

nav.xogewuj a:hover,
a :hover {
    color: #ffffff !important;
}

nav.xogewuj {
    border-bottom: 1px solid #ffffff5e !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1em;
}

.qipixyz {
	font-size: 1em;
}

.jubic {
    margin: 2em auto;
}

.puposy {
    margin-bottom: 2em;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 1em auto;
    border-radius: 0.25rem;
}

.jamo {
    margin-bottom: 0.2em;
}

.reqaj {
    margin-bottom: 3em;
}

.reqaj img {
    border: 0.4em #e1e1e1 solid;
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 100%;
    display: inline-block;
}

.kosa a {
	margin-right: 0.2em!important;
}

.kosa span {
	color: #212529!important;
	background: #fff!important;
	margin-right: 0.2em!important;
}

footer {
    background: #141414;
    padding: 3em 0;
}

footer a {
    color: #efefef !important;
}

footer>div {
    border-top: 1px solid #ffffff5e;
    padding-top: 2em;
}

.jamo {
    margin-bottom: 0.2em;
}

.sozo {
    color: #efefef !important;
    border-color: #efefef !important;
}

.sozo:hover {
    color: #141414 !important;
    background: #efefef !important;
    border-color: #efefef !important;
}

.were {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 0.25rem;
    color: #efefef;
    height: auto;
    margin: 2em 0;
    text-align: center;
}

.were b {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    font-size: 1.1em;
	color: #efefef;
}

.were p {
	color: #efefef;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cazu {
    background: #141414;
	color: #fff !important;
}

input, textarea {
    background: none !important;
}

.ropybi {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* popap  */
#pop-up {
    display: inline-block;
    position: fixed;
    left: 50%;
    top: 45%;
    max-width: 380px;
    padding: 4em 3em;
    text-align: center;
    background: #141414;
    border-radius: 0.25rem;
    z-index: 9999;
    transform: translate(-50%, -1000%);
}

.popup_active {
    transition: all 0.6s;
    transform: translate(-50%, -50%) !important;
}

#pop-up button,
#pop-up a {
    display: inline-block;
    margin: 0.5em;
    min-width: 80px;
    text-align: center;
}

#close {
    position: absolute;
    top: 0.5em;
    right: 0.75em;
    font-size: 1.8em;
    cursor: pointer;
    line-height: 1;
}

#overlay {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
}

/* media */

@media(min-width: 980px) {
    #sidebar div {
        padding: 0 2em !important;
        border-left: 1px solid #ffffff5e;
    }
}