body {
	font-family: 'PT sans', sans-serif;
	font-size: 18px;
	color: #2f2f2f;
	background: #f3f3f1;
}

a,
a:hover,
a:active {
	color: inherit;
}

.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;
}

/*Контент*/
.main-title {
	margin-left: 28px;
}

.years {
	margin-bottom: -10px;
	font-size: 16px;
}

/*Карточки соискателя*/
.cards {
	margin-right: 1rem;
}

.card {
	margin-top: 20px;
	height: fit-content;
	border: none;
	/* background: #f8f9fa; */
	background: #fff;
	padding: 20px;
	border-radius: 7px;
}

@media screen and (max-width: 960px) {

	.card,
	.load-more__link {
		width: 100% !important;
	}
}

@media screen and (max-width: 575px) {
	.card {
		width: auto;
		height: auto;
		flex-direction: column;
		display: flex;
	}
}

.img-c {
	width: 100%;
	height: auto;
	overflow: hidden;

}

.card-img-top {
	border-radius: 7px;
}

@media screen and (max-width: 575px) {
	.img-c {
		width: 100px;
		height: 100px;
	}
}

.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;
	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;
}

//*Показать еще*/
.load-more {}

.load-more__link {
	width: 100%;
	font-size: 20px;
	color: #1f4e66;
	border: 1px #b0cfe1 solid;
	border-radius: 50px;
	text-align: center;
	padding: 8px;
	background: #fff;
}

.load-more__link:hover,
.load-more__link:active {
	font-weight: 700;
	outline: 0;
}

/* Карусель */
.carousel {
	overflow: hidden;
	border-radius: 7px;
	margin-top: 20px;
}

.carousel-caption {
	position: absolute;
	right: 0;
	left: 1px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	bottom: 0;
	text-align: left;
}

/* фото галерея в статье */
.carousel-img{
    width: 100%;
    border-radius: 7px;
}

.thumb-box{
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.carousel-thumb{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    margin: 5px;
    border-radius: 7px;
}


@media screen and (max-width: 620px) {
	.carousel-caption {
		position: relative;
		bottom: 10px;
	}
}

.carosel-item-title {
	font-weight: 700;
	font-size: 22px;
}

.carousel-indicators {
	bottom: -15px;
}

.bg-red {
	display: block;
	padding: 10px;
	border-radius: 7px;
	background: #ad0202;
	width: fit-content;
}

/*Правая колонка*/
.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: ;
}