body {
  background-color: black;
  color: white; !important;
}
a {
	color: #fff;
	text-decoration: none;
}


.nbar {
	background-color: #000;
	box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5)
}

.nav-t{
	color: #fff;
}

.dark-mode {
  background-color: black;
  color: white; 
}

.dark-mode-text {
  color: white; 
}

.card-bg {
  background-color: #212529; 
}

.s-font{
	font-size: 1em;
}

.n-trans {
	opacity: 0.9; 
	background-color: #333;
}

.circle-image{
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.circle-image img{
  width:100%;
  height:100%;
  object-fit: cover;
   
}

.quad-image{
  display: inline-block;
  border-radius: 10%;
  overflow: hidden;
  width: 200px;
  height: 320px;
}
.quid-image img{
  width:100%;
}


* {
  scrollbar-width: 8px;
  scrollbar-color: #0d6efd;
  
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  overflow: auto;
  background: #0d6efd;
}
*::-webkit-scrollbar-track {
  background: #fff;
  width: 6px;
}
*::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
  width: 12px;
  border: 3px solid #ccc;
}

.video-main {
	width: 220px;
	height: 320px;
	position: relative;
	border-radius: 12px;
}
.video-content {
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 0px;
	background-color: #333;	
	opacity: 0.8;
}

.video-img {
  object-fit: cover;
  width: 210px;
  height: 310px;
}

.card {
  box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, 5);
  border: none;
}	

    .autoplay-progress {
      position: absolute;
      right: 16px;
      top: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #dc3545;
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }
	
    .break-b{	
	   height: 450px; 
	   overflow-y: auto;
	}

        .ticker {
            display: flex;
            flex-wrap: wrap;
            width: 80%;
            height: 50px;
            margin: 0 auto
        }
        
        .news {
            width: 76%;
            background: #44cc6f;
            padding: 0 2%
        }
        
        .title {
            width: 20%;
            text-align: center;
            background: #2a1cc8;
            position: relative
        }
        
        .title:after {
            position: absolute;
            content: "";
            right: -22%;
            border-left: 20px solid #3e1cc8;
            border-top: 28px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 21px solid transparent;
            top: 0px
        }
        
        .title h5 {
            font-size: 18px;
            margin: 8% 0
        }
        
        .news marquee {
            font-size: 18px;
            margin-top: 12px
        }
        
        .news-content p {
            margin-right: 41px;
            display: inline
        }	




	