body{
	background: #f2f2f2 url(/media/templates/site/belokuriha/img/bg.png);
    min-width: 320px;
}
.container {
    background-color: #fff;
}
img{
    max-width: 100%;
    height: auto;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 1.7rem;
    color: #0d6efd;
}
h2 {
	font-size: 1.5rem;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
h5 {
    font-size: 1.1rem;
}
h2, h3, h4, h5, h6 {
    color: #198754;
}
.page-header {
    margin: 20px 0;
	padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}
/* =================== header ==================== */
.top-menu .navbar-nav .nav-link,
.top-menu .navbar-nav .dropdown-item {
    color: #fff;
}
.top-menu .navbar-nav .nav-link.active,
.top-menu .navbar-nav .nav-link:hover {
    color: #ddd;
}
.top-menu .navbar-nav .dropdown-menu {
    background-color: #0d6efd;
}
.top-menu .navbar-nav .dropdown-item.active,
.top-menu .navbar-nav .dropdown-item:hover {
    background-color: #2379f8;
}
/* ==================== end header ==================== */

/* ==================== content ==================== */
.main-content .moduletable .page-header {
    font-size: 20px;
    font-weight: bold;
    color: #198754;
    border: 0;
	padding: 0;
}
.main-content .moduletable .newsflash-title {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}
.main-content .content .pg-item-box {
	width: 168px;
	height: 150px;
}
.main-content .content .pg-item-box .pg-item-box-image img {
	border-radius: 0;
	box-shadow: none;
}
.main-content .content .pg-photoswipe figcaption {
	display: block;
	font-size: 12px;
}
.main-content .content .pswp .pswp__button--share {
	display: none;
}
/* ==================== end content ==================== */

/* ==================== sidebar ==================== */
.sidebar .mod-randomimage img {
	border: 1px solid #dee2e6;
	padding: 0.3rem;
}
/* ==================== end sidebar ====================*/

/* ==================== footer ==================== */
footer .row {
    background-color: #ddd;
    border-top: 10px solid #0d6efd;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
footer .nav-link {
	color: #000;
	padding-top: 0;
}
footer .nav-link.active,
footer .nav-link:focus,
footer .nav-link:hover {
	color: #666;
}
/* ==================== end footer ==================== */

/* ==================== ButtonUp ====================== */
.btn-up {
    position: fixed;
    background-color: #0d6efd;
    right: 20px;
    bottom: 20px;
    border-radius: 22px;
    cursor: pointer;
    width: 44px;
    height: 44px;
}
.btn-up::before {
    content: "";
    text-align: center;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17V4M3 10l7-7 7 7'/%3E%3C/g%3E%3C/svg%3E");
}
.btn-up_hide {
    display: none;
}
@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: #0a58ca;
    }
}
