<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*:root
{
	--accent: #DB69CA;
	--dark: #0A524D;
	--medium: #00847C;
	--light: #69C6C0;
	--black: #0F0F0F;
	--dark-grey: #828282;
	--middle-grey: #C1BEBE;
	--white: #F5F5F5;
	--white:  #FFFFFF;

	--header: 'ff-good-web-pro', sans-serif;
	--h1: 350 42px/50px 'ff-good-web-pro', sans-serif;
	--h3: 350 30px/36px 'ff-good-web-pro', sans-serif;

	--h1mob: 350 23px/28px 'ff-good-web-pro', sans-serif;
	--h3mob: 350 20px/24px 'ff-good-web-pro', sans-serif;

	--p22: 300 22px/26px 'Rubik2', sans-serif;
	--p20: 300 20px/24px 'Rubik2', sans-serif;
	--p18: 300 18px/22px 'Rubik2', sans-serif;
	--p16: 300 16px/20px 'Rubik2', sans-serif;
	--p14: 300 14px/17px 'Rubik2', sans-serif;
	--p12: 300 12px/16px 'Rubik2', sans-serif;
}*/

html, body
{
	margin:0px;
	padding:0px;
	width: 100%;
	/*min-height: 100vh;*/
	min-height: -webkit-fill-available;
	color: var(--black);
	font: var(--text);
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5
{
	font-family: var(--header);
}
img
{
	max-width: 100%;
}
a 
{
	color: var(--black);
	text-decoration: none;
}

p a
{
	text-decoration: underline;
}

p a:hover
{
	text-decoration: none !important;
}
div, footer, header, a 
{
	position: relative;
	box-sizing: border-box;
}
.accent 
{
	color: var(--accent);
}
footer 
{
	display: flex;
	width: 100%;
	background: var(--blue);	
	color: var(--white);
	font: var(--p18);
	font-weight: 300;
}
footer&gt;span
{
	display: flex;
	align-items: flex-end;
}
footer&gt;span .copy
{
	font-size:28px;
	line-height:13px;
}
.flex-start
{
	display: flex;
	justify-content: flex-start;
}
footer a
{
	color: var(--white);
	text-decoration: none;
}

footer a:hover
{
	text-decoration: underline;
}
.title
{
	font: var(--p20);
}

.text, .standart 
{
	margin-bottom: 42px;
}
.news_type_list
{
	margin-top: 20px;
}
.text p, .full-text p, .full-text table
{
	margin: 12px 0;
}
.full-text .newstext
{
	padding: 12px 0 24px;
}
 .newstext a 
 {
 	text-decoration: underline;
 }

.text p:nth-child(n+2)
{
	display: none;
}

.item_tasks.text p:nth-child(n+2)
{
	display: block;
}
.logo
{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.logo a 
{
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--middle-grey);
}
h3 
{
	font: var(--h2);
	color: var(--accent);
	margin: 0 0 12px;
}
#right-colomn h3
{
	margin-bottom: 14px;
}
#content a 
{
	color: var(--accent);
}
#content a:hover
{
	color: var(--accent-hover);
	text-decoration: underline;
}
#content .news-list a, #content .big-a
{
	color: var(--black);
}
#content a.more, #content a.big-a:hover, #right-colomn a.big-a:hover, #content .news-list a:hover
{
	color: var(--accent);
	text-decoration: none;
}
#content .stage-div a.name:hover, #content .stage-div a.name:hover:after
{
	color: var(--accent-hover);
	text-decoration: none;
}

.stage-div&gt;.date:nth-child(n+3)
{
	margin-top: 50px;
}
.more
{
	font: var(--linkmore);
}
.big-a 
{
	display: flex;
	justify-content: flex-start;
}
.more:after, .big-a:after, .news-list a:after
{
	content: "\e913";
	color: var(--blue);
	font-family: 'icomoon';
}
.more:after, .news-list a:hover:after, .stage-div a.name:after
{
	color: var(--accent);
}
.news-list
{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.news-list a 
{
	display: block;
}

.stages
{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 20px;
}
.stage-div 
{
	display: block;
	border: 2px solid var(--light-blue);
	border-radius: 4px;
}
.stage-div a.name
{
	color: var(--accent);
}
.stage-div span.date
{
	display: block;
}
.stage-div .button
{
	height: 46px;
}
.button
{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background: var(--light-blue);
	font: var(--button);
	padding: 0 12px;
	line-height: 100%;
}
#right-colomn .button 
{
	padding: 0 10px;
}
a.button, #content a.button
{
	background: var(--accent);
	color: var(--white);
	text-decoration: none;
}
a.button:hover, #content a.button:hover
{
	background: var(--accent-hover);
}
span.button
{
	background: var(--light-blue);
	color: var(--white);
}
.item_tasks a 
{
	color: var(--medium);
}
.item_tasks a:hover 
{
	color: var(--dark);
	text-decoration: underline;
}

#content a.file
{
	display: grid;
	width: 100%;
	grid-template-columns: 66px 1fr;
	grid-gap: 16px;
	margin-bottom: 30px;
	color: var(--black);
}
#content a.file:hover 
{
	color: var(--accent-hover);
	text-decoration: none;
}

a.file span
{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
a.file .icon
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 30px;
	border-radius: 4px;
}
a.file .pdf 
{
	background-color:rgba(63, 152, 135, 0.19);
	color: var(--accent);
}
a.file .html
{
	background-color: #EAEDF8;
	color: #25396C;
}

a.file svg, a.file img
{
	height: 40px;
}
footer a 
{
	color: var(--white);
}
footer a:hover
{
	text-decoration: underline;
}

.stage-info
{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.stage-info&gt;div
{
	display: grid;
	grid-template-columns: 30px 1fr;
	grid-gap: 14px;
	color: var(--black);
}
.stage-info div&gt;span.icon 
{
	font-size: 30px;
	color: var(--accent);
}

.si-text
{
	display: block;
	padding-top: 5px;
}
.stage-info div&gt;span.icon.icon-info
{
	color: var(--accent);
}
.si-text p:first-child 
{
	margin-top: 0;
}
.news_type_list h4 
{
	margin-bottom: 10px;
}
footer .social a:hover, #menu-top .social a:hover 
	{
		color: var(--accent);
		text-decoration: none;
	}
.full-text table
{
	border-collapse: collapse;
}
.full-text table thead, .full-text table tr:first-child
{
	background: var(--accent);
	color: var(--white);
}
.full-text table thead td:first-child, .full-text table tr:first-child td
{
	border-right: 1px solid var(--white);
}
/*.full-text table tbody td:first-child
{
	border-right: 1px solid var(--light-red);
}*/
.full-text table td
{
	padding: 15px 20px;
}
.full-text table tbody tr:nth-child(even)
{
	background: var(--light-red);
}

.section-item {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	height: 70px;
	padding: 13px;
	border-radius: 5px;
	border: 2px solid var(--light-blue);
	font-weight: 400;
	cursor: pointer;
}

.section-item:hover
{
	color: var(--accent) !important;
	text-decoration: none !important;
	background: rgba(63, 152, 135, 0.19);
}

.sections-list {
	margin-top: 20px;
	gap: 14px;
	display: flex;
	flex-wrap: wrap;
}

.section-item&gt;img
{
	width: 45px;
}

.profile-h
{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	font-size: 24px !important;
	line-height: 28px !important;
}

.profile-h span
{
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 50px;
	border-radius: 3px;
	background: var(--white);
	box-shadow: 1px 3px 8px var(--light-blue);
}

.profile-h span img
{
	max-width: 100%;
	max-height: 100%;
}

.table-div table
{
	min-width: 100%;
}

.table-div td
{
	border: 1px solid #EDF1FF;
}

@media all and (min-width: 701px)
{
	.ms{display: none !important;}
	html, body
	{
		font: var(--text);
	}
	h4 
	{
		font: var(--p20);
		font-weight: 400;
		margin: 0;
	}
	.upper
	{
		display: none;
		position: fixed;
		bottom: 20px;
		right: 50px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		align-items: center;
		justify-content: center;
		text-align: center;
		background: var(--blue);
		color: var(--white);
	}
	header
	{
		display: block;
		width: 100%;
		height: 15px;
		background: var(--accent);
	}
	#bg
	{
		display: block;
		position: sticky;
		top: 0;
		background: url('/images/fon-filologiya.png') top left repeat;
		background-size: auto;
		height: 100%;
		max-height: 100vh;
		width: 100%;
	}

	#bg:before
	{
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		content: "";
		background: linear-gradient(#ffffff 0%, #ffffff 20%, transparent 40%);
	}

	#bg #pero
	{
		display: block;
		position: absolute;
		left: 53px;
		bottom: 40px;
		width: 130px;
		height: 130px;
		background: var(--white);
		padding: 20px;
		text-align: center;
		box-shadow: 1px 3px 14px rgba(70, 109, 209, 0.25);
		border-radius: 6px;
	}
	#bg #pero&gt;svg, #bg #pero&gt;img 
	{
		height: 90px;
	}
	#MOSH-logo
	{
		position: absolute;
		left: 52px;
		top: 22px;
		width: 186px;
	}
	#MOSH-logo&gt;svg 
	{
		width: 186px;
		margin-bottom: 0px;	
	}
	#MOSH-logo #text-logo
	{
		width: 117px;
		font: var(--h3);
		font-weight: 400;
		text-transform: lowercase;
	}
	#site-name #logo-mob 
	{
		display: none;
	}
	#all-content
	{
		display: grid;
		grid-template-columns: 275px 1fr 276px;
		grid-template-rows: max-content 1fr;
		min-height: calc(100vh - 96px);
	}

	#mleft-block
	{
		grid-row: span 2;
	}

	#main-block 
	{
		display: block;
		padding-left: 50px;
		padding-right: 50px;
	}
	#content 
	{
		max-width: 609px;
		padding-bottom: 80px;
	}
	#right-colomn
	{
		margin-right: 50px;
		padding-bottom: 80px;
		padding-top: 68px;
	}
	#menu-top&gt;div:first-child
	{
		width: 80%;
		display: flex;
		gap: 42px;
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-bottom: 2px solid var(--light-blue);
	} 
	#menu-top
	{
		display: flex;
		justify-content: space-between;
		grid-column: span 2;
		margin:0 50px;
	}
	#menu-top .social, footer .social
	{
		display: flex;
		align-items: center;
		gap: 16px;
	}
	#menu-top .social a
	{
		font-size: 30px;
		color: var(--accent);
	}
	footer .social a
	{
		font-size: 24px;
		color: var(--light-blue);
	}

	#menu-top .menu&gt;ul
	{
		display: flex;
		list-style-type: none;
		justify-content: flex-start;
		margin: 0;
		padding: 0;
		gap: 40px;
	}

	#menu-top .menu ul li
	{
		position: relative;
	}

	#menu-top .menu ul li ul
	{
		display: none;
	}
	#menu-top .menu&gt;ul&gt;li
	{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
	}

	#menu-top .menu&gt;ul&gt;li:hover ul
	{
		display: flex;
		flex-direction: column;
		gap: 0px;
		align-items: flex-start;
		justify-content: flex-start;
		background: var(--white);
		position: absolute;
		top: 50px;
		left: 0;
		padding-left: 0;
		z-index: 2;
		list-style-type: none;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	}
	#menu-top .menu&gt;ul&gt;li:hover ul li
	{
		width: 100%;
	}
	#menu-top .menu&gt;ul&gt;li:hover ul li a
	{
		padding: 10px 20px;
		white-space: nowrap;
		font-size: 18px;
		width: 100%;
		text-align: left;
		display: block;
	}

	#menu-top .menu&gt;ul&gt;li:hover ul li a:hover
	{
		background: rgba(63, 152, 135, 0.19);
	}
	#menu-top .menu a 
	{
		display: flex;
		align-items: center;
		height: 50px;
		padding: 14px 14px 11px;
		font: var(--p20);
		font-weight: 400;
		padding: 14px 0;
		margin-bottom: -2px;		
	}
	#menu-top .menu a:hover
	{
		color: var(--accent);

	}
	#menu-top .menu a.selected
	{
		background: var(--accent);
		color: var(--white);
		border-bottom-color: var(--accent);
		padding: 14px;
	}
	#logo
	{
		margin-top: 10px;
		margin-bottom: 28px;
		height: 124px;
		display: none;
	}
	#logo a 
	{
		width: 124px;
		height: 124px;
	}
	h1 
	{
		font: var(--h1);
		padding: 0;
		margin: 61px 0 42px;
	}


	.stage-div 
	{
		padding: 20px;
	}
	.stage-div a.name
	{
		font: var(--h3);
	}
	.stage-div span.date
	{
		font: var(--p18);
		margin: 14px 0 40px;
	}
	.button
	{
		height: 56px;
	}
	/*.big-a 
	{
		margin-top: 20px;
		font: var(--p22);
	}*/
	.button.bigger
	{
		padding: 0 20px;
	}
	.more:after, .big-a:after, .news-list a:after, .stage-div a.name:after
	{
		padding-left: 5px;
	}
	.more:after, .news-list a:after
	{
		font-size: 10px;
	}
	.big-a:after,.stage-div a.name:after
	{
		font-size: 12px;
	}
	.news-list .date, .stage-div span.date
	{	
		font: var(--date);
	}
	.stage-div span.date
	{
		margin-top: 10px;
		font-weight: 400;
	}

	.stage-div span.date font
	{
		display: block;
	}
	/*.news-list .date
	{
		margin-bottom: -10px;
	}*/
	.all-news-list
	{
		display: flex;
		flex-direction: column;
		gap: 24px;
		margin-top: 19px;
	}
	.news-list
	{
		gap: 12px;
	}
	footer 
	{
		align-items: center;
		justify-content: space-between;
		padding: 10px 50px;
		min-height:80px;
	}

	.ms 
	{
		display: none !important;
	}
}
@media all and (max-width: 1300px)
{
	#all-content
	{
		grid-template-columns: 150px 1fr 276px;
	}

	#MOSH-logo&gt;svg
	{
		width: 120px;
	}

	#MOSH-logo
	{
		left:22px;
	}

	#bg #pero
	{
		left: 23px;
		width: 100px;
		height: 100px;
	}

	#bg #pero&gt;svg
	{
		width: 60px;
		position: relative;
		top: -15px;
	}	
	#menu-top .menu a
	{
		font: var(--p16);
		font-size: 1.5vw;
	}

	#menu-top&gt;div:first-child
	{
		gap: 2vw;
	}
}
@media all and (max-width: 700px)
{
	.fs{display: none !important;}
	body
	{
		min-height: 100vh;
		position: relative;
	}

	.table-div
	{
		display: block;
		max-width: calc(100vw - 30px);
		overflow: auto;
	}
	.profile-h
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	#MOSH-logo
	{
		left:initial;
	}
	h4 
	{
		font: var(--p16);
		font-weight: 400;
		margin: 0;
	}

	.text, .standart
	{
		margin-bottom: 52px;
	}
	#all-content
	{
		min-height: calc(100vh - 54px);
	}
	header, #right-colomn, #menu-top a, #right-colomn .logo
	{
		display: none;
	}
	.section-item
	{
		width: 100%;
	}
	#menu-top a.visible
	{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		text-align: center;
		
		height: 48px;
		margin: 0px;
		padding: 14px 20px;
		font: var(--p18);
		color: var(--accent);
	}
	#menu-top a.visible .icon-vk
	{
		font-size: 31px;
	}

	#menu-top .menu
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
	}



	.upper
	{
		display: none;
		position: fixed;
		bottom: 56px;
		right: 20px;
		width: 27px;
		height: 27px;
		border-radius: 50%;
		align-items: center;
		justify-content: center;
		text-align: center;
		background: var(--blue);
		color: var(--white);
	}

	.flogo
	{
		position: absolute;
		left: 20px;
		bottom: 160px;
		width: 63px;
		height: 63px;
		box-sizing: border-box;
		padding: 10px;
		border-radius: 6px;
		background: var(--white);
		box-shadow: 0 0 14px rgba(70, 109, 209, 0.25);
	}
	.flogo svg, .flogo img
	{
		max-height: 42px;
		max-width: 42px;
	}

	#main-block
	{
		padding-top: 0px;
	}
	#menu-top
	{
		display: block;
		position: relative;
		top: 0;
		width: 100%;
		height: 48px;
		z-index: 1;
		background: var(--accent);
	}
	#menu-top&gt;.menu&gt;a.selected
	{	
		background: var(--accent);
		display: flex;
		justify-content: space-between;
		align-items: center;
		font: var(--p18);
		font-weight: 400;
		width: 100%;
		height: 48px;
		line-height: 34px;
		margin-bottom: 0px;
		color: var(--white);
		padding: 14px 20px;
	}
	#menu-top&gt;.menu&gt;a.selected:after
	{
		content: '\e930';
		color: var(--white);
		font-family: 'icomoon';
		transform: rotate(0deg);
		display: block;
		transition: all 0.3s ease;
		text-align: center;
		width: auto;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		background: var(--dark);
	}
	#menu-top.open&gt;.menu&gt;a.selected:after
	{
		transform: rotate(180deg);
	}

	#menu-top.open .social a.visible
	{
		color: var(--vk-mobile);
	}

	#menu-top.open
	{
		/*height: -webkit-fill-available;
		min-height: -webkit-fill-available;
		bottom: 0;
		background: var(--white);*/
	}
	#menu-top.open:after
	{
		display: flex;
		height: 30px;
		position: absolute;
		bottom: 0;
		align-items: center;
		justify-content: center;
		transform: rotate(180deg);
		cursor: pointer;
	}
	#menu-top .menu&gt;ul
	{
		display: none;
	}

	#menu-top.open .menu
	{
		height: calc(100vh - 110px);
		background: var(--white);
	}

	#menu-top.open .menu&gt;ul
	{
		display: block;
		list-style-type: none;
		padding-left: 0;
	}

	#menu-top.open .menu&gt;ul&gt;li
	{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		column-gap: 0px;
		flex-wrap: wrap;
	}

	#menu-top.open .menu&gt;ul&gt;li&gt;ul
	{
		width: 100%;
		list-style-type: none;
	}

	#menu-top.open .menu&gt;ul&gt;li&gt;ul li
	{
		text-align: left;
	}

	#menu-top a.visible
	{
		text-align: left;
		height: auto;
	}

	#content
	{	
		padding: 0 20px 15px 20px;
	}
	#site-name
	{
		display: flex;
		align-items: top;
		justify-content: space-between;
		gap: 15px;
		font: var(--h2);
		padding: 30px 20px;
	}
	#site-name h1 
	{
		margin: 0;
		padding: 0;
		font: var(--h1mob);
	}
	h3
	{
		font: var(--h3);
	}
	#logo-mob a 
	{
		width: 60px;
		height: 60px;
	}
	.stages
	{
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 18px;
		margin: 22px 0 20px 0;
	}
	.stage-info+.flex-start a
	{
		width: 100%;
	}
	.marginbottom20
	{
		margin-bottom: 52px;
	}
	.stage-div 
	{
		display: grid;
		grid-template-rows: max-content max-content 41px;
		padding: 14px;
		grid-gap: 9px;
	}
	.stage-div .button
	{
		height: 41px;
		font: var(--p12);
	}
	.stage-div a.name
	{
		font: var(--p14);
		font-weight: 400;
	}
	.stage-div span.date
	{
		font: var(--p14);
		margin: 0px 0 0px;
		padding-bottom: 21px;
	}

	.stage-div span.date font
	{
		display: block;
	}

	a.button, #content a.button
	{
		font: var(--date);
		padding: 19px 20px;
		height: auto;
	}
	#content .stage-div a.button
	{
		font: var(--p12);
	}

	.all-news-list
	{
		padding: 0;
	}
	.all-news-list.onmain
	{
		padding: 12px 0 0px;
	}
	.news-list
	{
		gap: 14px;
		padding-bottom: 24px;
	}
	.news-list .date
	{	
		font: var(--date);
		margin: 0 0 0px;
	}
	.button
	{
		height: 31px;
	}
	.big-a
	{
		margin-top: 16px;
		font: var(--p16);
	}
	.more:after, .big-a:after, .news-list a:after, .stage-div a.name:after
	{
		padding-left: 3px;
	}
	.more:after, .news-list a:after
	{
		font-size: 13px;
	}
	.big-a:after,.stage-div a.name:after
	{
		font-size: 10px;
	}
	footer
	{
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column-reverse;
		padding: 25px 20px 20px;
		font:var(--p12l);
		gap: 54px;
		color: var(--footer-blue);
	}
	footer .social
	{
		display: flex;
		justify-content: space-between;
		width: 100%;
		font-size: 28px;
	}

	footer .social a
	{
		color: var(--footer-blue);
	}
	#content .news-list a
	{
		padding-right: 25px;
		position: relative;
	}

	#content .news-list a:after
	{
		height: 100%;
		display: flex;
		position: absolute;
		right: 0;
		top: 0;
		align-items: center;
	}
	#all-content&gt;div:nth-child(1)#mleft-block
	{
		display: block;
		height: 110px;
		background: var(--accent-light);
		padding: 23px 20px;
	}
	#all-content&gt;div:nth-child(1)#mleft-block #pero
	{
		display: none;
	}
	#all-content&gt;div:nth-child(1) #MOSH-logo
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#all-content&gt;div:nth-child(1) #MOSH-logo&gt;svg 
	{
		height: 49px;
	}
	#all-content&gt;div:nth-child(1) #MOSH-logo #text-logo
	{
		width: -webkit-min-content;
		font: var(--mobTitle);
		text-transform: lowercase;
	}
	#bg
	{
		display: block;
		background: none !important;
	}
	#all-content
	{
		padding-bottom: 88px;
	}
	#bg img 
	{
		width: 80px;
	}
	.marginbottom0mob
	{
		margin-bottom: 0;
	}
	.full-text .news-list .date 
	{
		margin-top: 6px;
	}
	.full-text .newstext 
	{
		padding-top: 6px;
	}
	#content a.file
	{
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 24px;
	}
		footer&gt;span .copy
	{
		font-size:18px;
		line-height:8px;
	}

	.title
	{
		font: var(--p16);
	}
}



strong
{
	font-weight: 500;
}

#menu-top .menu&gt;i
	{
		display: none !important;
	}</pre></body></html>