<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	padding-top: 75px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 30px 0;
	margin: 0;
    font-weight: bold;
}
h1 {
	margin-top: 0;
	line-height: 36px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
h2.green {
	color: #10c9c3;
}
h2.white {
	color: #fff;
}
img {
	border: none;
	max-width: 100%;
}
textarea, input, select, radio, button {
	outline: none;
	font-size: 18px;
}
button {
	cursor: pointer;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
i, italic {
	font-style: normal;
}
b, bold, strong {
    font-weight: 700;
}
p {
	margin: 10px 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Exo 2', sans-serif;
}
.text-right {
	text-align: right;
}

/* РРєРѕРЅРєРё */
.ico {
	vertical-align: middle;
	display: inline-block;
	background-repeat: no-repeat;
    background-size: contain;
}

/* Р’СЂР°РїРїРµСЂ */
.page {
    min-height: 100%;
    margin-bottom: -220px;
}
* html .page {
    height: 100%;
}
.buffer {
    height: 220px;
}
.wrapper {
	width: 100%;
    max-width: 1160px;
    margin: 0 auto;
	padding: 0 30px;
}
.grey_bg {
	background: #f5f5f5;
}
.green_bg {
	background: #10c9c3;
}
.center {
	text-align: center;
}

/* РќР°РІРёРіР°С†РёСЏ */
.navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #000;
	z-index: 2;
}
.navigation.scroll {
	background: rgba(247, 247, 247, 1);
}
.navigation a {
	color: #000;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation .wrapper {
	display: flex;
	height: 75px;
	align-items: center;
	justify-content: space-between;
	align-content: space-around;
}
.navigation .sing {
	float: left;
}
.navigation .menu {
	float: right;
}
.navigation .openmenu {
	height: 25px;
	width: 30px;
	border-top: 3px solid #000;
	float: right;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	z-index: 3;
	display: none;
}
.navigation .openmenu {
	height: 25px;
	width: 30px;
	border-bottom: 3px solid #000;
	position: relative;
}
.navigation .openmenu:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #000;
	position: absolute;
	top: 8px;
	left: 0;
}
.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation li {
	display: inline-block;
	margin-left: 10px;
}

/* Р“Р»Р°РІРЅР°СЏ */
.top {
	overflow: auto;
	margin-top: -75px;
	padding: 115px 0 25px;
	background: url(../images/top.jpg) no-repeat top center;
	background-size: cover;
}
.top h1 {
	text-align: center;
}
.top .desc {
	display: flex;
}
.top .img {
	margin: 15px 50px 0 0;
}
.top .txt {
	flex: 1 10 auto;
}

/* Р¤РѕСЂРјС‹ */
.form {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.form label {
	display: block;
	color: #aaa;
	margin-bottom: 5px;
}
.form input, .form select {
	width: 100%;
	background: #f4f4f4;
	height: 40px;
	border: none;
	padding: 0 10px;
	margin-bottom: 10px;
}
.form select[multiple] {
	height: 140px;
}
.form input[type=file] {
    padding-top: 7px;
}
.rows-input {
	margin-left: -20px;
}
.rows-input .middle {
	margin-left: 20px;
	float: left;
	width: calc(50% - 20px);
}
.rows-input .small.forgot {
	padding-top: 30px;
	text-align: right;
}
.rows-input .small {
	margin-left: 20px;
	float: left;
	width: calc(25% - 20px);
}
.rows-input .forgot {
	padding-top: 30px;
	text-align: right;
	width: calc(50% - 20px);
	float: right;
}
.rows-input .big {
	margin-left: 20px;
	float: left;
	width: calc(75% - 20px);
}
.p-btn {
	margin-bottom: 20px;
}
.btn {
	line-height: 40px;
    background: #10c9c3;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    border: 0;
	cursor: pointer;
	padding: 0 20px;
	margin-top: 20px;
	margin-right: 16px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 20px;
}
.btn.red {
    background: #d30101;
	float: right;
	margin-right: 0;
	margin-left: 16px;
}

/* РџСЂРµРґСЃРµРґР°С‚РµР»СЊ */
.chairman {
	
}
.chairman .buttons a {
	height: 60px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
}
.chairman .buttons a + a {
	margin-left: 10px;
	padding: 10px 20px;
}
.chairman .table {
	display: table;
	width: 100%;
}
.chairman .table &gt; div {
	display: table-cell;
	vertical-align: middle;
}
.chairman .table .t-text {
	width: 60%;
	padding-right: 30px;
}
.chairman .table .t-image {
	width: 40%;
}

/* РљР°Р»РµРЅРґР°СЂСЊ */
.calendar {
	margin-bottom: 30px;
}

/* РћСЂРіР°РЅРёР·Р°С‚РѕСЂС‹ */
.orgs {
	margin-bottom: 30px;
}
.orgs ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.orgs li {
	flex: 0 0 auto;
	width: 20%;
	padding: 10px;
}
.orgs img {
	vertical-align: top;
}

/* РќРѕСЂРјР°С‚РёРІРЅС‹Рµ РґРѕРєСѓРјРµРЅС‚С‹ */
.docs {
	background-image: url(../images/docs.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 300px;
	padding: 0 30px 30px 350px;
}
.docs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.docs li {
	position: relative;
	padding-left: 40px; 
}
.docs li:after {
	content: '';
	width: 26px;
	height: 6px;
	background: url(../images/dots.svg) no-repeat center center;
	position: absolute;
	top: 7px;
    left: 3px;
}
.docs li + li {
	margin-top: 10px;
}
.docs a {
	color: #fff;
	text-decoration: none;
}
.docs a:hover {
	text-decoration: underline;
}

/* Р›РёС‚РµСЂР°С‚СѓСЂР° */
.langs {
	margin: 0 0 30px;
}
.langs .link_tabs {
	width: 300px;
	float: left;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.langs .link_tabs li {
	background: #10c9c3;
	color: #fff;
	cursor: pointer;
	line-height: 20px;
	padding: 15px 25px;
	font-size: 18px;
}
.langs .link_tabs li:hover {
    color: #0c8e8a;
}
.langs .link_tabs li.active {
	background: #0b5855;
}
.langs .tabs {
	width: calc(100% - 350px);
	float: right;
}
.langs .tabs .tab {
	display: none;
}
.langs .tabs .tab.active {
	display: block;
}

/* РђСЂС…РёРІ */
.archive {
	margin: 30px 0 0;
	padding: 0 0 30px;
}
.archive ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.archive li {
	display: inline-block;
	width: 16.6%;
	margin-top: 10px;
	vertical-align: top;
}
.archive a {
	display: block;
	background: url(../images/archive.svg) no-repeat top center;
	background-size: 80px;
	padding-top: 90px;
	text-align: center;
	font-size: 16px;
}

/* Р&nbsp;РµР·СѓР»СЊС‚Р°С‚С‹ */
.table_res {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 20px;
}
.res {
	float: left;
	width: calc(100% / 10);
	text-align: center;
}
.res &gt; div {
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
}
.res a {
	text-decoration: none;
}
.res .title {
	color: #fff;
	height: 110px;
	padding: 30px 0;
	position: relative;
}
.res .title:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 50%;
    width: 40%;
    height: 2px;
	background: #fff;
	transform: translateX(-50%);
	box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.1), 0px 0px 40px 10px rgba(255, 255, 255, 0.7);
}
.res .res_class:nth-child(odd) {
	background: #f7f9f9;
}

/* Р¤РѕСЂРјР° */
.form_index {
	margin-bottom: -50px;
	margin-top: 50px;
	min-height: 100px;
	padding-bottom: 30px;
}
.form_index input {
	background: #fff;
}
.form_index textarea {
	background: #fff;
	width: 100%;
    height: 120px;
    border: none;
    padding: 10px;
	resize: none;
}
.res_form {
	text-align: center;
	margin-bottom: 30px;
	color: #03a859;
	font-weight: bold;
}
.res_form:empty {
	margin: 0;
}
.yes_obr  {
	margin-top: 10px;
}
.yes_obr input[type=checkbox] {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -2px;
}
.yes_obr label {
	display: inline-block;
	width: calc(100% - 50px);
	vertical-align: top;
	margin-left: 10px;
}

/* РўРµСЃС‚ */
.timer {
	color: #36a664;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: right;
}
.answers {
	margin-top: 30px;
	display: table;
	width: 100%;
}
.answers .row {
	display: table-cell;
	margin-top: 10px;
}
.answers .row &gt; div {
	display: table-cell;
}
.answers .letter {
	width: 30px;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
}
.answers input {
	width: 100px;
	text-align: center;
	height: 40px;
    border-radius: 3px;
	border: 1px solid #ccc;
	margin-right: 30px;
	line-height: 20px;
}
textarea.creative {
	width: 100%;
	max-width: 600px;
	height: 200px;
    border-radius: 3px;
	border: 1px solid #ccc;
	resize: none;
	line-height: 20px;
	padding: 10px;
}

/* РџРѕРґРІР°Р» */
.footer {
	background: #141414;
    color: #fff;
	margin-top: 50px;
	height: 170px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer ul {
	margin: 0;
	padding: 30px 0;
	list-style: none;
	font-size: 0;
}
.footer li {
	display: inline-block;
	font-size: 14px;
	width: 25%;
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
}
.footer p {
	margin: 0;
	padding-bottom: 30px;
	font-size: 14px;
}

/* РљР»РёСЂ */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}</pre></body></html>