body {
	font-family: 'PT sans', sans-serif;
	font-size: 18px;
	color: #2f2f2f;
	background: #f3f3f1;
}

a,
a:hover,
a:active {
	color: inherit;
}

.article-text p a {
	color:blue;
}

.underline {
	text-decoration: underline;
}

.container {
	max-width: 1140px;
}

.navbar {
	margin-bottom: 0.1rem;
}

h3 {
	font-weight: 700;
}

.blue {
	color: #1f4e66;
}

.fz16 {
	font-size: 16px;
}

.fz14 {
	font-size: 14px;
}



.opacity {
	opacity: .5;
}

.green {
	color: #28a745;
}

.gray {
	color: lightgrey;
}

.tdu {
	text-decoration: underline;
}

.header-img {
	background: #f3f3f1;
}

.green-line {
	width: 100%;
	height: 59px;
	background: #cfffd5;
}

/*Контент*/

/*Карточка статьи*/
.card{
	margin-top: 20px;
	height: fit-content;
	border: none;
	/* background: #f8f9fa; */
	background: #fff;
	padding: 20px;
	border-radius: 7px;
}

.cards {
	margin-right: 1rem;
}

.article-card {
	margin-top: 20px;
	height: fit-content;
	width: 100%;
	border: none;
	background: #fff;
	padding: 20px;
	border-radius: 7px;
}

.article-img{
	border-radius: 7px;
}

.article-card-link{
	display: block;
	padding: 8px;
	border-radius: 7px;
	background: #f3f3f1;
	font-size: 16px;
	width: fit-content;
	margin-top: 10px;
	margin-right: 10px;
height: 40px;
}

.article-text{
	line-height: 1.45;
}

.article-report{
	display: block;
	border-radius: 7px;
	padding: 10px;
	background: #2f2f2f30;
	font-size: 16px;
	width: 100%;
	/*text-align: center;*/
	line-height: 2;
	transition: .3s ease;
	height: 40px;
}

.article-report:hover{
	font-size: 16.5px;
	box-shadow: 0px 11px 25px -14px #00000050;
}

.dd-report{
	position: relative;
}

.card__description {
	font-size: 15px;
	line-height: 1.3;
	color: #2f2f2f;
	max-height: 95px;
	overflow: hidden;
	margin-bottom: 7px;
}

.btn-donate {
	background: #28a745;
	border-radius: 7px;
	width: 100%;
	height: 45px;
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 11px 25px -17px #000000;
	transition: 0.3s all ease;
display: block;
line-height: 2;
}

.btn-donate:hover{
	box-shadow: 0px 11px 25px -12px #000000;
	color: #fff;
	font-size: 17px;

}

.btn-donate-small:hover{
	box-shadow: 0px 11px 25px -14px #000000;
	color: #fff;
	font-size: 17px;

}

.btn-donate:active{
	box-shadow: 0px 11px 25px -12px #000000 inset;
	font-size: 16px;
}


.pbar {
	width: 100%;
	margin-top: -7px;
}

.pbar__numbers_big {
	color: #2f2f2f;
	padding-bottom: 2px;
}

.pbar__numbers_small {
	color: grey;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 2px;
}

.pbar__line {
	height: 5px;
	border-radius: 3px;
	background: #28a745;
}

.progress {
	height: 5px;
	border-radius: 3px;
	background: #dee2e6;
}

.card__title {
	font-weight: 700;
}

/*Правая колонка*/
.r-column {
	background: #cfffd5;
	border: none;
	min-width: 260px;
	height: auto;
	border-radius: 3px;
	margin-top: 20px;
	padding: 25px;
	border-radius: 7px;
}

@media screen and (max-width: 992px) {
	.nav-link {
		padding: 15px;
		padding-left: 30px;
	}

	.navbar {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.nav-item{
	transition: .2s ease;
}

.fz72 {
	font-size: 72px;
}

.fz42 {
	font-size: 42px;
	transition: 0.3s ease;
}

.strong {
	font-weight: 700;
}

.card-small {
	background: #ffffff99;
	padding: 20px;
}

.img-small {
	border-radius: 7px;
}

.btn-donate-small {
	height: 35px;
	padding: 5px;
	box-shadow: 0px 7px 25px -17px #000000;
	max-width: 215px;
	line-height: 1.3;
}

.card-show {
	padding: 20px;
	background: #ffffff99;
	border-radius: 7px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.table td,
.table th {
	padding: .45rem;
	vertical-align: top;
	border-top: none;
}

.menu-link {
	color: #2f2f2f !important;
	font-weight: 700;
	font-size: 17px;
	display: block;
	padding-left: 15px !important;
	border-radius: 7px;
}

.menu-sublink {
	color: #2f2f2f !important;
	font-weight: 300;
	font-size: 17px;
	display: block;
	padding-left: 30px !important;
}

.menu-link:hover,
.menu-sublink:hover {
	background: #2f2f2f99;
	/*border-radius: 7px;*/
	color: #fff !important;
}

.navbar-fixed-top {
	position: fixed;
	/* right: 0; */
	/* left: 0; */
	z-index: 50;
}

.navbar {
	z-index: 50;
	background: #cfffd5;
}

.navbar-light .navbar-toggler {
	color: inherit;
	border-color: transparent;
}

.dropdown-menu {
	background: #cfffd5;
	border: none;
	font-size: 18px;
}


.footer {
	background: #2f2f2f99;
	width: 100%;
	color: white;
	font-size: 16px;
	height: fit-content;
}

.footer-link {
	display: block;
	padding: 5px;
	height: fit-content;
	min-width: 37px;
	text-align: center;
}

.footer-link:hover {
	background: #2f2f2f99;
	border-radius: 7px;
}

.dd-form-search{
	position: absolute;
    right: 10px;
    width: 320px;
    top: 10px;
    background: #cfffd5;
}

@media screen and (max-width: 992px){
	.dd-form-search{
		position: relative;
		top: 0;
		width: 100%;
	}
}

.btn-search{
	background: #6e8271;
	border-radius: 7px;
	padding: 7px;
	height: 38px;
	width: 50px;
	color: white;
}

.btn-close{
	background: #2f2f2f;
	border-radius: 7px;
	padding: 7px;
	height: 38px;
	width: 50px;
	color: #fff;
}

.btn:hover{
	color: #fff;
	font-size: ;
}

