@charset "UTF-8";
@font-face{
	font-family:"Avenir Next";
	font-style:normal;
	font-weight:400;
	src:url(/fonts/avenir_next/avenir_next_regular.eot?#iefix);
	src:url(/fonts/avenir_next/avenir_next_regular.eot?#iefix) format("eot"),url(/fonts/avenir_next/avenir_next_regular.woff2) format("woff2"),url(/fonts/avenir_next/avenir_next_regular.woff) format("woff"),url(/fonts/avenir_next/avenir_next_regular.ttf) format("truetype"),url(/fonts/avenir_next/avenir_next_regular.svg#avenir_next_regular) format("svg")
}
@font-face{
	font-family:"Avenir Next";
	font-style:normal;
	font-weight:700;
	src:url(/fonts/avenir_next/avenir_next_bold.eot?#iefix);
	src:url(/fonts/avenir_next/avenir_next_bold.eot?#iefix) format("eot"),url(/fonts/avenir_next/avenir_next_bold.woff2) format("woff2"),url(/fonts/avenir_next/avenir_next_bold.woff) format("woff"),url(/fonts/avenir_next/avenir_next_bold.ttf) format("truetype"),url(/fonts/avenir_next/avenir_next_bold.svg#avenir_next_bold) format("svg")
}

* {
	box-sizing: border-box;
}

html {
	width: 100%;
	min-width: 920px;
/*	height: 100%;*/
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 920px;
	position: relative;
	height: 100%;
	font-family: 'Avenir Next', sans-serif;
	font-weight: 400;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	color: #777777;
	background: #c2c8cc;
}
.body-bg:before {
content:"";
	width: 100%;
	height: 100%;
	background: url(/images/bg.jpg) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	z-index: -1;
	top: 0;
    left: 0;
}
header {
	height: 61px;
	background: #263845;
}
.header-intro {
	width: 900px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
.body-intro, .footer-intro {
	width: 900px;
    margin: 0 auto;
}
.footer-intro {
	text-align: center;
}
.footer-intro span {
	color: #1B4F6B;
	font-family: 'Ubuntu';
	font-size: 15px;
}
.footer-intro span a {
	color: #1B4F6B;
}
.footer-intro span.footer-text {
	line-height: 28px;
}
footer .social {
	margin: 30px 0;
}
.social-element {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.social a .social-element {
	margin-left: 8px;
}
.social a:first-child .social-element{
	margin-left: 0;
}
.social-element-vk {
	background-image: url(/images/soc_vk.png);
}
.social-element-ok {
	background-image: url(/images/soc_ok.png);
}
.social-element-fb {
	background-image: url(/images/soc_fb.png);
}
.social-element-tw {
	background-image: url(/images/soc_tw.png);
}
.social-element-inst {
	background-image: url(/images/soc_inst.png);
}
.social-element-gl {
	background-image: url(/images/soc_gl.png);
}
.social-element-ln {
	background-image: url(/images/soc_ln.png);
}
.header-logo {
	width: 80px;
	height: 100%;
	background: url(/images/logo_ukit.svg) no-repeat center;
	background-size: contain;
	float: left;
}
.header-logo a {
	display: block;
  width: 100%;
  height: 100%;
}
.header-menu {
	list-style: none;
    display: block;
    float: right;
	padding: 0;
    margin: 20px 0 0;
}
.header-menu li {
	display: inline-block;
	margin-left: 20px;
}
.header-menu li:first-child {
	margin-left: 0;
}
.header-menu li a {
	color: #a6b5b5;
	text-decoration: none;
	font-size: 16px;
}
h1 {
	color: #1b4f6b;
	margin: 60px auto 0;
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 36px;
	font-weight: 300;
}
h2 {
	color: #1b4f6b;
	margin: 10px auto 0;
	text-align: center;
	font-family: 'Ubuntu';
	font-weight: 300;
	font-size: 22px;
}
.body-block {
	background: #263845;
	margin: 40px 0 0;
	border-radius: 8px;
	padding: 40px 50px 80px;
}
.block-in-block {
	margin: 50px 0 0;
}
.block-in-block:first-child {
	margin: 0;
}
.block-title {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 15px;
    display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 50px;
}
.block-title.icon1 {
	background: url(/images/icon1.png) no-repeat center left;
}
.block-title.icon2 {
	background: url(/images/icon2.png) no-repeat center left;
}
.block-title.icon3 {
	background: url(/images/icon3.png) no-repeat center left;
}
.block-title.icon4 {
	background: url(/images/icon4.png) no-repeat center left;
}
ul.block-content {
	list-style: none;
	margin: 0;
	padding: 0 0 0 50px;
}
.block-content > li {
	margin-top: 10px;
}
.block-content > li:first-child {
	margin-top: 0;
}
.block-content li span {
	color: #ffffff;
	text-decoration: none;
    border-bottom: 1px dashed #ffffff;
	font-size: 16px;
	cursor: pointer;
}
.block-content li .answer {
	overflow: hidden;
	display: none;
	/*transition: all .35s ease;*/
}
.block-content li:first-child span.question:before {
	content: '1. ';
}
.block-content li:nth-child(2) span.question:before {
	content: '2. ';
}
.block-content li:nth-child(3) span.question:before {
	content: '3. ';
}
.block-content li:nth-child(4) span.question:before {
	content: '4. ';
}
.block-content li:nth-child(5) span.question:before {
	content: '5. ';
}
.block-content li:nth-child(6) span.question:before {
	content: '6. ';
}
.block-content li:nth-child(7) span.question:before {
	content: '7. ';
}
.block-content li:nth-child(8) span.question:before {
	content: '8. ';
}
.block-content li:nth-child(9) span.question:before {
	content: '9. ';
}
.block-content li:nth-child(10) span.question:before {
	content: '10. ';
}
footer {
	margin: 35px 0 30px;
}
.answer-intro {
	background: #D5DADA;
    color: #2A333A;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
		line-height: 20px;
}
.answer-intro img {
	max-width: 100%;
	margin:15px auto;
	display: block;
}
.answer-intro a {
	color: #2A333A;
    text-decoration: none;
    border-bottom: 1px dashed #2A333A;
}
.answer-intro a:hover {
	border-bottom:  none;
}
.answer-intro ul {
	padding: 0 0 0 30px;
	margin: 10px 0 15px;
}