.pr-pref {
	margin:0px auto;
	max-width:1400px;
	width:100%;
}

.pr-pref__item {
	width:100%;
	margin-bottom:30px;
	display:flex;
	justify-content;
}

.pr-pref__img {
	width:120px;
	padding-right:30px;
	text-align:center;
}

.pr-pref__body {
	background:#007032;
	border-radius:15px 0px 120px 0px;
	width:100%;
	color:#fff;
	display:block;
	padding:15px 100px 15px 40px;
	height:120px;
}

.pr-pref__title {
	width:100%;
	font-size:30px;
	font-weight:600;
	margin-bottom:15px;
}

.pr-pref__text {
	font-size:21px;
	line-height:25px;
}

.pr-footer {
	width:100%;
}

.pr-footer__body {
	margin:0 auto;
	max-width:1400px;
	width:100%;
}

.pr-footer__row {
	width:100%;
	margin-bottom:20px;
}

.pr-footer__left {
	float:left;
	width:50%;
}

.pr-footer__flex {
	display:flex;
}

.pr-footer__info {
	width:50%;
}

.pr-footer__info img {
	width:250px;
	height:auto;
}

.pr-footer__social {
	width:100%;
}

.pr-footer__social p {
	font-size:21px;
	font-weight:600;
	color:#000;
}

.pr-footer__social div a {
	margin-right:10px;
	float:left;
}

.pr-footer__menu {
	width:50%;
}

.pr-footer__menu-title {
	font-size:30px;
	line-height:42px;
	font-weight:600;
	margin-bottom:25px;
}

.pr-footer__menu ul {
	margin:0px;
	padding:0px;
}

.pr-footer__menu ul li {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	list-style:none;
}

.pr-footer__menu ul li a {
	color:#222222;
}

.pr-footer__right {
	float:right;
	width:50%;
	display:flex;
}

.pr-footer__bottom {
	margin:15px auto 0 auto;
	max-width:1400px;
	width:100%;
}

.pr-footer__bottom p {
	font-size:14px;
	color:#828282;
	margin-bottom:15px;
}


/* Шапка */

.logo {
	max-width:290px;
}

.design2025__top-button {
	float:left;
}

.design2025__top-button button {
	width:191px;
	height:70px;
	background-image:url('/local/img/top-button.png');
	border:none;
	background-color: transparent;
	cursor:pointer;
}


/* --- */

.pr-footer-mobile {
	display:none;
	padding:20px;
}

.pr-footer-mobile__menu {

}

.pr-footer-mobile__menu li:before {
	display:none;
}

.pr-footer-mobile__menu li {
	list-style:none;
	font-size:25px;
	color:#000;
	margin-bottom:15px;
}

.fmenu-parent ul {
	display:none;
}


.fmenu-parent.active ul {
	display:block;
}


.pr-footer-mobile__menu li b{
	display: inline-block;
    background: #007032;
    width: 20px;
    height: 20px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    margin-left: 5px;
}

.pr-footer-mobile__menu li ul {
	margin-left:15px;
	margin-top:10px;
}

.pr-footer-mobile__menu li ul li a {
	list-style:none;
	font-size:21px;
	color:#000;
}


@media (max-width: 768px) {
	.pr-pref {
		padding:10px;
	}

	.pr-pref__item {
		display:block;
		text-align:center;
	}

	.pr-pref__img {
    	width: 100%;
	}

	.pr-pref__title {
		font-size: 18px;
	}

	.pr-pref__text {
		font-size: 14px;
		line-height: 21px;
	}

	.pr-pref__body {
		height:auto;
	}

	.pr-footer {
		display:none;
	}

	.pr-footer-mobile {
		display:block;
	}

	.pr-footer__info {
		width:100%;
		text-align:center;
	}

	.pr-footer__social {
		width:100%;
		text-align:center;
	}

	.pr-footer__bottom p {
    	font-size: 14px;
	}
}