body {
	margin-bottom: 153px;
	min-width: 980px;
	padding-top: 130px;
}
body.body__index_page {
	padding-top: 0px;
}
.container {
  min-width: 980px;
  max-width: none !important;
}

h1, .h1 {

}

p {
    margin: 10px 0 35px;
}


input[type=text]::-ms-clear { /* Убрать крестик в IE у input */
    display: none;
}

button, input, select, textarea {
	outline-color: transparent; /* Убираем свечение в Chrome */
}

.clr {
	clear: both;
}

.padding_tb_130 {
	padding-top: 130px;
	padding-bottom: 130px;
}
.padding_tb_70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.transition_03, .transition_03_all, .transition_03_all * {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.transition_02, .transition_02_all, .transition_02_all * {
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.viewport_hidden {
	opacity: 0;
}

.viewport_visible {
	opacity: 1;
}

/* Шапка + Меню */
.header_inner {
	background: #fff;
	box-shadow: none;
	border: none;
	min-height: 120px;
}
.header_inner.index_page {
	background: transparent;
}
.header_inner.index_page.fix_us {
	background: #fff;
}
.header_inner .container {
	position: relative;
}
.header_inner .navbar-header {
	position: absolute;
	top: 10px;
	left: 15px;
}
.header_inner .navbar-brand, .header_inner.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
}
.header_inner .navbar-collapse {
	padding-left: 45%;
	padding-top: 32px;
}

.header_inner.navbar-default .navbar-nav > .active > a, .header_inner.navbar-default .navbar-nav > .open > a {
	background: transparent;
	box-shadow: none;
}
.header_inner.navbar-default .navbar-nav > .active > a > span {
	border-bottom: 2px solid #004f9f;
	padding-bottom: 3px;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header_inner .navbar-brand, .header_inner.index_page.fix_us .navbar-brand {
	font-size: 16px;
	line-height: normal;
	margin-left: 0 !important;
	padding-left: 86px;
	font-weight: 500;
	margin-top: 0px;
	color: #373737;
}
.header_inner.index_page .navbar-brand {
	margin-top: 45px;
	font-size: 26px;
	padding-left: 148px;
}
.header_inner .navbar-brand:before, .header_inner.index_page.fix_us .navbar-brand:before {
	content: "";
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 0;
	top: 19px;
	background: url('/images/logo.png') no-repeat 0% 0% transparent;
	background-size: contain;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header_inner.index_page .navbar-brand:before {
	width: 112px;
	height: 112px;
	top: 62px;
}
.header_inner .navbar-brand .decorate_title_name:after {
	content: "";
	border-bottom: 1px solid #c0c0c0;
	display: block;
	height: 1px;
	background-color: #e6e6e6;
	margin: 2px auto;
}

.header_inner .lang_select {
	display: inline-block;
	border: 8px solid #cbe5ff;
	border-radius: 25px;
	padding: 3px 10px;
	margin: 3px 15px 0;
	position: relative;
	color: #777;
	background-color: #fff;
}
.header_inner .lang_select:hover, .header_inner .lang_select:focus {
	text-decoration: none;
	color: #777;
}
.header_inner .lang_select:before {
	position: absolute;
	top: 1px;
	content: "";
	display: inline-block;
	z-index: 10px;
	width: 26px;
	height: calc(100% - 2px);
	border-radius: 27px;
	background-color: #cbe5ff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header_inner .lang_select.sel_left:before {
	left: 1px;
	right: auto;
}
.header_inner .lang_select.sel_right:before {
	right: 1px;
	left: auto;
}
.header_inner .lang_select.sel_left .text_left,
.header_inner .lang_select.sel_right .text_right {
	opacity: 0;
}
/* END Шапка + Меню */

.font_dotter {
	background: url('images/font_dotter.png') repeat 0% 30px #fff;
}
.more_block {
	display: none;
}

.header__index_page {
	padding-top: 220px;
	padding-bottom: 75px;	
	position: relative;
}
.header__index_page .globus_img {
	position: absolute;
	right: 0;
	top: -460px;
	width: 929px;
	overflow: hidden;
	max-width: 60%;
}

/* #TODO */
.en .header__index_page .globus_img {
	top: -270px;
}

.big_text_block {
	color: #000;
}
.big_text_block .index_title {
	color: #004f9f;
	font-size: 67px;
	font-weight: 900;
	margin-bottom: 30px;
}
.big_text_block p {
	font-size: 20px;
}
.big_text_block .h2 {
	font-weight: 100;
	font-size: 42px;
	color: #000;
}
.big_text_block .h2:after {
	content: '';
	width: 172px;
	height: 2px;
	background-color: #004f9f;
	display: block;
	margin-top: 35px;
	margin-bottom: 35px;
}
.big_text_block .blue_btn, .feedback_form input[type=submit] {
	color: #fff;
	text-decoration: none;
	background-color: #004f9f;
	padding: 25px 60px;
	font-size: 20px;
	font-weight: normal;
	border-radius: 4px;
	margin-top: 30px;
	border: none;
	display: inline-block;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.big_text_block .blue_btn:hover, .feedback_form input[type=submit]:hover {
	background-color: #2b6daf;
}

/* Деятельность */
.font_blue {
	background-color: #004f9f;
	color: #fff;
}
.item_deyat {
	margin-bottom: 35px;
	padding-left: 35px;
	padding-right: 120px;
	position: relative;
}
.item_deyat img {
	position: absolute;
	left: -30px;
	top: 3px;
}
.font_blue button.more_btn {
	color: #fff;
	padding: 10px 25px;
	background-color: #2b6daf;
	border-radius: 3px;
	display: inline-block;
	border: none;
	margin-left: 35px;
}
.font_blue button.more_btn:hover {
	background-color: #4087cf;
}
/* END Деятельность */

/* Цели деятельности */
.font_paint {
	background: url('images/podloga.png') 50% 50% no-repeat transparent;
	background-size: cover;
}
.font_paint .h2 {
	font-weight: 100;
	font-size: 42px;
	color: #000;
}
.font_paint .h2:after {
	content: '';
	width: 172px;
	height: 2px;
	background-color: #004f9f;
	display: block;
	margin: 35px auto 65px;
}
.objectives img {
	margin-bottom: 45px;
}
/* END Цели деятельности */

/* Цитата */
.citata_block {
	background-color: #f6f8fd;
}
.citata_block .h3 {
	font-weight: bold;
	font-size: 26px;
}
.citata_block i.citata {
	padding-left: 105px;
	margin-top: 15px;
	padding-right: 15px;
	position: relative;
	display: inline-block;
}
.citata_block i.citata:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 15px;
	width: 67px;
	height: 47px;
	background: url('/images/citata_decor.png') no-repeat transparent 0% 0%
}
.citata_block .citata_img {
	margin-left: 80px;
	margin-top: 20px;
}

/* END Цитата */

/* Форма обратной связи + Реквизиты */
#contact_fond {
	color: #3b465c;
	position: relative;
}
#contact_fond .container {
	background: url('images/requisites_monument.png') no-repeat 100% 100% transparent;
}
#contact_fond h2, #contact_fond .h2 {
	margin-bottom: 35px;
	font-weight: bold;
}
#contact_fond p {
	margin: 10px 0 15px;
}
.requisites {
	padding-left: 105px;
	font-weight: 500;
}
.requisites div.delimiter_requisites {
	background-color: #004f9f;
	width: 42px;
	height: 4px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.requisites a.phone_link, .requisites a.email_link {
	font-size: 20px;
	font-weight: bold;
}
.requisites a.phone_link {
	color: #3b465c;
}
.requisites a.email_link {
	color: #004f9f;
}
/* END Форма обратной связи + Реквизиты */

/* Устав */
.font_ustav {
	background: url('images/font_ustav.png') no-repeat 50% 0% #f6f8fd;
}
.img_shadow {
	box-shadow: 0px 3px 7px rgba(0,1,0,0.11);
	max-width: 95%;
}
/* END Устав */

/* Footer */
.footer {
	background-color: #f6f8fd;
	padding-top: 65px;
	padding-bottom: 65px;
	color: #3b465c;
	position: absolute;
	bottom: 0;
	width: 100%;
}
/* END Footer */

.scroll_up {
	background: url('/images/scroll-up.png') 50% 50% no-repeat #f6f8fd;
	width: 95px;
	height: 95px;
	position: fixed;
	bottom: 35px;
	right: 35px;
	opacity: 0.7;
	cursor: pointer;
	display: none;
}
.scroll_up:hover {
	opacity: 1;
}

@media (min-width: 1400px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 992px) {

}
@media (min-width: 768px) {

}