* {
    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;
    color: #212529;
}

nav.giqyg a {
    color: #222 !important;
}

nav.giqyg a:hover {
    color: #6c757d !important;
}

nav.giqyg {
    border-bottom: 1px solid #e9e9e9;
}

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

.vever {
	font-size: 1em;
}

.sihuk {
    margin: 2em auto;
}

.kihy {
    margin-bottom: 2em;
}

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

.taluc {
    margin-bottom: 0.2em;
}

.dogy {
	background: #f5f5f5;
	padding: 2em;
    margin-bottom: 2em;
}

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

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

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

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

footer a , footer hr, footer p{
    color: #f5f5f5 !important;
}

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

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

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

/* popap  */
#pop-up {
    display: inline-block;
    position: fixed;
    left: 50%;
    top: 45%;
    max-width: 380px;
    padding: 4em 3em;
    text-align: center;
    background: #fff;
    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(0, 0, 0, 0.8);
    display: none;
}

/* media */

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