

/* Start:/local/templates/school/components/bitrix/news.list/news-list-slider/style.css?17020194604202*/
.news-list {
	margin-top: 48px;
}

.news-list .item-news {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s ease;
}


.news-desktop .item-news:hover {
	background: #fff;
    box-shadow: 10px 10px 50px #e9e9e9;
    border-radius: 20px;
    padding: 20px;
    margin: -20px;
}


.news-list .item-news-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}

.news-list .item-news .item-news-name {
	font-weight: 600;
	font-size: 17px;
	line-height: 150%;
	color: #1b202d;
	
}


.news-list .item-news .item-news-name:hover {
	color: #1e51ba !important;
	text-decoration: none;
}


.news-list .mini-news .item-news-name {
	padding-bottom: 20px;
}



.news-list .item-news .item-news-img {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-position: center !important;
    overflow: hidden;
    display: table;
}

.news-list .item-news .item-news-info .item-news-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.news-list .item-news.big-news {
	height: 336px;
}

.news-list .item-news.big-news .item-news-img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 336px;
	border-radius: 5px;
}

.news-list .item-news.big-news .item-news-info {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	flex-direction: column;
	margin-top: 0;
}

.news-list .item-news.big-news .item-news-info .item-news-name {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	color: #3B4256;
	margin-bottom: 18px;
}

.news-list .item-news.big-news .item-news-info .item-news-text {
	font-size: 17px;
	line-height: 160%;
	color: #3B4256;
}

.news-list .item-news.big-news .item-news-info .item-news-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.cat-news {
	padding: 7px 13px;
	font-size: 13px;
	font-weight: 500;
	background: #423ee0;
	border-radius: 7px;
	margin-top: 20px;
	text-decoration: none !important;
	color: #fff !important;
	transition: 0.3s ease;
}

.cat-news:hover {
	opacity: 0.7;
}

.cat-list {
	margin-top: 20px;
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 12px;
}

.cat-list::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 10px;
	height: 0;
	width: 100%;
}

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

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

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

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


.cat-item {
	padding: 7px 16px 8px 16px;
	font-size: 14px;
	font-weight: 500;
	background: #4b74c8;
	border-radius: 7px;
	text-decoration: none !important;
	color: #fff !important;
	transition: 0.3s ease;
	display: inline-block;
	margin-right: 6px;
}

.cat-item:nth-child(1n) {
	background: #43BBCD;
}

.cat-item:nth-child(2n) {
	background: #4B74C8;
}

.cat-item:nth-child(3n) {
	background: #3CB07C;
}

.cat-item:nth-child(4n) {
	background: #8bc34a;
}

.news-list.owl-carousel .owl-stage-outer {
	overflow: initial;
}

.non-photo {
	background: #EEF2F6 !important;
}

.non-photo::after {
	content: '';
	display: table;
	background: #EEF2F6 url('/local/templates/school/components/bitrix/news.list/news-list-slider/img/non-img.svg') center no-repeat !important;
	background-size: 63px !important;
	background-position: center !important;
	width: 100%;
	height: 100%;
}



@media (min-width: 769px) and (max-width: 5000px) {
	.news-desktop {
		display: initial;
	}

	.news-mobile {
		display: none !important;
	}
}



@media (max-width: 768px) {
	.news-desktop {
		display: none !important;
	}

	.news-mobile {
		display: initial;
	}

	.cat-list {
		white-space: nowrap;
		overflow-x: auto;
		width: 120%;
		padding-right: 30px;
		padding-bottom: 0;
	}

	.news-list {
		margin-top: 20px;
	}

	.news-list .item-news .item-news-img {
		height: 350px;
		background-size: cover !important;
		background-position-y: initial !important;
	}

	.news-list .item-news .item-news-name {
		font-size: 19px;
	}
}
/* End */


/* Start:/local/templates/school/components/bitrix/news.list/contacts_main_school/style.css?16824249332062*/
.people-col-list {

}

.people-col-title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 14px;
	color: #637394;
}

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

.people-img {
	width: 240px;
	height: 334px;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
}

.people-name {
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: #000;
	margin-bottom: 10px;
	display: table;
}

.people-post {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 22px;
	color: #2A303A;
}

.people-ac-degree {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2A303A;
	margin-bottom: 29px;
}

.people-phone {
	font-weight: 500;
	font-size: 16px;
	color: #2A303A;
	margin-bottom: 8px;
}
.people-phone::before {
	content: '';
	background: url('/local/templates/school/components/bitrix/news.list/contacts_main_school/img/phone.svg') no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}

.people-email {
	display: table;
	font-weight: 500;
	font-size: 16px;
	border-bottom: 0;
	text-decoration: none !important;
	color: #016EAE !important;
}
.people-email::before {
	content: '';
	background: url('/local/templates/school/components/bitrix/news.list/contacts_main_school/img/mail.svg') no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}

.people-address {
	font-weight: 500;
	font-size: 16px;
	color: #2A303A;
	margin-top: 8px;
}
.people-address::before {
	content: '';
	background: url('/local/templates/school/components/bitrix/news.list/contacts_main_school/img/location.svg') no-repeat;
	width: 11px;
	height: 13px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}

.people-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.biography {
	font-weight: 600;
	font-size: 16px;
	color: #016EAE;
	padding: 16px 41px;
	border: 1px solid #016EAE;
	border-radius: 10px;
	display: table;
	text-decoration: none !important;
	width: fit-content;
	transition: 0.3s ease;
}

.biography:hover {
	background: #016EAE;
	color: #fff;
}
/* End */


/* Start:/local/templates/school/components/bitrix/news.list/contacts_main_school-col/style.css?16849206711708*/
.people-col-list-col {
	display: grid;
	gap: 30px;
}

.people-col-title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 14px;
	color: #637394;
}

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

.people-col-list-col .people-img {
	width: 180px;
	height: 180px;
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
	background-color: #fff !important;
}

.people-col-list-col .people-name {
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: #000 !important;
	margin-bottom: 10px;
	display: table;
}
.people-col-list-col .people-name:hover {
	color: #016EAE !important;
}


.people-col-list-col .people-post {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 18px;
}

.people-col-list-col .people-ac-degree {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2A303A;
	margin-bottom: 29px;
}

.people-col-list-col .people-phone {
	font-weight: 500;
	font-size: 16px;
	color: #2A303A;
	margin-bottom: 8px;
}

.people-col-list-col .people-email {
	display: table;
	font-weight: 500;
	font-size: 16px;
	color: #016EAE !important;
	text-decoration: none !important;
}

.people-col-list-col .people-email:hover {
	border-bottom: 0;
	padding-bottom: 1px;
}

@media (max-width: 1024px) {
	.people-col-list-col {
		display: grid;
		gap: 50px;
		grid-template-columns: repeat(2, 1fr);
	}
	.people-col-list-col .people-col-item {
		grid-template-columns: 140px 1fr;
		gap: 30px;
	}
	.people-col-list-col .people-img {
		width: 140px;
    height: 140px;
	}
	.people-col-list-col .people-post {
		font-size: 15px;
	}
}
/* End */


/* Start:/local/templates/school/components/bitrix/news.list/news-list/style.css?16830207734182*/
.news-list {
	margin-top: 48px;
}

.news-list .item-news {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s ease;
}


.news-desktop .item-news:hover {
	background: #fff;
    box-shadow: 10px 10px 50px #e9e9e9;
    border-radius: 20px;
    padding: 20px;
    margin: -20px;
}


.news-list .item-news-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}

.news-list .item-news .item-news-name {
	font-weight: 600;
	font-size: 17px;
	line-height: 150%;
	color: #1b202d;
	
}


.news-list .item-news .item-news-name:hover {
	color: #1e51ba !important;
	text-decoration: none;
}


.news-list .mini-news .item-news-name {
	padding-bottom: 20px;
}



.news-list .item-news .item-news-img {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-position: center !important;
    overflow: hidden;
}

.news-list .item-news .item-news-info .item-news-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.news-list .item-news.big-news {
	height: 336px;
}

.news-list .item-news.big-news .item-news-img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 336px;
	border-radius: 5px;
}

.news-list .item-news.big-news .item-news-info {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	flex-direction: column;
	margin-top: 0;
}

.news-list .item-news.big-news .item-news-info .item-news-name {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	color: #3B4256;
	margin-bottom: 18px;
}

.news-list .item-news.big-news .item-news-info .item-news-text {
	font-size: 17px;
	line-height: 160%;
	color: #3B4256;
}

.news-list .item-news.big-news .item-news-info .item-news-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.cat-news {
	padding: 7px 13px;
	font-size: 13px;
	font-weight: 500;
	background: #423ee0;
	border-radius: 7px;
	margin-top: 20px;
	text-decoration: none !important;
	color: #fff !important;
	transition: 0.3s ease;
}

.cat-news:hover {
	opacity: 0.7;
}

.cat-list {
	margin-top: 20px;
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 12px;
}

.cat-list::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 10px;
	height: 0;
	width: 100%;
}

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

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

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

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


.cat-item {
	padding: 7px 16px 8px 16px;
	font-size: 14px;
	font-weight: 500;
	background: #4b74c8;
	border-radius: 7px;
	text-decoration: none !important;
	color: #fff !important;
	transition: 0.3s ease;
	display: inline-block;
	margin-right: 6px;
}

.cat-item:nth-child(1n) {
	background: #43BBCD;
}

.cat-item:nth-child(2n) {
	background: #4B74C8;
}

.cat-item:nth-child(3n) {
	background: #3CB07C;
}

.cat-item:nth-child(4n) {
	background: #8bc34a;
}

.news-list.owl-carousel .owl-stage-outer {
	overflow: initial;
}

.non-photo {
	background: #EEF2F6 !important;
}

.non-photo::after {
	content: '';
	display: table;
	background: #EEF2F6 url('/local/templates/school/components/bitrix/news.list/news-list/img/non-img.svg') center no-repeat !important;
	background-size: 63px !important;
	background-position: center !important;
	width: 100%;
	height: 100%;
}



@media (min-width: 769px) and (max-width: 5000px) {
	.news-desktop {
		display: initial;
	}

	.news-mobile {
		display: none !important;
	}
}



@media (max-width: 768px) {
	.news-desktop {
		display: none !important;
	}

	.news-mobile {
		display: initial;
	}

	.cat-list {
		white-space: nowrap;
		overflow-x: auto;
		width: 120%;
		padding-right: 30px;
		padding-bottom: 0;
	}

	.news-list {
		margin-top: 20px;
	}

	.news-list .item-news .item-news-img {
		height: 350px;
		background-size: cover !important;
		background-position-y: initial !important;
	}

	.news-list .item-news .item-news-name {
		font-size: 19px;
	}
}
/* End */


/* Start:/local/templates/school/components/bitrix/news.list/infrastructure/style.css?16832872224812*/
.infrastructure-list {
	margin-top: 48px;
}

.infrastructure-list .item-infrastructure {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s ease;
}


.infrastructure-desktop .item-infrastructure:hover {
	background: #fff;
    box-shadow: 10px 10px 50px #e9e9e9;
    border-radius: 20px;
    padding: 20px;
    margin: -20px;
}


.infrastructure-list .item-infrastructure-info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 25px;
	width: 100%;
}

.infrastructure-list .item-infrastructure .item-infrastructure-name {
	font-weight: 500;
	font-size: 19px;
	line-height: 150%;
	color: #1b202d;
	
}


.infrastructure-list .item-infrastructure .item-infrastructure-name:hover {
	color: #1e51ba !important;
	text-decoration: none;
}


.infrastructure-list .mini-infrastructure .item-infrastructure-name {
	padding-bottom: 20px;
}



.infrastructure-list .item-infrastructure .item-infrastructure-img {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    background-position: center !important;
    overflow: hidden;
}

.infrastructure-list .item-infrastructure .item-infrastructure-info .item-infrastructure-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.infrastructure-list .item-infrastructure.big-infrastructure {
	height: 336px;
}

.infrastructure-list .item-infrastructure.big-infrastructure .item-infrastructure-img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100%;
	height: 336px;
	border-radius: 5px;
}

.infrastructure-list .item-infrastructure.big-infrastructure .item-infrastructure-info {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	flex-direction: column;
	margin-top: 0;
}

.infrastructure-list .item-infrastructure.big-infrastructure .item-infrastructure-info .item-infrastructure-name {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	color: #3B4256;
	margin-bottom: 18px;
}

.infrastructure-list .item-infrastructure.big-infrastructure .item-infrastructure-info .item-infrastructure-text {
	font-size: 17px;
	line-height: 160%;
	color: #3B4256;
}

.infrastructure-list .item-infrastructure.big-infrastructure .item-infrastructure-info .item-infrastructure-date {
	margin-top: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 146.4%;
	color: #848E99;
}

.cat-infrastructure {
	padding: 7px 13px;
	font-size: 13px;
	font-weight: 500;
	background: #423ee0;
	border-radius: 7px;
	margin-top: 20px;
	text-decoration: none !important;
	color: #fff !important;
	transition: 0.3s ease;
}

.cat-infrastructure:hover {
	opacity: 0.7;
}

.cat-list {
	margin-top: 20px;
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 12px;
}

.cat-list::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 10px;
	height: 0;
	width: 100%;
}

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

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

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

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


.cat-item {
	padding: 7px 16px 8px 16px;
	font-size: 14px;
	font-weight: 500;
	background: #4b74c8;
	border-radius: 7px;
	text-decoration: none !important;
	color: #fff !important;
	transition: 0.3s ease;
	display: inline-block;
	margin-right: 6px;
}

.cat-item:nth-child(1n) {
	background: #43BBCD;
}

.cat-item:nth-child(2n) {
	background: #4B74C8;
}

.cat-item:nth-child(3n) {
	background: #3CB07C;
}

.cat-item:nth-child(4n) {
	background: #8bc34a;
}

.infrastructure-list.owl-carousel .owl-stage-outer {
	overflow: initial;
}

.non-photo {
	background: #EEF2F6 !important;
}

.non-photo::after {
	content: '';
	display: table;
	background: #EEF2F6 url('/local/templates/school/components/bitrix/news.list/infrastructure/img/non-img.svg') center no-repeat !important;
	background-size: 63px !important;
	background-position: center !important;
	width: 100%;
	height: 100%;
}



@media (min-width: 769px) and (max-width: 5000px) {
	.infrastructure-desktop {
		display: initial;
	}

	.infrastructure-mobile {
		display: none !important;
	}
}



@media (max-width: 768px) {
	.infrastructure-desktop {
		display: none !important;
	}

	.infrastructure-mobile {
		display: initial;
	}

	.cat-list {
		white-space: nowrap;
		overflow-x: auto;
		width: 120%;
		padding-right: 30px;
		padding-bottom: 0;
	}

	.infrastructure-list {
		margin-top: 20px;
	}

	.infrastructure-list .item-infrastructure .item-infrastructure-img {
		height: 350px;
		background-size: cover !important;
		background-position-y: initial !important;
	}

	.infrastructure-list .item-infrastructure .item-infrastructure-name {
		font-size: 19px;
	}
}
/* End */


/* Start:/local/templates/school/components/bitrix/news.list/partners-list/style.css?17387488181464*/
.partners-list-page {
	display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    align-items: center;
}

.partner-info-box {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 10;
}

.partners-list-page .partner-item-box {
	height: 100%;
}

.partners-list-page .partner-item {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 38px 30px;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
	height: 100%;
}

.partners-list-page .partner-logo {
	height: 60px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
	max-width: 70%;
}

.partners-list-page .partner-logo:hover {
    filter: initial;
    opacity: 1;
}

.partners-list-page .partner-name {
    text-align: center;
    margin-top: 16px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.partner-logo-mask {
    width: 180px;
    height: 160px;
    display: table;
    background-size: contain !important;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 0;
    mix-blend-mode: luminosity;
    opacity: 0.05;
	background-repeat: no-repeat !important;
}
/* End */


/* Start:/local/templates/school/components/bitrix/news.list/docs/style.css?16790326153097*/
.doc-list {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.doc-list .doc-item {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.doc-list .doc-item:last-cild {
    margin-bottom: 0;
}

.box-file{
    display: none;
}

.doc-item.active .box-file{
    display: table;
    margin-top: 30px;
    padding-left: 43px;
    width: 100%;
    width: 100%;
}

.box-file-item {
    margin-bottom: 25px;
}

.box-file-item .doc-name {
    font-size: 15px !important;
}


.doc-list .desk-doc {
    font-weight: 500;
    font-size: 14px;
    color: #7E7E7E;
    letter-spacing: 0.4px;
}

.doc-list .desk-info {
    font-weight: 500;
    font-size: 14px;
    color: #7E7E7E;
}

.doc-list .doc-ico-list {
    background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/list.svg) no-repeat;
    width: 32px;
    height: 42px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}

.doc-list .doc-ico-link {
    background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/link.svg) no-repeat !important;
    width: 29px;
    height: 38px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}

.doc-list .doc-ico-non {
    background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/non-file.svg) no-repeat;
    width: 32px;
    height: 42px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}


.doc-list .doc-ico {
    width: 32px;
    height: 42px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}

.doc-list .doc-item .doc-link {
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 20px;
    vertical-align: middle;
    line-height: 150%;
}

.doc-list .doc-item .doc-name {
    width: 100%;
    line-height: 21px;
    color: #272727 !important;
    text-shadow: 0.1px 0.1px 0.1px rgba(76, 76, 76, 0.4);
    text-decoration: none !important;
    border-bottom: 0 !important;
    font-weight: 500;
    font-size: 17px;
}

.name-docs-list {
    cursor: pointer;
}

.doc-list .doc-item .doc-name:hover {
    color: #3D61E0 !important;
}

.pdf {background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/pdf.svg) no-repeat !important;}
.doc,.docx,.rtf {background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/doc.svg) no-repeat !important;}
.xls,.xlsx {background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/xls.svg) no-repeat !important;}
.ppt,.pptx {background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/ppt.svg) no-repeat !important;}
.jpg,.jpeg {background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/jpg.svg) no-repeat !important;}
.png {background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/png.svg) no-repeat !important;}
.rar,.zip {background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/rar.svg) no-repeat !important;}

.avi {background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/avi.svg) no-repeat !important;}
.txt {background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/txt.svg) no-repeat !important;}
.mp3 {background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/mp3.svg) no-repeat !important;}
.mp4 {background: url(/local/templates/school/components/bitrix/news.list/docs/img/formats/mp4.svg) no-repeat !important;}


@media (max-width: 796px) {
    .doc-list .doc-item {
        width: 100%;
    }
}

.doc-blink {
    border-radius: 5px;
    padding: 12px 15px;
    margin: -12px -15px;
    transition: 0.3s ease;
}

.file-blink {
    background: #eef3c3;
}
/* End */


/* Start:/local/templates/school/components/bitrix/news.list/graduates_main_school/style.css?16849207971677*/
.graduates-col-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 50px;
}

.graduates-col-list .people-col-title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 14px;
	color: #637394;
}

.graduates-col-list .people-col-item {
	//margin-bottom: 50px;
}

.graduates-col-list .people-img {
	width: 100%;
	height: 212px;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
}

.graduates-col-list .people-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	color: #000;
	margin-top: 25px;
}

.graduates-col-list .people-post {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 25px;
}

.graduates-col-list .people-ac-degree {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2A303A;
	margin-bottom: 29px;
}

.graduates-col-list .people-phone {
	font-weight: 500;
	font-size: 16px;
	color: #2A303A;
	margin-bottom: 8px;
}

.graduates-col-list .people-email {
	display: table;
	font-weight: 500;
	font-size: 16px;
	color: #3D61E0 !important;
	border-bottom: 1px solid rgb(61 97 224 / 32%);
	text-decoration: none !important;
}

.graduates-col-list .people-email:hover {
	border-bottom: 0;
	padding-bottom: 1px;
}

.modal-tag {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
    color: #4480cb;
}

.modal-box {
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.modal-box:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}


@media (max-width: 1366px) {
	.graduates-col-list {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (max-width: 1024px) {
	.graduates-col-list {
		grid-template-columns: repeat(4, 1fr);
	}
}
/* End */


/* Start:/local/templates/school/components/bitrix/form/question-webform/bitrix/form.result.new/.default/style.css?16790326172732*/
.form-table.data-table {
    margin-bottom: 70px;
}

.form-item {
	margin-bottom: 17px;
}

.form-tag {
	font-weight: 500;
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
}

.form-info {
    background: #b3e7d0;
    padding: 16px 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: 600;
}

.form-input input {
	background: #E7EEF4 !important;
	border-radius: 5px !important;
	border: 0 !important;
	outline: none !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	font-family: 'Montserrat' !important;
	color: #000 !important;
	padding: 18px !important;
	padding-left: 26px !important;
	width: 100% !important;
}

.form-input textarea {
	background: #E7EEF4 !important;
	border-radius: 5px !important;
	border: 0 !important;
	outline: none !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	font-family: 'Montserrat' !important;
	color: #000 !important;
	padding: 18px !important;
	padding-left: 26px !important;
	width: 100% !important;
	height: 120px !important;
}

.form-input select {
	background: #E7EEF4 !important;
    border-radius: 5px !important;
    border: 0 !important;
    outline: none !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    font-family: 'Montserrat' !important;
    color: #000 !important;
    padding: 18px !important;
    padding-left: 15px !important;
    width: 100% !important;
    display: table !important;
    display: block !important;
}

.form-input select option {
    padding: 8px 11px;
    background: #fdfdfd;
    width: 100%;
    display: table;
    margin: 5px 0;
    border-radius: 5px;
}


.form-table input[type="radio"], .form-table input[type="checkbox"] {
	width: initial !important;
}


.form-input input::placeholder {
	color: #848EA2;
}

.form-required {
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/school/components/bitrix/form/question-webform/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.form-submit {
	background: #0C9D5C;
	border-radius: 10px;
	color: #fff;
	padding: 18px 105px;
	display: table;
	border: 0;
	outline: none;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Montserrat' !important;
}

.form-submit.disabled {
	opacity: 0.6;
}


.form-table label {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-left: 8px;
    padding-bottom: 5px;
    vertical-align: top;
    font-size: 16px;
    width: calc(100% - 50px);
}

.form-table input[type="radio"], .form-table input[type="checkbox"] {
    padding: 0;
    margin: 4px 0 0;
    line-height: normal;
    zoom: 1.4;
    width: initial;
}


.desc-quest {
	color: #637394;
    font-size: 14px;
    margin-top: 7px;
}

.label-radio {
    width: initial !important;
}
/* End */
/* /local/templates/school/components/bitrix/news.list/news-list-slider/style.css?17020194604202 */
/* /local/templates/school/components/bitrix/news.list/contacts_main_school/style.css?16824249332062 */
/* /local/templates/school/components/bitrix/news.list/contacts_main_school-col/style.css?16849206711708 */
/* /local/templates/school/components/bitrix/news.list/news-list/style.css?16830207734182 */
/* /local/templates/school/components/bitrix/news.list/infrastructure/style.css?16832872224812 */
/* /local/templates/school/components/bitrix/news.list/partners-list/style.css?17387488181464 */
/* /local/templates/school/components/bitrix/news.list/docs/style.css?16790326153097 */
/* /local/templates/school/components/bitrix/news.list/graduates_main_school/style.css?16849207971677 */
/* /local/templates/school/components/bitrix/form/question-webform/bitrix/form.result.new/.default/style.css?16790326172732 */
