/*
Theme Name: UFU
Description: UFU Theme
Version: 1.0
Text Domain: ufu
*/

.time {
	display: none !important;
}
.header .logo {
	display: flex;
	align-items: center;
	max-width: 27rem;
    margin-right: 2rem;
}
.header .logo img {
    height: auto;
    width: 100%;
}
.header .menu li, .header-fixed .menu li {
    margin-right: 1.5rem;
}
.menu a {
	font-size: 1.6rem;
}
.header .btn {
    padding: 0 2rem 0;
	font-size: 1.5rem;
}
.header .btn svg {
	width: 24px;
	height: 24px;
}
.news__list-wrapper .news__item {
	height: auto;
}
.news__item--large .news__item-wrapper {
	min-height: 100%;
}
@media (max-width: 1440px) {
	.programs .program__item {
		margin-left: auto;
		margin-right: auto;
	}	
}
@media screen and (max-width:1400px) {
	.logo {
		max-width: 22rem;
	}
	.menu a {
    	font-size: 1.5rem;
	}
	.mob__nav li.menu-item-has-children > i {
		width: 4.2rem;
    	height: 4.2rem;
	}
}
@media (max-width: 1200px) {
	.programs .program__item {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}	
}