body {
    margin: 0;
    font-family: 'Poppins';
    font-size: 1rem;
    !i;!;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: left;
    background-color: #51449f;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.17' fill-rule='evenodd'/%3E%3C/svg%3E");url(bg.png") #141414";
    padding: 20px !important;
    margin: 0 !important;
background-blend-mode: overlay;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

*,
::after,
::before {
    box-sizing: border-box
}

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #000000;
}

.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 20px;
    grid-auto-rows: minmax(125px, auto);
    grid-auto-flow: dense
}

.grid-item:hover{transition: .15125s all !important;z-index: 50;transform: scale(1.08);border: 5px solid #ffffff;}

.grid-item:hover .list-title{
	bottom: -6px;
	transition: .15s all;
}

.grid-item {
    border-radius: 15px;
    transition: 1.15s all !important;
    padding: 0px !important;!i;!;
    border: 0px solid rgb(255 255 255 / 0%);
    position: relative;
    box-shadow: 5px 6px 9px hsl(0deg 0% 0% / 63%);
    background: hsl(0deg 0% 100% / 0%) !important;!i;!;
}

.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2
}

.span-3 {
    grid-column-end: span 3;
    grid-row-end: span 3
}

.site-content {
}

.site-container {
    max-width: 100%;
}

.top-nav {
    font-weight: 700;
    padding: 0
}

.text-uppercase {
    text-transform: uppercase !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-top: 10px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

a.nav-link {
    color: #ffffff !important;
    padding: 2px 10px !important;
    border-radius: 100px !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

li.nav-item:hover {
    background-color: #000000;
    border-radius: 10px;
    !i;!;
}

.text-white {
    color: #fff !important
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.copyright {
    background-color: rgb(0 0 0 / 13%);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px !important;
    padding: 0px !important;
    height: 80px;
    margin-top: 30px;
    display: grid;
    align-items: center;
    border-radius: 10px;
}

.text-center {
    text-align: center !important
}

.footer {
    padding: 1rem;
    background-color: rgb(20 61 101 / 78%);
    text-align: left !important;
    color: #e5e5e5;
    max-width: 1160px;
    margin: 0 auto;
    font-size: 15px !important;!i;!;
}

img.small-thumb {
    width: 100%;
    border-radius: 0;
    transition: .75s all;
}

.list-content {
    padding: 0
}

.list-lesson {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    !i;!;
}

.grid-layout .list-title {
    overflow: hidden;
    color: #000;
    background: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    bottom: -50px;
    transition: .525s all;
    padding: 0 13px;
    font-size: 12px;
    text-transform: capitalize;
    opacity: 0;
    font-family: poppins;
    width: 103px;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 2px #000;
    font-weight: 700;
    left: 50%;
    border-radius: 6px;
}
.grid-layout2 .list-title {
    overflow: hidden;
    color: #000;
    background: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    bottom: -50px;
    z-index: 11;
    transition: .525s all;
    padding: 0 13px;
    font-size: 15px;
    text-transform: capitalize;
    opacity: 0;
    font-family: poppins;
    width: 103px;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 2px #000;
    font-weight: 700;
    left: 50%;
    border-radius: 6px;
}

 

.item-grid:hover .list-title{
    opacity: 1;
}


.item-grid:hover img{
    opacity: 1;
    transition: .15s all;
    transform: scale(1.2515);
    opacity: 1;
}


.grid-wrapper {
    margin-bottom: 30px
}

.lesson-container {
    margin: 30px 0;
}

.container {
    max-width: 1400px !important;
}

.list-category {
    position: absolute;
    bottom: 5px
}

h1.single-title {
    font-size: 1.75rem;
    text-transform: capitalize;
}

.single-title {
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}

.single-info-container {
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px
}

.single-icon a{
    color: #000;
}
.single-icon a:hover{}
.single-icon {
    background-color: #ffcc20;
    margin-right: 10px;
    padding: 8px 16px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
}

.social-share {
    position: relative;
    top: -2px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px
}

.social-icon {
    width: 38px;
    height: 38px
}

.sidebar {
    display: block
}

.sidebar .list-tile:hover{
	transform: scale(1.075);
}
.sidebar .list-tile {
    padding-left: 5px;
    padding-right: 5px;
}

.sidebar .list-lesson {
    margin-bottom: 8px;
    background: #222;
    border-radius: 10px;
}

.page-title {
    font-weight: 700;
    margin-top: 20px
}

h1.singlepage-title {
    font-size: 1.75rem
}

.singlepage-title {
    padding-bottom: 10px;
    font-weight: 700
}

.lesson-content,
.page-content {
    margin-bottom: 30px;
    color: #fff;
}

.site-logo {
    position: absolute;
    top: 0px;
    background: #ffffff;
    font-size: 22px !important;
    height: 40px;
    line-height: 40px;
    display: grid;
    align-items: center;
    color: #111 !important;
    justify-content: center;
    padding: 0 10px !important;
    left: 15px;
    border-radius: 10px;
}

.nav-categories {
    white-space: nowrap;
    margin-top: 30px;
}

h3.item-title {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    padding: 0px 15px;
    border-radius: 5px;
    font-family: 'Poppins';
    line-height: 40px;
    height: 40px;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,.095),0 2px 4px rgba(0,0,0,.025),0 2px 4px rgba(0,0,0,.04)!important;
}
h1.item-title {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    padding: 0px 15px;
    border-radius: 5px;
    font-family: 'Poppins';
    line-height: 40px;
    height: 40px;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,.095),0 2px 4px rgba(0,0,0,.025),0 2px 4px rgba(0,0,0,.04)!important;
}

.item-title i,
.single-icon i,
h4 i {
    margin-right: 9px
}

ul.list-categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.list-categories li {
    float: left;
    display: block;
    text-align: center;
    font-family: poppins;
    padding: 2px 9px;
    font-size: 16px;
    background: #fff;
    text-decoration: none;
    color: #000;
    border-radius: 100px;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,.095),0 2px 4px rgba(0,0,0,.025),0 2px 4px rgba(0,0,0,.04)!important;
    font-weight: 500;
}

.list-categories li:hover {
    background-color: #ffed33;
    color: #000;
    border-radius: 40px;
}

nav.greedy {
    position: relative;
    display: flex;
    align-items: center
}

nav.greedy button:hover{
	    background-color: #ffed33;
}

nav.greedy button {
    padding: 2px 23px;
    text-decoration: none;
    font-size: 16px;
    border: none;
    background-color: #ffffff;
    outline: none !important;
    color: #000;
    border-radius: 100px;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,.095),0 2px 4px rgba(0,0,0,.025),0 2px 4px rgba(0,0,0,.04)!important;
    font-family: poppins;
    font-weight: 500;
}

nav.greedy button.hidden {
    transition: none;
    border-right: .5rem solid #b6b6b6;
    width: 0;
    padding: 0;
    overflow: hidden;
    display: none
}

nav.greedy button::after {
    content: attr(count);
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    background: #000000;
    color: #f2f2f2;
    border-radius: 50%;
    font-size: 15px;
    line-height: 14px;
    margin-left: 1rem;
    margin-right: calc(-1rem + -4px);
}

ul.links {
    display: flex;
    flex: 1;
    overflow: hidden;
    grid-gap: 5px;
}

ul.links li {
    flex: none
}

ul.hidden-links {
    position: absolute;
    background: #fff;
    right: 0;
    overflow: hidden;
    top: 100%;
    padding: 0;
    z-index: 10002;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 20px;
    padding-left: 0;
    box-shadow: 0 4px 12px 0 rgba(43, 43, 43, .1)
}

ul.hidden-links li {
    padding-right: 2rem
}

ul.hidden-links a {
    color: #000000;
    font-family: poppins;
    font-size: 16px;
    font-weight: 500;
}

ul.hidden-links.hidden {
    display: none
}

ul.hidden-links li {
    padding: 10px 15px;
    min-width: 220px;
    font-weight: 500 !important;
}

ul.hidden-links li:hover {
    background-color: #ffed33;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.cat-list {
    margin-top: 20px
}

.cat-link {
    padding: 8px 16px;
    background-color: #29254f;
    margin-right: 10px;
    border-radius: 15px
}

h4.widget-title {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 26px;
    border-bottom: 1px solid #29254f;
    margin-bottom: 20px;
    font-size: 1.3rem;
    color: #ffffff;
}

.sidebar .row {
    margin-right: 0;
    margin-left: 0
}

.sidebar .widget {
    margin-bottom: 20px
}

.bottom-container {
    margin: 30px 0
}

.banner-ads {
    text-align: center;
    margin: 15px 0;
    color: hsl(0deg 0% 100% / 0%);
}

img {
    max-width: 100%;
    transition: .5s all;
}

.content-wrapper {
    margin-top: 30px
}

.pagination-wrapper {
    margin-bottom: 30px
}

.page-link {
    color: #cbdbe3;
    background-color: rgba(66, 60, 121, .7);
    border: 1px solid #656097
}

.page-link:hover {
    color: #cbdbe3;
    background-color: #8589bf;
    border-color: #656097
}

.page-item.disabled .page-link {
    color: #9a95c4;
    background-color: #544f86 !important;
    border-color: #8985aa
}

.lesson-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: rgb(0 0 0 / 13%);
    min-height: 720px;
    border-radius: 10px;
}

.lesson-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.nav-item {
    margin: 0 5px;
}

.search-bar {
    margin-left: 10px;
    position: relative;
}

@media (max-width:992px) {
    #navb {
        margin: 15px 0
    }
    .nav-item {
        margin: 0 10px
    }
    li.nav-item:hover {
        background-color: #29254f;
        border-radius: 0
    }
    .nav-link {
        padding-left: 15px !important
    }
}

@media (max-width:1440px) {
    .site-container {
        padding: 0
    }
}

input.search {
    background-color: #ffffff;
    border-color: #ffffff;
    outline: none;
    font-size: 15px;
    border-radius: 5px !important;
    font-weight: 600;
    color: #111;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.btn-search {
    color: #000 !important;
    outline: none !important;
    margin-left: -35px;
    z-index: 11 !important;
    position: absolute;
}

.stats-vote {
    text-align: right;
    margin-top: 20px
}

.stats-vote i {
    font-size: 30px;
    padding: 6px
}

.stats-vote i:hover {
    color: #1abc9c;
    cursor: pointer
}

.header-left {
    display: inline-block
}

.header-right {
    display: inline-block;
    float: right;
    margin-left: 30px
}

.vote-status {
    font-size: 18px;
    font-weight: 700
}

.post-item {
    margin-bottom: 3rem !important
}

.post-media {
    display: flex;
    align-items: flex-start
}

.post-thumb {
    display: flex;
    margin-right: 1rem
}

.post-thumb img {
    max-width: none
}

.post-title {
    margin-bottom: .25rem;
    font-weight: 700;
    font-size: 1.5rem
}

.post-meta .date {
    color: #8f8f8f;
    font-size: .8125rem
}

.post-meta {
    color: #8f8f8f
}

.blog-list {
    margin-top: 30px
}

@media (max-width:576px) {
    .blog-list .post-thumb {
        display: none
    }
}

.dropdown-menu {
    position: absolute;
    background: #fff;
    background-clip: border-box;
    right: 0;
    top: 100%;
    z-index: 2;
    text-align: left;
    list-style: none;
    font-weight: 400;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    padding-left: 0;
    box-shadow: 0 4px 12px 0 rgba(43, 43, 43, .1);
    margin-top: 10px
}

.dropdown-icon {
    margin-left: 10px
}

.nav-item {
    position: relative
}

.nav-item-child {
    padding: 5px 1rem;
    color: #2c3e50;
    margin-bottom: 2px;
}

.nav-link-child {
    color: #2c3e50;
    font-size: 14px;
    font-weight: 600;
}

.nav-item-child:hover {
    background-color: #ffe437;
}


.kap {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(51 51 51);
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.skip_screen {
    position: absolute;
    z-index: 555;
    margin: 0px auto;
    left: 50%;
    display: grid;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    text-align: center;
    gap: 15px;
    justify-content: center !important;
}

.skip_play:hover {
    cursor: pointer;
    background: rgb(56, 171, 28);
}

.skip_play {
    background: rgb(161, 255, 105);
    width: 100px;
    margin: 0px auto;
    padding: 1px 5px;
    font-size: 26px;
    border-radius: 10px;
    font-weight: 700;
    color: rgb(45, 45, 45);
}

.skip_screen img {
    margin: 0px auto;
    border-radius: 10px;
}

.oc-selo-kat{
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: inset 0 -4px 0 rgba(0,0,0,.095),0 2px 4px rgba(0,0,0,.025),0 2px 4px rgba(0,0,0,.04)!important;
}

.search-container {
    position: relative;
    width: 300px;
    float: right;
    margin-top: 5px;
    margin-right: 0;
}
.sikik_selo_liste:hover{background: #77ff82;cursor: pointer;}
.sikik_selo_liste img{
}
.sikik_selo_liste a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    text-decoration: none !important;
}
.sikik_selo_liste{
    margin-bottom: 0px;
    display: grid;
    grid-auto-flow: column;
    background: #ffffff;
    justify-content: left;
    padding: 10px;
    grid-gap: 5px;
    border-radius: 5px;
    align-items: center;
}
.search-results{
    position: absolute;
    left: -35px;
    top: 45px;
    background: #ffffff;
    z-index: 15000;
    padding: 10px;
    border-radius: 10px;
    width: 300px;
    border: 5px solid #111;
}



.grid-layout2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 15px;
    grid-auto-rows: minmax(100px, auto);
    grid-auto-flow: dense
}


img.small-thumb2 {
    width: 100%;
    border-radius: 0;
    transition: .5s all;
    min-height: 130px;
}

 
.gvid{
	transition:2s all;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    object-fit: cover;
    overflow-clip-margin: border-box;
    overflow: unset;
}


.skale_ver{
	transform: scale(1.66);
	transition: transform .5s ease;
}


        .shake {
            animation: shake 0.66s;
            animation-iteration-count: infinite;
        }
        @keyframes shake {
            0% { transform: translate(1px, 1px) rotate(0deg); }
            10% { transform: translate(-1px, -2px) rotate(-1deg); }
            20% { transform: translate(-3px, 0px) rotate(1deg); }
            30% { transform: translate(3px, 2px) rotate(0deg); }
            40% { transform: translate(1px, -1px) rotate(1deg); }
            50% { transform: translate(-1px, 2px) rotate(-1deg); }
            60% { transform: translate(-3px, 1px) rotate(0deg); }
            70% { transform: translate(3px, 1px) rotate(-1deg); }
            80% { transform: translate(-1px, -1px) rotate(1deg); }
            90% { transform: translate(1px, 2px) rotate(0deg); }
            100% { transform: translate(1px, -2px) rotate(-1deg); }
        }
		
		
		
	
._f12_sayfala {
	list-style-type: none;
	padding: 10px 0;
	display: grid;
	justify-content: center;
	box-sizing: border-box;
	grid-auto-flow: column;
	color: #fff;
}
._f12_sayfala li {
	box-sizing: border-box;
	padding-right: 10px;
}
._f12_sayfala li a {
	box-sizing: border-box;
	background-color: aliceblue;
	text-decoration: none;
	font-size: 15px;
	color: #000;
	border-radius: 40px;
	height: 30px !important;
	font-weight: 700;
	display: grid;
	align-items: center;
	width: 30px;
	text-align: center;
	justify-content: center;
	box-shadow: inset 0 -5px 0 rgba(0,0,0,.095),0 2px 4px rgba(0,0,0,.025),0 2px 4px rgba(0,0,0,.04)!important;
}
._f12_sayfala li a:hover {
	background-color: #f1ff7d;
	color: #000;
}
._f12_sayfala .next a, ._f12_sayfala .prev a {
	text-transform: uppercase;
	font-size: 12px;
}
._f12_sayfala .currentpage a {
	background-color: #fff939;
	color: #000;
}
._f12_sayfala .currentpage a:hover {
	color: #000;
}

.div_sayanos{
    margin: 0 auto;
    display: grid;
    justify-content: center;
}

.rk{
	display:grid;
	justify-content:center;
	margin-bottom:25px;
}

h2,h3,h4{
	font-size:15px;
}