/* BASE RULES */

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic,cyrillic-ext,latin-ext';

@font-face {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

* {
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none !important;
}

body {
	line-height: 1;
	font-size: 16px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}

p::-moz-selection, 
h1::-moz-selection, 
h2::-moz-selection, 
h3::-moz-selection, 
h4::-moz-selection, 
h5::-moz-selection, 
h6::-moz-selection, 
a::-moz-selection {
	background: #2DC676;
}

p::selection, 
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection, 
a::selection {
	background: #2DC676;
}

ol, ul {
	list-style: none;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix::after {
	display: block;
	height: 0;
	content: '';
	clear: both;
}

/* BASE RULES */

/* LAYOUT RULES не удалять */
.container-main {
	width: 100%;
	height: 100%;
	position: relative;
	height: auto;

	display: -ms-flexbox;

	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.header-main, .main-main, .footer-main {
	width: 100%;
}

.header-main {
	font-family: 'Open Sans', sans-serif;
	height: 100px;
	border-bottom: 1px #000 solid;
	position: relative;
}

.header-main-all-pages {
	background: #fff;
	box-shadow: 1px 1px 4px #ccc;
}

.main-main {
	width: 100%;
	min-height: 100%;
	position: relative;
	background: #fff;
}

.container-inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.header-main .container-inner {
	width: 95%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-ms-flex-align: center;
    align-items: center;
	-ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-main {
	height: auto;
	padding: 40px 0;
	font-family: 'Open Sans', sans-serif;
	border-top: 40px #2DC676 solid;
}

.footer-main .container-inner {
	width: 95%;
	margin: 0 auto;
}

.footer-top, .footer-bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-bottom {
	-ms-align-items: flex-end;
	-ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
	padding: 20px 0 20px 0;
}
/* LAYOUT RULES не удалять */


.transfer-card-text {
	text-align: center;
	margin: 20px 0 10px 0;
	line-height: 1.5;
}

.transfer-card-link {
	text-align: center;
	color: #2DC676;
}
.transfer-card-link:hover {
	text-decoration: underline;
}


/* COMMON POPUP STYLES */
.popup-image {
	cursor: hover;
}

.popup {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	   justify-content: center;
	-ms-align-items: center;
	-ms-flex-align: center;
    align-items: center;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(1, 1, 1, .7);
	position: fixed;
	z-index: 10;
}

.popup-img {
	width: auto;
	height: 90%;
}

.popup-exit {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: background .1s linear;
}

.popup-exit:hover {
	background: rgba(1, 1, 1, .1);
}

.popup-exit:before {
	display: block;
	content: '';
	width: 50px;
	height: 3px;
	background: #fff;
	position: absolute;
	transform: rotate(45deg);
	top: 50%;
	left: 0;
}

.popup-exit:after {
	display: block;
	content: '';
	width: 50px;
	height: 3px;
	background: #fff;
	position: absolute;
	transform: rotate(-45deg);
	top: 50%;
	left: 0;
}
/* COMMON POPUP STYLES */

/*STATE RULES */

.noScrolledBg {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
	transition: background .3s linear 0s;
	color: #000;
	border: none;
	border-bottom: 1.5px #fff solid;
}

.scrolledBg {
	background: #fff !important;
	box-shadow: 1px 1px 4px #ccc;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	border: none;
}

.noScrolledTxt {
	color: #fff !important;
}

.scrolledTxt {
	color: #000 !important;
}

/*STATE RULES */

/* TIMELINE */

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}

.timeline {
	overflow-x: hidden;
}

.timeline ul {
  padding: 100px 0;
  background: url('../media/photos/history-bg.png');
  background-size: cover;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  font-weight: 300;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.timeline ul li:nth-child(even) div {
	left: -490px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


.timeline ul li::after {
  transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #2DC676;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -340px;
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
}

/* TIMELINE */

/* ================================================ MEDIA RULES ======================================================== */

@media screen and (max-width: 399px) {
	.popup-image:hover {
		display: block;
		cursor: pointer;
	}

	.common-main-info {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
	    flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 90%;
		margin: 0 auto 50px;
		font-family: 'Open Sans', sans-serif;
	}

	.common-title {
		font-size: 1.7rem;
		width: 90%;
		text-transform: uppercase;
		font-weight: 600;
		color: #4A90E2;
		margin: 50px 0;
		text-align: center;
	}

	.common-desc {
		text-align: center;
		line-height: 1.5;
		font-size: 18px;
	}


	.big-img {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

		.big-img-inner {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			-ms-flex-direction: column;
			    flex-direction: column;
			width: 90%;
			height: 90%;
		}

		.main-sitename {
			width: 100%;
			font-size: 1.7rem;
			letter-spacing: 1px;
			color: #fff;
			text-align: center;
			margin: 20px auto;
			font-weight: 900;
		}

		.main-site-desc {
			width: 100%;
			text-align: center;
			font-size: 1rem;
			color: #fff;
			margin: 0;
			font-weight: 200;
		}

		.main-desc {
			display: none;
		}

	.main-page-block {
		height: auto;
		display: block;
		margin: 0;
		padding: 0;
	}

	.block1 {
		width: 95%;
		margin: 30px auto 100px;
		padding: 0 0 50px 0;
	}
	.block2 {
		width: 95%;
		margin: 0 auto 10px;
		padding: 0 0 50px 0;
	}
	.block3 {
		margin: 50px 0 0 0;
		width: 100%;
		background: #fff;
	}

	.main-page-left,
	.main-page-right {
		width: 100%;
		height: 100%;
		padding: 0;
		font-weight: 300;
	}

	.block1 .main-page-left, .block2 .main-page-right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.block3-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

		.rector-photo {
			margin: 0 auto 10px;
		}

		.rector-name {
			text-align: center;
			display: block;
			width: 100%;
			margin: 10px auto 30px;
			font-weight: 300;
		}


		.rector-speech {
			width: 90%;
			margin: 0 auto;
			line-height: 1.5;
			font-size: 1.1rem;
			text-align: center;
			font-weight: 300;
			color: #000 !important;

			background: #FCFCFC; 
			border-left: solid #4A90E2 5px; 
			border-top: none; 
			border-right: solid #4A90E2 5px;
			margin: 10px 10px;
			padding: 10px;
			box-shadow: 1px 1px 3px #ccc;
			font-size: 16px;
		}

		.main-page-pretitle {
			color: #9B9B9B;
			text-transform: uppercase;
			text-align: center;
			font-weight: 800;
		}

		.main-page-title {
			color: #4A90E2;
			text-transform: uppercase;
			font-size: 2rem;
			margin: 15px 0 30px;
			font-weight: 400;
			text-align: center;
		}

		.main-page-desc {
			line-height: 1.5;
			width: 100%;
			margin: 0 auto 20px auto;
			text-align: center;
		}

		.main-page-more {
			text-align: center;
			color: #00ABFF;
			font-weight: 500;
			text-transform: uppercase;
			font-size: .9rem;
		}
		.main-page-more:hover {
			color: #4A90E2;
		}

		.main-page-imgs {
			width: 100%;
			height: 283px;
			margin: 0;
			padding: 0;
		}

		.block2 object {
			display: none !important;
		}

	.main-call-to-action {
		width: 90%;
		margin: 0 auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 40px 0 50px 0;
		text-align: center;
	}

		.main-call {
			text-transform: uppercase;
			color: #000;
			font-size: 1.4rem;
			font-weight: 600;
			margin: 0 0 25px 0;
			text-align: center;
		}

		.main-call-to-button {
			margin: 0 0 20px 0;
			text-align: center;
			padding: 15px 40px;
			border-radius: 30px;
			font-size: .8rem;
			text-transform: uppercase;
			color: #fff;
			background: #2DC676;
			text-transform: uppercase;
			font-weight: 800;
			transition: background .2s linear 0s;
		}
		.main-call-to-button:hover {
			background: #0AA64E;
			color: #fff;
		}

	.history-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.about-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.about-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		background-image: url('../media/photos/about-bg.jpg');
		background-size: cover;
		background-position: 0 0;
		color: #fff;
	}

	.about-full-desc-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 200px 0 200px;
		width: 60%;
	}

		.about-full-desc-title {
			font-size: 1.5rem;
			margin: 0 0 70px 0;
			text-align: center;
		}

		.about-all-points {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			-ms-flex-pack: center;
			    justify-content: center;
		}

		.about-point {
			display: -ms-flexbox;
			display: flex;
			width: 100% !important;
			margin: 20px auto;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-pack: start;
			    justify-content: flex-start;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			text-align: center;
		}

		.about-point-dig {
			font-size: 80px;
			position: relative;
			font-weight: 500;
			display: none;
		}

		.about-point-desc {
			width: 100% !important;
			margin: 50px 0 0 0;
			line-height: 1.4;
			font-size: 18px;
			position: relative;
			display: block;
		}

		.about-point-desc:nth-child(-n+1):after,
		.about-point-desc:nth-child(-n+1)::after {
			display: block;
			content: '';
			position: absolute;
			width: 200px;
			margin: 0 auto;
			height: 6px;
			background: #fff;
			bottom: -25px;
			left: -15px;
			border-radius: 20px;
		}


	.goals-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		background: url('../media/photos/goals-bg.jpg');
		background-size: cover;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.goals-full-desc-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 200px 0;
		width: 90%;
	}

		.goals-full-desc-title {
			font-size: 1.5rem;
			margin: 0 0 200px 0;
		}

		.goals-all-points {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

		.goals-point {
			display: -ms-flexbox;
			display: flex;
			width: 98%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-pack: start;
			    justify-content: flex-start;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			text-align: center;
			background: rgba(1, 1, 1, .6);
			padding: 0 0 30px 0;
		}

		.goals-point:nth-child(-n+3) {
			border-bottom: 10px #2DC676 solid;
		}

		.goals-point object {
			width: 50px;
			height: 50px;
			margin: 20px 0 0 0;
		}

		.goals-point-desc {
			width: 80%;
			margin: 30px 0 0 0;
			text-align: center;
			line-height: 1.5;
		}

		.administration-full-desc {
			font-family: 'Open Sans', sans-serif;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-align: center;
			    align-items: center;
			padding: 40px 0;
		}

		.administration-director {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			padding: 50px 0;
			-ms-flex-direction: column;
			    flex-direction: column;
		}

		.director-photo {
			display: block;
			width: 150px;
			height: 150px;
		}

		.administration-undertitle {
			text-align: center;
			margin: 10px auto;
		}

		.administration-desc {
			text-align: center;
			width: 70%;
		}

		.director-name {
			text-align: center;
			margin: 20px 0;
			font-size: 20px;
		}

		.director-desc {
			display: block;
			text-align: center;
			margin: 0 auto;
		}


		.administration-council, .administration-presidium {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			font-family: 'Open Sans', sans-serif;
		}

		.council-all-points, .presidium-all-points {
			width: 90%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
			margin: 40px auto 50px auto;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

		.council-point, .presidium-point {
			display: -ms-flexbox;
			display: flex;
			width: 45%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			margin: 10px 0;
		}

		.council-point img, .presidium-point img {
			width: 120px;
			height: 120px;
			border-radius: 60px;
		}

		.council-point-desc, .presidium-point-desc {
			margin: 10px 0 0 0;
			text-align: center;
		}

	.documents-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

		.documents-full-desc {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

			.documents-full-desc-inner {
				width: 90%;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: distribute;
				    justify-content: space-around;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				margin: 0 auto;
				padding: 10px 0 50px;
			}

			.documents-point {
				display: block;
				width: 95%;
				height: 100%;
				cursor: hover;
				margin: 20px 0;
			}

			.documents-desc:hover {
				text-decoration: underline;
			}

		.documents-download-list {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			width: 60%;
			margin: 0 auto 40px;
		}

			.documents-download-list a {
				font-size: 18px;
				text-decoration: underline;
			}

		.patrons-full-desc {
			font-family: 'Open Sans', sans-serif;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.patrons-all-points {
			width: 80%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
			margin: 40px 0 50px;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

		.patrons-point {
			display: -ms-flexbox;
			display: flex;
			width: 45%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			margin: 20px 0;
		}

		.patrons-point img {
			width: 120px;
			height: 120px;
			border-radius: 60px;
		}

		.patrons-point-desc {
			margin: 10px 0 0 0;
			text-align: center;
		}

	.report-full-archieve-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		font-family: 'Open Sans', sans-serif;
	}

	.report-full-current-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		width: 90%;
		margin: 0 auto;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

		.report-full-current-inner object {
			width: 95%;
			height: 100%;
			border: 1px #4A90E2 solid;
			margin: 20px 0;
		}

	.report-full-archive {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

			.report-full-archive h3 {
				text-align: center;
			}

			.report-full-archive-inner {
				display: -ms-flexbox;
				display: flex;
				-ms-flex-direction: column;
				    flex-direction: column;
				-ms-flex-pack: justify;
				    justify-content: space-between;
				-ms-align-items: center;
				-ms-flex-align: center;
				    align-items: center;
			}

			.report-all-points {
				padding: 0 0 50px 0;
				width: 300px;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: distribute;
				    justify-content: left;
				    flex-wrap: wrap;
			}

			.report-all-points-year {
				font-size: 24px;
				padding: 5px;
			}
			.report-all-points-year:hover {
				text-decoration: underline;
			}


	.transfer-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.transfer-icon {
		margin: 0 0 20px 0;
	}

	.transfer-undertitle {
		margin: 0 0 30px 0;
	}

	.transfer-icon:nth-child(1) {
		width: 100px;
		height: 50px;
	}
	.transfer-icon:nth-child(2) {
		width: 100px;
		height: 50px;
	}

	.transfer-full-desc-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		font-family: 'Open Sans', sans-serif;
		padding: 0 0 40px 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

		.card-payment, .agreement-payment {
			width: 90%;
			margin: 50px 0;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.card-payment img {
			display: block;
			width: 90%;
			height: auto;
		}

		.agreement-data {
			text-align: center;
			width: 90%;
			margin: 0 auto;
		}

	.donations-page {
		padding: 50px 0 70px;
		font-family: 'Open Sans', sans-serif;
	}

	.donations-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.donations-full-desc-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.donations-personal, .donations-company {
		width: 100%;
		height: auto;
		margin: 30px 0;
	}

	.donations-personal p, .donations-company p {
		display: block;
		text-align: center;
		width: 90%;
		margin: 0 auto 20px;
	}

	#companyChart,
	#personalChart {
		display: block;
		margin: 0 auto;
		width: 50%;
		height: auto;
	}

	.logo-main {
		width: 25%;
		cursor: pointer;
	}

	.nav-main {
		width: 55%;
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		margin: 0 0 0 3%;
	}

	.button-header {
		width: 8%;
		margin: 0 0 0 2%;
		text-align: center;
		padding: 15px 10px;
		border-radius: 30px;
		color: #fff;
		background: #2DC676;
		font-size: .7rem;
		text-transform: uppercase;
		font-weight: 800;
		transition: background .2s linear 0s;
	}
	.button-header:hover {
		background: #0AA64E;
	}

	.nav-main a {
		font-weight: 800;
		text-transform: uppercase;
		font-size: .9rem;
	}

	.nav-main-point {
		height: 100%;
		position: relative;
	}
	.nav-main-point p {
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		position: relative;
	}
	.nav-main-point a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		height: 100%;
		padding: 0 10px;
		position: relative;
	}
	li.nav-main-point:hover a.nav-main-point:before {
		display: block;
		width: 0;
		height: 0;
		/*left: calc(50% - 15px);*/
		bottom: 0;
		position: absolute;
		content: '';
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 20px solid #2DC676;
	}
	
	.nav-main_submenu {
		display: none;
		position: absolute;
		margin: -10px 0 0 0;
		transition: margin 5s linear 0s;
	}

	.nav-main-point:hover .nav-main_submenu {
		position: fixed !important;
		z-index: 4;
		border-right: 10px;
		display: block;
		top: 100px;
		margin: 0 0 0 0;
		background: #2DC676;
		padding: 15px 0;
		border-radius: 5px;
	}

	.nav-main-point:hover .nav-main_submenu li {
		width: auto;
		color: #2DC676 !important;
		font-weight: 500;
		display: block;
		color: #fff !important;
		text-transform: none;
		text-align: center;
		padding: 10px 20px;
		line-height: 1.5;
	}

	.nav-main-point:hover .nav-main_submenu li:hover {
		background: rgba(1, 1, 1, .1);
		color: #fff;
	}

	.nav-main-point:hover .nav-main_submenu a {
		text-align: center;
		color: #fff;
	}

	.big-img {
		width: 100vw;
		height: 100vh;
		background-image: url('../media/photos/rocket.jpg');
		background-size: cover;
	}

	.header-main {
		height: 40px;
	}

	.main-sitename {
		width: 90%;
		margin: 50px auto;
		text-align: center;
	}

	.main-site-desc {
		text-align: center;
		width: 90%;
		margin: 50px auto;
	}

	.main-desc {
		display: none;
	}

	.header-main {
		height: 70px;
	}

	.logo-main {
		width: 60%;
	}

	.link-ssau {
		display: none;
	}

	.nav-main, .button-header {
		display: none;
	}


	.footer-main {
		border-top-width: 20px;
		padding: 10px 0;
	}

	.footer-main .information {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 0;
	}

	.footer-nav, .footer-top .contacts {
		display: none;
	}

	.footer-top {
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}

	.footer-logo {
		width: 50%;
	}

	.footer-social {
		width: 40%;
		height: 40px;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.footer-social img {
		width: 20px;
		height: 20px;
	}

	.burger-menu {
		display: block;
		position: relative;
		width: auto;
		height: 30px;
		margin: 0;
	}

	.burger-icon {
		width: 30px;
		height: 30px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-direction: column;
		    flex-direction: column;
		cursor: pointer;
		padding: 5px 10px;
	}

	.burger-icon span {
		display: block;
		width: 20px;
		height: 2px;
		background: #2DC676;
		position: relative;
		border-radius: 5px;
	}

	.burger-icon span:before {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: #2DC676;
		left: 0;
		top: -5px;
		content: '';
		border-radius: 5px;
	}

	.burger-icon span:after {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: #2DC676;
		left: 0;
		top: 5px;
		content: '';
		border-radius: 5px;
	}

	.burger-submenu-middle {
		position: fixed;
		z-index: 6;
		right: 0;
		top: 70px;
		display: block;
		width: 140px;
	}

	.burger-submenu-middle li {
		width: 100%;
		height: 40px;
		border: 1px white solid;
		background: rgba(0, 0, 0, .5);
	}

	.burger-submenu-middle li:hover {
		background: rgba(0, 0, 0, .8);
	}

	.burger-submenu-middle a {
		width: 100%;
		height: 100%;
		color: #fff;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		text-align: center;
	}

	.burger-submenu-little {
		display: block;
		width: 100%;
	}

	.burger-submenu-little li {
		width: 100%;
		height: 40px;
		border: 1px white solid;
		background: rgba(0, 0, 0, .9);
	}

	.burger-submenu-little li:hover {
		background: rgba(0, 0, 0, .8);
	}

	.burger-submenu-little a {
		width: 100%;
		height: 100%;
		color: #fff;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		text-align: center;
	}
}

@media screen and (min-width: 400px) and (max-width: 980px) {
	.popup-image:hover {
		display: block;
		cursor: pointer;
	}

	.common-main-info {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
	    flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 90%;
		margin: 0 auto 50px;
		font-family: 'Open Sans', sans-serif;
	}

	.common-title {
		font-size: 1.7rem;
		text-transform: uppercase;
		font-weight: 600;
		color: #4A90E2;
		margin: 50px 0;
		text-align: center;
	}

	.common-desc {
		text-align: center;
		line-height: 1.5;
		font-size: 18px;
	}


	.main-page {
		font-family: 'Open Sans', sans-serif;
	}

	.big-img {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

		.big-img-inner {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			-ms-flex-direction: column;
			    flex-direction: column;
			width: 90%;
			height: 80%;
		}

		.main-sitename {
			width: 100%;
			font-size: 2.7rem;
			letter-spacing: 1px;
			color: #fff;
			text-align: center;
			margin: 45px 0 45px 0;
			font-weight: 900;
			line-height: 1.2;
		}

		.main-site-desc {
			width: 100%;
			text-align: center;
			color: #fff;
			margin: 0 0 25px 0;
			font-size: 1.2rem;
			line-height: 1.5;
			font-weight: 200;
		}

		.main-desc {
			display: none;
		}

	.main-page-block {
		height: auto;
		display: block;
	}

	.block1 {
		width: 95%;
		margin: 20px auto;
	}
	.block2 {
		width: 95%;
		margin: 20px auto;
		padding: 0 0 100px 0;
	}
	.block3 {
		width: 100%;
		background: #fff;
	}

	.main-page-left,
	.main-page-right {
		width: 100%;
		height: 100%;
		padding: 20px 0;
		font-weight: 300;
	}

	.block1 .main-page-left, .block2 .main-page-right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.block1 .main-page-right {
		-ms-flex-order: 1;
		    order: 1;
	}

	.block3-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

		.rector-photo {
			margin: 40px auto 10px;
		}

		.rector-name {
			text-align: center;
			display: block;
			width: 90%;
			margin: 10px auto 30px;
			font-weight: 300;
		}


		.rector-speech {
			width: 80%;
			margin: 0 auto;
			line-height: 1.5;
			font-size: 1.1rem;
			text-align: center;
			font-weight: 300;
			color: #000 !important;

			background: #FCFCFC; 
			border-left: solid #4A90E2 5px; 
			border-top: none; 
			border-right: solid #4A90E2 5px;
			margin: 10px 20px;
			padding: 15px;
			box-shadow: 1px 1px 3px #ccc;
			font-size: 16px;
		}

		.main-page-pretitle {
			color: #9B9B9B;
			text-transform: uppercase;
			text-align: center;
			font-weight: 800;
		}

		.main-page-title {
			color: #4A90E2;
			text-transform: uppercase;
			font-size: 2rem;
			margin: 15px 0 30px;
			font-weight: 400;
			text-align: center;
		}

		.main-page-desc {
			line-height: 1.5;
			margin: 0 0 20px 0;
			text-align: center;
		}

		.main-page-more {
			text-align: center;
			color: #00ABFF;
			font-weight: 500;
			text-transform: uppercase;
			font-size: .9rem;
		}
		.main-page-more:hover {
			color: #4A90E2;
		}

		.main-page-imgs {
			width: 100%;
			height: 283px;
		}

		.block2 object {
			display: none;
		}

	.main-call-to-action {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 40px 0 50px 0;
		text-align: center;
	}

		.main-call {
			text-transform: uppercase;
			color: #000;
			font-size: 1.4rem;
			font-weight: 600;
			margin: 0 0 25px 0;
			text-align: center;
		}

		.main-call-to-button {
			margin: 0 0 20px 0;
			text-align: center;
			padding: 15px 40px;
			border-radius: 30px;
			font-size: .8rem;
			text-transform: uppercase;
			color: #fff;
			background: #2DC676;
			text-transform: uppercase;
			font-weight: 800;
			transition: background .2s linear 0s;
		}
		.main-call-to-button:hover {
			background: #0AA64E;
			color: #fff;
		}

	.history-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.about-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.about-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		background-image: url('../media/photos/about-bg.jpg');
		background-size: cover;
		background-position: 0 0;
		color: #fff;
	}

	.about-full-desc-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 200px 0 200px;
		width: 100%;
	}

		.about-full-desc-title {
			font-size: 1.5rem;
			margin: 0 0 70px 0;
			text-align: center;
		}

		.about-all-points {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: distribute;
			    justify-content: space-around;
		}

		.about-point {
			display: -ms-flexbox;
			display: flex;
			width: 30%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-pack: start;
			    justify-content: flex-start;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			text-align: center;
		}

		.about-point-dig {
			font-size: 80px;
			position: relative;
			font-weight: 500;
			text-align: center;
		}

		.about-point-dig:after {
			display: block;
			content: '';
			position: absolute;
			width: 100px;
			height: 6px;
			background: #fff;
			bottom: -25px;
			left: -25px;
			border-radius: 20px;
		}

		.about-point-desc {
			width: 80%;
			margin: 50px 0 0 0;
			line-height: 1.2;
			text-align: center;
			-webkit-hyphens: auto;
			    -ms-hyphens: auto;
			        hyphens: auto;
		}

	.goals-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		background: url('../media/photos/goals-bg.jpg');
		background-size: cover;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.goals-full-desc-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 200px 0;
		width: 100%;
	}

		.goals-full-desc-title {
			font-size: 1.5rem;
			margin: 0 0 200px 0;
		}

		.goals-all-points {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

		.goals-point {
			display: -ms-flexbox;
			display: flex;
			width: 48%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-pack: start;
			    justify-content: flex-start;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			text-align: center;
			background: rgba(1, 1, 1, .6);
			padding: 20px;
		}

		.goals-point:nth-child(odd) {
			border-right: 10px #2DC676 solid;
		}

		.goals-point:nth-child(-n+2) {
			border-bottom: 10px #2DC676 solid;
		}

		.goals-point object {
			width: 50px;
			height: 50px;
			margin: 20px 0 0 0;
		}

		.goals-point-desc {
			width: 95%;
			margin: 30px 0 0 0;
			text-align: center;
			line-height: 1.5;
		}

		.administration-full-desc {
			font-family: 'Open Sans', sans-serif;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-align: center;
			    align-items: center;
		}

		.administration-director {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			padding: 50px 0;
			-ms-flex-direction: column;
			    flex-direction: column;
		}

		.director-name {
			text-align: center;
			margin: 20px 0 40px;
			font-size: 20px;
		}

		.director-desc {
			text-align: center;
			margin: 0 auto;
		}

		.director-photo {
			display: block;
			width: 250px;
			height: 250px;
		}

		.administration-undertitle {
			text-align: center;
			margin: 20px auto;
			display: block;
			width: 70%;
		}

		.administration-desc {
			text-align: center;
			width: 70%;
		}

		.administration-council, .administration-presidium {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			font-family: 'Open Sans', sans-serif;
		}

		.council-all-points, .presidium-all-points {
			width: 60%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
			margin: 40px auto 50px auto;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

		.council-point, .presidium-point {
			margin: 20px 0;
			display: -ms-flexbox;
			display: flex;
			width: 45%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.council-point img, .presidium-point img {
			width: 120px;
			height: 120px;
			border-radius: 60px;
		}

		.council-point-desc, .presidium-point-desc {
			margin: 10px 0 0 0;
			text-align: center;
		}

	.documents-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

		.documents-full-desc {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

			.documents-full-desc-inner {
				width: 80%;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: distribute;
				    justify-content: space-around;
				margin: 0 auto;
				padding: 10px 0 50px;
			}

			.documents-point {
				display: block;
				width: 45%;
				height: 100%;
				cursor: hover;
			} 

			.documents-desc:hover {
				text-decoration: underline;
			}


		.documents-download-list {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			width: 60%;
			margin: 0 auto 40px;
		}

			.documents-title {
				text-align: center;
				margin: 30px auto;
			}

			.documents-download-list a {
				font-size: 18px;
			}
			.documents-download-list a:hover {
				text-decoration: underline;
			}


		.patrons-full-desc {
			font-family: 'Open Sans', sans-serif;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.patrons-all-points {
			width: 70%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
			margin: 40px 0 50px;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}

		.patrons-point {
			display: -ms-flexbox;
			display: flex;
			width: 30%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			margin: 20px 0;
		}

		.patrons-point img {
			width: 120px;
			height: 120px;
			border-radius: 60px;
		}

		.patrons-point-desc {
			margin: 10px 0 0 0;
			text-align: center;
		}

	.report-full-archieve-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		font-family: 'Open Sans', sans-serif;
	}

	.report-full-current-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		width: 100%;
		margin: 0 auto;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

		.report-full-current-inner object {
			width: 30%;
			height: 100%;
			border: 1px #4A90E2 solid;
			margin: 20px 0;
		}

	.report-full-archive {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

			.report-full-archive h3 {
				text-align: center;
			}

			.report-full-archive-inner {
				display: -ms-flexbox;
				display: flex;
				-ms-flex-direction: column;
				    flex-direction: column;
				-ms-flex-pack: justify;
				    justify-content: space-between;
				-ms-align-items: center;
				-ms-flex-align: center;
				    align-items: center;
			}

			.report-all-points {
				padding: 0 0 50px 0;
				width: 400px;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: distribute;
				    justify-content: left;
				    flex-wrap: wrap;
			}

			.report-all-points-year {
				font-size: 24px;
				padding: 5px;
			}
			.report-all-points-year:hover {
				text-decoration: underline;
			}


	.transfer-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.transfer-icon {
		margin: 0 0 20px 0;
	}

	.transfer-undertitle {
		margin: 0 0 30px 0;
	}

	.transfer-icon:nth-child(1) {
		width: 100px;
		height: 50px;
	}
	.transfer-icon:nth-child(2) {
		width: 100px;
		height: 50px;
	}

	.transfer-full-desc-inner {
		width: 80%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		font-family: 'Open Sans', sans-serif;
		padding: 0 0 40px 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

		.card-payment, .agreement-payment {
			width: 90%;
			margin: 0 auto 50px;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.agreement-data {
			text-align: center;
			width: 80%;
			margin: 0 auto;
		}

	.donations-page {
		padding: 50px 0 70px;
		font-family: 'Open Sans', sans-serif;
	}

	.donations-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.donations-full-desc-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.donations-personal, .donations-company {
		width: 70%;
		height: auto;
		margin: 30px auto;
	}

	.donations-personal p, .donations-company p {
		display: block;
		text-align: center;
		width: 80%;
		margin: 0 auto 20px;
	}

	#companyChart,
	#personalChart {
		display: block;
		margin: 0 auto;
		width: 50%;
		height: auto;
	}

	.logo-main {
		width: 25%;
		cursor: pointer;
	}

	.nav-main {
		width: 55%;
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		margin: 0 0 0 3%;
	}

	.button-header {
		width: 8%;
		margin: 0 0 0 2%;
		text-align: center;
		padding: 15px 10px;
		border-radius: 30px;
		color: #fff;
		background: #2DC676;
		font-size: .7rem;
		text-transform: uppercase;
		font-weight: 800;
		transition: background .2s linear 0s;
	}
	.button-header:hover {
		background: #0AA64E;
	}

	.nav-main a {
		font-weight: 800;
		text-transform: uppercase;
		font-size: .9rem;
	}

	.nav-main-point {
		height: 100%;
		position: relative;
	}
	.nav-main-point p {
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		position: relative;
	}
	.nav-main-point a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		height: 100%;
		padding: 0 10px;
		position: relative;
	}
	li.nav-main-point:hover a.nav-main-point:before {
		display: block;
		width: 0;
		height: 0;
		/*left: calc(50% - 15px);*/
		bottom: 0;
		position: absolute;
		content: '';
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 20px solid #2DC676;
	}
	
	.nav-main_submenu {
		display: none;
		position: absolute;
		margin: -10px 0 0 0;
		transition: margin 5s linear 0s;
	}

	.nav-main-point:hover .nav-main_submenu {
		position: fixed !important;
		z-index: 4;
		border-right: 10px;
		display: block;
		top: 100px;
		/*left: calc(-50% - 10px);*/
		margin: 0 0 0 0;
		background: #2DC676;
		padding: 15px 0;
		border-radius: 5px;
	}

	.nav-main-point:hover .nav-main_submenu li {
		width: auto;
		color: #2DC676 !important;
		font-weight: 500;
		display: block;
		color: #fff !important;
		text-transform: none;
		text-align: center;
		padding: 10px 20px;
		line-height: 1.5;
	}

	.nav-main-point:hover .nav-main_submenu li:hover {
		background: rgba(1, 1, 1, .1);
		color: #fff;
	}

	.nav-main-point:hover .nav-main_submenu a {
		text-align: center;
		color: #fff;
	}

	.big-img {
		width: 100vw;
		height: 100vh;
		background-image: url('../media/photos/rocket.jpg');
		background-size: cover;
	}

	.header-main {
		height: 40px;
	}

	.main-sitename {
		width: 90%;
		margin: 50px auto;
		text-align: center;
	}

	.main-site-desc {
		text-align: center;
		width: 90%;
		margin: 50px auto;
	}

	.main-desc {
		display: none;
	}

	.header-main {
		height: 70px;
	}

	.logo-main {
		width: 20%;
	}

	.nav-main, .button-header {
		display: none;
	}


	.footer-main {
		border-top-width: 20px;
		padding: 10px 0;
	}

	.footer-main .information {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 0;
	}

	.footer-nav, .footer-top .contacts {
		display: none;
	}

	.footer-top {
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}

	.footer-logo {
		width: 30%;
	}

	.link-ssau {
		display: block;
		color: #4A90E2;
		font-size: 16px;
	}

	.footer-social {
		width: 20%;
		height: 40px;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.footer-social a {
		margin: 0 10px;
	}

	.footer-social img {
		width: 30px;
		height: 30px;
	}

	.burger-menu {
		display: block;
		position: relative;
		width: auto;
		height: 30px;
		margin: 0;
	}

	.burger-icon {
		width: 30px;
		height: 30px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-direction: column;
		    flex-direction: column;
		cursor: pointer;
		padding: 5px 10px;
	}

	.burger-icon span {
		display: block;
		width: 20px;
		height: 2px;
		background: #2DC676;
		position: relative;
		border-radius: 5px;
	}

	.burger-icon span:before {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: #2DC676;
		left: 0;
		top: -5px;
		content: '';
		border-radius: 5px;
	}

	.burger-icon span:after {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: #2DC676;
		left: 0;
		top: 5px;
		content: '';
		border-radius: 5px;
	}

	.burger-submenu-middle {
		position: fixed;
		z-index: 6;
		right: 0;
		top: 70px;
		display: block;
		width: 140px;
	}

	.burger-submenu-middle li {
		width: 100%;
		height: 40px;
		border: 1px white solid;
		background: rgba(0, 0, 0, .5);
	}

	.burger-submenu-middle li:hover {
		background: rgba(0, 0, 0, .8);
	}

	.burger-submenu-middle a {
		width: 100%;
		height: 100%;
		color: #fff;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		text-align: center;
	}

	.burger-submenu-little {
		display: block;
		width: 100%;
	}

	.burger-submenu-little li {
		width: 100%;
		height: 40px;
		border: 1px white solid;
		background: rgba(0, 0, 0, .9);
	}

	.burger-submenu-little li:hover {
		background: rgba(0, 0, 0, .8);
	}

	.burger-submenu-little a {
		width: 100%;
		height: 100%;
		color: #fff;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		text-align: center;
	}
}

/* ТУТ СТИЛИ ТОЛЬКО ДЛЯ ABOUT, DOCUMENTS, PATRONS, DONATIONS */
@media screen and (min-width: 400px) and (max-width: 600px) {
	.about-point-desc {
		font-size: 12px;
	}

	.documents-full-desc-inner {
		width: 70%;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.documents-point {
		width: 98%;
		margin: 20px 0;
	}

	.patrons-all-points {
		width: 80%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
	    justify-content: space-between;
		margin: 40px 0 50px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.patrons-point {
		display: -ms-flexbox;
		display: flex;
		width: 45%;
		-ms-flex-direction: column;
	    flex-direction: column;
		-ms-align-items: center;
		-ms-flex-align: center;
	    align-items: center;
		margin: 20px 0;
	}

	.report-full-current-inner {
		width: 70%;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

		.report-full-current-inner object {
			width: 98%;
			height: 100%;
			margin: 20px 0;
		}
}

@media screen and (min-width: 981px) and (max-width: 1214px) {
	.popup-image:hover {
		display: block;
		cursor: pointer;
	}

	.common-main-info {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
	    flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 60%;
		margin: 0 auto 50px;
		font-family: 'Open Sans', sans-serif;
	}

	.common-title {
		font-size: 1.7rem;
		text-transform: uppercase;
		font-weight: 600;
		color: #4A90E2;
		margin: 50px 0;
		text-align: center;
	}

	.common-desc {
		text-align: center;
		line-height: 1.5;
		font-size: 18px;
	}


	.main-page {
		font-family: 'Open Sans', sans-serif;
	}

	.big-img {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

		.big-img-inner {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			-ms-flex-direction: column;
			    flex-direction: column;
			width: 90%;
			height: 80%;
		}

		.main-sitename {
			width: 100%;
			font-size: 3rem;
			letter-spacing: 1px;
			color: #fff;
			text-align: center;
			margin: 45px 0 45px 0;
			font-weight: 900;
			line-height: 1.2;
		}

		.main-site-desc {
			width: 100%;
			text-align: center;
			color: #fff;
			margin: 0 0 25px 0;
			font-size: 1.2rem;
			line-height: 1.5;
			font-weight: 200;
		}

		.main-desc {
			display: none;
		}

	.main-page-block {
		height: auto;
		display: block;
	}

	.block1 {
		width: 95%;
		margin: 80px auto 0;
	}
	.block2 {
		width: 95%;
		margin: 10px auto;
		padding: 0 0 100px 0;
	}
	.block3 {
		width: 100%;
		background: #fff;
	}

	.block1 .main-page-left,
	.main-page-right,
	.block2 .main-page-left,
	.main-page-right {
		width: 100%;
		height: 100%;
		padding: 30px;
		font-weight: 300;
	}

	.block1 .main-page-left, .block2 .main-page-right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.block1 .main-page-right {
		-ms-flex-order: 1;
		    order: 1;
	}

	.block2 object {
		display: none;
	}

	.block3-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

		.rector-photo {
			margin: -99px auto 10px;
		}

		.rector-name {
			text-align: center;
			display: block;
			width: 70%;
			margin: 10px auto 30px;
			font-weight: 300;
		}


		.rector-speech {
			width: 80%;
			margin: 0 auto;
			line-height: 1.5;
			font-size: 1.1rem;
			text-align: center;
			font-weight: 300;
			color: #000 !important;

			background: #FCFCFC; 
			border-left: solid #4A90E2 5px; 
			border-top: none; 
			border-right: solid #4A90E2 5px;
			margin: 10px 20px;
			padding: 15px;
			box-shadow: 1px 1px 3px #ccc;
			font-size: 16px;
		}

		.main-page-pretitle {
			color: #9B9B9B;
			text-transform: uppercase;
			text-align: center;
			font-weight: 800;
		}

		.main-page-title {
			color: #4A90E2;
			text-transform: uppercase;
			font-size: 2rem;
			margin: 15px 0 30px;
			font-weight: 400;
			text-align: center;
		}

		.main-page-desc {
			line-height: 1.5;
			margin: 0 0 20px 0;
			width: 80%;
			text-align: center;
		}

		.main-page-more {
			text-align: center;
			color: #00ABFF;
			font-weight: 500;
			text-transform: uppercase;
			font-size: .9rem;
		}
		.main-page-more:hover {
			color: #4A90E2;
		}

		.main-page-imgs {
			width: 100%;
			height: 283px;
		}

	.main-call-to-action {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 40px 0 50px 0;
		text-align: center;
	}

		.main-call {
			text-transform: uppercase;
			color: #000;
			font-size: 1.4rem;
			font-weight: 600;
			margin: 0 0 25px 0;
			text-align: center;
		}

		.main-call-to-button {
			margin: 0 0 20px 0;
			text-align: center;
			padding: 15px 40px;
			border-radius: 30px;
			font-size: .8rem;
			text-transform: uppercase;
			color: #fff;
			background: #2DC676;
			text-transform: uppercase;
			font-weight: 800;
			transition: background .2s linear 0s;
		}
		.main-call-to-button:hover {
			background: #0AA64E;
			color: #fff;
		}

	.history-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.about-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.about-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		background-image: url('../media/photos/about-bg.jpg');
		background-size: cover;
		background-position: 0 0;
		color: #fff;
	}

	.about-full-desc-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 200px 0 200px;
		width: 90%;
	}

		.about-full-desc-title {
			font-size: 1.5rem;
			margin: 0 0 70px 0;
		}

		.about-all-points {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: distribute;
			    justify-content: space-around;
		}

		.about-point {
			display: -ms-flexbox;
			display: flex;
			width: 28%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-pack: start;
			    justify-content: flex-start;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			text-align: center;
		}

		.about-point-dig {
			font-size: 80px;
			position: relative;
			font-weight: 500;
		}

		.about-point-dig:after {
			display: block;
			content: '';
			position: absolute;
			width: 100px;
			height: 6px;
			background: #fff;
			bottom: -25px;
			left: -25px;
			border-radius: 20px;
		}

		.about-point-desc {
			width: 80%;
			margin: 50px 0 0 0;
			line-height: 1.2;
		}

	.goals-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		background: url('../media/photos/goals-bg.jpg');
		background-size: cover;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.goals-full-desc-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 200px 0;
		width: 100%;
	}

		.goals-full-desc-title {
			font-size: 1.5rem;
			margin: 0 0 200px 0;
		}

		.goals-all-points {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
		}

		.goals-point {
			display: -ms-flexbox;
			display: flex;
			width: 23%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-pack: start;
			    justify-content: flex-start;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			text-align: center;
			background: rgba(1, 1, 1, .6);
			padding: 0 0 100px 0;
		}

		.goals-point:nth-child(-n+3) {
			border-right: 10px #2DC676 solid;
		}

		.goals-point object {
			width: 50px;
			height: 50px;
			margin: 20px 0 0 0;
		}

		.goals-point-desc {
			width: 80%;
			margin: 30px 0 0 0;
			text-align: center;
			line-height: 1.5;
		}

		.administration-full-desc {
			font-family: 'Open Sans', sans-serif;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-align: center;
			    align-items: center;
		}

		.administration-director {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			padding: 50px 0;
			-ms-flex-direction: column;
			    flex-direction: column;
			width: 70%;
			margin: 0 auto;
		}

		.director-name {
			text-align: center;
			margin: 20px 0 40px;
			font-size: 20px;
		}

		.director-desc {
			text-align: center;
			margin: 0 auto;
		}

		.director-photo {
			display: block;
			width: 250px;
			height: 250px;
		}

		.administration-council, .administration-presidium {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			font-family: 'Open Sans', sans-serif;
			width: 80%;
			margin: 0 auto;
		}

		.council-all-points, .presidium-all-points {
			width: 60%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
			margin: 40px auto 50px auto;
		}

		.council-point, .presidium-point {
			display: -ms-flexbox;
			display: flex;
			width: 20%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.council-point img, .presidium-point img {
			width: 120px;
			height: 120px;
			border-radius: 60px;
		}

		.council-point-desc, .presidium-point-desc {
			margin: 10px 0 0 0;
			text-align: center;
		}

	.documents-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

		.documents-full-desc {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

			.documents-full-desc-inner {
				width: 60%;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: distribute;
				    justify-content: space-around;
				margin: 0 auto;
				padding: 10px 0 50px;
			}

			.documents-point {
				display: block;
				width: 40%;
				height: 100%;
				cursor: hover;
			}

			.documents-desc:hover {
				text-decoration: underline;
			}


		.documents-download-list {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			width: 60%;
			margin: 0 auto 40px;
		}

			.documents-download-list a {
				font-size: 18px;
			}
			.documents-download-list a:hover {
				text-decoration: underline;
			}


		.patrons-full-desc {
			font-family: 'Open Sans', sans-serif;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.patrons-all-points {
			width: 90%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
			margin: 40px 0 50px;
		}

		.patrons-point {
			display: -ms-flexbox;
			display: flex;
			width: 20%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.patrons-point img {
			width: 120px;
			height: 120px;
			border-radius: 60px;
		}

		.patrons-point-desc {
			margin: 10px 0 0 0;
			text-align: center;
		}

	.report-full-archieve-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		font-family: 'Open Sans', sans-serif;
	}

	.report-full-current-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		width: 90%;
		margin: 0 auto;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

		.report-full-current-inner object {
			width: 30%;
			height: 100%;
			border: 1px #4A90E2 solid;
			margin: 20px 0;
		}

	.report-full-archive {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

		.report-full-archive h3 {
			text-align: center;
		}

			.report-full-archive-inner {
				display: -ms-flexbox;
				display: flex;
				-ms-flex-direction: column;
				    flex-direction: column;
				-ms-flex-pack: justify;
				    justify-content: space-between;
				-ms-align-items: center;
				-ms-flex-align: center;
				    align-items: center;
			}

			.report-all-points {
				padding: 0 0 50px 0;
				width: 400px;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: distribute;
				    justify-content: left;
				    flex-wrap: wrap;
			}

			.report-all-points-year {
				font-size: 24px;
				padding: 5px;
			}
			.report-all-points-year:hover {
				text-decoration: underline;
			}


	.transfer-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.transfer-icon {
		margin: 0 0 20px 0;
	}

	.transfer-undertitle {
		margin: 0 0 30px 0;
	}

	.transfer-icon:nth-child(1) {
		width: 100px;
		height: 50px;
	}
	.transfer-icon:nth-child(2) {
		width: 100px;
		height: 50px;
	}

	.transfer-full-desc-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		font-family: 'Open Sans', sans-serif;
		padding: 0 0 40px 0;
	}

		.card-payment, .agreement-payment {
			width: 48%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.agreement-data {
			text-align: center;
			width: 90%;
			margin: 0 auto;
		}

	.donations-page {
		padding: 50px 0 70px;
		font-family: 'Open Sans', sans-serif;
	}

	.donations-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.donations-full-desc-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}

	.donations-personal, .donations-company {
		width: 50%;
		height: auto;
	}

	.donations-personal p, .donations-company p {
		text-align: center;
		width: 100%;
	}

	#companyChart,
	#personalChart {
		display: block;
		margin: 0 auto;
		width: 50%;
		height: auto;
	}

	.logo-main {
		width: 25%;
		cursor: pointer;
	}

	.nav-main {
		width: 55%;
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		margin: 0 0 0 3%;
	}

	.button-header {
		width: 8%;
		margin: 0 0 0 2%;
		text-align: center;
		padding: 15px 10px;
		border-radius: 30px;
		color: #fff;
		background: #2DC676;
		font-size: .7rem;
		text-transform: uppercase;
		font-weight: 800;
		transition: background .2s linear 0s;
	}
	.button-header:hover {
		background: #0AA64E;
	}

	.nav-main a {
		font-weight: 800;
		text-transform: uppercase;
		font-size: .9rem;
	}

	.nav-main-point {
		height: 100%;
		position: relative;
	}
	.nav-main-point p {
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		position: relative;
	}
	.nav-main-point a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		height: 100%;
		padding: 0 10px;
		position: relative;
	}
	li.nav-main-point:hover a.nav-main-point:before {
		display: block;
		width: 0;
		height: 0;
		/*left: calc(50% - 15px);*/
		bottom: 0;
		position: absolute;
		content: '';
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 20px solid #2DC676;
	}
	
	.nav-main_submenu {
		display: none;
		position: absolute;
		margin: -10px 0 0 0;
		transition: margin 5s linear 0s;
	}

	.nav-main-point:hover .nav-main_submenu {
		position: fixed !important;
		z-index: 4;
		border-right: 10px;
		display: block;
		top: 100px;
		/*left: calc(-50% - 10px);*/
		margin: 0 0 0 0;
		background: #2DC676;
		padding: 15px 0;
		border-radius: 5px;
	}

	.nav-main-point:hover .nav-main_submenu li {
		width: auto;
		color: #2DC676 !important;
		font-weight: 500;
		display: block;
		color: #fff !important;
		text-transform: none;
		text-align: center;
		padding: 10px 20px;
		line-height: 1.5;
	}

	.nav-main-point:hover .nav-main_submenu li:hover {
		background: rgba(1, 1, 1, .1);
		color: #fff;
	}

	.nav-main-point:hover .nav-main_submenu a {
		text-align: center;
		color: #fff;
	}

	.big-img {
		width: 100vw;
		height: 100vh;
		background-image: url('../media/photos/rocket.jpg');
		background-size: cover;
	}

	.header-main {
		height: 40px;
	}

	.main-sitename {
		width: 90%;
		margin: 50px auto;
		text-align: center;
	}

	.main-site-desc {
		text-align: center;
		width: 90%;
		margin: 50px auto;
	}

	.main-desc {
		display: none;
	}

	.header-main {
		height: 70px;
	}

	.logo-main {
		width: 15%;
	}

	.nav-main, .button-header {
		display: none;
	}

	.link-ssau {
		display: block;
		color: #4A90E2;
		font-size: 18px;
	}

	.footer-main {
		border-top-width: 20px;
		padding: 10px 0;
	}

	.footer-main .information {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 0;
	}

	.footer-nav, .footer-top .contacts {
		display: none;
	}

	.footer-top {
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}

	.footer-logo {
		width: 30%;
	}

	.footer-social {
		width: 20%;
		height: 40px;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.footer-social img {
		width: 30px;
		height: 30px;
		margin: 0 10px;
	}

	.burger-menu {
		display: block;
		position: relative;
		width: auto;
		height: 30px;
		margin: 0;
	}

	.burger-icon {
		width: 30px;
		height: 30px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-direction: column;
		    flex-direction: column;
		cursor: pointer;
		padding: 5px 10px;
	}

	.burger-icon span {
		display: block;
		width: 20px;
		height: 2px;
		background: #2DC676;
		position: relative;
		border-radius: 5px;
	}

	.burger-icon span:before {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: #2DC676;
		left: 0;
		top: -5px;
		content: '';
		border-radius: 5px;
	}

	.burger-icon span:after {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: #2DC676;
		left: 0;
		top: 5px;
		content: '';
		border-radius: 5px;
	}

	.burger-submenu-middle {
		position: fixed;
		z-index: 6;
		right: 0;
		top: 70px;
		display: block;
		width: 140px;
	}

	.burger-submenu-middle li {
		width: 100%;
		height: 40px;
		border: 1px white solid;
		background: rgba(0, 0, 0, .5);
	}

	.burger-submenu-middle li:hover {
		background: rgba(0, 0, 0, .8);
	}

	.burger-submenu-middle a {
		width: 100%;
		height: 100%;
		color: #fff;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		text-align: center;
	}

	.burger-submenu-little {
		display: block;
		width: 100%;
	}

	.burger-submenu-little li {
		width: 100%;
		height: 40px;
		border: 1px white solid;
		background: rgba(0, 0, 0, .9);
	}

	.burger-submenu-little li:hover {
		background: rgba(0, 0, 0, .8);
	}

	.burger-submenu-little a {
		width: 100%;
		height: 100%;
		color: #fff;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		text-align: center;
	}
}

@media screen and (min-width: 1215px) and (max-width: 1280px) {
	.popup-image:hover {
		display: block;
		cursor: pointer;
	}


	.common-main-info {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
	    flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 60%;
		margin: 0 auto 50px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
	}

	.common-title {
		font-size: 1.7rem;
		text-transform: uppercase;
		font-weight: 600;
		color: #4A90E2;
		margin: 50px 0;
		text-align: center;
	}

	.common-desc {
		text-align: center;
		line-height: 1.5;
		font-size: 18px;
	}

	.main-page {
		font-family: 'Open Sans', sans-serif;
	}

	.big-img {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		width: 100vw;
		height: 100vh;
		background-image: url('../media/photos/rocket.jpg');
		background-size: cover;
	}

		.big-img-inner {
			width: 90%;
			height: 70%;
		}
		.main-sitename {
			font-size: 3.4rem;
			letter-spacing: 1px;
			color: #fff;
			text-align: center;
			margin: 45px 0 45px 0;
			font-weight: 900;
			line-height: 1.2;
		}

		.main-site-desc {
			text-align: center;
			color: #fff;
			margin: 0 0 25px 0;
			font-size: 1.4rem;
			line-height: 1.5;
			font-weight: 200;
		}

		.main-desc {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
			width: 80%;
			margin: 0 auto;
		}

			.main-desc-point {
				width: 25%;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-direction: column;
				    flex-direction: column;
				-ms-flex-pack: justify;
				    justify-content: space-between;
				-ms-align-items: center;
				-ms-flex-align: center;
				    align-items: center;
				color: #fff;
			}

			.main-desc-point object {
				height: 100px;
				margin: 40px auto 20px auto;
			}

			.main-desc-point:nth-child(1) object {
				width: 70%;
			}
			.main-desc-point:nth-child(2) object {
				width: 35%;
			}
			.main-desc-point:nth-child(3) object {
				width: 48%;
			}

			.main-desc-point p:nth-of-type(1) {
				display: block;
				font-size: 1.4rem;
				font-weight: 100;
				margin: 0 auto 10px auto;
				text-align: center;
				width: 100%;
			}

			.main-desc-point p:nth-of-type(2) {
				font-size: 1.4rem;
				font-weight: 600;
				text-align: center;
				margin: 0 auto;
				display: block;
			}

	.main-page-block {
		height: auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.block1 {
		width: 80%;
		margin: 80px auto;
	}
	.block2 {
		width: 80%;
		margin: 80px auto;
		padding: 0 0 100px 0;
	}
	.block3 {
		width: 100%;
		background: #fff;
	}

	.main-page-left,
	.main-page-right {
		width: 45%;
		height: 100%;
		padding: 30px;
		font-weight: 300;
	}

	.block3-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

		.rector-photo {
			margin: -99px auto 10px;
		}

		.rector-name {
			text-align: center;
			display: block;
			width: 50%;
			margin: 10px auto 30px;
			font-weight: 300;
			font-size: 15px;
			line-height: 1.5;
		}

		.rector-speech {
			width: 70%;
			display: block;
			line-height: 1.5;
			text-align: center;
			font-weight: 300;
			position: relative;
			color: #000 !important;

			background: #FCFCFC; 
			border-left: solid #4A90E2 5px; 
			border-top: none; 
			border-right: solid #4A90E2 5px;
			margin: 10px 20px;
			padding: 15px;
			box-shadow: 1px 1px 3px #ccc;
			font-size: 16px;
		}

		.main-page-pretitle {
			color: #9B9B9B;
			text-transform: uppercase;
			font-weight: 800;
		}

		.main-page-title {
			color: #4A90E2;
			text-transform: uppercase;
			font-size: 2rem;
			margin: 15px 0 30px;
			font-weight: 400;
		}

		.main-page-desc {
			line-height: 1.5;
			margin: 0 0 20px 0;
		}

		.main-page-more {
			color: #00ABFF;
			font-weight: 500;
			text-transform: uppercase;
			font-size: .9rem;
		}
		.main-page-more:hover {
			color: #4A90E2;
		}

		.main-page-imgs {
			width: 100%;
			height: 283px;
		}

	.main-call-to-action {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 40px 0 50px 0;
		text-align: center;
	}

		.main-call {
			text-transform: uppercase;
			color: #000;
			font-size: 1.2rem;
			font-weight: 600;
			margin: 0 0 25px 0;
			text-align: center;
		}

		.main-call-to-button {
			margin: 0 0 20px 0;
			text-align: center;
			padding: 15px 40px;
			border-radius: 30px;
			font-size: .8rem;
			text-transform: uppercase;
			color: #fff;
			background: #2DC676;
			text-transform: uppercase;
			font-weight: 800;
			transition: background .2s linear 0s;
		}
		.main-call-to-button:hover {
			background: #0AA64E;
			color: #fff;
		}

	.history-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.about-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.about-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		background-image: url('../media/photos/about-bg.jpg');
		background-size: cover;
		background-position: 0 0;
		color: #fff;
	}

	.about-full-desc-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 200px 0 200px;
		width: 60%;
	}

		.about-full-desc-title {
			font-size: 1.5rem;
			margin: 0 0 70px 0;
		}

		.about-all-points {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: distribute;
			    justify-content: space-around;
		}

		.about-point {
			display: -ms-flexbox;
			display: flex;
			width: 28%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-pack: start;
			    justify-content: flex-start;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			text-align: center;
		}

		.about-point-dig {
			font-size: 80px;
			position: relative;
			font-weight: 500;
		}

		.about-point-dig:after {
			display: block;
			content: '';
			position: absolute;
			width: 100px;
			height: 6px;
			background: #fff;
			bottom: -25px;
			left: -25px;
			border-radius: 20px;
		}

		.about-point-desc {
			width: 80%;
			margin: 50px 0 0 0;
			line-height: 1.2;
		}

	.goals-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		background: url('../media/photos/goals-bg.jpg');
		background-size: cover;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.goals-full-desc-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 200px 0;
		width: 100%;
	}

		.goals-full-desc-title {
			font-size: 1.5rem;
			margin: 0 0 200px 0;
		}

		.goals-all-points {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
		}

		.goals-point {
			display: -ms-flexbox;
			display: flex;
			width: 23%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-pack: start;
			    justify-content: flex-start;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			text-align: center;
			background: rgba(1, 1, 1, .6);
			padding: 0 0 100px 0;
		}

		.goals-point:nth-child(-n+3) {
			border-right: 10px #2DC676 solid;
		}

		.goals-point object {
			width: 50px;
			height: 50px;
			margin: 20px 0 0 0;
		}

		.goals-point-desc {
			width: 80%;
			margin: 30px 0 0 0;
			text-align: center;
			line-height: 1.5;
		}

		.administration-full-desc {
			font-family: 'Open Sans', sans-serif;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-align: center;
			    align-items: center;
			padding: 0 0 50px;
		}

		.administration-director {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			padding: 50px 0;
			-ms-flex-direction: column;
			    flex-direction: column;
			width: 70%;
			margin: 0 auto;
		}

		.director-photo {
			width: 250px;
			height: 250px;
			display: block;
			margin: 50px 0;
		}

		.administration-undertitle {
			text-align: center;
		}

		.administration-desc {
			text-align: center;
		}

		.director-name {
			text-align: center;
			margin: 20px auto;
			font-size: 20px;
		}

		.director-desc {
			display: block;
			text-align: center;
			margin: 0 auto;
		}

		.administration-desc {
			display: block;
			text-align: center;
			margin: 0 auto;
		}

		.administration-council, .administration-presidium {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			font-family: 'Open Sans', sans-serif;
			width: 80%;
			margin: 0 auto;
		}

		.council-all-points, .presidium-all-points {
			width: 60%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
			margin: 40px auto 50px auto;
		}

		.council-point, .presidium-point {
			display: -ms-flexbox;
			display: flex;
			width: 20%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.council-point img, .presidium-point img {
			width: 120px;
			height: 120px;
			border-radius: 60px;
		}

		.council-point-desc, .presidium-point-desc {
			margin: 10px 0 0 0;
			text-align: center;
		}

	.documents-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

		.documents-full-desc {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

			.documents-full-desc-inner {
				width: 60%;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: distribute;
				    justify-content: space-around;
				margin: 0 auto;
				padding: 10px 0 50px;
			}

			.documents-point {
				display: block;
				width: 40%;
				height: 100%;
				cursor: hover;
			}

			.documents-desc:hover {
				text-decoration: underline;
			}


		.documents-download-list {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			width: 60%;
			margin: 0 auto 40px;
		}

			.documents-download-list a {
				font-size: 18px;
			}
			.documents-download-list a:hover {
				text-decoration: underline;
			}


		.patrons-full-desc {
			font-family: 'Open Sans', sans-serif;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.patrons-all-points {
			width: 80%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
			margin: 40px 0 50px;
		}

		.patrons-point {
			display: -ms-flexbox;
			display: flex;
			width: 20%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.patrons-point img {
			width: 120px;
			height: 120px;
			border-radius: 60px;
		}

		.patrons-point-desc {
			margin: 10px 0 0 0;
			text-align: center;
		}

	/* PATRONS PAGE */

	/* REPORT PAGE */

	.report-full-archieve-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		font-family: 'Open Sans', sans-serif;
	}

	.report-full-current-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		width: 90%;
		margin: 0 auto;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

		.report-full-current-inner object {
			width: 30%;
			height: 100%;
			border: 1px #4A90E2 solid;
			margin: 20px 0;
		}

	.report-full-archive {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}


		.report-full-archive h3 {
			text-align: center;
		}

			.report-full-archive-inner {
				display: -ms-flexbox;
				display: flex;
				-ms-flex-direction: column;
				    flex-direction: column;
				-ms-flex-pack: justify;
				    justify-content: space-between;
				-ms-align-items: center;
				-ms-flex-align: center;
				    align-items: center;
			}

			.report-all-points {
				padding: 0 0 50px 0;
				width: 400px;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: distribute;
				    justify-content: left;
				    flex-wrap: wrap;
			}

			.report-all-points-year {
				font-size: 24px;
				padding: 5px;
			}
			.report-all-points-year:hover {
				text-decoration: underline;
			}


	.transfer-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.transfer-icon {
		margin: 0 0 20px 0;
	}

	.transfer-undertitle {
		margin: 0 0 30px 0;
	}

	.transfer-icon:nth-child(1) {
		width: 100px;
		height: 50px;
	}
	.transfer-icon:nth-child(2) {
		width: 100px;
		height: 50px;
	}

	.transfer-full-desc-inner {
		width: 90%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		font-family: 'Open Sans', sans-serif;
		padding: 0 0 40px 0;
	}

		.card-payment, .agreement-payment {
			width: 48%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.agreement-data {
			text-align: center;
			width: 80%;
			margin: 0 auto;
		}

	.donations-page {
		padding: 50px 0 70px;
		font-family: 'Open Sans', sans-serif;
	}

	.donations-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.donations-full-desc-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}

	.donations-personal, .donations-company {
		width: 50%;
		height: auto;
	}

	.donations-personal p, .donations-company p {
		text-align: center;
		width: 100%;
	}

	.update-page {
		width: 100%;
		height: 100%;
		padding:  50px 0;
	}

	.update-page .main-text {
		margin:  0 auto 80px;
	}

	.update-page .main-text h1 {
		text-align: center;
		font-size: 1.5rem;
		display: block;
		margin:  0 0 30px;
	}

	.update-page .main-text p {
		display: block;
		width: 80%;
		margin:  0 auto;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.update-desktop, .update-mobile {
		width: 100%;
		margin: 0 auto;
		padding:  70px;
	}

	.update-desktop {
		background: #F8F6F6;
	}

	.update-page h2 {
		display: block;
		font-size: 1.7rem;
		text-transform: uppercase;
		display: block;
		text-align: center;
		margin:  0 0 80px;
	}

	.update-desktop .links-wrapper,
	.update-mobile .links-wrapper {
		margin: 0 auto;
	}

	.update-desktop .links-wrapper li,
	.update-mobile .links-wrapper li {
		margin: 60px auto 0;
	}

	.update-desktop .name {
		width: 300px;
		margin: 0 auto;
	}

	.update-desktop .opera,
	.update-mobile .opera {
		width: 150px;
		margin: 0 auto;
	}

	.update-desktop p,
	.update-mobile p {
		float: left;
		font-size: 1.9rem;
		line-height: 40px;
	}

	.update-desktop img,
	.update-mobile img {
		display: block;
		float: left;
		width: 40px;
		height: 40px;
		margin:  0 20px 0 0;
	}

	.update-desktop .link,
	.update-mobile .link {
		margin: 10px 0 0;
	}

	.update-desktop .link a {
		display: block;
		font-size: 1.5rem;
		text-decoration: underline;
		color: #DF5549;
		text-align: center;
	}

	.update-mobile li > div.name {
		width: 300px;
		margin: 0 auto;
	}

	.update-mobile li > div.opera {
		width: 150px;
		margin: 0 auto;
	}

	.update-mobile li > div.name p {
		float: left;
		font-size: 1.9rem;
		line-height: 40px;
	}

	.update-mobile li > div.name img {
		display: block;
		width: 40px;
		height: 40px;
	}

	.update-mobile .name {
		width: 400px;
		margin: 10px auto;
	}

	.update-mobile .link img {
		width: 30px;
		height: 30px;
		margin: 0 20px 0 0;
	}

	.update-mobile .link a {
		display: block;
		font-size: 1.5rem;
		text-decoration: underline;
		color: #DF5549;
		/* text-align: center; */
		line-height: 30px;
	}





	#companyChart,
	#personalChart {
		display: block;
		margin: 0 auto;
		width: 50%;
		height: auto;
	}

	.logo-main {
		width: 17%;
		cursor: pointer;
	}

	.nav-main {
		width: 55%;
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		margin: 0 0 0 3%;
	}

	.button-header {
		width: 8%;
		margin: 0 0 0 2%;
		text-align: center;
		padding: 15px 10px;
		border-radius: 30px;
		color: #fff;
		background: #2DC676;
		font-size: .7rem;
		text-transform: uppercase;
		font-weight: 800;
		transition: background .2s linear 0s;
	}
	.button-header:hover {
		background: #0AA64E;
	}

	.nav-main a {
		font-weight: 800;
		text-transform: uppercase;
		font-size: .9rem;
		padding: 0 20px;
	}

	.nav-main-point {
		height: 100%;
		position: relative;
	}
	.nav-main-point p {
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		position: relative;
	}
	.nav-main-point a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		height: 100%;
		padding: 0 15px;
		position: relative;
	}
	li.nav-main-point:hover a.nav-main-point:before {
		display: block;
		width: 0;
		height: 0;
		/*left: calc(50% - 15px);*/
		bottom: 0;
		position: absolute;
		content: '';
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 20px solid #2DC676;
	}
	
	.nav-main_submenu {
		display: none;
		position: absolute;
		margin: -10px 0 0 0;
		transition: margin 5s linear 0s;
	}

	.nav-main-point:hover .nav-main_submenu {
		position: fixed !important;
		z-index: 4;
		border-right: 10px;
		display: block;
		top: 99px;
		margin: 0 0 0 0;
		background: #2DC676;
		padding: 15px 0;
		border-radius: 5px;
	}

	.nav-main-point:hover .nav-main_submenu li {
		width: auto;
		color: #2DC676 !important;
		font-weight: 500;
		display: block;
		color: #fff !important;
		text-transform: none;
		text-align: center;
		padding: 10px 20px;
		line-height: 1.5;
	}

	.nav-main-point:hover .nav-main_submenu li:hover {
		background: rgba(1, 1, 1, .1);
		color: #fff;
	}

	.nav-main-point:hover .nav-main_submenu a {
		text-align: center;
		color: #fff;
	}

	.footer-top .information {
		width: 20%;
	}

	.footer-logo {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.contacts {
		line-height: 1.3;
		font-weight: 300;
	}

	.link-ssau {
		display: block;
		margin: 10px 0;
		color: #4A90E2;
	}

	.footer-nav {
		width: 75%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
	    justify-content: space-around;
	}

	.footer-nav-item {
		width: 15%;
		padding: 7px 0 0 0;
	}

	.footer-nav-item:nth-child(3) {
		width: 20%;
	}

	.footer-nav-item a {
		line-height: 1.6;
	}

	.footer-nav-item p a {
		cursor: default;
		color: #000000 !important;
	}

	.footer-nav-item p {
		margin: 0 0 10px 0;
	}

	.footer-nav-item p a {
		font-weight: 700;
		text-transform: uppercase;
	}

	.footer-nav-sub-item {
		font-weight: 300;
	}

	.footer-social {
		width: 50%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
	    justify-content: space-between;
		margin: 30px 0 15px;
	}

	.footer-social a {
		width: 40px;
		height: 40px;
	}

	.footer-social img {
		width: 40px;
		height: 40px;
	}

	.footer-social a:nth-of-type(2) img {
		width: 35px;
		height: 35px;
	}

	.burger-menu {
		display: none;
	}
}

@media screen and (min-width: 1281px) {
	.popup-image:hover {
		display: block;
		cursor: pointer;
	}


	.common-main-info {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
	    flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 60%;
		margin: 0 auto 50px;
		font-family: 'Open Sans', sans-serif;
	}

	.common-title {
		font-size: 1.7rem;
		text-transform: uppercase;
		font-weight: 600;
		color: #4A90E2;
		margin: 50px 0;
		text-align: center;
	}

	.common-desc {
		text-align: center;
		line-height: 1.5;
		font-size: 18px;
	}

	.main-page {
		font-family: 'Open Sans', sans-serif;
	}

	.big-img {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		width: 100vw;
		height: 110vh;
		background-image: url('../media/photos/rocket.jpg');
		background-size: cover;
	}

		.big-img-inner {
			width: 90%;
			height: 70%;
			display: -ms-flexbox;
			display: flex;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-flex-direction: column;
			    flex-direction: column;
		}

		.main-sitename {
			font-size: 3.4rem;
			letter-spacing: 1px;
			color: #fff;
			text-align: center;
			margin: 45px 0 45px 0;
			padding-top: 10%;
			font-weight: 900;
			line-height: 1.2;
		}

		.main-site-desc {
			text-align: center;
			color: #fff;
			margin: 0 0 25px 0;
			font-size: 1.4rem;
			line-height: 1.5;
			font-weight: 200;
		}

		.main-desc {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
		}

			.main-desc-point {
				width: 30%;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-direction: column;
				    flex-direction: column;
				-ms-flex-pack: justify;
				    justify-content: space-between;
				-ms-align-items: center;
				-ms-flex-align: center;
				    align-items: center;
				color: #fff;
			}

			.main-desc-point object {
				height: 100px;
				margin: 10px auto 20px auto;
			}

			.main-desc-point:nth-child(1) object {
				width: 70%;
			}
			.main-desc-point:nth-child(2) object {
				width: 30%;
			}
			.main-desc-point:nth-child(3) object {
				width: 48%;
			}

			.main-desc-point p:nth-of-type(1) {
				display: block;
				font-size: 1.4rem;
				font-weight: 100;
				margin: 0 auto 10px auto;
				text-align: center;
			}

			.main-desc-point p:nth-of-type(2) {
				font-size: 1.4rem;
				font-weight: 600;
				text-align: center;
				margin: 0 auto;
				display: block;
			}

	.main-page-block {
		height: auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.block1 {
		width: 80%;
		margin: 80px auto;
	}
	.block2 {
		width: 80%;
		margin: 80px auto;
		padding: 0 0 100px 0;
	}
	.block3 {
		width: 100%;
		background: #fff;
	}

	.main-page-left,
	.main-page-right {
		width: 45%;
		height: 100%;
		padding: 30px;
		font-weight: 300;
	}

	.block3-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

		.rector-photo {
			margin: -99px auto 10px;
		}

		.rector-name {
			text-align: center;
			display: block;
			width: 50%;
			margin: 10px auto 30px;
			font-weight: 300;
			line-height: 1.5;
		}


		.rector-speech {
			width: 70%;
			margin: 0 auto;
			line-height: 1.5;
			font-size: 1.1rem;
			text-align: center;
			font-weight: 300;
			color: #000 !important;

			background: #FCFCFC; 
			border-left: solid #4A90E2 5px; 
			border-top: none; 
			border-right: solid #4A90E2 5px;
			margin: 10px 20px;
			padding: 15px;
			box-shadow: 1px 1px 3px #ccc;
			font-size: 16px;
		}

		.main-page-pretitle {
			color: #9B9B9B;
			text-transform: uppercase;
			font-weight: 800;
		}

		.main-page-title {
			color: #4A90E2;
			text-transform: uppercase;
			font-size: 2rem;
			margin: 15px 0 30px;
			font-weight: 400;
		}

		.main-page-desc {
			line-height: 1.5;
			margin: 0 0 20px 0;
		}

		.main-page-more {
			color: #00ABFF;
			font-weight: 500;
			text-transform: uppercase;
			font-size: .9rem;
		}
		.main-page-more:hover {
			color: #4A90E2;
		}

		.main-page-imgs {
			width: 100%;
			height: 283px;
		}

	.main-call-to-action {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 40px 0 50px 0;
		text-align: center;
	}

		.main-call {
			text-transform: uppercase;
			color: #000;
			font-size: 1.4rem;
			font-weight: 600;
			margin: 0 0 25px 0;
			text-align: center;
		}

		.main-call-to-button {
			margin: 30px 0 20px 0;
			text-align: center;
			padding: 25px 60px;
			border-radius: 50px;
			font-size: 1rem;
			text-transform: uppercase;
			color: #fff;
			background: #2DC676;
			text-transform: uppercase;
			font-weight: 800;
			transition: background .2s linear 0s;
		}
		.main-call-to-button:hover {
			background: #0AA64E;
			color: #fff;
		}

	.history-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.about-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.about-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		background-image: url('../media/photos/about-bg.jpg');
		background-size: cover;
		background-position: 0 0;
		color: #fff;
	}

	.about-full-desc-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 200px 0 200px;
		width: 60%;
	}

		.about-full-desc-title {
			font-size: 1.5rem;
			margin: 0 0 70px 0;
		}

		.about-all-points {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: distribute;
			    justify-content: space-around;
		}

		.about-point {
			display: -ms-flexbox;
			display: flex;
			width: 28%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-pack: start;
			    justify-content: flex-start;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			text-align: center;
		}

		.about-point-dig {
			font-size: 80px;
			position: relative;
			font-weight: 500;
		}

		.about-point-dig:after {
			display: block;
			content: '';
			position: absolute;
			width: 100px;
			height: 6px;
			background: #fff;
			bottom: -25px;
			left: -25px;
			border-radius: 20px;
		}

		.about-point-desc {
			width: 80%;
			margin: 50px 0 0 0;
			line-height: 1.2;
		}

	.goals-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		background: url('../media/photos/goals-bg.jpg');
		background-size: cover;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

	.goals-full-desc-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		padding: 200px 0;
		width: 100%;
	}

		.goals-full-desc-title {
			font-size: 1.5rem;
			margin: 0 0 200px 0;
		}

		.goals-all-points {
			display: -ms-flexbox;
			display: flex;
			height: auto;
			-ms-flex-pack: center;
			    justify-content: center;
		}

		.goals-point {
			display: -ms-flexbox;
			display: flex;
			width: 24%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-pack: start;
			    justify-content: flex-start;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			text-align: center;
			background: rgba(1, 1, 1, .6);
			padding: 0 0 100px 0;
		}

		.goals-point:nth-child(-n+3) {
			border-right: 10px #2DC676 solid;
		}

		.goals-point object {
			width: 90px;
			height: 90px;
			margin: 20px 0 0 0;
		}

		.goals-point-desc {
			width: 80%;
			margin: 30px 0 50px 0;
			text-align: center;
			line-height: 1.5;
		}

		.administration-full-desc {
			font-family: 'Open Sans', sans-serif;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-flex-align: center;
			    align-items: center;
		}

		.administration-director {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			padding: 50px 0;
			-ms-flex-direction: column;
			    flex-direction: column;
		}

		.director-photo {
			display: block;
			width: 250px;
			height: 250px;
			margin: 30px 0;
		}

		.director-name {
			text-align: center;
			margin: 10px 0 50px;
			font-size: 20px;
		}

		.director-desc {
			text-align: center;
			margin: 0 auto;
		}

		.administration-undertitle {
			text-align: center;
		}

		.administration-desc {
			text-align: center;
			width: 70%;
		}

		.administration-council, .administration-presidium {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			font-family: 'Open Sans', sans-serif;
			width: 80%;
			margin: 0 auto;
		}

		.council-all-points, .presidium-all-points {
			width: 60%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
			margin: 40px auto 50px auto;
		}

		.council-point, .presidium-point {
			display: -ms-flexbox;
			display: flex;
			width: 20%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.council-point img, .presidium-point img {
			width: 120px;
			height: 120px;
			border-radius: 60px;
		}

		.council-point-desc, .presidium-point-desc {
			margin: 10px 0 0 0;
			text-align: center;
		}

	.documents-page {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}

		.documents-full-desc {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

			.documents-full-desc-inner {
				width: 70%;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: distribute;
				    justify-content: space-around;
				margin: 0 auto;
				padding: 10px 0 50px;
			}

			.documents-point {
				display: block;
				width: 40%;
				height: 100%;
				cursor: hover;
			}

			.documents-desc:hover {
				text-decoration: underline;
			}


		.documents-download-list {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
			width: 60%;
			margin: 0 auto 40px;
		}

			.documents-download-list a {
				font-size: 18px;
			}
			.documents-download-list a:hover {
				text-decoration: underline;
			}

		.patrons-full-desc {
			padding: 50px 0 200px;
			font-family: 'Open Sans', sans-serif;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: center;
			    justify-content: center;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.patrons-all-points {
			width: 70%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-pack: justify;
			    justify-content: space-between;
			margin: 40px 0 50px;
		}

		.patrons-point {
			display: -ms-flexbox;
			display: flex;
			width: 20%;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.patrons-point img {
			width: 120px;
			height: 120px;
			border-radius: 60px;
		}

		.patrons-point-desc {
			margin: 10px 0 0 0;
			text-align: center;
		}

	/* PATRONS PAGE */

	/* REPORT PAGE */

	.report-full-archieve-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		font-family: 'Open Sans', sans-serif;
	}

	.report-full-current-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		width: 90%;
		margin: 0 auto;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

		.report-full-current-inner object {
			width: 30%;
			height: 100%;
			border: 1px #4A90E2 solid;
		}

	.report-full-archive {
		margin: 50px 0 0 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

			.report-full-archive h3 {
				text-align: center;
			}

			.report-full-archive-inner {
				display: -ms-flexbox;
				display: flex;
				-ms-flex-direction: column;
				    flex-direction: column;
				-ms-flex-pack: justify;
				    justify-content: space-between;
				-ms-align-items: center;
				-ms-flex-align: center;
				    align-items: center;
			}

			.report-all-points {
				padding: 0 0 50px 0;
				width: 400px;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-pack: distribute;
				    justify-content: left;
				    flex-wrap: wrap;
			}

			.report-all-points-year {
				font-size: 24px;
				padding: 5px;
			}
			.report-all-points-year:hover {
				text-decoration: underline;
			}


	.transfer-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.transfer-icon {
		margin: 0 0 20px 0;
	}

	.transfer-undertitle {
		margin: 0 0 30px 0;
	}

	.transfer-icon:nth-child(1) {
		width: 100px;
		height: 50px;
	}
	.transfer-icon:nth-child(2) {
		width: 100px;
		height: 50px;
	}

	.transfer-full-desc-inner {
		width: 80%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		font-family: 'Open Sans', sans-serif;
		padding: 0 0 40px 0;
	}

		.card-payment, .agreement-payment {
			width: 45%;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			    flex-direction: column;
			-ms-align-items: center;
			-ms-flex-align: center;
			    align-items: center;
		}

		.agreement-data {
			text-align: center;
			width: 80%;
			margin: 0 auto;
		}

	.donations-page {
		padding: 50px 0 70px;
		font-family: 'Open Sans', sans-serif;
	}

	.donations-full-desc {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.donations-full-desc-inner {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}

	.donations-personal, .donations-company {
		width: 50%;
		height: auto;
	}

	.donations-personal p, .donations-company p {
		text-align: center;
		width: 100%;
	}

	#companyChart,
	#personalChart {
		display: block;
		margin: 0 auto;
		width: 50%;
		height: auto;
	}

	.logo-main {
		height: 100%;
		cursor: pointer;
		padding: 10px;
	}

	.nav-main {
		width: 65%;
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.button-header {
		width: 8%;
		margin: 0 0 0 2%;
		text-align: center;
		padding: 15px 10px;
		border-radius: 30px;
		color: #fff;
		background: #2DC676;
		font-size: .7rem;
		text-transform: uppercase;
		font-weight: 800;
		transition: background .2s linear 0s;
	}
	.button-header:hover {
		background: #0AA64E;
	}

	.nav-main a {
		font-weight: 800;
		text-transform: uppercase;
		font-size: .9rem;
	}

	.nav-main-point {
		height: 100%;
		position: relative;
	}
	.nav-main-point p {
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		position: relative;
	}
	.nav-main-point a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		height: 100%;
		padding: 0 5px;
		position: relative;
	}
	li.nav-main-point:hover a.nav-main-point:before {
		display: block;
		width: 0;
		height: 0;
		bottom: 0;
		position: absolute;
		content: '';
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 20px solid #2DC676;
	}
	
	.nav-main_submenu {
		display: none;
		position: absolute;
		margin: -10px 0 0 0;
		transition: margin 5s linear 0s;
	}

	.nav-main-point:hover .nav-main_submenu {
		position: fixed !important;
		z-index: 4;
		border-right: 10px;
		display: block;
		top: 99px;
		margin: 0;
		background: #2DC676;
		padding: 15px 0;
		border-radius: 5px;
	}

	.nav-main-point:hover .nav-main_submenu li {
		width: auto;
		color: #2DC676 !important;
		font-weight: 500;
		display: block;
		color: #fff !important;
		text-transform: none;
		padding: 10px 0;
		line-height: 1.5;
		text-align: left !important;
	}

	.nav-main-point:hover .nav-main_submenu li:hover {
		background: rgba(1, 1, 1, .1);
		color: #fff;
	}

	.nav-main-point:hover .nav-main_submenu a {
		text-align: left !important;
		color: #fff;
	}

	.footer-top .information {
		width: 20%;
	}

	.footer-logo {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.contacts {
		line-height: 1.3;
		font-weight: 300;
	}

	.link-ssau {
		display: block;
		color: #4A90E2;
		margin: 10px 0;
	}

	.footer-nav {
		width: 75%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
	    justify-content: space-around;
	}

	.footer-nav-item {
		width: 15%;
		padding: 7px 0 0 0;
	}

	.footer-nav-item:nth-child(3) {
		width: 20%;
	}

	.footer-nav-item a {
		line-height: 1.6;
	}

	.footer-nav-item p a{
		cursor: default;
	}

	.footer-nav-item p {
		margin: 0 0 10px 0;
	}

	.footer-nav-item p a {
		font-weight: 700;
		text-transform: uppercase;
	}

	.footer-nav-sub-item {
		font-weight: 300;
	}

	.footer-social {
		width: 50%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
	    justify-content: space-between;
		margin: 35px 0;
	}

	.footer-social a {
		width: 30px;
		height: 30px;
	}

	.footer-social img {
		width: 30px;
		height: 30px;
	}

	.footer-social a:nth-of-type(2) img {
		width: 35px;
		height: 35px;
	}

	.burger-menu {
		display: none;
	}

	.nav-main {
		width: 55%;
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		margin: 0 0 0 6%;
	}

	.nav-main-point a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		height: 100%;
		padding: 0 30px;
		position: relative;
	}

	.main-desc {
		margin: 100px 0 0 0;
	}

	.goals-full-desc {
		background: url('../media/photos/goals-bg.jpg');
		background-size: cover;
	}

	.goals-all-points {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		width: 90%;
		margin: 0 auto;
	}

	.goals-point {
		display: -ms-flexbox;
		display: flex;
		width: 23%;
		height: 300px;
		padding: 0 0 100px 0;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: start;
		    justify-content: flex-start;
		-ms-align-items: center;
		-ms-flex-align: center;
		    align-items: center;
		text-align: center;
		background: rgba(1, 1, 1, .6);
	}

	.agreement-payment a {
		color: #4A90E2;
	}	

	.footer-top .information {
		width: 20%;
	}

	.footer-logo {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.contacts {
		line-height: 1.3;
		font-weight: 300;
	}

	.footer-nav {
		width: 75%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
	    justify-content: space-around;
	}

	.footer-nav-item {
		width: 15%;
		padding: 7px 0 0 0;
	}

	.footer-nav-item:nth-child(3) {
		width: 20%;
	}

	.footer-nav-item a {
		line-height: 1.6;
	}

	.footer-nav-item p a{
		cursor: default;
	}

	.footer-nav-item p {
		margin: 0 0 10px 0;
	}

	.footer-nav-item p a {
		font-weight: 700;
		text-transform: uppercase;
	}

	.footer-nav-sub-item {
		font-weight: 300;
	}

	.footer-social {
		width: 50%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
	    justify-content: space-between;
		margin: 30px 0 0;
	}

	.footer-social a {
		width: 40px;
		height: 40px;
	}

	.footer-social img {
		width: 40px;
		height: 40px;
	}

	.footer-social a:nth-of-type(2) img {
		width: 35px;
		height: 35px;
	}

	.burger-menu {
		display: none;
	}
}

/* MEDIA RULES */

/* PAYMENT PAGE */

.payment-page {
	width: 100%;
	height: 600px;
	padding: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

	.payment-page form {
		padding: 40px 0;
		display: block;
		width: 700px;
	}

		.payment-page form h2 {
			text-align: center;
			font-size: 2rem;
			display: block;
			margin: 0 auto 50px;
		}

		.payment-page form p {
			margin: 0 auto;
			font-size: 1.1rem;
		}

		#amount {
			display: block;
			width: 350px;
			height: 40px;
			font-size: 1.1rem;
			padding: 0 10px;
			outline: none;
			border: 2px #ccc solid;
			margin: 0 auto;
		}

		.payment-page form input {
			width: 350px;
			height: 40px;
			font-size: 1.1rem;
			padding: 0 10px;
			outline: none;
			border: 2px #ccc solid;
			margin: 0 auto;
			display: block;
		}
		.payment-page form input:focus {
			border: 2px #0AA64E solid;
		}

		.payment-page form button {
			width: 150px;
			height: 40px;
			text-align: center;
			border: none;
			line-height: 2;
			margin: 20px auto 0;
			text-transform: uppercase;
			display: block;
			background: #0AA63E;
			color: #fff;
			transition: box-shadow .1s linear 0;
			font-size: 1rem;
		}
		.payment-page form button:hover {
			box-shadow: 2px 2px 3px #0DB100;
			cursor: pointer;
		}

.payment-success {
	min-height: 600px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

	.payment-success div {
		width: 80%;
	}

	.payment-success h2 {
		text-align: center;
		display: block;
		margin: 0 auto 40px;
		font-size: 1.8rem;
	}

	.payment-success p {
		display: block;
		margin: 0 auto;
		text-align: center;
		font-size: 1.2rem;
	}

	.payment-success a {
		color: #0AA63E;
	}
	.payment-success a:hover {
		text-decoration: underline;
	}

.payment-fail {
	min-height: 600px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

	.payment-fail div {
		width: 80%;
	}

	.payment-fail h2 {
		text-align: center;
		display: block;
		margin: 0 auto 40px;
		font-size: 1.8rem;
	}

	.payment-fail p {
		display: block;
		margin: 0 auto;
		text-align: center;
		font-size: 1.2rem;
	}

	.payment-fail a {
		color: #0AA63E;
	}
	.payment-fail a:hover {
		text-decoration: underline;
	}

.guideline-desc-inner {
	margin: 0 auto;
	width: 60%;
}

.guideline-contact {
	margin-bottom: 45px;
}

.guideline-process {
	margin: 40px 0;
}

.guideline-desc-inner h4 {
	font-size: 1.3rem;
	line-height: 1.2;
	margin-bottom: 45px;
}

.guideline-desc-inner strong {
	font-weight: 500;
}

.guideline-desc-inner h6 {
	margin: 15px 0 5px;
}

.guideline-desc-inner h5 {
	font-size: 1.2rem;
	margin: 20px 0 5px;
}
.guideline-desc-inner p {
	line-height: 1.2;
}

.container {
    background: white;
    border-radius: 10px;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
        
h1 {
    color: #333;
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
}
        
.subtitle {
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

/* Строка с ФИО */
.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

.form-row .form-group-inline {
    flex: 1;
    margin-bottom: 20px;
}

.form-row .form-group-inline:last-child {
    flex: 0 0 30%;
}

.form-group {
    margin-bottom: 20px;
}

/* Стили для полей ввода */
.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s;
    font-family: inherit;
    background: white;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group input.error,
.form-group select.error {
    border-color: #e74c3c;
}

.form-group input.error:focus,
.form-group select.error:focus {
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

/* Подсказка для суммы */
.help-hint {
    display: block;
    color: #888;
    font-size: 13px;
    margin-top: 5px;
    font-style: italic;
}

.help-hint::before {
    content: "💡 ";
}

.help-block {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.alert {
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.alert-danger {
    background: #fde8e8;
    color: #e74c3c;
    border-left: 4px solid #e74c3c;
}

        
label {
    display: block;
    margin-bottom: 5px;
    color: #555;
    font-weight: 600;
    font-size: 14px;
}
.required {
    color: #e74c3c;
}
        
input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s;
    font-family: inherit;
}
        
input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #667eea;
}
        
input.error,
select.error,
textarea.error {
    border-color: #e74c3c;
}
        
.help-block {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}
        
.error-general {
    background: #fde8e8;
    color: #e74c3c;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-left: 4px solid #e74c3c;
}
        
.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
}
        
.checkbox-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer;
}
        
.checkbox-group label {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
}
        
.checkbox-group label a {
    color: #667eea;
    text-decoration: none;
}
        
.checkbox-group label a:hover {
    text-decoration: underline;
}
        
.btn-submit {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
        
.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}
        
.btn-submit:active {
    transform: translateY(0);
}
        
.status-other-wrapper {
    display: none;
    margin-top: 10px;
}
        
.status-other-wrapper.visible {
    display: block;
}
        
.success-message {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-left: 4px solid #28a745;
}
        
@media (max-width: 480px) {
    .container {
        padding: 20px;
    }
}

/* === ИСПРАВЛЕНИЯ v2 (усиленная специфичность) === */

/* 1. Лейблы слева */
.container label {
    text-align: left !important;
}

/* 2. Строка "Статус / Сумма" — оба поля растягиваются поровну (50/50).
      Жёсткая ширина через calc(), не зависит от flex-basis/min-content
      и гарантированно перебивает .form-row .form-group-inline:last-child { flex: 0 0 30%; } */
.container .form-row.form-row-equal {
    display: flex !important;
    gap: 15px !important;
}

.container .form-row.form-row-equal .form-group-inline,
.container .form-row.form-row-equal .form-group-inline:last-child {
    flex: 0 0 calc(50% - 7.5px) !important;
    width: calc(50% - 7.5px) !important;
    max-width: calc(50% - 7.5px) !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* Сам инпут/селект внутри — растягиваем на всю ширину обёртки
   и убираем любой margin: auto, который центрирует его */
.container .form-row.form-row-equal .form-group-inline input,
.container .form-row.form-row-equal .form-group-inline select,
#amount,
#status {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* 3. Одинаковая высота input и select независимо от браузерных UA-стилей */
.container .form-group input,
.container .form-group select,
.container input[type="text"],
.container input[type="email"],
.container input[type="number"],
.container select {
    box-sizing: border-box !important;
    height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 44px !important; /* 48px - 2*2px border, вертикально центрирует текст */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

/* Убираем стрелочки у input[type="number"] во всех браузерах */
.container input[type="number"]::-webkit-outer-spin-button,
.container input[type="number"]::-webkit-inner-spin-button,
#amount::-webkit-outer-spin-button,
#amount::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
 
.container input[type="number"],
#amount {
    -moz-appearance: textfield !important; /* Firefox */
    appearance: textfield !important;
}
.container select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path d='M1 1l6 6 6-6' stroke='%23666' stroke-width='2' fill='none' fill-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px !important;
}