<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--bg: #335C67;
	--white: #FFFFFF;
	--green: #40707C;
	--white65: rgba(255,255,255,0.65);
	--white30: rgba(255,255,255,0.3);
	--black: rgba(0, 0, 0, 1);
	--black35: rgba(0, 0, 0, 0.35);
	--font43: 300 43px/53px "Stolzl";
	--gold: rgba(163, 116, 45, 0.7);
}

body, html
{
	width: 100vw;
	min-height: 100vh;
	padding: 0;
	margin: 0;
	font-family: 'Stolzl';
	max-width: 100%;
}

body
{
	background-color: var(--bg);
	background-image: url('/images/pattern.svg');
	background-size: 50vw auto;
	background-position: right top;
	background-repeat: repeat-y;
}

body 
{
	display: grid;
	grid-template-rows: auto 1fr auto;
}

body#tinymce
{
	background: none;
}

a
{
	text-decoration: none;
}

h2
{
	font: var(--font43);
	margin: 0;
}

.white
{
	color: var(--white);
}

header
{
	padding: 52px 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo
{
	display: block;
}

header .logo img
{
	display: block;
	height: 67px;
}

header .menu
{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap:32px;
}

header .menu a
{
	/*max-width: 183px;*/
	display: block;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: var(--white);
	position: relative;
	padding-left: 16px;
}

header .menu a:before
{
	position: absolute;
	content: "\e90a";
	font-family: "icomoon";
	color: var(--white);
	font-size: 40px;
	line-height: 44px;
	left: 0;
	top: 0;
}

.content
{
	display: block;
	padding: 77px 72px;
}

.news-block .news-item
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
	width: 1045px;
	max-width: 100%;
}

.news-block .news-item .date
{
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: var(--white65);
}

.news-block .news-item .title
{
	font:var(--font43);
	color: var(--white);
}

.news-block .points
{
	display: flex;
	margin-top:70px;
	justify-content: flex-start;
	align-items: center;
	gap:12px;
}

.news-block .points a
{
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: var(--white30);
}

.news-block .points a.selected
{
	background-color: var(--white);
}

form.search-form
{
	display: grid;
	grid-template-columns: 17px 1fr;
	grid-gap: 13px;
	background-color: var(--white);
	border-radius: 100px;
	height: 60px;
	width: 100%;
	padding: 17px 23px 20px;
	box-sizing: border-box;
	margin-top: 95px;
}

form.search-form.sf-inner
{
	margin-top: 39px;
}

form.search-form button
{
	-webkit-appearance:none;
	background-color: transparent;
	border:none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 0;
	outline: none;
	cursor: pointer;
}

form.search-form input
{
	-webkit-appearance:none;
	padding: 0 0 2px;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 18px;
	line-height: 26px;
	width: 100%;
	outline: none;
}

.main-teachers
{
	margin-top: 77px;
}

.main-teachers h2, .main-method h2
{
	color: var(--white);
}

.teacher-menu
{
	display: grid;
	grid-template-columns: 2fr 3fr 1fr;
	grid-gap: 10px;
	margin: 27px 0 22px;
}

.teacher-menu .tm-item
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: var(--white);
	gap: 23px;
	font-size: 18px;
	line-height: 22px;
}

.teacher-menu .tm-item:before
{
	display: block;
	font-size: 23px;
	content: "\e90a";
	font-family: "icomoon";
	color: var(--white);
	font-weight: 400;
}

.teacher-menu&gt;div
{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.teacher-menu&gt;div:last-child
{
	justify-content: flex-end;
}


.teachers-list
{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px;
}

.teacher
{
	display: block;
	padding: 1.7vw 1.5vw;
	background-color: var(--white);
	border: 1px solid #F1F1F1;
}

.teacher:hover, .material:hover, .showmore:hover
{
	background-color: #e4ecef;
}

.teacher .tphoto
{
	display: block;
	padding-top: 100%;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.teacher .study
{
	font-size: 12px;
	line-height: 15px;
	color: var(--black35);
	margin-top: 1.8vw;
	display: block;
	height: 2.5em;
	overflow: hidden;
	position: relative;
}

.teacher .study:before
{
	display: block;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 1.8em;
	background-color: grad;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.teacher:hover .study:before
{
	display: block;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 1.8em;
	background-color: grad;
	background: linear-gradient(0deg, #e4ecef 0%, rgba(255,255,255,0) 100%);
}

.teacher .name
{
	font-size: 14px;
	line-height: 20px;
	color: var(--black);
	margin-top: 9px;
}

.button, input[type=submit]
{
	-webkit-appearance:none;
	padding: 14px 25px 14px;
	border-radius: 100px;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	color: var(--white);
	background-color: #40707C;
	border:1px solid #40707C;
}

.button.unselected
{
	background-color: transparent;
}

.button.with-arrow
{
	position: relative;
	padding-left: 62px;
}

.button.with-arrow i
{
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--green);
	width: 46px;
	height: 46px;
	background-color: var(--white);
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 0;
}

.main-method
{
	margin-top: 84px;
}

.main-method .method-top
{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.method-list
{
	margin-top: 29px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px;
}

.material
{
	position: relative;
	padding: 1.6vw 1.35vw;
	background-color: var(--white);
	border: 1px solid #F1F1F1;
}

.material .author
{
	color: var(--black35);
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2; 
	-webkit-box-orient: vertical;
}

.material .name
{
	color: var(--black);
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	height: 240px;
	margin-bottom: 22px;
	margin-top: 17px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10; /* number of lines to show */
	line-clamp: 10; 
	-webkit-box-orient: vertical;
}

.material .material-buttons
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.material .material-buttons&gt;div:first-child
{
	display: flex;
	justify-content: flex-start;
	gap: 17px;
}

.material .material-buttons&gt;div a
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: var(--black);
	font-size: 12px;
	line-height: 15px;
	gap: 6px;
}

.material .material-buttons .in-circle
{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--white);
	align-items: center;
	justify-content: center;
	font-size: 19px;
	background-color: rgba(163, 116, 45, 0.7);
}

.filter
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 28px 0 80px;
	gap: 6px;
}

.showmore
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 19px;
	background-color: var(--white);
	border: 1px solid #F1F1F1;
	padding: 30px 10px;
}

.showmore:hover
{

}

.showmore i
{
	display: flex;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	align-items: center;
	font-size: 20px;
	justify-content: center;
	background-color: #EDF2F4;
	color: #40707C;
}

.showmore span
{
	font-size: 15px;
	line-height: 19px;
	color: var(--black);
}

.filter select
{
	-webkit-appearance:none;
	padding: 15px 51px 14px 21px;
	border:1px solid #40707C;
	color: var(--white);
	background-color: transparent;
	background-image: url('/images/select.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-size: 10px 18px;
	font-size: 15px;
	line-height: 19px;
	border-radius: 100px;
}

.filter select option
{
	color: black;
}

.t-block
{
	display: grid;
	grid-template-columns: 1fr 3fr;
	margin-top: 35px;
	width: 100%;
}

.t-block .list
{
	background-color: #F6F6F6;
	padding: 114px 67px;
}

.t-block .list .photo
{
	display: block;
	width: 100%;
	margin-bottom: 54px;
}

.t-block .list .photo&gt;div
{
	display: block;
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}

.t-block .list .tmenu
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}

.t-block .list .tmenu a
{
	display: grid;
	grid-template-columns: 20px 1fr;
	grid-gap: 6px;
	color: var(--black);
	font-size: 15px;
	line-height: 21px;
	font-weight: 300;
}

.t-block .list .tmenu a.selected
{
	font-weight: 400;
}

.t-block .data
{
	background-color: var(--white);
	padding: 114px 130px;
}

.data-block
{
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin: 41px 0 41px;
}

.data-block p
{
	margin: 0;
}

.data-block .db-title
{
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}

.data-block .db-text
{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

.data-block .db-text ul
{
	padding-left: 0;
}

.data-block .db-text ul ul
{
	padding-left: 40px;
}

.s-title
{
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	display: block;
	margin-bottom: 37px;
}

.gold-button
{
	display: flex;
	width: 163px;
	height: 48px;
	border-radius: 24px;
	background-color: var(--gold);
	color: var(--white) !important;
	text-decoration: none;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px 0 25px;
	box-sizing: border-box;
	margin: 10px 0;
}

.gold-button span
{
	text-align: right;
}

.gold-button i
{
	font-size: 22px;
	width: 26px;
	display: flex;
	justify-content: center;
}

footer
{
	display: block;
	height: 303px;
	background-color: #1B3137;
	padding: 31px 68px 96px;
}

.footer-content
{
	display: grid;
	grid-template-columns: 31vw auto 1fr 332px;
	grid-gap: 3vw;
}

.partners&gt;div
{
	display: flex;
	align-items: center;
	gap: 14px;
}
.fc-text
{
	padding-top: 17px;
	color: var(--white);
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
}

.f-right
{
	padding-top: 17px;
}

.f-right&gt;a
{
	display: block;
	text-decoration: none;
	color: var(--white);
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
}

.f-right .contacts
{
	padding-top: 29px;
}

.f-right .contacts&gt;a
{
	display: block;
	text-decoration: none;
	color: var(--white);
	font-size: 20px;
	line-height: 29px;
	font-weight: 400;	
}

#shadow
{
	display: none;
	position: fixed;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	top:0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.window
{
	display: block;
	position: relative;
	background-color: var(--white);
	padding: 102px 67px;
	box-sizing: border-box;
	width: 500px;
}

.window .closer
{
	font-size: 23px;
	top: 40px;
	right: 40px;
	position: absolute;
	display: block;
}

.window .w-title
{
	display: block;
	font-size: 43px;
	line-height: 53px;
	font-weight: 200;
}

.window .w-content
{
	padding-top: 82px;
}

.input 
{
	display: block;
	margin-bottom: 27px;
}

.input label
{
	display: block;
	font-size: 15px;
	line-height: 19px;
	font-weight: 300px;
	margin-bottom: 17px;
}

.input&gt;div
{
	display: flex;
	justify-content: space-between;
	border: 1px solid #E5E3E3;
	border-radius: 12px;
	height: 48px;
	width: 100%;
	padding: 15px 17px 16px;
	box-sizing: border-box;
	align-items: center;
	background-color: #FBFBFB;
}

.input&gt;div input
{
	margin: 0;
	padding: 0;
	-webkit-appearance:none;
	border: none;
	background-color: transparent;
	height: 17px;
	outline: none;
	width: calc(100% - 30px);
}

form .button
{
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

#shadow form button
{
	margin-top: 50px;
	margin-bottom: 10px;
}

form .button.grey
{
	background-color: #EDF2F4;
	border-color: #EDF2F4;
	color: #40707C;
}

.editor_block
{
	background-color: var(--white);
	padding: 114px 56px;
}

.field_name
{
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
}

.editor_block form
{
	display: block;
	max-width: 800px;
}

.editor_block input[type=text], .editor_block textarea
{
	display: block;
	border-radius: 12px;
	padding: 15px 17px 17px;
	border:1px solid #E5E3E3;
	background-color: #FBFBFB;
	font-size: 14px;
	line-height: 16px;
	box-sizing: border-box;
}

.editor_block textarea
{
	min-height: 150px;
}

.editor_block .field_input
{
	display: block;
	margin: 18px 0 27px;
}

form#form17, form#form18
{
	margin-top: 40px;
}

.teacher
{
	position: relative;
}

.remover
{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	padding: 0px 0;
	box-sizing: border-box;
}

.remover a
{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: red;
	border-radius: 20px;
	font-size: 12px	;
}

.remover a:hover
{
	color:#fff;
	background-color: red;
}

.fileloader
{
	display: block;
	padding: 0 0 50px;
}

.file
{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0;
}

.files
{
	display: block;
	padding-top: 40px;
}

.db-text a
{
	word-break: break-all;
}

.sitename
{
	display: block;
	background-color: #1B3137;
	color: #fff;
	font-weight: 300;
	font-size: 43px;
	line-height: 53px;
	text-transform: uppercase;
	height: 120px;
	align-items: center;
	justify-content: center;
}

.sitename div
{
	flex: none;
	display: block;
	width: 100vw;
	box-sizing: border-box;
	padding: 32px 72px;
}</pre></body></html>