.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: #0202B3;
}

.hr-mission {
	margin-bottom: 150px;
	flex-direction: column;
}

.hr-mission__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;	
}

.hr-mission__item {
	display: flex;
	flex-direction: column;
	background: #F5F5F5;
	border-radius: 24px;
	padding: 30px 30px 20px;
}

.hr-mission__item-title {
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 15px;
	line-height: 1;
}

.hr-mission__item-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.hr-mission__item-img {
	margin-top: auto;
	text-align: right;
}

.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;
	grid-template-columns: 1fr 1fr;
}

.entryForm__file-loader {
	position: relative;
}

.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;
}

.hr-page__specs-item-video-mobile-close {
	display: none;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}

@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; */
	}
	

	
	.video-slider,
	.dream-team,
	.hr-page__av,
	.hr-mission,
	.hr-pluses {
		margin-bottom: 80px!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__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;
	}
	
	.hr-hospitalSlider .container {
		padding: 0;
	}
	
	.hr-pluses__items {
		margin-bottom: 30px;
	}
	
	.hr-bottom-form .defaultSection {
		margin-bottom: -30px;
	}
	
	.hr-page__specs-item-modal-left {
		display: none;
	}
	
	.hr-page__specs-item-modal {
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	
	.hr-page__specs-item-modal {
		grid-template-columns: 1fr;
	}
	
	.hr-page__specs-item-video-mobile-close {
		display: block;
	}
}

@media(max-width: 500px) {
	.hr-page__av-block {
		grid-template-columns: 1fr;
	}
	
	.hr-pluses__contacts-items {
		flex-direction: column;
		gap: 20px;
	}
}