html,
body {
	font-family: 'Rubik', sans-serif;
	background: #16151a;
}

p {
	margin-bottom: 0px;
	color: #ffffff;
}

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

a:hover {
    text-decoration: none;
	color: #424ede;
}

/*Navbar*/

.navbar {
    padding-top: 15px;
    padding-bottom: 0px;
}

.navbar-brand {
    padding-top: 0px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #424ede;
}

.nav-pills .nav-link {
    border-radius: 7px;
}

.nav-link {
    padding: 3px 10px;
}

.navbar-dark .navbar-toggler {
    border-color: rgb(255 255 255 / 0%);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}

.navbar-tvprogram {
    background: #2b2a2f;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

.navbar-tvprogram-time {
    color: #424ede;
    font-weight: 500;
    margin-right: 10px;
    font-size: 14px;
}

.navbar-tvprogram-title {
    color: #ffffff;
    font-size: 14px;
}

.navbar-tvprogram-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.navbar-tvprogram-item:last-child {
    margin-bottom: 0;
}

/*Hero*/

.hero {
	margin-top: 20px;
	margin-bottom: 20px;
}

.hero .text_1 {
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
}

.hero .text_2 {
	color: #919193;
	margin: auto;
    margin-left: 20px;
}

.hero .text_3 {
	color: #919193;
}

.hero img {
	border-radius: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.hero_info {
	display: -webkit-inline-box;
}

/*Sidebar*/

.sidebar {
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	background: #2b2a2f;
}

.sidebar a:hover {
	text-decoration: underline;
    color: #ffffff;
}

/*Ch_promo*/

.ch_promo {
	text-align: center;
    padding-bottom: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    transition: transform .2s; /* Animation */
}
.ch_promo:hover {
	transform: scale(1.05);
}

.ch_promo img {
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ch_promo text {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
}

/*Player*/

.player {
	border-radius: 10px;
    width: 100%;
    height: 480px;
}

.player-plug {
	border-radius: 10px;
    width: 100%;
}

.player-footer {
	padding-top: 20px;
}

.player-footer p {
	padding-bottom: 5px;
	font-weight: 700;
    font-size: 20px;
}

.player-footer text {
	color: #919193;
}

.player-program {
	padding-top: 20px;
	padding-bottom: 20px;
}

.player-program p {
	padding-bottom: 5px;
	font-weight: 700;
    font-size: 20px;
}

.player-program text {
	color: #919193;
}

/*Tvprogram*/

.tv_wrap .tv_info .premera_pashka {
    background: #fe0000;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    height: auto;
    padding: 5px 10px;
    text-align: center;
}

/*Feedback*/

.feedback {
	background: #2b2a2f;
	border-radius: 10px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.feedback a:hover {
	text-decoration: underline;
    color: #ffffff;
}

.feedback .icon {
	color: #ffffff;
}

/*Footer*/

.footer p {
	color: #919193;
}

.footer a {
	color: #919193;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.footer a:hover {
	color: #ffffff;
}

.footer .active {
	color: #ffffff;
}

