

/* Start:/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/style.css?171342183914609*/
html {
	overflow-x: hidden;
}

body {
	background: #fff url('/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/bg-programm.jpg') center top repeat-y !important;
}



.career-list-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 70px;
}
.career-title {
	color: #637394;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 18px;
	text-align: center;
}
.step-box {
	height: 212px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 25px;
}
.step-box div {
	width: 100%;
}
.step {
	width: 100%;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    padding-bottom: 16px;
}
.step.green {
	background: #67B9A9;
	height: 60px;
}
.step.blue {
	background: #56B2CF;
	height: 126px;
}
.step.orange {
	background: #ED9B30;
	height: 167px;
}

.programm-list {
	border-bottom: 1px solid #CCD3DE;
	margin-bottom: 20px;
}
.professions-title {
	font-size: 16px;
    font-weight: 700;
}
.education-detail li {
	font-weight: 500;
    font-size: 16px;
    margin-top: 9px !important;
}



.po-vo-item {
	margin-bottom: 23px;
}

.po-vo-item .po-vo-name {
	font-size: 18px;
    font-weight: 600;
    color: #000;
}
a.po-vo-name:hover {
	color: #3D61E0 !important;
	text-decoration: none !important;
}
.po-vo-item .train-period {
	color: #637394;
	font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
}



.header-content-img {
	display: none !important;
}

.education-detail {
	margin-bottom: 70px;
}

.education-detail .add-inform {
	font-size: 16px;
	line-height: 180%;
}


.edu-price {
	font-size: 20px;
	font-weight: 600 !important;
	color: #000;
}

.training-form {
	font-size: 16px;
}

.training-form span {
	display: table;
	color: #0b9c5b;
	width: 100%;
}

.training-form b {
	font-weight: 600;
}

.edu-places {
	font-size: 16px;
}

.edu-places .green {
	color: #0b9c5b;
}


.entrance-tests {
	margin-top: 5px;
}

.entrance-tests .ent-test-item {
	display: inline-block;
	font-size: 14px;
	color: #505484;
	margin-right: 3px;
}

.qualification {
	margin-bottom: 30px;
}
.qualification .edu-tag {
	margin-bottom: 3px;
}



.additionally-box {
	margin-top: 10px;
	margin-bottom: 70px;
}
.additionally-box .additionally-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
.additionally-box .additionally-list .addit-item-title {
	font-weight: 600;
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #CCD3DE;
    padding-bottom: 12px;
    margin-bottom: 20px;
}


.short-info {
	gap: 50px;
	justify-content: space-between;
	display: grid;
	grid-template-columns: 1fr 330px;
}

.variant-form-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.edu-short-block {
	font-weight: 500;
}

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

.btn {
	display: table;
	height: fit-content;
	font-size: 17px !important;
}

.variant-item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: 1px solid #E1E5EE;
	padding-bottom: 20px;
	gap: 30px 70px;
}




.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;
}

.entrance-test {
	font-weight: 600;
}


.static-list li:nth-child(4)::before {
	display: none;
}
.static-list li:nth-child(4) {
	margin-top: -11px;
}



.statistic {
	position: relative;
	padding: 105px 0;
	padding-left: 115px;
	font-weight: 500;
}
.statistic::before {
	content: '';
	background: #f5f5f6;
	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, 1fr);
	gap: 50px;
}
.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;
}



.video-programm {
	margin: 80px auto;
	display: flex;
	justify-content: center;

	width: 100%;
}

.container ul {
	padding: 0;
}

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

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

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


.preview-img {
	max-height: 764px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0 0 50px 0;
	border-radius: 10px;
}

.news_gallery_img {
	width: 100%;
	height: 280px;
	margin-bottom: 40px;
	overflow: hidden;
	display: flex;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

.news_gallery_img a {
	display: table;
	width: 100%;
}

.news_gallery_img img {

}

.news_gallery_img.quad img {
	width: 100%;
	height: auto;
}


.reviews-box {
	padding: 80px 0;
	background: #f5f5f6;
	margin: 50px 0 80px 0;
}
.reviews-list {
	margin-top: 40px;
}
.reviews-item {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
}
.reviews-item-head {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 25px;
}
.reviews-item-head.no-photo-review {
	grid-template-columns: 1fr;
}
.reviews-photo {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.reviews-fio {
	font-size: 18px;
	font-weight: 700;
}
.reviews-post {
	font-size: 15px;
	font-weight: 500;
	color: #637394;
	line-height: 130%;
	margin: 3px 0 7px 0;
}
.reviews-realist {
	font-size: 15px;
	font-weight: 500;
}
.reviews-text {
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
}

.my-slider-reviews {
	display: flex;
	gap: 30px;
}
.my-slider-reviews .tns-item  {
	height: fit-content !important;
	overflow: initial;
}

#tns1, #tns2, #tns3, #tns4, #tns5, #tns6, #tns7, #tns8 {
	margin: initial !important;
}




.faq-item {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin-top: -1px;
}

.faq-item .faq-quest {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	padding: 15px 0 0px 0;
	transition: 0.3s ease;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.faq-quest span {
	width: calc(100% - 45px);
}

.faq-item .faq-quest::after {
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	background-size: 36px;
	background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/pluss.svg) center no-repeat;
	transition: 0.3s ease;
}

.faq-item .faq-quest:hover {
	cursor: pointer;
	color: #3D61E0;
}



.faq-item .faq-quest.name-active {
	color: #1E51BA;
}

.faq-item .faq-quest.name-active::after {
	transform: rotate(45deg);
	background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/pluss.svg) center no-repeat;
	width: 36px;
	height: 36px;
	background-size: 36px;
}

.faq-item .faq-answ {
	padding: 0 0 30px 0;
	display: none;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.3px;
	text-shadow: 0.1px 0.1px rgba(0,0,0,0.2);
	line-height: 200%;
	text-align: left;
}

.faq-quest-name {
	width: calc(100% - 60px);
}

.faq-quest-name span {
	color: #a1adc6;
	display: inline-block;
	width: 30px;
}



.profile-title {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #016eae;
	margin-bottom: 32px;
}
.profile-title span {
	color: #0b9c5b;
}


.profile-h2 span {
	display: table;
	font-size: 19px;
	color: #3451b7;
}



.profile-title-box {
	background: #E7EDF8;
	padding: 23px 30px 23px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 15px;
	align-items: center;
	position: relative;
}
.profile-item-name {
	font-size: 20px;
	font-weight: 600;
}
.research-btn {
	background: #2548C3;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	display: table;
	width: 0;
	padding: 10px 28px;
	border-radius: 7px;
	transition: 0.3s ease;
}
.research-btn:hover {

}
.profile-logo {
	background: url('https://www.ugrasu.ru/local/templates/yugu2021/img/logo-separator.svg') no-repeat;
	width: 45px;
	height: 78px;
	position: absolute;
	left: -16px;
	background-size: contain !important;
}
.profile-desc {
	background: #fff;
	width: 96%;
	margin: 0 auto;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 37px 43px 30px 43px;
	border: 1px solid #e7edf8;
	margin-top: -10px;
	font-size: 16px;
}
.profile-desc p {
	margin-bottom: 20px;
}
.profile-item-box {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}



.overlay.open .modal {
	min-width: 60%;
}


.modal h1 {
	font-size: 32px;
}

.static-list.mobile {
	display: none;
}


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

.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/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/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/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/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/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/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/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/formats/pdf.svg) no-repeat !important;}
.doc,.docx,.rtf {background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/formats/doc.svg) no-repeat !important;}
.xls,.xlsx {background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/formats/xls.svg) no-repeat !important;}
.ppt,.pptx {background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/formats/ppt.svg) no-repeat !important;}
.jpg,.jpeg {background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/formats/jpg.svg) no-repeat !important;}
.png {background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/formats/png.svg) no-repeat !important;}
.rar,.zip {background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/formats/rar.svg) no-repeat !important;}

.avi {background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/formats/avi.svg) no-repeat !important;}
.txt {background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/formats/txt.svg) no-repeat !important;}
.mp3 {background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/formats/mp3.svg) no-repeat !important;}
.mp4 {background: url(/local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/img/formats/mp4.svg) no-repeat !important;}


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


@media (max-width: 1200px) {
	.profile-item-box {
		width: 100%;
	}

	.about-info .container {
		grid-template-columns: 1fr;
	}

	.about {
		position: relative;
		padding: 105px 0px;
	}

	.statistic {
		padding-left: 0;
	}

	.statistic::before {
		left: -15%;
	}
}

@media (max-width: 1024px) {
	.statistic .static-list {
		gap: 34px 50px;
	}

	.about {
		padding: 50px 0;
	}

	.about p {
		line-height: 160%;
		letter-spacing: 0.3px;
		font-weight: 400;
		font-size: 16px;
	}

	.variant-item {
		gap: 0;
		padding-bottom: 0;
	}

	.short-info {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (max-width: 992px) {
	.career-list-box {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media (max-width: 768px) {
	.career-list-box {
		grid-template-columns: repeat(1, 1fr);
	}
	.step-box {
		height: 110px;
	}
	.step.blue {
		height: 60px;
	}
	.step.orange {
		height: 60px;
	}

	.additionally-box .additionally-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	.short-info {
		flex-wrap: wrap;
	}

	.edu-short-block {
		margin-bottom: 30px;
		width: 100%;
	}

	.about-info .container {
		grid-template-columns: 1fr;
	}

	.about {
		position: relative;
		padding: 50px 0;
	}

	.video-programm iframe {
		width: 100%;
	}

	.statistic {
		padding: 50px 0;
	}

	.statistic::before {
		width: 130%;
	}

	.static-list.big {
		display: none;
	}
	.static-list.mobile {
		display: table;
	}


	.profile-list {
		margin-left: -40px;
		width: calc(100% + 80px);
	}
	.profile-title-box {
		padding: 14px 29px 19px;
		gap: 8px;
	}
	.profile-logo {
		right: -5px;
		top: 14px;
		background-size: 52% !important;
		left: initial;
	}
	.profile-item-name {
		font-size: 18px;
		width: calc(100% - 28px);
	}
	.research-btn {
		padding: 9px 19px;
		font-size: 15px;
	}
	.profile-desc {
		width: 100%;
		padding: 30px;
		font-size: 15px;
		line-height: 140%;
	}
	.profile-desc {
		font-size: 15px;
		line-height: 140%;
	}

	.faq-item .faq-quest {
		font-weight: 600;
		font-size: 16px;
	}
}
/* End */
/* /local/templates/yugu2021/components/bitrix/news/educational-programs-NEW/bitrix/news.detail/.default/style.css?171342183914609 */
