body {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.25em;
	color: #4D4D4D;
	background: #FFF;
}
/*-------------------Home page-------------------------*/
.start_header25 {
	min-height: 1110px;
	height: auto;
	background: url(/libs/img/big-header_bg.jpg) no-repeat 50% 0;
}
.start_header26 {
	min-height: 1028px;
	background: url(/libs/img/ev26_big-header_bg.jpg) no-repeat 50% 0;
}
.top-line {
	padding-left: 20%;	
	display: flex;	
	justify-content: left;
	gap: 95px;
}
.top-line__logo {
	padding-top: 8px;
	flex: 0 0 142px;
}
.reg-link,
.lk-link {
	display: none !important;
}
.top-line__menu {
	display: flex;
	padding-top: 32px;
	height: 80px;
	font-weight: 500;
	width: 100%;
	border-bottom: 2px solid #FFF;
}
.top-line__btns {
	margin-left: 20px;
}
.top-line__btns a {
	display: inline-block;
	padding: 0 18px;
	font-size: 20px;
	border-left: 2px solid #FFF;
	height: 46px;    
    line-height: 44px;
}
.top-line__btns a:last-child {
	border-right: 2px solid #FFF;
}
.top-line__btns a:link, 
.top-line__btns a:visited {
	color: #FFF;
}
.top-line__btns a:hover, 
.top-line__btns a:active {
	color: #EC1C24;
}
.title-line {
	padding-left: 20%;
	padding-top: 120px;
}
.dates-line {
	padding-top: 135px;
	display: flex;
	justify-content: center;
}
.dates-wrap {
	height: 110px;
	width: 756px;
	border-radius: 22px 22px 0 0;
	background: #EC1C24;
	color: #FFF;
	text-align: center;
	padding-top: 30px;
	font-size: 50px;
	line-height: 1em;
	font-weight: bold;
}
.land26 .dates-wrap {
	font-size: 55px;
}
.info-line {
	background: transparent;
}
.info-wrap {
	border-radius: 33px;
	background: #F5F5F5;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
	color: #1E389D;
	padding: 40px 120px;
	margin-left: -15px;	
	margin-right: -15px;
	margin-bottom: 10px;	
}

.land25 h2 {
	font-size: 44px;
	line-height: 60px;	
	font-weight: 400;
	color: #1E389D;
	text-align: center;
	margin: 0 0 70px;
}
.land25 h3 {
	font-size: 32px;
	line-height: 40px;	
	font-weight: 500;
	color: #1E389D;
}

.l25-cards__wrap {
	display: flex;
	gap: 20px;
	margin-left: -15px;	
	margin-right: -15px;	
}
.l25__place {
	flex: 1;
	max-width: 460px;
	height: 590px;
	padding: 40px 38px;
	background: url(/libs/img/place_bg.jpg) no-repeat 0 0;
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	border-radius: 33px;
}

.l26__place {
	flex: 1;
	max-width: 460px;
	height: 610px;
	padding: 30px 38px;
	background: #415dcb url(/libs/img/ev26_place_bg.jpg) no-repeat 0 100%;
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	border-radius: 33px;
}
.place_descript {
	padding-left: 125px;
}

.l25__format {
	flex: 1;
	height: 610px;
	max-width: 460px;		
}
.l25__format-card {
	background: #F5F5F5;	
	height: 488px;
	padding: 30px 38px;
	border-radius: 33px;
	color: #1E389D;
	font-size: 20px;
	line-height: 30px;
}

.l25__collect {
	flex: 1;
	max-width: 460px;
	height: 610px;
	padding: 30px 30px;
	background: #415CCA;
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	border-radius: 33px;
}
.l25__collect h3,
.l25__place h3 {
	color: #FFF !important;
}
.l26__collect h3,
.l26__place h3 {
	color: #FFF !important;
}
.l25__take-part {
	display: inline-block;
	width: 460px;
	height: 100px;
	line-height: 100px;	
	text-align: center;	
	margin-top: 22px;
	text-transform: uppercase;
	font-size: 26px;
	border-radius: 28px;
	transition: opacity ease 0.3s;
}
.l25__format .l25__take-part {
	width: 100%;
}
.l25__take-part:link,
.l25__take-part:visited {
	color: #FFF;
	text-decoration: none;
	background: #EC1C24;
}
.l25__take-part:hover,
.l25__take-part:active {
	color: #FFF;
	text-decoration: none;
	opacity: 0.85;
}


.l25-goal {
	margin-left: -15px;	
	margin-right: -15px;
	padding-top: 25px;
}
.l25-goal__wrap {
	border-radius: 33px;
	background: #F5F5F5;
	padding: 50px 122px;
	color: #1E389D;
	font-size: 26px;
	line-height: 30px;
}
.l25-cards__wrap h3 {
	margin: 0 0 15px;
}
.l25-goal h3 {
	margin: 0 0 50px;
	text-align: center;
}

.l25-orgs {
	padding-top: 110px;
}
.home-pro-btn {
	margin-bottom: 110px; 
	text-align: center;
}
.home-pro-btn .l25__take-part {
	margin: 0;
}


.l25-orgs__wrap {
	margin-left: -15px;	
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: center;
	align-items: center;
}

.l25-about {
	padding-top: 110px;
}

.l25-about__card {
	margin-bottom: 100px;
	display: flex;
	gap: 50px;
	align-items: center;
}
.l25-about__wrap {
	margin-left: -15px;	
	margin-right: -15px;
}
.l25-about__wrap div:nth-child(odd) .l25-about__img {
	order: 2;
}
.l25-about__wrap div:nth-child(odd) .l25-about__text {
	order: 1;
	text-align: right;
}
.l25-about__wrap div:nth-child(even) .l25-about__img {
	order: 1;
}
.l25-about__wrap div:nth-child(even) .l25-about__text {
	order: 2;	
	text-align: left;
}
.l25-about__wrap > div:last-child {
	margin-bottom: 50px;
}
.l25-about__img {
	flex: 0 0 427px;
}
.l25-about__descr {
	font-size: 24px;
	line-height: 30px;
}
.l25-about__text h3 {
	margin: 0 0 50px;
}
.l25-about__final {
	text-align: center;
	padding: 0 125px;
}

.l25-topics {
	padding-top: 40px;
}
.l25-topics__wrap {
	margin-left: -15px;
	margin-right: -15px;
	background: #415CCA;
	border-radius: 55px;
	position: relative;
}
.l25-topics__decor {
	position: absolute;
	z-index: 5;
	top: 22px;
	left: -110px;
}
.l25-topics__text {
	position: relative;
	z-index: 10;
	color: #FFF;
	padding: 85px 30px;
}
.l25-topics__text h2 {
	color: #FFF;
	margin: 0 0 105px;
}
.l25-topics__text ul {
	margin-left: 18%;
}
.l25-topics__text ul li {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 14px;
}

.l25-orgcom {
	padding-top: 145px;
}

.l25-orgcom__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #1E389D;
	margin: 50px 0 70px;
	text-align: center;
}
.l25-orgcom__fio {
	font-size: 32px;
	line-height: 40px;
	color: #1E389D;
	margin-top: 18px;
}
.l25-orgcom__photo + .l25-orgcom__fio {
	margin-top: 58px;
}
.l25-orgcom__descr {
	font-size: 18px;
	font-weight: 600;
	margin-top: 48px;
}

.l25-orgcom__wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
.l25-orgcom__card {
	flex: 0 0 48%;
	text-align: center;
	margin-bottom: 70px;
}
.l25-orgcom__photo {
	margin-bottom: 35px;
}
.l25-orgcom__photo img {
	border-radius: 135px;
}
.l25-orgcom__card .l25-orgcom__title {
	margin: 35px 0 0;
}
.l25-orgcom .cta {
	text-align: center;
	padding-top: 12px;
}
.l25-arch {
	padding-top: 120px;
}
.l25-arch__wrap {
	padding-top: 8px;
	display: flex;
	gap: 50px 15px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l25-arch__card {
	flex: 1;	
}
.l25-arch__card a:link,
.l25-arch__card a:visited {
	color: #1E389D;
}
.l25-arch__card a:hover,
.l25-arch__card a:active {
	color: #ef3e45;
}
.l25-arch__title {
	margin-top: 60px;
	height: 145px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1E389D;
}
.l25-arch__date {
	font-size: 20px;
	color: #1E389D;
}
.l25-arch__img img {
	border-radius: 15px;
}

.l25-arch__view-all {
	margin-top: 80px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.l25-arch__view-all a:link,
.l25-arch__view-all a:visited {
	color: #1E389D;
	text-decoration: none;
}
.l25-arch__view-all a:hover,
.l25-arch__view-all a:active {
	color: #EC1C24;
	text-decoration: none;
}
.l25-arch__view-all a img {
	margin-left: 15px;
}

/*------------------Inner pages--------------------*/
.header25 {
	min-height: 285px;
	height: auto;
	background: transparent;
}
.inner-top-line {	
	padding-left: 13%;
	display: flex;	
	justify-content: left;
	gap: 45px;
}
.inner-top-line__logo {
	display: flex;
	gap: 30px;
	padding-left: 10px;
	flex: 0 0 360px;
}
.top-line-img1 {
	margin-top: 34px;
}
.top-line-img2 {
	margin-top: 14px;
}

.inner-top-line__menu {
	display: flex;
	padding-top: 29px;
	height: 75px;
	font-weight: 500;
	width: 100%;
	border-bottom: 2px solid #415CCA;
}
.inner25 .top-line__btns a {
	border-left: 2px solid #415CCA;
}
.inner25 .top-line__btns a:last-child {
	border-right: 2px solid #415CCA;
}
.inner25 .top-line__btns a:link, 
.inner25 .top-line__btns a:visited {
	color: #415CCA;
}
.inner25 .top-line__btns a:hover, 
.inner25 .top-line__btns a:active {
	color: #EC1C24;
}

.inner25 h1 {
	font-size: 44px;
	line-height: 60px;	
	font-weight: 400;
	color: #1E389D;
	text-align: center;
	margin: 0 0 70px;
}
.inner25 h2 {
	font-size: 36px;
	line-height: 44px;	
	font-weight: 500;
	color: #1E389D;
	margin: 60px 0 40px;
}
.inner25 h3 {
	font-size: 32px;
	line-height: 40px;	
	font-weight: 500;
	color: #1E389D;
	margin: 40px 0 20px;
}
.content25_wrapper {
	min-height: 400px;
}
.lk-sidebar {
	padding-top: 130px;
}
.lk-sidebar .link_button {
	min-width: 270px;
	text-align: left;
	margin: 0 0 20px;
	font-size: 14px;
}
.inner25 .aside-wrap {
	border: 1px solid #EEE;
}


/*--------------Program 2025-----------------*/
.pro25__date {
	display: block;
	width: 756px;
	min-height: 110px;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	background: #EC1C24;
	color: #FFF;
	border-radius: 22px 22px 0 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
}
.pro25__intro {
	width: 100%;
	border-radius: 33px;
	background: #F5F5F5;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	color: #1E389D;
	padding: 30px;
	text-align: center;
}
.pro25-wrap {
	margin-top: 50px;
	margin-bottom: 100px;
}
.pro25-wrap .tabs__caption {
	display: flex;
	gap: 20px;

}
.tabs__caption:after {
    content: none;
}
.pro25-wrap .tabs__caption li {
	min-height: 82px;
	background: #415CCA;
	color: #FFF;
	text-align: center;
	padding: 25px;
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	border-radius: 22px;	
	flex: 1;
}
.pro25-wrap .tabs__caption li.active {
	background: #EC1C24;
}
.pro25-wrap .tabs__content {
	margin-top: 95px;	
}
.pro25__row {
	display: flex;	
	margin-bottom: 10px;
	min-height: 45px;
}
.pro25__time {
	flex: 0 0 20%;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #1E389D;
}
.pro25__text {
	flex: 0 0 80%;
	padding: 10px 0 10px 72px;
	font-size: 20px;
	line-height: 28px;
	color: #494949;
}
.red-decor .pro25__time {
	border-right: 2px solid #DE0508;
}
.blue-decor .pro25__time {
	border-right: 2px solid #1E389D;
}

/*-------------------Footer---------------------*/
footer {
	min-height: 420px;
	margin-top: 100px;
	background: #f5f5f5;
}
footer .container {
	background: transparent;
}
.foot__wrap {
	padding: 120px;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}
.foot__text {
	text-align: center;
	padding-top: 50px;
}
.foot__links {
	display: flex;
	gap: 70px;
	justify-content: right;
	padding-top: 50px;
}
footer a {
	transition: opacity ease 0.3s;

}
footer a:hover,
footer a:active {
	opacity: 0.85;
}

/*----------------------Media Queries-----------------------*/
@media (max-width:1799px) {
	.top-line {
		padding-left: 15%;	
	}
	.title-line {
		padding-left: 15%;
	}
	.inner-top-line {	
		padding-left: 8%;
	}
}
@media (max-width:1649px) {
	.top-line {
		padding-left: 10%;	
	}
	.title-line {
		padding-left: 10%;
	}
	.inner-top-line {	
		padding-left: 3%;
	}
}

@media (max-width:1499px) {
	.top-line {
		padding-left: 5%;
		gap: 75px;		
	}
	.inner-top-line {	
		padding-left: 2%;
		gap: 25px;
	}
	.inner-top-line__logo {
		flex: 0 0 260px;
		padding-left: 0;
		gap: 20px;
	}

	.title-line {
		padding-left: 5%;
	}
	.top-line__menu .menu__list > li > a,
	.inner-top-line__menu .menu__list > li > a {
     	font-size: 18px;     
     	padding: 0 10px; 
    }
    .top-line__menu .menu__child-list li a:link,
    .top-line__menu .menu__child-list li a:visited,
    .inner-top-line__menu .menu__child-list li a:link,
    .inner-top-line__menu .menu__child-list li a:visited {
    	font-size: 16px;
    }
    .top-line__btns a {
		padding: 0 10px;
		font-size: 18px;
	}
	.l25__place {
		padding: 25px;
		font-size: 19px;
		line-height: 26px;
	}
	.l26__place {
		padding: 25px;
		font-size: 19px;
		line-height: 26px;
	}
	.place_descript {
	    padding-left: 0px;
	}
	.l25__format-card {
		padding: 25px;
		font-size: 19px;
		line-height: 26px;
	}
	.l25__collect {
		padding: 25px;
		font-size: 19px;
		line-height: 26px;
	}
	.l25-cards__wrap h3 {
		font-size: 28px;
	    margin: 0 0 20px;
	}


}

@media (max-width:1199px) {
	.top-line {
		padding: 0 15px;
		gap: 30px;	
		justify-content: space-between;	
	}
	.inner-top-line {
		padding: 0 15px;
		gap: 20px;	
		justify-content: space-between;	
	}
	.inner-top-line__logo {
        flex: 0 0 180px;
    }
    .top-line-img1 {
		margin-top: 40px;
	}
	.top-line-img2 {
		margin-top: 30px;
	}
	.top-line__menu,
	.inner-top-line__menu {
		width: auto;
	}
	.top-line__btns {
    	display: none;
	}
	.reg-link,
	.lk-link {
		display: block !important;
	}
	.top-line__menu .menu__list li a,
	.inner-top-line__menu .menu__list li a {
     	font-size: 16px;     
    }
    .title-line {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.l25__place {
		height: 650px;	
		background: #415CCA url(/libs/img/place_bg.jpg) no-repeat 0 100%;		
		padding: 25px 20px;
		font-size: 18px;
	}
	.l26__place {
		height: 650px;	
		background: #415dcb url(/libs/img/ev26_place_bg.jpg) no-repeat 0 100%;		
		padding: 25px 20px;
		font-size: 18px;
	}
	.l25__format {
		height: 650px;		
	}	
	.l25__format-card {
		height: 528px;
		padding: 25px 20px;
		font-size: 18px;
	}
	.l25__collect {
		height: 650px;		
		padding: 25px 20px;
		font-size: 17px;
	}
	.l25__format .l25__take-part {
	    font-size: 24px;
	}
	.l25-orgs__wrap {
		gap: 40px 60px;
		padding: 0 15px;
	}
	.l25-about__text h3 {
		margin: 0 0 30px;
	}
	.l25-about__descr {
		font-size: 20px;
		line-height: 26px;
	}
	.l25-topics__decor {
		top: 150px;
		left: -60px;
	}
	.l25-topics__decor img {
		width: 600px;
	}	

	.foot__wrap {
		padding: 120px 0;
		gap: 30px;
	}
	.foot__links {
		gap: 40px;
	}
	.l25-arch__card {
		flex: 0 0 48%;	
	}
	.l25-arch__title {
    	margin-top: 40px;
    	height: 115px;
    }
}

@media (max-width:991px) {
	.inner-top-line__logo {
		gap: 30px;
		flex: 0 0 360px;
	}
	.top-line-img1 {
		margin-top: 34px;
	}
	.top-line-img2 {
		margin-top: 14px;
	}
	.info-wrap {
    	border-radius: 0 0 33px 33px;
	}
	.dates-wrap,
	.land26 .dates-wrap {
		width: 750px;
	}
	.info-wrap {
		padding: 40px 80px;
	}
	.l25-cards__wrap {
		flex-wrap: wrap;
		gap: 4%;
		padding-top: 12px;
	}
	.l25__place {
		height: auto;	
		min-height: 590px;
		width: 48%;
		order: 1;
	}
	.l26__place {
        height: auto;	
		min-height: 590px;
	}
	.l25__collect {
		height: auto;	
		width: 48%;
		order: 2;
	}
	.l25__format {
		margin-top: 22px;
		height: auto;	
		width: 100%;	
		max-width: none;
		order: 3;
	}	
	.l25__format-card {
		height: auto;
	}	
	.l25-goal__wrap {
		padding: 50px 80px;
	}
	.l25-about__card {
		gap: 30px;
		margin-bottom: 80px;
	}
	.l25-about__img {
		flex: 0 0 350px;
	}
	.l25-about__final {
    	padding: 0 50px;
	}
	.l25-topics__text ul {
		margin-left: 40px;
	}
	.l25-topics__text h2 {
		margin: 0 0 60px;
	}
	.l25-orgcom__wrap {
		flex-direction: column;
	}
	.l25-orgcom__card {
		flex: auto;
	}
	.l25-orgcom__fio {
		margin-top: 10px;
	}
	.l25-orgcom__photo + .l25-orgcom__fio {
		margin-top: 10px;
	}
	.l25-orgcom__descr {
		margin-top: 20px;
	}
	.header25 {
		min-height: auto;
		padding-bottom: 60px;
	}
	.lk-sidebar {
		text-align: center;
		padding-top: 60px;
	}	
	.foot__text {
		padding-top: 32px;
	}
	.foot__links {
		padding-top: 32px;
	}
	.pro25__date {
		width: 100%;
		font-size: 24px;
		line-height: 32px;
	}
	.pro25__intro {
		border-radius: 0 0 33px 33px;
		font-size: 20px;
		line-height: 30px;
	}
	.pro25__time {
		flex: 0 0 25%;
	}
	.pro25__text {
		flex: 0 0 75%;
		padding-left: 30px;
	}
	.l25-arch__title {
		font-size: 18px;
	}
	.l25-arch__date {
		font-size: 18px;
	}

}

@media (max-width:767px) {
	.start_header25 {
		min-height: auto;
	}
	.dates-wrap,
	.land26 .dates-wrap {
		width: 100%;
		height: auto;
		padding: 20px;
		font-size: 36px;
	}
	.info-wrap {
		padding: 40px;
		font-size: 24px;
		line-height: 32px;
	}
	.l25-cards__wrap {
		flex-direction: column;
		gap: 20px;
	}
	.l25__place {
		height: auto;	
		min-height: auto;
		width: auto;
		max-width: none;
		background: #415CCA;
	}
	.place_descript {
		padding-left: 0;
	}
	.l26__place {
		height: auto;	
		min-height: auto;
		width: auto;
		max-width: none;
		background: #415CCA;
	}
	.l25__collect {
		height: auto;	
		min-height: auto;
		width: auto;
		max-width: none;
	}
	.l25__format {
		margin-top: 0;
	}
	.l25-goal__wrap {
		padding: 40px;
		font-size: 24px;
		line-height: 28px;
	}
	.l25-goal h3 {
		margin: 0 0 20px;
	}
	.l25-orgs__wrap {
		gap: 40px;
	}
	.land25 h2 {
		font-size: 30px;
		line-height: 44px;	
		margin: 0 0 40px;
	}
	.land25 h3 {
		font-size: 26px;
		line-height: 36px;	
	}
	.inner25 h1 {
		font-size: 30px;
		line-height: 44px;	
		margin: 0 0 40px;
	}
	.inner25 h2 {
		font-size: 26px;
		line-height: 36px;	
		margin: 40px 0 30px;
	}
	.inner25 h3 {
		font-size: 24px;
		line-height: 34px;	
		margin: 30px 0 20px;
	}
	.l25-about__wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.l25-about__card {
		flex-direction: column;
	}
	.l25-about__wrap .l25-about__img {
		order: 1 !important;
		flex: auto;
	}
	.l25-about__wrap .l25-about__text {
		order: 2 !important;
		text-align: center !important;
	}
	.l25-topics__text ul li {
		font-size: 20px;
		line-height: 28px;
	}
	.l25-topics__text ul {
		margin-left: 20px;
	}
	.l25__take-part {
		width: auto;
		height: auto;
		font-size: 22px;
		line-height: 26px;	
		padding: 20px 30px;
	}
	.l25-arch__wrap {
		flex-direction: column;
		gap: 40px;
	}
	.l25-arch__card {
		text-align: center;
		flex: auto;
	}
	.l25-arch__title {
		margin-top: 20px;
		margin-bottom: 10px;
		height: auto;
	}
	.l25-arch__view-all {
    	margin-top: 40px;
	}
	.foot__wrap {
		flex-direction: column;
	}
	.foot__logo {
		text-align: center;
	}
	.foot__text {
		padding-top: 0;
	}
	.foot__links {
		gap: 40px;
		justify-content: center;
		padding-top: 0;
	}
	.inner25 .aside-wrap {
		border: none;
	}
	.pro25-wrap .tabs__caption {
		flex-direction: column;
		gap: 10px;
	}
	.pro25-wrap .tabs__content {
		margin-top: 40px;	
	}
	.pro25__row .pro25__time {
		border-right: none;
		text-align: left;
		padding: 0;
	}
	.pro25__text {
		padding: 0;
	}
	.pro25__row {
		flex-direction: column;
		margin-bottom: 25px;
	}
	.l25-orgs {
		padding-top: 60px;
	}
	.home-pro-btn {
		margin-bottom: 60px; 
	}

}


@media (max-width:575px) {

	.inner-top-line__logo {
		gap: 20px;
		flex: 0 0 260px;
	}
	.top-line-img2 {
        margin-top: 19px;
    }
	.dates-wrap,
	.land26 .dates-wrap {
		font-size: 22px;
	}
	.info-wrap {
		padding: 20px;
		font-size: 18px;
		line-height: 28px;
	}
	.l25-goal__wrap {
		padding: 30px 20px;
		font-size: 18px;
		line-height: 28px;
	}
	.l25-about__final {
    	padding: 0 15px;
	}
	.l25-topics__text ul {
		margin-left: 0px;
		padding-left: 20px;
	}
	.l25__place,
	.l25__format-card,
	.l25__collect {
		font-size: 16px;
		line-height: 24px;
	}
	.l25-about__descr {
        font-size: 16px;
        line-height: 24px;
    }
    .land25 h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .l25-topics__text ul li {
        font-size: 18px;
        line-height: 26px;
    }
    .l25-orgcom__descr {
    	font-size: 16px;
    	line-height: 24px;
    }
    .l25-orgcom__fio {
	    font-size: 28px;
	    line-height: 34px;
	}
	.l25-arch__title {
		font-size: 18px;
	}
	.l25-arch__date {
		font-size: 18px;
	}

}


@media (min-width: 992px) {
	.menu__list li {
    	margin-right: 0;
  	}
  	.menu__list li a {
     	font-size: 20px;     
     	padding: 0 18px; 
     	height: 46px;    
     	line-height: 44px;     	
    }
    .inner25 .menu__list li a {
    	color: #415CCA;
    }
    .menu__list li.menu__parent:first-child a {
    	padding-left: 0;
    }
    .menu__list li a:hover, .menu__list li a:active {
        color: #EC1C24;
    }
    .inner25 .menu__list li a:hover,
    .inner25 .menu__list li a:active {
    	color: #EC1C24;
    }
    .menu__child-list {
       border-top: none;
       border-bottom: none;
       background: transparent;
       width: 300px;
    }
    .menu__child-list li a:link,
    .menu__child-list li a:visited {
    	font-size: 17px;
    	line-height: 1.1em;
    }
    .menu__parent.has-child:hover > a {
      color: #EC1C24;
    }

}

@media (min-width: 1500px) {
	.container {
        width: 1420px;
    }
    
}