

/* Start:/local/components/styledent/hr.page/templates/.default/style.css?17666500419268*/
.page-content{
	padding: 0 !important;
}

.jobs{
	padding: 0 !important;
}

.jobs__slider {
    overflow: visible;
}

.hr-page {
	color: #0A0A0A;	
}

.mg-100 {
	margin-bottom: 100px;
}

.hr-team {
	overflow: hidden;
}

.hr-dev {
	flex-direction: column;
	margin-bottom: 0;
	overflow: hidden;
}

.hr-values {
	flex-direction: column;
}

.hr-values.defaultSection{
	margin-bottom: 0;
}

.hospitalSlider.defaultSection .container{
padding: 0;
}

.hr-page__wrapper {
	width: 1420px;
	margin: 0 auto;	
}

.hr-page__title {
	font-weight: 600;
	font-size: 48px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 1;
}

.hr-page__title_left {
	text-align: left;
}

.hr-page__title span {
	color: #5C068C;
}

.hr-mission {
	margin-bottom: 150px;
	flex-direction: column;
}

.hr-mission__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;	
}

.hr-mission__item {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #F5F5F5;
	border-radius: 24px;
	padding: 30px 30px 20px;
}

.hr-mission__item:after {
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	background: url("/images/hr/plus.png") no-repeat;
}

.hr-mission__item-title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.2;
}

.hr-mission__item-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
}

.hr-mission__item-img {
	margin-top: auto;
	text-align: right;
}

.hr-choice {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;	
}

.hr-choice__item {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #F5F5F5;
	border-radius: 24px;
	padding: 20px 20px 40px;	
	gap: 20px;
	font-size: 20px;
	font-weight: 500;
}

.hr-page__av {
    margin-bottom: 100px;
    background: #f5f5f5;
    padding: 100px 0;
}

.hr-page__av-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.hr-page__av-block-item {
	position: relative;
    padding: 20px;
    border-radius: 24px;
    background: #fff;
    font-size: 20px;
    color: #0a0a0a;
    line-height: 1.6;
}

.hr-page__av-block-item:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background: url(/images/check-circle.png) no-repeat;
    margin-bottom: 25px;
}

.hr-page__specs {
	margin-bottom: 150px;
}

.hr-page__specs-items {}

.hr-page__specs-item {
	width: 400px;
	height: 520px;
	margin-right: 20px;
	border-radius: 24px;
	overflow: hidden;
}

.hr-page__specs-item-main {
	display: flex;
    flex-direction: column;
    align-items: flex-start;	
	height: 100%;
	padding: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hr-page__specs-item-history-button {
    display: inline-block;	
    border-radius: 100px;
	cursor: pointer;
	border: 1px solid #fff;
	padding: 4px 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	backdrop-filter: blur(20px);
}

.hr-page__specs-item-play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.hr-page__specs-item-play svg {
	cursor: pointer;
}

.hr-page__specs-item-name {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}

.hr-page__specs-item-dep {
	color: #FFFFFFA3;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.hr-page__specs-nav-wrapper {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

.hr-page__specs-nav {
	display: flex;
	gap: 10px;
	background: #F5F7FA;
	padding: 8px;
	border-radius: 100px;
}

.hr-page__specs-item-modal {
	width: 940px;
	border-radius: 24px;
	background: #fff;
	display: none;
	grid-template-columns: 1fr 1fr;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    margin: auto;
    height: 595px;	
}

.hr-page__specs-item-modal.active {
	display: grid;
}

.hr-page__specs-item-modal-left {
	border-radius: 24px 0 0 24px; 
	overflow: hidden;
}

.hr-page__specs-item-modal-left-data {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 30px;
	background-size: cover;	
	cursor: pointer;
}

.hr-page__specs-item-modal-left-video {
	height: 100%;
}

.hr-page__specs-item-modal-left-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hr-page__specs-item-modal-right {
	display: flex;
	flex-direction: column;
	padding: 30px;
}

.hr-page__specs-item-modal-title {
	width: 80%;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 25px;
	background: url("/images/hr/quotes.png") no-repeat;
	padding-left: 40px;
}

.hr-page__specs-item-modal-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	color: #0A0A0AA3;
}

.hr-page__specs-item-modal-nav {
	display: flex;
	margin-top: auto;
	justify-content: space-between;
	font-weight: 600;
	font-size: 16px;
}

.hr-page__specs-item-modal-nav a {
	display: flex;
	align-items: center;
}

.hr-page__specs-item-modal-nav a:first-child img {
	margin-right: 10px;
}

.hr-page__specs-item-modal-nav a:last-child img {
	margin-left: 10px;
}

.hr-page__specs-item-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.hr-pluses {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 60px;
	/* margin-bottom: 150px; */
}

.hr-pluses__image img {
	max-width: 100%;
	border-radius: 24px;
}

.hr-pluses__items {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 50px;
}

.hr-pluses__items ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hr-pluses__items ul li {
	background: url("/images/hr/plus.png") no-repeat;
	padding-left: 30px;
	margin-bottom: 15px;
}

.hr-pluses__contacts {
	display: inline-flex;
	background: #F5F5F5;
	border-radius: 16px;
	padding: 20px;
}

.hr-pluses__contacts-title {
	font-weight: 600;
	font-size: 20px;
}

.hr-pluses__contacts-items {
	display: flex;
	padding-top: 18px;
	gap: 40px;
}

.hr-pluses__contacts-item {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
}

.hr-pluses__contacts-item svg {
	margin-right: 10px;
}

.hr-jobs {
	overflow: hidden;
}

.entryForm {
	margin-bottom: 50px;
}

.entryForm__formInputs_grid {
	display: grid!important; 
	grid-template-columns: 1fr 1fr;
}

.entryForm__file-loader {
	display: flex;
	flex-direction: column;
	position: relative;
	gap: 5px;
}

.entryForm__file-names {
	padding-left: 20px;
	font-size: 14px;
	text-overflow: ellipsis;
    overflow: hidden;
    max-width: 260px;	
}

.entryForm__file-loader input {
	display:none;
}

.entryForm__file-loader span.customInput__errorText {
	visibility: visible;
	opacity: 1;
}

.entryForm__file-loader div {
	display: flex;
	align-items: center;
	padding-left: 20px;
	cursor: pointer;
}

.entryForm__file-loader div svg {
	margin-right: 10px;
}

.customInput_wide {
	grid-column: 1 / 3;
}

@media(max-width: 1420px) {
	.hr-page__wrapper {
		width: auto;
		padding: 0;		
	}
}

@media(max-width: 900px) {
	.hr-page__title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	
	.hr-mission__items {
		grid-template-columns: 1fr;
	}
	
	.hr-page__av-block {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.hr-pluses {
		grid-template-columns: 1fr;
	}
	
	.hr-pluses__image {
		display: none;
	}
	
	.entryForm__formInputs_grid {
		grid-template-columns: 1fr;
	}
	
	.customInput_wide {
		grid-column: auto;
	}
	
	.hr-jobs {
		/* margin: 0 -20px 80px; */
		/* padding: 50px 0; */
	}
		
	.hr-choice {
		grid-template-columns: 1fr 1fr;
	}
	
	.hr-choice__item {
		border-radius: 16px;
		font-size: 16px;
		padding-bottom: 20px;
	}
	
	.video-slider,
	.dream-team,
	.hr-page__av,
	.hr-mission {
		margin-bottom: 40px!important;
	}
	
	/* .hr-page__av {
		margin-left: -20px;
		margin-right: -20px;
		padding: 50px 20px;
	} */
}

@media(max-width: 600px) {

	/* .hr-jobs .hr-page__title {
		padding: 0 20px;
	} */
	.hr-page .container {
		padding: 0;
	}
	
	.hr-page__av-block {
		grid-template-columns: 1fr 1fr;
	}
	
	.hr-page__av-block-item {
		border-radius: 16px;
		min-height: 0;
		font-size: 16px;
	}
	
	.hr-page__av-block-item:before {
        margin-bottom: 10px;
        width: 32px;
        height: 32px;
        background-size: 100%;
	}
	
	.hr-mission__item {
		border-radius: 16px;
		padding: 20px;
	}
	
	.hr-mission__item-title {
		line-height: 1.2;
		font-size: 20px;
	}
	
	.hr-mission__item-text {
		font-size: 14px;
	}
	
	.hr-hospitalSlider .container {
		padding: 0;
	}
	
	.hr-pluses__items {
		margin-bottom: 30px;
	}
	
	.hr-bottom-form .defaultSection {
		margin-bottom: -30px;
	}
}

@media(max-width: 500px) {
	.hr-page__av-block {
		grid-template-columns: 1fr;
	}
	
	.hr-pluses__contacts-items {
		flex-direction: column;
		gap: 20px;
	}
	
	.hr-choice {
		grid-template-columns: 1fr;
	}	
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/hr-header/style.css?17663784101605*/
.hr-header {
	background: #F5F5F5;
	overflow: hidden;
	margin-bottom: 80px;
}

.hr-header__main {
	display: grid;
	grid-template-columns: 1fr 820px;
	gap: 50px;
	overflow: hidden;
	position: relative;
}

.hr-header__text-wrapper {
	display: flex;
    flex-direction: column;
    justify-content: center;	

	color: #0A0A0A;
}

.hr-header__text-title {
	font-weight: 600;
	font-size: 56px;
	line-height: 1.2;
	margin-bottom: 20px;
    z-index: 2;

}

.hr-header__text-button {
	z-index: 2;
}

.hr-header__text-title span {
	color: #5C068C;
}

.hr-header__text-body {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 30px;
    z-index: 2;
}

.hr-header__wrapper {
	display: flex;
	gap: 20px;
	position: relative;
	height: 750px;
	transition-property: transform;
	transition-timing-function: linear;
	transition-duration: 800ms;
}

.hr-header__wrapper img {
	border-radius: 16px;
}

.hr-header__column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media(max-width: 800px) {
	.hr-header {
		padding-bottom: 20px;
		margin: 0 -20px 80px;
	}
	
	.hr-header .container {
		padding: 0;
	}
	
	.hr-header__wrapper {
		height: 200px;
		overflow-x: scroll;		
	}
	
	.hr-header__text-wrapper {
		align-items: center;
		text-align: center;
		padding: 20px 20px 50px;
	}
	
	.hr-header__text-title {
		font-size: 32px;
	}
	
	.hr-header__main {
		grid-template-columns: 1fr;
	}
	
	.hr-header__column {
		flex-direction: row;
	}
	
	.hr-header__wrapper img {
		border-radius: 16px;
		max-height: 100%;
	}	
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/hr-jobs/style.css?17623430991532*/
.jobs {}

.jobs__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.jobs__filters {
	display: flex;
	gap: 40px;
}

.jobs__item {
	display: flex;
	flex-direction: column;
	width: 440px;
	height: auto;
	border-radius: 24px;
	background: #F5F5F5;
	margin-right: 20px;
	padding: 20px;
}

.jobs__item-title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
}

.jobs__item-info {
	margin-bottom: 15px;
}

.jobs__item-info-title {
	font-weight: 600;
	font-size: 16px;	
	margin-bottom: 5px;
}

.jobs__item-info-body {
	font-weight: 500;
	font-size: 14px;	
}

.jobs__item-info-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jobs__item-info-body p {
	margin: 0 0 5px 0;
}

.jobs__item-button {
	margin-top: auto;
}

.jobs__item-button button {
	width: 100%;
	font-weight: 600;
	font-size: 16px;
}

.ma__simpleSelectWrap_light,
.ma__simpleSelectWrap_light button {
	min-width: auto!important;
}

.ma__simpleSelectWrap_light button {
	background: none!important;
	padding-left: 0!important;
}

.ma__simpleSelectWrap_light button div {
	gap: 10px;
}

.ma__simpleSelectWrap_light .ma__simpleSelectPopup {
	min-width: 200px!important;
}

@media(max-width: 600px) {
	.jobs {
		padding-left: 20px;
	} 
	
	.jobs__top {
		flex-wrap: wrap;
	}
	
	.jobs__filters {
		width: 100%;
	}
	
	.jobs__top .hr-page__specs-nav {
		display: none;
	}
	
	.jobs__item {
		width: 340px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/dream-team/style.css?17666440761215*/
.dream-team {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.dream-team__row-1,
.dream-team__row-3 {
	display: flex;
	gap: 15px;
}

.dream-team__row-1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.dream-team__row-2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.dream-team__row-3 {
	justify-content: space-around;
}

.dream-team__title {
	display: flex;
	background: #F5F5F5;
	border-radius: 24px;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 32px;
	text-align: center;
	line-height: 1.2;
}

.dream-team__title span {
	color: #5C068C;
}

.dream-team img {
	border-radius: 24px;
}

@media(max-width: 900px) {
	.dream-team {
		gap: 10px;
	}
	
	.dream-team__row-1 {
		gap: 10px;
	}
	
	.dream-team__row-2,
	.dream-team__row-3 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	
	.dream-team__row-3 img {
		width: 100%;
	}
	
	.dream-team__title {
		order: 3;
		grid-column: 1 / 3;
		padding: 25px 0;
		border-radius: 16px;
		font-size: 24px;
	}
	
	.dream-team img {
        max-width: 100%;
        height: auto;
		border-radius: 16px;
    }	
}
/* End */
/* /local/components/styledent/hr.page/templates/.default/style.css?17666500419268 */
/* /local/templates/.default/components/bitrix/news.list/hr-header/style.css?17663784101605 */
/* /local/templates/.default/components/bitrix/news.list/hr-jobs/style.css?17623430991532 */
/* /local/templates/.default/components/bitrix/news.list/dream-team/style.css?17666440761215 */
