/* PT Sans Regular */
@font-face {
  font-family: 'PT Sans';
  src: url('/fonts/pt-sans/ptsans-regular.woff') format('woff'),
  	url('/fonts/pt-sans/ptsans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* PT Sans Bold */
@font-face {
  font-family: 'PT Sans';
  src: url('/fonts/pt-sans/ptsans-bold.woff') format('woff'),
   	url('/fonts/pt-sans/ptsans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* PT Sans Italic */
@font-face {
  font-family: 'PT Sans';
  src: url('/fonts/pt-sans/ptsans-italic.woff') format('woff'),
   	url('/fonts/pt-sans/ptsans-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* PT Sans Bold Italic*/
@font-face {
  font-family: 'PT Sans';
  src: url('/fonts/pt-sans/ptsans-bolditalic.woff') format('woff'),
  	url('/fonts/pt-sans/ptsans-bolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* PT Sans Narrow Regular */
@font-face {
  font-family: 'PT Sans Narrow';
  src: url('/fonts/pt-sans-narrow/ptsansnarrow-regular.woff') format('woff'),
  	url('/fonts/pt-sans-narrow/ptsansnarrow-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* PT Sans Narrow Bold */
@font-face {
  font-family: 'PT Sans Narrow';
  src: url('/fonts/pt-sans-narrow/ptsansnarrow-bold.woff') format('woff'),
  	url('/fonts/pt-sans-narrow/ptsansnarrow-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}



body,
html {
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
	background: #FFF;
}

body {
	font: 17px/26px 'PT Sans', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-weight: normal;
	line-height: 30px;
	overflow-x: hidden;
}


p {	margin: 0 0 10px; }
h2 { font: 600 40px/45px 'PT Sans Narrow', 'Trebuchet MS', Tahoma, Verdana, sans-serif; color: #444; margin-bottom: 35px; }
h2 a { text-decoration: none; color: #444; }
h2 a:hover { color: #444; text-decoration: underline; }

h3 { font-size: 1.5em; font-weight: 600; color: #444; }
h4 { font-size: 1.2em; font-weight: 100; color: #444; }


b { font-weight: 600; }

.description {
	margin-bottom:30px;
	font-weight: 600;
    font-size: 20px;
}

.text img { max-width: 100%; max-height: 600px; margin-left: 0px; margin-bottom: 15px; border-radius: 10px; height: auto !important; }
.text ul, .text ol {
	padding: 0 0 0 18px;
}

.text ul li, .text ol li {
	margin-bottom: 5px;
}

.text ul li { /*text-indent: 5px;*/ }
.text ol li { text-indent: 15px; }


.text table {
	border-collapse: collapse;	
	border-spacing: 0;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	width: 100%;
}



.text table th, .text table td { padding: 15px 10px; text-align: left; }
.text table th { color: #fff; }
.text table td { border: 1px solid #e5e5e5; }

.text table thead {
	background-color: #888;
}

.text blockquote {
	background-color: #f5f7fa;
	border-radius: 15px;
	padding: 30px 50px;
	margin: 30px 40px;
	font: 100 20px/34px 'PT Sans';
	color: #333;
}

.text {
    word-break: break-word;
}

.for-mobile { display: none; }


.content {
	/* width: 1200px; */
    max-width: 1200px;
    padding: 0px 30px 0px 30px;
    margin: 0 auto;
    position: relative;
}

.top-section {
    background: #fff 50% 0 no-repeat;
    background-image: url(/images/inside-header-bg.jpg);
    min-height: 350px;
    color: #FFF;
    position: relative;
    overflow: hidden;
}

.index .top-section {
    background: #fff 50% 0 no-repeat;
    background-image: url(/images/index-image.jpg);
    min-height: 865px;
    color: #FFF;
    position: relative;
    overflow: hidden;
}

.index .top-section:after {
    content: '';
    background: url(/images/dirty-border-h2.png);
    width: 2000px;
    height: 100%;
    position: absolute;
    background-position: bottom center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    pointer-events: none;
}

.promo-video {
	width: 376px;
	height: 242px;
	object-fit: cover;
	display: block;
	max-width: 100%;
	}

.index .video-bg {
	position: absolute;
	z-index: 0;
    transform: translate(-50%, 0);
    left: 50%;
}

.index .simple-search-form {
	position: absolute;
	background-color:#fff;

    background-image: url(/images/index-search-bg.png);
    background-position-y: center;
    background-position-x: 490px;
    background-repeat: no-repeat;

	filter: drop-shadow(0 0 15px rgba(0,0,0,0.15));
	width: 100%;
	height: 315px;
	border-radius: 15px;
	margin-top: -130px;
	max-width: 1200px;
    transform: translate(-50%, 0);
    left: 50%;
	z-index: 100;

	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.index .simple-search-form .title {
		color: #292929; font: 600 30px/70px 'PT Sans Narrow', sans-serif; text-transform: uppercase; letter-spacing: 2px; line-height: 1.1;
}


.index .simple-search-form .left-block {
	width: 375px;
	padding-left: 65px;
	padding-right: 50px;
	margin: auto 0;
}

.index .simple-search-form .left-block .title { margin-bottom: 15px; }


.index .simple-search-form .form__field	{ min-width: 160px; width: 160px; }
.index .simple-search-form .form__group { margin-right: 20px; }

.index .simple-search-form .right-block {
	flex: 1;
	padding: 40px 65px 40px 85px;
}	

.index .simple-search-form .right-block .title { color: #fff; }


.index .simple-search-form .right-block .new {
	padding: 0px;
	margin-top: 35px;
	white-space: nowrap;
}

.index .simple-search-form .right-block .new ul {
	padding: 0px;
}

.index .simple-search-form .right-block .new-title {
	font: 600 24px/40px 'PT Sans Narrow', sans-serif;
	line-height: 1.2;
	margin-bottom: 5px;
}
.index .simple-search-form .right-block .new-title a {
	color: #fff;
	text-decoration: none;
}
.index .simple-search-form .right-block .new-title a:hover {
	text-decoration: underline;
}


.index .simple-search-form .right-block .new li {
	vertical-align: top;
	font: 100 16px/18px 'PT Sans', sans-serif;
    line-height: 1.4;
	color: #fff;
    list-style: none;
	margin:0 30px 0 0;
	display: inline-block;
	width: 50%;
	white-space: normal;
}


.index-advanced-search {
	display: inline-block;
	color: #000; font: 600 14px/18px 'PT Sans', sans-serif; text-transform: uppercase; letter-spacing: 1px;
}

.index .button-block { margin-top: 20px; margin-bottom: 15px; }

.index .form__button {
	margin-bottom: 0px;
}

.index-advanced-search a { text-decoration: underline; color: #000; }

.index .content h1 {
	font: 600 50px/60px 'PT Sans Narrow', sans-serif; text-transform: uppercase; letter-spacing: 2px;
	margin-bottom: 20px;
}

.index .content .left-block {
	flex: 1;
	padding-top: 183px;
}

.index .content .right-block {
	padding-top: 264px;
    padding-left: 85px;	
    max-width: 376px;
}

.index .content .right-block img {
	border-radius: 0;
	width: 100%;
}

.index .content h1::after { content:""; }

.index .news-block {
	background-color: #f7f1e3;
}

.index .news-block .middle {
	max-width: 1200px;
	padding: 0px 30px 5px 30px;
	margin: 0 auto;
}

.index .yourhelp-block {
	margin-top:100px;
	position: relative;
}

.index .yourhelp-block .middle {
	background-color: #f7f1e3;
	max-width: 1200px;
	padding: 0px 30px 45px 30px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.index .yourhelp-block .middle .icon {
	position: absolute;
	z-index: 1000;
	top: -27px;
	left: 40px;
}

.index .yourhelp-block .middle .txt {
	margin-left: 436px;
	padding-top: 44px;
}

.index .yourhelp-block .middle .txt .title {
	font: 600 29px/32px 'PT Sans Narrow', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom:13px;
}

.index .yourhelp-block .middle .txt .link {
	display: table;
	background-color: #fff;
    padding: 8px 14px 9px;
    margin-top: 10px;
    border-radius: 3px;
}

.index .yourhelp-block:after {
	content: '';
	background: url('/images/dirty-border-h.png'), url('/images/dirty-border-h2.png');
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: top center, bottom center;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	pointer-events: none;
}



.index h2 {
	font: 600 50px/60px 'PT Sans Narrow', sans-serif; text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 55px;
	margin-bottom: 40px;
}

.index .news-block ul {
	padding: 0;
}

.index .news-block li {
	min-width: 300px;
	width: 30%;
	vertical-align: top;
	display: inline-block;
    list-style: none;
    margin-right: 40px;
    padding-bottom: 40px;
}

.index .news-block li:last-child { padding-bottom: 0px; }


.index .news-block li img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
}

.index .news-block li a img {
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.index .news-block li a:hover img {

	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.3);
    filter: brightness(1.15);
    moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.index .news-block li a {
	color: #000;
	text-decoration: none;
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.index .news-block li a:hover {
	color: #ef504f;
    moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	/*text-decoration: underline;*/
}

.index .news-block li:last-child {
    margin-right: 0;
}

.index .news-block .date {
	color: #ef504f;
	font: 600 20px/24px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	margin-bottom: 23px;
}


.index .event-block { margin-top: 80px; }

.index .event-block .left-block {
	flex: 1;
	height: 390px;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 15px;
	background-size: cover;
	color: #fff;
	font: 600 34px/36px 'PT Sans Narrow', sans-serif;

    display: flex;
    align-items: flex-end; /* Выравнивание по нижнему краю */
    position: relative; overflow: hidden;

}

.index .event-block .left-block .date {
	font: 600 20px/22px 'PT Sans Narrow', sans-serif;
	color: #ef504f;
	margin-bottom: 10px;
	text-transform: uppercase;
}



.index .event-block .left-block .background-img {
	background-color:#28190f;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    z-index: -1;
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.index .event-block .left-block:hover .background-img {
    filter: brightness(0.65);
    moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.index .event-block .left-block a {
	color: #fff;
	text-decoration: none;
}


.index .event-block .right-block {
	background-color:#f2f4f7;
	width: 263px;
	vertical-align: top;
	box-sizing: border-box;
	margin-left:30px;
	padding: 40px;
	height: 390px;
	border-radius: 15px;
}

.index .event-block .right-block .title {
	font: 600 29px/34px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: -12px;
}

.index .event-block .right-block .icon {
	width: 153px;
	height: 148px;
	margin-top: -73px;
	margin-left: -18px;
}

.index .event-block .right-block .field {
	margin-top: 12px;
	margin-bottom: 30px;
}

.index .event-block .right-block .form__field {
	min-width: unset;
	width: 183px;
}

.top-section .logo { margin-top: 45px; margin-left: -10px; float: left; position: relative; }
.top-section .logo .sign { width: 80px; height: 76px; border: 0; }
.top-section .logo .title {	color: #000; font: 600 40px/48px 'PT Sans Narrow', sans-serif; text-transform: uppercase; letter-spacing: 2px; margin-left:9px; }
.index .top-section .logo .title {	color: #fff; }

.top-section .logo .title-small {
	opacity: 0.7;
	font: 100 18px/22px 'PT Sans Narrow', sans-serif; text-transform: none; letter-spacing: 0;
}
.index .top-section .logo .title-small { opacity: 0.5; }

.top-section .logo .logo-90-pobeda { position: absolute; top: 2px; right: -120px; }



.top-section .top-menu {
	margin-top:50px;
	margin-left:210px;
	float: left;
	color: #000;
	font: 600 18px/24px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
    list-style: none;
}

.index .top-section .top-menu, .index .top-section .top-menu a {
	color: #fff;
}

.top-section .top-menu a { text-decoration: none; color: #000; }
.top-section .top-menu a:hover { text-decoration: underline; }
.top-section .top-menu .active, .top-section .top-menu .active a { color: #cd4638; }

.top-section .top-menu li { margin-bottom: 10px; }

.lowvision { float: right; margin-right: 105px; margin-top: 33px; width: 125px; font: 600 16px/20px 'PT Sans Narrow', sans-serif; text-transform: uppercase; letter-spacing: 1px; }
.lowvision a { color: #482a2a; text-decoration: none; }
.lowvision a:hover { color: #cd4638; text-decoration: underline; }
.lowvision .eye-icon { width: 27px; height: 18px; margin-bottom: 3px; }
.index .lowvision a { color: #fff; }

.index .slogan {
	position: absolute;
	left: 513px;
	top: 362px;
	color: #fff;
	font: 600 50px/60px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.main-section::after {
    content: "";
    display: table;
    clear: both;
}


.flex-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.middle {
	/*float: left;
	max-width: 878px;*/
	margin-right: 55px;
	flex: 1;
}

.side-bar {
	margin-top: 70px;
	margin-right: 40px;
	width: 230px;
	/*float: right;*/
}

.side-bar .side-menu {
	padding: 0px;
	color: #000;
	font: 600 19px/26px 'PT Sans', sans-serif;
    list-style: none;
}


.side-bar:has(.side-menu) {
	position: sticky;
    top: 50px;
}


.side-bar .side-menu a { text-decoration: none; color: #482a2a; }
.side-bar .side-menu a:hover { text-decoration: underline; }
.side-bar .side-menu .active, .side-bar .side-menu .active a { color: #cd4638; }
.side-bar .side-menu li { margin-bottom: 15px; }


h1 {
	margin-top: 70px;
	margin-bottom: 75px;
	color: #000;
	font: 600 55px/55px 'PT Sans Narrow', sans-serif;
	letter-spacing: 2px;
}

h1::after {
  content: url('/images/title-line.png');
  display: block;
  position: absolute;
  margin-top: -28px;
  width: 260px;
  height: 5px;
}


.bottom-section { margin-top: 65px;}
.bottom-menu { margin-bottom:62px; }
.bottom-menu .arrow { margin: 0 35px 0 35px;  background: none; border: none; cursor: pointer; }
.bottom-menu .arrow img { width: 63px; height: 65px;}
.bottom-menu .arrow:hover { opacity:0.7; transition: opacity 0.25s; }

.bottom-menu .active, .bottom-menu .active a { color: #cd4638; }


.bottom-menu .line-container {
    display: flex;
    align-items: center;
}

.bottom-menu .line {
    flex: 1;
    height: 1px;
    background-color: #ccc;
    margin-top: -5px;
}

.bottom-menu ul {
	text-align: center;
	max-width: 800px;
	margin: 35px auto 75px;
	padding: 0px;
}

.bottom-menu li {
	font: 600 24px/40px 'PT Sans Narrow', sans-serif;
    list-style: none;
	margin:0 15px;
	display: inline-block;
}

.bottom-menu li a {	color: #764545; text-decoration: none; }
.bottom-menu li a:hover { text-decoration: underline; }

.bottom-section .bottom-text {
	/*float: left;*/
	flex: 1;
	max-width: 555px;
	padding-bottom: 55px;
	margin-right: 125px;
}


.bottom-section ul.tech-nav {
	margin: 5px 0 0 0;
	padding: 0;
}

.bottom-section ul.tech-nav li {
    list-style: none;
	display: inline-block;
}

.bottom-section ul.tech-nav li a {
	color: #8e8e8e;
	text-decoration: none;
}

.bottom-section ul.tech-nav li a:hover {
	text-decoration: underline;
}


.bottom-section ul.tech-nav li:not(:last-child)::after {
  content: '→';
  color: #8e8e8e;
  padding: 0 5px 0 10px;
}


.bottom-section .bottom-links { float: right; }
.bottom-links .social-nav img { width: 32px; height: 32px; }

.bottom-links ul.social-nav { padding: 0; margin-top: 8px; }
.bottom-links ul.social-nav li {
    list-style: none;
	display: inline-block;
	margin-right:20px;
}

.bottom-links ul.social-nav li a:hover img { opacity:0.6; transition: opacity 0.25s; }

.bottom-links .social {	display: inline-block; vertical-align: top; margin-right: 120px; }
.bottom-links .fond { display: inline-block; vertical-align: top; }



.mobile-menu {

	display: none;

	height: 100%;
	width: 100%;
	/*position: absolute;*/
	left: 0;
	top: 0;
	position: fixed;

	overflow: hidden;

	-moz-perspective: 800px;
	-webkit-perspective: 800px;
	perspective: 800px;
	-moz-perspective-origin: 0% 50%;
	-webkit-perspective-origin: 0% 50%;
	perspective-origin: 0% 50%;
}

.mobile-menu .toggleSwitch {
	position: fixed;
	left: 50px;
	top: 25px;
	z-index: 999;
}
.mobile-menu .shadow {
	background: #3a3f44;
	opacity: 0;
	transition: opacity 0.5s;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.mobile-menu.animated .shadow {
	opacity: 0.7;
}


.mobile-menu .panel {
	padding: 0px 0px;

	height: 100%;
	width: 300px;
	top: 0;
	right: 0;
	position: fixed;
	background-color: #e64d4c;
}

.mobile-menu .panel:before {
	content: url('/images/dirty-border.png');
	width: 143px;
	height: 100%;
	position: fixed;
	top: 0;
	margin-left: -140px;
}

.mobile-menu .panel .close {
	width: 25px;
	height: 25px;
}

.mobile-menu .menu-content {
	padding: 0 50px;
	height: 100%;
	overflow-y: auto;
    overflow-x: hidden;	
}

 .mobile-menu .menu-content-list {
 	margin-top: 80px;
 }

.mobile-menu.toggled {
	display: block;
	z-index: 999;
}

.mobile-menu ul {
	text-align: left;
	padding: 0;
}

.mobile-menu li {
	font: 600 26px/30px 'PT Sans Narrow', sans-serif;
	color: #f3a6a6;
    list-style: none;
	margin:20px 0;
	position: relative;
}

.mobile-menu li.active a {
	color: #f3a6a6;
}

.mobile-menu .toggle-block {
	width: 20px;
	height: 30px;
	background: url(/images/toggleblock-arrow.png) 0 50% no-repeat;
	background-size: contain;
	cursor: pointer;
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
}

.mobile-menu .toggle-block.toggled {
	transform: scaleY(-1);
}

.mobile-menu .toggle-text {
	display: none;
}

.mobile-menu li a {	color: #fff; text-decoration: none; }
.mobile-menu li a:hover { text-decoration: underline; }
.mobile-menu .lowvision { float: none; font: 600 18px/24px 'PT Sans Narrow', sans-serif; margin-bottom: 50px; }
.mobile-menu .lowvision a { color: #fff; }
.mobile-menu .lowvision img {
	-webkit-filter: brightness(10);
	filter: brightness(10);
}


.mobile-menu .toggle-text li {
	font: 100 18px/20px 'PT Sans', sans-serif;
	color: #f3a6a6;
    list-style: none;
	margin: 15px 0 15px 25px;
}


.mobile-menu .panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: -webkit-transform .5s ease;
  -moz-transition: -moz-transform .5s ease;
  -ms-transition: -ms-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease;


  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;


  -webkit-transform: translateX(400px) rotateY(55deg);
  -moz-transform: translateX(400px) rotateY(55deg);
  -ms-transform: translateX(400px) rotateY(55deg);
  -o-transform: translateX(400px) rotateY(55deg);
  transform: translateX(400px) rotateY(55deg);

}

.mobile-menu.animated .panel {


   webkit-transform: translateX(0px) rotateY(0deg);
  -moz-transform: translateX(0px) rotateY(0deg);
  -ms-transform: translateX(0px) rotateY(0deg);
  -o-transform: translateX(0px) rotateY(0deg);
  transform: translateX(0px) rotateY(0deg);

}




.top-section .toggleSwitch img {
	width: 25px;
	height: 25px;
}

.top-section .toggleSwitch {
	float: right;
	margin: 80px 30px 0 0;
	display: none;
}


.search-results {
	padding: 30px 60px;
}

.search-results ul {
    padding: 0;
    margin: 0;
}

.search-results li.result {
	padding: 18px 100px 18px 28px;
	border-radius: 10px;

    list-style: none;
    -webkit-transition: background-color 1s;
    -ms-transition: background-color 1s;
    transition: background-color 1s;
    margin: 0 -28px;
    position: relative;
}

.search-results li.result::after {
	content: url('/images/search-right-arrow.png');
	opacity: 0;
	display: block;
	position: absolute;
	width: 43px;
	height: 24px;
	top: calc(50% - 12px);
	right: 84px;

    -webkit-transition: opacity 0.5s, right 0.5s;
    -ms-transition: opacity 0.5s, right 0.5s;
    transition: opacity 0.5s, right 0.5s;

}

.search-results li.result:hover::after {
	opacity: 1;
	right: 44px;

    -webkit-transition: opacity 0.5s, right 0.5s;
    -ms-transition: opacity 0.5s, right 0.5s;
    transition: opacity 0.5s, right 0.5s;

}

.search-results li.result:hover {
	background-color: rgba(249, 241, 232, 1);
	border-radius: 10px;
	cursor: pointer;
    -webkit-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
}



.search-results li.result .result-title {
	font: 600 30px/35px 'PT Sans';
	margin: 0 0px 8px;
}
.search-results li.result a {
	/*text-decoration: none;*/
	text-decoration-color: rgba(0,0,0,0);
	color: #000;

    -webkit-transition: text-decoration-color 0.5s;
    -ms-transition: text-decoration-color 0.5s;
    transition: text-decoration-color 0.5s;	

}

.search-results li.result:hover a {
	text-decoration: underline;
	text-decoration-color: rgba(0,0,0,1);

    -webkit-transition: text-decoration-color 0.5s;
    -ms-transition: text-decoration-color 0.5s;
    transition: text-decoration-color 0.5s;	
}


.pagination {
	text-align: center;
	margin-top: 50px !important;
}

.pagination li {
	font: 100 24px/35px 'PT Sans';
	list-style: none;
	display: inline-block;
/*	padding: 12px 23px 12px 19px; */
	padding: 12px 16px 12px 16px;
}

.pagination li.active {
	min-width: 30px;
	background-color: #ef504f;
	color: #fff;
	border-radius: 50px;
}

.pagination li a {
	color: #000;
	text-decoration: none;
}

.pagination li a:hover {
	color: #000;
	text-decoration: underline;
}


/*
input, textarea, select, button {
	outline: none;
	font: inherit;
	margin: 0;
}

a {
	color: #578eaa;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color: #36a1cc;
	text-decoration: underline;
}

img,
area {
	outline: none;
}

p {
	margin: 0 0 10px;
}

p em{
	color: #5e5e5e;
}

button {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

h1, h2, h3, h4, .h4, h5 {
	font: 400 26px/34px 'Ubuntu', sans-serif;
	margin: 0 0 10px;
}

h1 {
	color: #4f5a6e;
	font-size: 50px;
	line-height: 65px;
	margin-bottom: 70px;
}

*/




.form__group {
 	position: relative;
 	padding: 12px 0 0;
 	margin-bottom: 18px;
 	margin-right: 45px;
 	display: inline-block;
}

.form__field {
	font: 100 19px/24px 'PT Sans';
 	min-width: 295px;
 	width: 295px;
 	border: 0;
 	border-bottom: 2px solid #9b9b9b;
 	outline: 0;
 	color: #000;
 	padding: 7px 0;
 	background: transparent;
 	transition: border-color 0.2s;
}


input {
    border-radius: 0;
}

select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.95 10'%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3Bdisplay%3Anone%3B%7D.cls-2%7Bfill%3A%23444%3B%7D%3C/style%3E%3Crect class='cls-1' width='4.95' height='10'/%3E%3Cpolygon class='cls-2' points='1.41 4.67 2.48 3.18 3.54 4.67'/%3E%3Cpolygon class='cls-2' points='3.54 5.33 2.48 6.82 1.41 5.33'/%3E%3C/svg%3E") no-repeat 100% 50% !important;
   
    border-radius: 0;
     direction: ltr;
     text-align: left;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    /* and then whatever styles you want*/
}


.form__field::placeholder {
	color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
	font-size: 19px;
	color: #777;
 	cursor: text;
  	top: 20px;
}

.form__field.placeholder-shown ~ .form__label {
	font-size: 19px;
	color: #777;
 	cursor: text;
  	top: 20px;
}





input[type="date"] {
    color: rgba(0, 0, 255, 0); !important;
    height: 24px;

}

input[type="date"].has-value {
    color: black !important;
}

 
/*
input[type="date"]:focus {
    color: black !important;
}

input[type="date"]:not(:placeholder-shown):valid {
    color: black !important;
}
*/

.form__label {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font: 100 14px/16px 'PT Sans';
	color: #626364;
}

.form__field:focus {
	font-weight: 400;
	border-width: 2px;
	border-image: linear-gradient(to right, #eb7c7b, #fccd80);
	border-image-slice: 1;
}
.form__field:focus ~ .form__label {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 14px;
	color: #eb7c7b;
}

.form__field.focus {
	font-weight: 400;
	border-width: 2px;
	border-image: linear-gradient(to right, #eb7c7b, #fccd80);
	border-image-slice: 1;
}
.form__field.focus ~ .form__label {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 14px;
	color: #eb7c7b;
}


.form__field:required, .form__field:invalid {
	box-shadow: none;
}

.form__button {
	width: auto;
	cursor: pointer;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: #ef504f;
	height: 60px;
	color: #fff;
	font: 600 16px/18px 'PT Sans';
	padding: 0 30px;

	background-size: 200% 100%;
	background-image: linear-gradient(to right, #ef504f, #fccd80);
    background-position: 0 0;

  	moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

.form__button:hover {

	box-shadow: 0px 0px 15px 1px rgba(0,0,0,.15);
	background-size: 100% 100%;    
    background-position: 100% 0;

    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}



.button {
	display: inline-block;
	width: auto;
	margin-top: 5px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: #ef504f;
	height: 60px;
	color: #fff;
	font: 600 16px/18px 'PT Sans';
	padding: 0 20px;

	white-space: nowrap;
 	line-height: 60px;

	background-size: 200% 100%;
	background-image: linear-gradient(to right, #ef504f, #fccd80);
    background-position: 0 0;

  	moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

.button:hover {

	box-shadow: 0px 0px 15px 1px rgba(0,0,0,.15);

	background-size: 100% 100%;    
    background-position: 100% 0;

    moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}









.form__button {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.form__button:focus {
  outline: 0;
}
.form__button:before, .form__button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.form__button:before {
  display: none;
  top: -55px;
  background-image: radial-gradient(circle, #ef504f 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ef504f 20%, transparent 30%), radial-gradient(circle, #fccd80 20%, transparent 20%), radial-gradient(circle, #ef504f 20%, transparent 20%), radial-gradient(circle, transparent 10%, #fccd80 15%, transparent 20%), radial-gradient(circle, #ef504f 20%, transparent 20%), radial-gradient(circle, #fccd80 20%, transparent 20%), radial-gradient(circle, #ef504f 20%, transparent 20%), radial-gradient(circle, #fccd80 20%, transparent 20%);
/*  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;*/
  background-size: 7% 7%, 15% 15%, 10% 10%, 15% 15%, 13% 13%, 7% 7%, 10% 10%, 7% 7%, 13% 13%;
}
.form__button:after {
  display: none;
  bottom: -59px;
  background-image: radial-gradient(circle, #ef504f 20%, transparent 20%), radial-gradient(circle, #fccd80 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ef504f 15%, transparent 20%), radial-gradient(circle, #fccd80 20%, transparent 20%), radial-gradient(circle, #ef504f 20%, transparent 20%), radial-gradient(circle, #fccd80 20%, transparent 20%), radial-gradient(circle, #ef504f 20%, transparent 20%);
/*  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;*/
  background-size: 10% 10%, 15% 15%, 13% 13%, 15% 15%, 10% 10%, 7% 7%, 15% 15%;
}
.form__button:active {
  transform: scale(0.9);
}
.form__button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}
.form__button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}




.search-form {
	margin-top: 80px;
	padding: 40px 50px 40px 60px;
	border-radius: 15px;
	background-color: #f5f7fa;
	position: relative;
}

.search-form h1 {
	margin: 0 0 25px;
}

.search-form h1:after {
	content: none;	
}

.search-form .search-picture {
	position: absolute;
	right: 69px;
	top: 50px;
}


.search-form .button-block {
	margin-top:20px;
}

.search-form .advanced-search, .search-form .clear-search {
	display: inline-block;
	font: 600 14px/18px 'PT Sans';
	text-transform: uppercase;
	width: 100px;
	margin-bottom: 6px;
	vertical-align: middle;
}

.search-form .clear-search {
	margin-left:10px;
}

.search-form .advanced-search a, .search-form .clear-search a {
	color: #000;
	text-decoration: none;
}

.search-form .advanced-search a:hover, .search-form .clear-search a:hover {
	text-decoration: underline;
	cursor: pointer;
}




.advanced-form {
	display: none;
	background-color: #fff;
	border-radius: 15px;
	margin: 20px -30px -20px -40px;
	padding: 20px 30px 20px 40px;
}

.advanced-search.toggle-search a { cursor: pointer; }

.events-list {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

.events-list li {
    padding: 0;
    margin: 0;
    text-indent: 0 !important;
	font: 600 34px/36px 'PT Sans Narrow', sans-serif;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom:30px !important;
}

.events-list li img {
	width: 300px;
}

.events-list a {
	color: #000;
	text-decoration: none;
}

.events-list .date {
	color: #ef504f;
    font: 600 20px / 24px 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.events-list .image {
	margin-right: 30px;
}

.events-list .text {
	flex: 1;
}

.events-list .text a:hover {
	text-decoration: underline;
}


.person-page .person-foto {

	width: 383px;
	min-height: 275px;
    background-image: url('/images/person/person-foto-bg-top.png'), url('/images/person/person-foto-bg-middle.png'), url('/images/person/person-foto-bg-bottom.png');
    background-repeat: no-repeat;
    background-position: top, center, bottom;
    background-size: 100% 115px, 100% calc(100% - 230px), 100% 115px; /* Растягиваем среднюю часть */
    margin-left: -23px;
	position: relative;
	text-align: center;

}

.person-page .title-mobile {
	letter-spacing: 0;
	font: 600 60px / 64px 'PT Sans Narrow', sans-serif;
	display: none;
}

.person-page .person-foto img {
	max-width:320px;
	border-radius: 0;
	margin: 28px 25px 35px;
}

.person-page .person-foto:before {
	content: '';
	background-image: url('/images/person/left-border.png'); 
	width: 10px;
	height: calc(100% - 70px);
	position: absolute;
	top: 28px;
	left: 25px;
	z-index: 999;
}

.person-page .person-foto:after {
	content: '';
	background-image: url('/images/person/right-border.png'); 
	width: 10px;
	height: calc(100% - 70px);
	position: absolute;
	top: 28px;
	right: 28px;
}

.person-page .person-foto .open-gallery {
	background-color: #ef504f;
	font: 100 15px/18px 'PT Sans Narrow';
	color: #fff;
	position: absolute;
	bottom:65px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 13px;
	cursor: pointer;
	pointer-events: none;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;

    moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.person-page .person-foto .open-gallery:hover {
	background-color: #f16a69;
    moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.person-page {
	margin-top: 29px;
}


.person-page .flex-wrapper { min-height: 560px; }


.person-page .left-block {
	position: relative;
	width: 670px;
	min-width: 650px;
	flex: 1;
}

.person-page .right-block {
	padding-top: 40px;
}

.person-page .right-block h1 {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font: 600 60px / 64px 'PT Sans Narrow', sans-serif;
}

.person-page .right-block h1:after {
	content: none;
}

.person-page .short-info {
	width: 587px;
	padding-bottom: 30px;
	background: url(/images/person/shortinfo-bg.png);
	background-size: 100% 100%;
	position: absolute;
	top: 51px;
	left: 16px;
}


.person-page .short-info ul {
    margin-left: 361px;
    margin-top: 33px;
}

.person-page .short-info li {
	font: 100 15px/22px 'PT Sans', sans-serif;
    list-style: none;
	margin:10px 0;
	padding-right: 15px;
	text-indent: 0;
}


.person-page .rewards {
	color: #000;
	font: 600 14px/14px 'PT Sans Narrow', sans-serif;
    list-style: none;
    margin-top: 15px;
    padding: 0;
    margin-right: -30px;
}

.person-page .rewards li {
	text-align: center;
	vertical-align: top;
	width: 140px;
	display: inline-block;
	margin-right: 30px;
}



.person-page .rewards img {
	width: 70px;
	margin-bottom: -3px;
}


.hidden-gallery {
  display: none;
}

.person-page .foto {
	cursor: pointer;
    display: inline-block;
    margin: 10px;
}

.person-page .more-info ul {
	padding: 0;
	margin-right: -30px;
}

.person-page .more-info li {
	font: 100 15px/20px 'PT Sans', sans-serif;
	display: inline-block;
    list-style: none;
	margin:5px 20px 10px 0;
	/*min-height: 55px;*/

	text-indent: 0;
	width: 225px;
	vertical-align: top;
}

.person-page .more-info li.wide {
	width: 100%;
}

.person-page .docs-block {
	text-align: center;
	padding: 55px 0 45px;
	margin-top: 50px;
	background-color: #6a6563;
	color: #fff;
	position: relative;
}

.person-page .docs-block:before {
	content: '';
	background-color: #6a6563;
	width: 2000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}


.person-page .docs-block:after {
	content: '';
	background: url('/images/dirty-border-h.png'), url('/images/dirty-border-h2.png');
	width: 2000px;
	height: 100%;
	position: absolute;
	background-position: top center, bottom center;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	pointer-events: none;
}

.person-page .docs-block h2 {
	color: #fff;
}

.person-page .docs-block .docs img {
	vertical-align: middle;
	margin: 0 15px;
	border-radius: 0;
	cursor: pointer;
}

.person-page .docs-block .docs-list {
	margin: 5px 0 0 0;
	padding: 0;

}

.person-page .docs-block .docs-list li {
    list-style: none;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.3;
	max-width: 220px;
	word-wrap: break-word;
	position: relative;
	margin: 20px 10px 30px 70px;
}

.person-page .docs-block .docs-list li .file-size {
	margin-top:5px;
	font-size: 13px;
}

.person-page .docs-block .docs-list li a {
	color: #ffffff;
	text-decoration: underline;
}



.person-page .docs-block .docs-list li::before {
    content: '';
	display: block;
    position: absolute;
    left: -60px;
    top: 4px;
    width: 46px;
    height: 53px;
    background-image: url('/images/file-icon.png');
    background-size: cover; /* Подгоняем размер иконки по её размерам */
    margin-right: 10px; /* Отступ между иконкой и текстом */
    vertical-align: middle; /* Центрируем иконку по вертикали */
}



.search-left {
	flex: 1;
}

.search-right {
	width: 283px;
    position: sticky;
    top: 50px;
}

.search-right .feedback {
	position: relative;
	display: block;
	margin-left: auto;
	border: solid 3px #f9f1e8;
	border-radius: 10px;
	padding: 17px 28px 25px;
	width: 160px;
	font: 100 16px/20px 'PT Sans';

}

.search-right .feedback .link {
    margin-top: 15px;
    border: none;
    border-radius: 3px;
    background-color: #f7f1e3;
    padding: 10px 20px 15px;
    background-size: 200% 100%;
}


.search-right .feedback::after {
  content: url('/images/pen-icon.png');
  display: block;
  position: absolute;
  top: -8px;
  right: 6px;
  width: 42px;
  height: 78px;
}


.search-right h3 {
	margin: 0 0 16px;
	font: 600 30px/26px 'PT Sans Narrow';
	color: #764545;
}

#docs-gallery img:hover {
	filter: brightness(1.15);
	transition: all 0.25s;
}

#docs-gallery img {
	transition: all 0.25s;
}


.mediagallery-list {
	padding: 0 !important;
}

.mediagallery-list a {

    list-style: none;
	display: inline-block;
	white-space: normal;
	margin: 0 10px 10px 0 !important;
	width: 270px;
	min-height: 240px;
	background-color: #f5f7fa;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	line-height: 22px !important;
	transition: all 0.25s;
	vertical-align: top;
	text-decoration: none;
	color: #000;
	font-weight: 600;

}

.mediagallery-list a:hover {
	background-color: #f9f2ea;
	transition: all 0.25s;
	text-decoration: underline;
	cursor: pointer;
}


.articles-list-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.articles-list-item .image {
	display: block;
	width: 384px;
	height: 382px;
    background-image: url(/images/article-imgform.png);
}

.articles-list-item .image .img-wrap {
	width: 229px;
	height: 314px;
  	overflow: hidden;
  	position: relative;
  	margin-left: 77px !important;
  	margin-top: 24px !important;
}

.articles-list-item .image .img-wrap img {
	border-radius: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.articles-list-item .text {
	padding-left:50px;
	margin: auto;
	flex: 1;
    font: 17px / 26px 'PT Sans', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
    font-weight: normal;
    line-height: 26px;
}

.articles-list-item .text a {
    text-decoration: none;
    color: #000;
}

.articles-list-item .text a:hover .title{
    text-decoration: underline;
}

.articles-list-item .text .title {
    font: 600 30px / 35px 'PT Sans';
    margin: 0 0px 15px;
}

.document-source {
    margin-top: 40px;
    color: #707070;
    font-size: 16px;
    font-style: italic;
    padding: 20px 40px;
    border: solid 1px #ccc;
    border-radius: 10px;
    line-height: 23px;
    word-break: break-all;
}


@media (max-width: 1100px) {
	.side-bar {
		margin-right: 0;
		width: 170px;
	}
	.side-bar .side-menu {
		font: 600 17px / 21px 'PT Sans', sans-serif;
	}
}


@media (max-width: 1200px) {

	.top-section .top-menu {
		margin-left: 150px;
	}

	.index .slogan {
		left: 453px;
	}

	.form__field {
 		min-width: unset;
 	}
 	.search-form .search-picture {
 		right: 40px;
 	}
}


@media (max-width: 1050px) {

	.index .slogan {
		left: 351px;
	}

 	.search-form .search-picture {
 		right: -80px;
 	}

 	.index .news-block li { width: 44%; }
}

@media (max-width: 950px) {

	.person-page .title-mobile {
		margin: 70px 0 30px;
		padding: 0;
		display: block;
	}

	.person-page h1 {
		display: none;
	}

	.person-page .right-block {
		padding-top: 100px;
	}

	.top-section .top-menu {
		margin-left: 50px;
	}

	.form__field {
 		min-width: unset;
 	}

 	.index .simple-search-form .right-block .new { white-space: normal; }
 	.index .simple-search-form .right-block .new li:last-child { display: none; }
 	.index .simple-search-form .right-block .new li { width: auto; }

    .top-section .top-menu {
        margin-left: 120px;
    }

    .lowvision { margin-right: 50px; }


}



@media (max-width: 850px) {

	.index .simple-search-form .right-block { display: none; }
	.index .simple-search-form .form__field { min-width: inherit; width: inherit; }
	.index .simple-search-form .left-block { width: 100%; }
	.index .simple-search-form { background-image: none; padding: 30px 0; }
	.index .content .left-block { padding-top: 220px; }
	.index .content .right-block { padding: 20px 0; }

	.logo-90-pobeda { display: none; }

	.index .slogan {
		left: 130px;
		top: 279px;
	}

	.index .event-block .right-block {
		width: 100%;
	    height: initial;
		max-width: none;
		margin-left: 0;
		margin-top: 50px;
		padding: 60px;
	}

	.index .event-block .right-block .icon { display: none; }

	.index .event-block .right-block .title {
		margin-bottom: 20px;
	}

	.index .event-block .right-block .field {
		display: block;
	}

	.index .event-block .right-block .form__field {
		width: 100%;
	}

	.index .yourhelp-block .middle .icon { display: none; }

	.index .yourhelp-block .middle .txt {
		margin-left: 0px;
		padding: 50px 50px 10px;
	}


 	.index .news-block li { width: 100%; padding-bottom: 40px; }

 	.search-form .search-picture {
 		display: none;
 	}

	.form__field {
 		width: 100%;
 	}

 	.form__group.field {
 		width: 100%;
 	}

	.side-bar {
		display: none;
	}

	.top-section .toggleSwitch {
		display: inline-block;
	}

	.top-section {
		min-height: 200px;
		background-position-y: 100%;
		margin-bottom: -25px;
	}

	.top-section .logo img {
	    vertical-align: top;
	}

	.top-section .logo {
	    margin-top: 44px;
	}

	.top-section .logo .title {
	    display: inline-block;
	    margin-left: 30px;
	    line-height: 1.05;
	}

	.top-section .lowvision {
		display: none;
	}

	.top-section .top-menu {
		display: none;
	}

	.middle { margin-right: 0; }

	.flex-wrapper {
		display: block;
	}

	.table-container {
		width: 100%;
		overflow-x: auto;
	}

	.bottom-section .bottom-text {
		margin-right: 0;
		padding-bottom: 35px;
		max-width: unset;
	}

	.bottom-section .bottom-links {
		float: initial;
		padding-bottom: 20px;
	}

	.search-results {
		padding: 30px 0;
	}

	.search-results li.result {
		padding: 18px 28px;
		text-indent: unset;
	}

	.search-results li.result:hover::after {
		content: none;
	}

	.search-form {
		padding: 30px 40px;
        margin-left: -25px;
        margin-right: -25px;
	}

	.pagination li {
		padding: 12px 5px;
	}

	.pagination li.active {
	    padding: 12px 23px 12px 19px;
	}


	.articles-list-item {
		display: block;
		margin-bottom:50px;
	}


	.articles-list-item .image {
		padding-top: 0.1px;
		margin: auto;
	}


	.articles-list-item .text {
		padding-left: 0;
	}

	.search-right .feedback {
		display: none;
	}


	.events-list li {
		font-size: 26px;
		line-height: 28px;
	}

	.events-list li img {
		max-width: 110px;
	}

	.index .top-section {
		min-height: 725px;
	}

}

@media (max-width: 650px) {

	.for-mobile { display: block; }
	.person-page .short-info { display: none; }
    .person-page .right-block { padding-top: 0; }
    .person-page .more-info li { width: inherit; }
}

@media (max-width: 500px) {

	.person-page .docs-block:before, .person-page .docs-block:after { display: none; }

	.person-page .left-block {
	    width: 100%;
	    min-width: inherit;
	}


	.text blockquote {
		margin: 30px 0px;
	}
	h1 {
		font: 600 45px / 48px 'PT Sans Narrow', sans-serif;
	}
	
	h1::after {
		margin-top: -8px;
	}

	.top-section .logo .title {
		font-size: 32px;
		margin-left: 15px;
	}
	
	.top-section .toggleSwitch {
		margin-right: 0;
	}

	.index .slogan {
		font-size: 38px;
		line-height: 1.3;
		left: 30px;
		top: 279px;
	}

 	.index .news-block li { margin: 0; }

 	.index .content .left-block {
/* 	    font-size: 28px;*/
 	    font-size: 22px;
    	line-height: 1.2;
    }

    .mediagallery-list a {
    	width: 100%;
    	min-height: unset;
        padding: 30px 40px;
    }

}




/* LOW VISION STYLES */

.lowvisionpage h1, .lowvisionpage h2, .lowvisionpage h3, .lowvisionpage h4 {
	color: #000 !important;
}
.lowvisionpage body {
    font: 22px / 32px 'PT Sans', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
}


.lowvisionpage .index .top-section {
	background-image: none !important;
	background-color: #000;
}

.lowvisionpage .top-section {
	background-image: none !important;
	background-color: #fff;
}

.lowvisionpage .top-section .top-menu {
    font: 600 24px / 28px 'PT Sans Narrow';
}

.lowvisionpage .top-section .top-menu li.active {
	color: inherit;
	text-decoration: underline;
}

.lowvisionpage .top-section .logo .title-small {
	opacity: 1;
	font: 100 24px / 26px 'PT Sans Narrow', sans-serif;
}

.lowvisionpage .search-form {
	background-color: #fff;
	border: 5px solid #000;
}

.lowvisionpage * {
  filter: grayscale(100%);
}

.lowvisionpage .form__button {
	background-image: none;
	background-color: #000;
	font-size: 20px;
}

.lowvisionpage .index-advanced-search, .lowvisionpage .advanced-search.toggle-search {
	font-size: 18px;
	line-height: 1.3;
}

.lowvisionpage .search-right .feedback {
	border-color: #000;
	font: 100 20px / 24px 'PT Sans';
	color: #000;
}

.lowvisionpage .search-right .feedback .link {
	padding: 0;
	background: none;
}