@font-face {
	font-family: 'Montserrat'; /* Имя шрифта */
	src: url(fonts/Montserrat/Montserrat-Regular.otf); /* Путь к файлу со шрифтом */
	font-weight: normal;
}

@font-face {
	font-family: 'Montserrat'; /* Имя шрифта */
	src: url(fonts/Montserrat/Montserrat-Medium.otf); /* Путь к файлу со шрифтом */
	font-weight: 500;
}

@font-face {
	font-family: 'Montserrat'; /* Имя шрифта */
	src: url(fonts/Montserrat/Montserrat-SemiBold.otf); /* Путь к файлу со шрифтом */
	font-weight: 600;
}

@font-face {
	font-family: 'Montserrat'; /* Имя шрифта */
	src: url(fonts/Montserrat/Montserrat-Bold.otf); /* Путь к файлу со шрифтом */
	font-weight: bold;
}



@font-face {
	font-family: 'Jost'; /* Имя шрифта */
	src: url(fonts/jost/Jost-Regular.ttf); /* Путь к файлу со шрифтом */
	font-weight: normal;
}

@font-face {
	font-family: 'Jost'; /* Имя шрифта */
	src: url(fonts/jost/Jost-Medium.ttf); /* Путь к файлу со шрифтом */
	font-weight: 500;
}

@font-face {
	font-family: 'Jost'; /* Имя шрифта */
	src: url(fonts/jost/Jost-SemiBold.ttf); /* Путь к файлу со шрифтом */
	font-weight: 600;
}

@font-face {
	font-family: 'Jost'; /* Имя шрифта */
	src: url(fonts/jost/Jost-Bold.ttf); /* Путь к файлу со шрифтом */
	font-weight: bold;
}



@font-face {
	font-family: 'PT Sans'; /* Имя шрифта */
	src: url(fonts/pt_sans/PTSans-Regular.ttf); /* Путь к файлу со шрифтом */
	font-weight: normal;
}

@font-face {
	font-family: 'PT Sans'; /* Имя шрифта */
	src: url(fonts/pt_sans/PTSans-Bold.ttf); /* Путь к файлу со шрифтом */
	font-weight: bold;
}





@font-face {
	font-family: 'Roboto'; /* Имя шрифта */
	src: url(fonts/roboto/roboto-regular.ttf); /* Путь к файлу со шрифтом */
	font-weight: normal;
}

@font-face {
	font-family: 'Roboto'; /* Имя шрифта */
	src: url(fonts/roboto/roboto-medium.ttf); /* Путь к файлу со шрифтом */
	font-weight: 500;
}

@font-face {
	font-family: 'Roboto'; /* Имя шрифта */
	src: url(fonts/roboto/roboto-bold.ttf); /* Путь к файлу со шрифтом */
	font-weight: 600;
}

html {
	overflow-x: hidden;
}

body {
	background: #fff;
	font-family: 'Montserrat' !important;
	position: relative;
	font-size: 18px;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}



a {
	color: #3D61E0;
}

h1 {
	color: #213457;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 46px;
	line-height: 150%;
}

h2 {
	color: #000000;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 35px;
	line-height: 150%;
}

h2 span {
	color: #3D61E0;
	min-width: 50px;
	display: inline-block;
}

h2 .section-title-h2 {
	font-size: 20px;
	color: #637394;
	margin-top: 12px;
	font-weight: 700;
}

h3 {
	color: #000000;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 30px;
	line-height: 150%;
}

h4 {
	color: #3f5171;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;

	font-size: 24px;
	font-weight: bold;
	color: #000;
}

h4 span {
	color: #637394;
}

h5 {
	color: #000000;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
}


.none {
	display: none;
}


.list-slider {
	display: none;
}
.list-slider.active {
	display: block;
}
.section_name {
	cursor: pointer;
}

.section_name::after {
	display: inline-block;
	content: "";
	background: url('img/arrow_b.svg') center no-repeat;
	width: 22px;
	height: 16px;
	margin-left: 10px;
	opacity: 1;
	transition: 0.3s ease;
}
.section_name.active::after {
	transform: rotate(180deg);
}


.about-info {
	background: #016EAE;
}
.about-info .container {
	display: grid;
	grid-template-columns: 45% 55%;
	gap: 50px;
}
.about {
	position: relative;
	padding: 105px 50px 105px 0;
}
.about::before {
	content: '';
	background: #016EAE;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	right: -50px;
}
.about p {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 15px;
	position: relative;
	z-index: 100;
}
.about li {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 15px;
	position: relative;
	z-index: 100;
}
.about ul li::before {
	background: #fff !important;
}
.about h3 {
	color: #fff;
	font-weight: 600;
	font-size: 34px;
	margin-bottom: 23px;
	position: relative;
	z-index: 100;
}


.statistic {
	position: relative;
	padding: 105px 0;
	padding-left: 115px;
}
.statistic::before {
	content: '';
	background: #fff;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
	width: 300%;
	left: 0;
}
.static-title {
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 30px;
}
.static-logo {
	width: 294px;
	height: 487px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	position: absolute;
	left: -80px;
	top: 0;
	bottom: 0;
	margin: auto;
	filter: brightness(0);
	opacity: 0.02;
}
.static-content {
	position: relative;
	z-index: 10;
}
.statistic .static-list {
	display: grid;
	grid-template-columns: repeat(2, 160px);
	gap: 34px 120px;
}
.statistic .stat-item-name {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
}
.statistic .more-tag {
	font-weight: 600;
	font-size: 17px;
	line-height: 124%;
	color: #B5B5B5;
	margin-top: 9px;
	min-height: 21px;
	display: table;
}
.statistic .stat-item-num {
	font-weight: 500;
	font-size: 42px;
	line-height: 124%;
}
.statistic .stat-item-num.orange {
	color: #F66742;
}
.statistic .stat-item-num.green {
	color: #A6CE48;
}

.statistic .stat-item-num.violet {
	color: #8173DF;
}

.statistic .stat-item-num.blue {
	color: #3EADDE;
}


header.section {
	background: #fff;
	margin-bottom: 40px;
	box-shadow: 0 0 20px rgb(217 226 233);
}


header .header-top {
	width: 100%;
	padding-top: 43px;
	padding-bottom: 40px;
	position: relative;
}

.header-top-one-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.header-second-title {
	font-weight: 500;
	font-size: 17px;
	line-height: 150%;
	margin-left: 62px;
	margin-top: 9px;
}

.special_v {
	display: inline-block;
	margin-bottom: 30px;
	background: #404040;
	color: #fff !important;
	text-decoration: none !important;
	padding: 9px 20px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 30px;
}

.special_v:hover {
	opacity: 0.7;
}

.special_v span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 13px;
	background: url(img/eye.svg) no-repeat;
	background-size: 19px;
	filter: brightness(0) invert(1);
	opacity: 0.6;
	margin-right: 10px;
	vertical-align: -1px;
}


.special_v-header {
	width: 30px;
	height: 20px;
	background: url('img/eye.svg') no-repeat;
	background-size: cover;
	margin-right: 40px;
	transition: 0.3s ease;
}

.special_v-header:hover {
	opacity: 0.7;
	cursor: pointer;
}

.logoAndBtns {
	display: flex;
	gap: 20px 50px;
	align-items: center;
	flex-wrap: wrap;
}

.main-box {
	display: grid;
	grid-template-columns: 225px 1fr;
	gap: 57px;
	margin-top: 50px;
}


.content input[type=text], .content select, .content optgroup, .content textarea {
	background: #E7EEF4;
	border-radius: 5px;
	border: 0;
	outline: none;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Montserrat';
	color: #000;
	padding: 10px 18px;
}

.header-title {
	margin-top: 31px;
	margin-bottom: 35px;
	font-size: 33px;
}

.flex {
	display: flex;
}


.none {
	display: none;
}

.content p {
	line-height: 180%;
	margin-bottom: 20px;
}

p {
	font-weight: 500;
}

.content ul {
	margin-bottom: 30px;
}

.content ul li {
	margin-top: 20px;
	margin-bottom: 8px;
	list-style: none;
	position: relative;
	padding-left: 20px;
	line-height: 170%;
	font-weight: 500;
}

.content ul li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #4B74C8;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 10px;
}

.content ul li:last-child {
	margin-bottom: 0;
}


.content ul.three-col-ul {
	padding: 0;
}

.content ul.three-col-ul li {
	width: 30%;
	display: inline-block;
}


.content ol {
	padding-left: 20px;
	margin-bottom: 30px;
}

.content ol li {
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
}

.content ol li::marker {
	font-weight: bold;
	color: #2f66d6;
}

.content ol li ul {
	padding-inline-start: 0;
}


.content ol li:last-child {
	margin-bottom: 0;
}



.ul {
	padding-left: 0;
}

.ul li {
	list-style: none;
	margin-bottom: 13px !important;
	list-style: none;
	position: relative;
	padding-left: 30px !important;
}

.ul li::before {
	content: '' !important;
	display: inline-block !important;
	width: 14px !important;
	height: 14px !important;
	background: #0C9D5C !important;
	border-radius: 20px !important;
	margin-right: 24px !important;
	vertical-align: -5px !important;
	position: absolute !important;
	left: 0 !important;
	top: 7px !important;
}

.ul li span {
	display: inline-block;
	width: calc(100% - 40px);
	vertical-align: top;
}


.logo {
	position: relative;
	display: table;
	text-decoration: none !important;
	display: grid;
	grid-template-columns: 25px 260px;
	column-gap: 14px;
	align-items: center;
}
.logo .school-ico {
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.logo .logo-name {
	font-weight: 700;
	font-size: 15px;
	line-height: 120%;
	text-transform: uppercase;
	font-family: 'PT Sans';
	color: #000;
}


.logo-yugu {
	background: url(img/logo-yugu.svg) no-repeat;
	width: 340px;
	height: 36px;
	background-size: contain !important;
	position: relative;
	display: table;
}

.header-background {
	background-color: #363636;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.header-background::before {
	content: '';
	background: #363636;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	position: absolute;
}

.header-background .container {
	position: relative;
	z-index: 100;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	flex-wrap: wrap;
}

.school-name {
	font-weight: 700;
	font-size: 54px;
	line-height: 104%;
	color: #fff;
	width: 60%;
}
.school-slogan {
	font-weight: 500;
	font-size: 18px;
	line-height: 168%;
	color: #fff;
	margin-top: 24px;
	letter-spacing: 0.2px;
}




.table-box {
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}

.table {
	font-size: 15px;
	margin-bottom: 30px;
}

.table th {
	background: #c0e9da;
	color: #087751;
	border: 0 !important;
	font-size: 15px;
	font-weight: 600;
}

.border-td th, .border-td td {
	border: 1px solid #dee2e6;
}

.border-td th:last-child, .border-td td:last-child {
	border-right: 0;
}


.tab-item-2 {
	overflow-x: auto;
}

.table-div {
	display: table;
	width: 1440px !important;
}

.table-div .table-div-head {
	background: #c0e9da;
	color: #087751;
	border: 0 !important;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}

.table-div .table-div-tr {
	margin: 0;
	font-size: 16px;
	border-bottom: 1px solid #d8dce5;
}

.table-div .table-div-th,
.table-div .table-div-td {
	padding: 13px 10px;

	word-wrap: break-word;
}



.open-modal {
	cursor: pointer;
}

.btn-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.btn-bar .search-ico {
	background-size: cover !important;
	background: url(img/search-ico.svg) no-repeat;
	width: 25px;
	height: 25px;
	margin-right: 40px;
	transition: 0.3s ease;
}

.btn-bar .search-ico:hover {
	opacity: 0.7;
	cursor: pointer;
}

.btn-bar .lang {
	margin-right: 40px;
	font-weight: 600;
	font-size: 18px;
	color: #67768C;
	text-decoration: none !important;
	transition: 0.3s ease;
	margin-top: 2px;
}

.btn-bar .lang:hover {
	opacity: 0.7;
	cursor: pointer;
}

.btn-bar .cabinet {
	font-weight: 600;
	font-size: 16px;
	color: #413AE4;
	padding: 9px 22px;
	border: 1px solid #413AE4;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none !important;
	transition: 0.3s ease;
}

.btn-bar .cabinet:hover {
	background: #413AE4;
	color: #fff;
}

.btn-bar .cabinet .cabinet-ico {
	background-size: cover;
	background: url(img/cabinet-ico.svg) no-repeat;
	width: 14px;
	height: 20px;
	margin-right: 14px;
}

.btn-bar .cabinet:hover .cabinet-ico {
	filter: brightness(0) invert(1);
}


.hbottom-btn {
	font-weight: 600;
	font-size: 19px;
	color: #413AE4;
	padding: 17px 30px;
	border: 1px solid #413AE4;
	border-radius: 10px;
	text-decoration: none !important;
	transition: 0.3s ease;
	display: inline-block;
	margin-right: 20px;
	transition: 0.3s ease;
}

.hbottom-btn:hover {
	background: #413AE4;
	color: #fff;
}

.hbottom-btn span {
	background: #fff;
	display: table;
	padding: 17px 30px;
	border-radius: 8px;
	transition: 0.3s ease;
}



.btn-timetable {
	color: #61A7CB;
	background: linear-gradient(to right, #99CAE2, #61A7CB);
	padding: 2px;
	border: 0;
}

.btn-timetable:hover {
	color: #61A7CB;
	border: 0;
	background: linear-gradient(to right, #99CAE2, #61A7CB);
}

.btn-timetable:hover span {
	background: linear-gradient(to right, #99CAE2, #61A7CB);
	color: #fff;
}


.btn-directory {
	color: #C69C46;
	background: linear-gradient(to right, #E8C57C, #C69C46);
	padding: 2px;
	border: 0;
}

.btn-directory:hover {
	color: #C69C46;
	border: 0;
	background: linear-gradient(to right, #E8C57C, #C69C46);
}

.btn-directory:hover span {
	background: linear-gradient(to right, #E8C57C, #C69C46);
	color: #fff;
}



.btn {
	font-weight: 500;
	font-size: 20px;
	padding: 18px 33px;
	display: inline-block;
	transition: 0.3s ease;
	border-radius: 10px;
	cursor: pointer;
	border: 0;
	outline: none !important;
}

.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}

.btn.btn-blue {
	background: #016EAE;
	color: #fff;
}

.btn.btn-green {
	background: linear-gradient(90deg, #0B9C5B 0%, #1DB16F 100%);
	color: #fff;
}

.btn.btn-gray {
	background: linear-gradient(90deg, #67768c 0%, #8390a2 100%);
	color: #fff;
}

.btn.disabled {
	background: #67768c;
	cursor: no-drop;
	opacity: 0.7;
}

.btn-promo {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	margin-left: 0px;
	transition: 0.3s ease;
	position: relative;
	z-index: 100;
	margin-top: 20px;
	margin-right: 30px;
}

.btn-promo:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

.btn-promo i {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 58px;
	height: 58px;
	border-radius: 100px;
	position: relative;
	background: linear-gradient(180deg, #0B9C5B 0%, #126CD6 100%);
}

.btn-promo span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 17px;
}

.btn-promo i::before {
	content: "";
	position: absolute;
	z-index: 1;
	background: #fff;	
	border-radius: 100px;
	width: 54px;
	height: 54px;
	left: 2px;
	top: 2px;
}

.btn-promo i::after {
	content: "";
	position: absolute;
	z-index: 2;
	background: url(img/play-mbtn.svg) no-repeat;
	width: 11px;
	height: 14px;
	left: 3px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn-small {
	font-size: 16px;
	padding: 9px 18px;
	margin-top: 10px;
}

.header-buttons {
	gap: 25px;
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
}

.header-buttons .btn {
	font-weight: 500;
	font-size: 16px;
	padding: 17px 32px;
	display: inline-block;
	transition: 0.3s ease;
	border-radius: 10px;
	cursor: pointer;
	border: 0;
	outline: none !important;
}


.fancy-photo {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	cursor: pointer;
	border-radius: 20px;
}
.tns-inner .fancy-photo img {
	height: auto;
	width: auto;
}

.tns-nav {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.tns-outer {
	margin-bottom: 30px;
	width: 100%;
}

/*.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	border: 0;
	background: #ccc;
	margin: 10px;
	outline: none;
	padding: 0;
	}*/

	.slider {
		margin: 0 auto;
	}

	button.tns-nav-active {
		background: #48c78e !important;
	}

	.tns-item .fancy-photo {
		height: 300px;
		overflow: hidden;
	}

	@media (max-width: 1366px) {
		.tns-item .fancy-photo {
			height: 300px;
		}
	}

	@media (max-width: 1024px) {
		.tns-item .fancy-photo {
			height: 300px;
		}
	}

	@media (max-width: 992px) {
		.tns-item .fancy-photo {
			height: 260px;
		}
	}


	.go-top {
		margin: 110px auto;
		text-align: center;
		display: table;
		text-decoration: none !important;
		display: none;
	}

	.go-top-ico {
		background: #EEF1F8;
		width: 92px;
		height: 92px;
		display: flex;
		margin: 0 auto;
		border-radius: 100px;
		align-items: center;
		justify-content: center;
		transition: 0.3s ease;
	}

	.go-top-ico:hover {
		background: #E1E6F3;
	}

	.go-top-ico::after {
		background: url(img/go-top.svg) no-repeat;
		width: 26px;
		height: 35px;
		content: '';
	}

	.go-top-tag {
		font-weight: 600;
		font-size: 18px;
		color: #A1ADC6;
		margin-top: 21px;
	}



	footer {
		width: 100%;
		background: #2B2B2B;
		color: #fff;
		display: flex !important;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 130px;
		padding: 46px 0 0 0;
	}

	footer .footer-copy {
		width: 100%;
		background: #313131;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 25px 0;
	}

	footer .footer-copy .copy {
		color: #9D9D9D;
		font-weight: 500;
		font-size: 15px;
	}

	footer .footer-copy .container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}


	footer .foot-contact-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .foot-contact {
		font-weight: 400;
		font-size: 15px;
		line-height: 150%;
		color: #fff;
	}

	footer .foot-contact a {
		color: #fff;
	}


	.link-sveden {
		font-weight: 500;
		font-size: 15px;
		line-height: 150%;
		color: #fff !important;
		margin-top: 36px;
		margin-bottom: 60px;
		display: table;
		text-decoration: none !important;
	}

	.link-sveden:hover {
		opacity: 0.7;
	}


	footer .foot-menu-box {
		padding-left: 46px;
	}

	footer .foot-menu {
		margin-top: 43px;
		display: flex;
		justify-content: space-between;
	}

	footer .foot-menu .block-menu {
		margin-bottom: 40px;
	}

	footer .foot-menu .block-menu .menu-cat {
		font-weight: 600;
		font-size: 20px;
		color: #fff !important;
		text-decoration: none !important;
	}

	footer .foot-menu .block-menu .menu-cat:hover {
		opacity: 0.7;
	}

	footer .foot-menu .block-menu .menu-links {
		margin-top: 17px;
	}

	footer .foot-menu .block-menu .menu-links a {
		font-weight: 500;
		font-size: 17px;
		line-height: 124%;
		color: #D6D6D6;
		margin-bottom: 18px;
		display: table;
		transition: 0.3s ease;
	}

	footer .foot-menu .block-menu .menu-links a:hover {
		color: #fff;
	}


	footer .menu-link {
		font-weight: 500;
		font-size: 17px;
		line-height: 124%;
		color: #D6D6D6;
		transition: 0.3s ease;
		display: inline-block;
		margin-left: 30px;
	}

	footer .menu-link:hover {
		color: #fff;
	}


	footer .foot-logo {
		background: url('img/foot-logo.svg') no-repeat;
		width: 202px;
		height: 67px;
		display: table;
	}

	footer .foot-soc-network {
		margin-top: 50px;
	}

	footer .foot-soc-network .foot-soc-network-item {
		display: inline-block;
		margin-right: 24px;
		vertical-align: middle;
		margin-bottom: 20px;
	}

	footer .foot-soc-network .foot-soc-network-item:hover {
		opacity: 0.7;
	}
}

footer .foot-soc-network .foot-soc-network-item:last-child {
	margin-right: 0;
}

footer .foot-soc-network .foot-soc-network-item.yt {
	background: url('img/foot-yt.svg') no-repeat;
	width: 26px;
	height: 18px;
}

footer .foot-soc-network .foot-soc-network-item.inst {
	background: url('img/foot-inst.svg') no-repeat;
	width: 20px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.vk {
	background: url('img/foot-vk.svg') no-repeat;
	width: 26px;
	height: 16px;
}

footer .foot-soc-network .foot-soc-network-item.fb {
	background: url('img/foot-fb.svg') no-repeat;
	width: 10px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.tgm {
	background: url('img/foot-tgm.svg') no-repeat;
	width: 20px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.twit {
	background: url('img/foot-twit.svg') no-repeat;
	width: 20px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.ok {
	background: url('img/foot-ok.svg') no-repeat;
	width: 20px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.tiktok {
	background: url('img/foot-tiktok.svg') no-repeat;
	width: 20px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.rutube {
	background: url('img/foot-rutube.svg') no-repeat;
	width: 21px;
	height: 20px;
}

footer .foot-soc-network .foot-soc-network-item.dzen {
	background: url('img/foot-dzen.svg') no-repeat;
	width: 21px;
	height: 21px;
}


footer .minobr {
	//background: url('img/foot-minobr.svg') no-repeat;
	//height: 46px;
	width: 200px;
	display: table;
	font-size: 15px;
	line-height: 126%;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
}

footer .minobr:hover {
	opacity: 0.7;
}



.left-box-item {
	margin-top: 40px;
}
.left-box-title {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 15px;
}



.search-show {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 990;
	box-shadow: 0 0 150px rgb(0 0 0 / 30%);

	transition: 0.3s ease;
	height: 0;
	top: -106px;
}

.search-show.active {
	height: 106px;
	top: 0;
}



.box-title {
	margin-bottom: 33px;
}

.box-title-tab {
	font-weight: 600;
	font-size: 32px;
	color: #919DB6;
	margin-right: 40px;
	cursor: pointer;
}

.box-title-tab:last-child {
	margin-right: 0;
}


.main-block {
	margin-top: 80px;
}

.main-block h3 {
	font-weight: 600;
	font-size: 34px;
	margin-bottom: 25px;
}

.partners h3 {
	margin-bottom: 40px;
}



.infrastructure-box {
	padding: 80px 0;
	background: #F7FAFC;
}
.infrastructure-box .container {
	position: relative;
}

.contacts-box {
	padding: 80px 0 100px 0;
	background: #F7FAFC;
}
.contacts-column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.social-title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

.soc-network-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}


.socnet-lb-item {
	width: 100%;
	height: 46px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	transition: 0.4s ease;
}
.socnet-lb-item:hover {
	opacity: 0.6;
}

.second-contacts {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.socnet-lb-item.vk {
	background: #3B5D83;
}
.socnet-lb-item.vk::before {
	content: '';
	display: table;
	width: 110px;
    height: 12px;
	background-size: contain !important;
	background: url('img/vk.svg') no-repeat;
}

.socnet-lb-item.rutube {
	background: #000;
}
.socnet-lb-item.rutube::before {
	content: '';
	display: table;
	width: 100%;
	height: 11px;
	background-size: contain !important;
	background: url('img/rutube.svg') no-repeat;
}


.prof {
	width: 100%;
	height: 267px;
	background: #0061D9;
	border-radius: 10px;
	padding: 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.prof-ico {
	background: url('img/cok.svg') no-repeat;
	width: 100px;
	height: 103px;
	margin-top: 18px;
}
.prof-text {
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #fff;
	margin-top: auto;
}


.sno {
	background: #F1F4FA;
	width: 100%;
	border-radius: 10px;
	padding: 37px 0;
	display: flex;
	justify-content: center;
}
.sno-logo {
	background: url('img/sno-logo.png') no-repeat;
	width: 135px;
	height: 149px;
	mix-blend-mode: multiply;
}


.quest-student {
	position: relative;
	width: 100%;
	height: 267px;
	border-radius: 10px;
	background-size: cover !important;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 26px;
	text-decoration: none !important;
}
.quest-student::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 102px;
	bottom: 0;
	background: linear-gradient(180deg, rgba(21, 28, 38, 0) 0%, #111820 100%);
}
.quest-student-text {
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #fff;
	margin-top: auto;
	z-index: 10;
}



.tabs-head-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 26px;
	border-bottom: 1px solid #E1EBF7;
}

.tabs-head-box-2 {
	padding-bottom: 25px;
}

.tabs-head-box .title-more-item {
	font-weight: 500;
	font-size: 16px;
	color: #576684;
	display: none;
	text-decoration: none !important;
}

.box-title-more {
	display: flex;
	align-items: center;
	gap: 30px;
}

.rss {
	background: url(/local/templates/yugu2021/img/rss.svg) no-repeat;
	width: 31px;
	height: 31px;
}

.tabs-head-box .title-more-item::after {
	content: '';
	display: inline-block;
	background: url(/local/templates/yugu2021/img/all-materials-arrow.svg) no-repeat;
	width: 22px;
	height: 14px;
	background-size: contain !important;
	opacity: 0.5;
	margin-left: 10px;
	transition: 0.3s ease;
}

.tabs-head-box .title-more-item:hover::after {
	margin-left: 20px;
}

.tabs-head-box .title-more-item.active {
	display: flex;
	align-items: center;
}

.news-box {
	padding-bottom: 0;
}
.news-box h3 {
	padding-bottom: 0;
}

/*modal*/
.overlay {
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	pointer-events: none;
	transition: 0.35s ease-in-out;
	max-height: 100vh;
	overflow-y: auto;
	z-index: 1000;
}

.overlay.open {
	opacity: 1;
	pointer-events: inherit;
}


.modal {
	display: none;
}


.modal::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 10px;
	height: 0;
}

.modal::-webkit-scrollbar-track {
	background-color: #f3f5f6;
	border-radius: 10px;
	width: 10px;
}

.modal::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #dbe0ec;
}

.modal::-webkit-resizer {
	width: 10px;
	height: 0;
}

.modal::-webkit-scrollbar {
	width: 10px;
	height: 6px;
}

.overlay.open .modal {
	background: #fff;
	//text-align: center;
	padding: 40px 50px;
	box-shadow: 0px 1px 10px rgb(255 255 255 / 35%);
	transition: 0.35s ease-in-out;
	max-height: 100vh;
	overflow-y: auto;
	display: block;
	border-radius: 10px;
	position: relative;
	max-width: 800px;
}

.overlay .modal.open {
	opacity: 1;
	pointer-events: inherit;
}

.overlay .modal.open .content {
	transform: translate(0, 0px);
	opacity: 1;
}
.overlay .modal .content {
	transform: translate(0, -10px);
	opacity: 0;
	transition: 0.35s ease-in-out;
}
.overlay .modal h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 30px;
}


.close-modal {
	background: url('img/close.svg') no-repeat;
	width: 35px;
	height: 35px;
	background-size: 35px;
	position: absolute;
	right: 50px;
	top: 40px;
	border: 0 !important;
	z-index: 100;
	opacity: 0.2;
	padding: 0 !important;
}

.overlay-start .modal h2 {
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 30px;
	text-align: center;
	line-height: initial;
}

.overlay-start {
	background: rgba(255, 255, 244, 0.9) url(img/overlay-start.png) top center no-repeat;
	background-size: 120%;
}

.overlay-start .modal {
	box-shadow: 0px 0px 100px rgba(153, 156, 11, 0.15) !important;
	border-radius: 50px !important;
	padding: 50px 60px !important;
}

.modal-start-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
}

.modal-start-text a {
	text-decoration: underline;
}
.modal-start-text a:hover {
	text-decoration: none;
}


.school-services {
	background: #F7FAFC;
	padding: 85px 0;
}
.school-services .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
}
.school-service-item {
	min-height: 276px;
	background: #016EAE;
	border-radius: 10px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-decoration: none !important;
}
.school-service-item .name-service {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #fff;
}
.school-service-item-ico {

}
.school-service-item.cok .school-service-item-ico {
	background: url('img/cok.svg') no-repeat;
	width: 68px;
	height: 71px;
	background-size: contain !important;
}


.partners .two-column {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.partners .two-column a {
	background: #f7fafc;
	padding: 20px 23px !important;
	border-radius: 10px;
	display: flex;
	align-items: center;
	font-size: 17px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	line-height: 140% !important;
}


.tns-controls {
	display: flex;
	gap: 20px;
	justify-content: end;
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 100;
}

.tns-ovh {
	overflow: initial;
}

.tns-outer {
	position: relative;
}


button[data-controls="prev"], button[data-controls="next"] {
	background: #fff;
	width: 60px;
	height: 60px;
	border: 0;
	border-radius: 100%;
	padding: 0;
	transition: 0.3s ease;
	box-shadow: 0px 11px 40px rgb(15 69 149 / 20%);
}
button[data-controls="prev"]:hover, button[data-controls="next"]:hover {
	background: #264FDF;
	border: 0;
}
button[data-controls="prev"]::after, button[data-controls="next"]::after {
	content: '';
	display: table;
	width: 60px;
	height: 60px;
	background: url('img/left-black.svg') center no-repeat;
	background-size: 18px !important;
	opacity: 0.6;
}
button[data-controls="next"]::after {
	transform: rotate(180deg);
}
button[data-controls="prev"]:hover::after, button[data-controls="next"]:hover::after {
	filter: brightness(0) invert(1);
	opacity: 1;
}

.partners .container {
	position: relative;
}






.section-nav-box .section-nav-item {
	height: 200px;
	height: 100%;
	border-radius: 20px;
	padding: 35px;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s ease;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-top: -20px;
}

.section-nav-box .section-nav-item:hover {
	cursor: pointer;
}

.section-nav-box .section-nav-item .section-nav-name {
	font-weight: 600;
	font-size: 19px;
	line-height: 135%;
	margin-top: 30px;
}

.section-nav-box .section-nav-item .section-nav-count {
	font-weight: bold;
	font-size: 48px;
	line-height: 100%;
}

.section-nav-item-box.phone .section-nav-count {
	font-size: 24px;
}

.section-nav-box a {
	text-decoration: none !important;
}

.section-nav-box .section-nav-item-box {
	margin-bottom: 40px;
}


.section-nav-box .section-nav-item-box:nth-child(1n) .section-nav-item {
	background: #43BBCD;
}
.section-nav-box .section-nav-item-box:nth-child(1n):hover .section-nav-item {
	background: #3aa7b7;
}
.section-nav-box .section-nav-item-box:nth-child(1n) .section-nav-name {
	color: #fff;
}
.section-nav-box .section-nav-item-box:nth-child(1n) .section-nav-count {
	color: #97e3ef;
}


.section-nav-box .section-nav-item-box:nth-child(2n) .section-nav-item {
	background: #4B74C8;
}
.section-nav-box .section-nav-item-box:nth-child(2n):hover .section-nav-item {
	background: #1e51ba;
}
.section-nav-box .section-nav-item-box:nth-child(2n) .section-nav-name {
	color: #fff;
}
.section-nav-box .section-nav-item-box:nth-child(2n) .section-nav-count {
	color: #fff;
}


.section-nav-box .section-nav-item-box.phone .section-nav-item {
	background: #F3F6FC;
}
.section-nav-box .section-nav-item-box.phone:hover .section-nav-item {
	background: #dfe5f1;
}
.section-nav-box .section-nav-item-box.phone .section-nav-name {
	color: #000;
}
.section-nav-box .section-nav-item-box.phone .section-nav-count {
	color: #000;
}


.container {
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1560px;
	}
}



@media (max-width: 768px) {
	.section-nav-box .section-nav-item .section-nav-count {
		font-size: 35px;
	}

	.section-nav-box .section-nav-item .section-nav-name {
		font-size: 18px;
	}
}





.soc-network-page {

}

.soc-network-page .soc-item {
	background: #F2F2F2;
	display: inline-block;
	padding: 15px 30px;
	margin-right: 20px;
	margin-top: 10px;
	border-radius: 5px;
	transition: 0.3s ease;
}

.soc-network-page .soc-item:hover {
	background-position: bottom !important;
	cursor: pointer;
	background: #dde6ef;
}

.soc-network-page .soc-item.vk::after {
	background: url('img/vk-page.svg') no-repeat;
	content: '';
	display: table;
	width: 119px;
	height: 16px;
}


.soc-network-page .soc-item.inst::after {
	background:  url('img/inst-page.svg') no-repeat;
	content: '';
	display: table;
	width: 104px;
	height: 23px;
	margin-bottom: -3px;
}

.soc-network-page .soc-item.tgm::after {
	background:  url('img/soc-tgm.svg') no-repeat;
	content: '';
	display: table;
	width: 80px;
	height: 19px;
	margin-bottom: -3px;
	background-size: contain !important;
}

.soc-network-page .soc-item.yt::after {
	background:  url('img/yt-page.svg') no-repeat;
	content: '';
	display: table;
	width: 81px;
	height: 18px;
}

.soc-network-page .soc-item.whatsapp::after {
	background: url('img/whatsapp-page.svg') no-repeat;
	content: '';
	display: table;
	width: 100px;
	height: 21px;
}

.soc-network-page .soc-item.rt::after {
	background: url('img/soc-rutube.svg') no-repeat;
	content: '';
	display: table;
	width: 72px;
	height: 18px;
	background-size: 100%;
}



@media (max-width: 1366px) {
	.statistic {
		padding: 70px 0;
		padding-left: 90px;
	}
	.about {
		padding: 70px 50px 70px 0;
	}
}

@media (max-width: 1024px) {
	.school-name {
		font-size: 44px;
		width: 80%;
	}
	.statistic .static-list {
		gap: 34px 50px;
	}
	.statistic {
		padding-left: 60px;
	}
	.about-info .container {
		grid-template-columns: 47% 53%;
	}
	.about p {
		line-height: 160%;
		letter-spacing: 0.3px;
		font-weight: 400;
		font-size: 16px;
	}

	.contacts-column {
		grid-template-columns: repeat(1, 1fr);
	}
	.school-service-item.cok .school-service-item-ico {
		background-size: 70% !important;
	}
	.school-service-item {
		min-height: 185px;
		padding: 35px;
	}
	.school-services .container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}

	.section-menu {
		margin-top: 20px;
		gap: 17px;
	}
	.section-menu-list {
		gap: 30px;
		flex-wrap: wrap;
	}
}


@media (max-width: 922px) {
	.header-background {
		height: 100% !important;
	}

	.header-background .container {
		padding-top: 70px;
		padding-bottom: 70px;
		display: block;
	}

	.header-buttons .btn {
		width: 240px;
	}

	.school-name {
		font-size: 35px;
	}

	.header-top-one-line {
		gap: 20px;
	}

	.btn-bar .cabinet {
		margin-top: 20px;
	}


	.about-info .container {
		display: table;
	}

	.statistic {
		padding-left: 0;
	}
	.statistic::before {
		left: -150px;
	}

	.statistic .static-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.people-col-list-col {
		display: table;
	}

	.education-box {
		margin-top: 0;
	}

	.partners-list-page {
		grid-template-columns: repeat(1, 1fr);
	}

	.school-services .container {
		grid-template-columns: repeat(1, 1fr);
	}

	.graduates-col-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.about {
		padding-right: 0;
	}


	.people-col-list .people-col-item {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.people-col-list-col .people-col-item {
		grid-template-columns: 1fr;
		gap: 0px;
		margin-bottom: 30px;
	}
	
	.socnet-lb-item {
		padding: 0 20px; 
	}

	.main-block h3 {
		font-size: 30px;
		line-height: 120%;
	}

	.partners .two-column {
		grid-template-columns: repeat(1, 1fr);
	}


	footer .foot-menu {
		display: table;
		margin-bottom: 60px;
		margin-top: 0;
	}

	footer .foot-menu .block-menu {
		margin-bottom: 10px;
	}

	footer .foot-contact {
		margin-bottom: 40px;
	}

	footer {
		text-align: center;
	}

	footer .foot-contact-box {
		display: table;
		text-align: center;
		margin: 0 auto;
	}

	footer .foot-contact {
		margin-bottom: 30px;
	}

	footer .foot-logo {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 30px;
	}

	footer .foot-menu {
		flex-wrap: wrap;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	footer .foot-menu .block-menu .menu-links a {
		margin: 0 auto;
		margin-bottom: 18px;
	}

	footer .foot-menu .block-menu {
		width: 100%;
	}

	footer .foot-menu-box {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	footer .foot-soc-network {
		display: inline-block;
		vertical-align: middle;
		margin-left: 50px;
		margin-top: 0px;
	}

	footer .minobr {
		display: initial;
	}

	footer .footer-copy .copy {
		margin: 0 auto;
	}

	.link-sveden {
		margin: 36px auto;
	}

	.footer .footer-copy .container {
		justify-content: center;
	}

	footer .menu-link {
		margin-left: 0;
	}

	.footer-qr-box {
		margin: 0 auto;
		margin-top: 50px;
		font-size: 15px;
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		gap: 11px;
		margin-bottom: 30px;
		justify-content: center;
	}
}