
.navigation .nav ul:not(.dropdown-menu) {
    max-width: 420px;
}

.navigation .nav ul:not(.dropdown-menu) li a {
    font-size: .95rem !important;
	font-weight: 600;
	color: #454545;
}

.crumb-nav {
	margin-bottom: 1rem;
}

.breadcrumb {
    padding: 1rem 0 !important;
	margin: 0;
}


.jumbotron {
  color: white;
  background-image: url("https://fnn.kz/assets/_files/images/fnn-bk-007.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 78vh;
  margin-bottom: 0 !important;
}

.mainbox h1 {
	font-size: 2.3rem;
	font-weight: bold;
}

.mainbox p {
	font-size: 1.4rem;
}

.sidebar-navigation .nav-link {
    font-size: 0.9rem !important;
}

.page-content {
    font-size: 1rem !important;
}

.card {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 576px) {
	.jumbotron {
		height: 75vh;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.card {
		height: 190px;
	}
	
	.header-social {
		display: block !important;
	}
	.header-social-link {
		margin-left: 0.25rem !important;
	}
	.btn-circle {
		height: 1.5rem !important;
		width: 1.5rem !important;
	}
	

}

@media (min-width: 768px) {
    .page-header-img {
		margin-bottom: 0.5rem !important;
    }
}

.page-header {
    margin-bottom: 0 !important;
}

.border-blue {
            border: 2px solid #2980b9;
}

.page-progect-list-item h4 {
	font-weight: 700;
	font-size: 1.125rem;
}

.page-progect-list-item {
    height: 8rem !important;
}


.page-projects .card {
	margin-bottom: 0;
	color: #303030;
	text-shadow: none;
}

.page-projects a {
	color: #303030;
	text-decoration: none !important;
}

.page-projects a:hover {
	color: #2A79C1;
	text-decoration: none !important;
}

.page-projects .card h5 {
	font-size: 1.1rem;
	font-weight: bold;
}

.page-projects .card-title:hover {
    color: #2A79C1;
}


.trends-name .badge {
	white-space: normal !important;
}

.page-trends-list {
    padding: 0.75rem 0;
}

.page-trends-list-item {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	/* border: 1px solid #E0E0E0; */
    background: #f2f2f2;
    height: 6rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    color: #303030;
}

.page-trends-list-item:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #2A79C1 0%, #2AB7C1 100%);
}

.page-trends-list-item h4 {
    font-weight: 700;
    font-size: 1.125rem;
}

.page-media-list {
    padding: 0 0 0.75rem 0;
}

.page-media-list-item {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	/* border: 1px solid #E0E0E0; */
    background: #f2f2f2;
    height: 4.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    color: #303030;
}

.page-media-list-item:hover, .page-active {
    text-decoration: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #2A79C1 0%, #2AB7C1 100%);
}

.page-media-list-item h4 {
    font-weight: 700;
    font-size: 1.1rem;
	margin-bottom: 0;
}

.line-top {
	border-top: 1px solid #F2F2F2;
}

.about-card .text-about a {
	color: #303030;
}

.competition-item-new {
	padding-top: 2rem;
	padding-bottom: .5rem;
	border-top: 1px solid #F2F2F2;
}

.competition-item-new__title {
    font-weight: 600;
    font-size: 1.1rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.competition-item-new__title {
    color: #303030;
}

.competition-item-new__title:hover {
    color: #2A79C1;
}

.page-responsible-list-mail a:hover {
	text-decoration: none;
}