
.vacancys-photo > div {
	background-size: cover;
}
.vacancys-photo > div {
	background-size: cover;
	overflow: hidden;
}

.vacancys-photo-back {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	transition: 0.3s;
}

.vacancys-photo-back:hover {
	transform: scale(1.1);
}

.vacancys-photo0 {
	padding-top: 100%;
	position: relative;
	width: 100%;
	margin: 15px 0;
}

.vacancys-photo1 {
	padding-top: calc(50% - 45px);
	position: relative;
	width: calc(50% - 45px);
	margin: 15px 15px 15px 30px;
}
.vacancys-photo2 {
	padding-top: calc(50% - 45px);
	position: relative;
	width: calc(50% - 45px);
	margin: 15px 30px 15px 15px;
}
.vacancys-photo3 {
	padding-top: 50%;
	position: relative;
	width: calc(100% - 60px);
	margin: 15px 30px;
}


.vacancys-photo {
	display: flex!important;
	flex-flow: row wrap;
	align-items: flex-start;
}

.vacancys-photos .slick-track {
	display: flex!important;
	flex-flow: row wrap;
}
.vacancys-photos .slick-slide > div {
	display: flex!important;
	flex-flow: row wrap;
	width: 100%;
}
.vacancys-photos .slick-slide {
	display: flex!important;
	flex-flow: row wrap;
}

.vacancys-photos-list {
	/*width: calc(100% + 32px);*/
	/*margin: 0 -16px;*/
}

.vacancys-media-tabs {
	display: flex;
	flex-flow: row wrap;
	border-bottom: 2px solid #004A8D;
	margin-bottom: 34px;
}

.vacancys-media-tab {
	font-weight: 700;
	font-size: 22px;
	line-height: 130%;
	padding: 25px 0 35px;
	text-transform: uppercase;
	position: relative;
	color: #9D9D9D;
	margin-right: 77px;
	cursor: pointer;
}
.vacancys-media-tab.active {
	color: #004A8D;
}
.vacancys-media-tab.active:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background: #004A8D;
}

.vacancys-photos .slick-dots {
	display: none!important;
}

.vacancys-photos-nav-line {
	width: calc(100% - 100px);
	height: 2px;
	background: #D1D4DA;
	position: relative;
	margin-top: -17px;
	margin-bottom: 30px;
}

.vacancys-photos-nav-line > div {
	cursor: pointer;
	height: 2px;
	background: #004A8D;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.1s;
}

.vacancys-media-tab-content {
	display: none;
}

.vacancys-media-tab-content.active {
	display: block;
}

.vacancys-video {
	display: flex;
	width: 100%;
	position: relative;
}

.vacancys-video:before {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 50%;
	background: linear-gradient(180deg, #256FB4 0%, rgba(37, 111, 180, 0) 100%);
	transform: rotate(180deg);
}

.vacancys-video svg  {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 86px;
	height: 86px;
	transform: translate(-50%,-50%);
	cursor: pointer;
	z-index: 3;
	fill: #fff;
	stroke: #fff;
	transition: 0.3s;
}

.vacancys-video svg:hover {
	fill: #EA2127;
	stroke: #EA2127;
}

.vacancy-preview {
	padding: 95px 0 40px;
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
	color: #004A8D;
}

.vacancy-detail-left {
	max-width: 850px;
}
.vacancy-detail-left a {
	color: #000000;
	border-bottom: 1px solid #EA2127;
	padding-bottom: 2px;
	text-decoration: none;
}
.vacancy-detail-right {
	border-top: 2px solid #004A8D;
	border-bottom: 1px solid #B8B6B6;
	padding: 23px 0 15px;

	margin-bottom: auto;
}

.vacancy-socnet-name {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;

	color: #004A8D;
	margin-bottom: 40px;
}

.vacancy-detail-right  a {
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #6F6F6F;
	padding-right: 20px;
	position: relative;
	margin-bottom: 15px;
}
.vacancy-detail-right a:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 10px;
	background: url(images/arr.svg) center no-repeat;
	right: 2px;
	top: 2px;
}
@media (max-width: 992px){
	.vacancy-preview {
		padding: 55px 0 20px;
		font-weight: 400;
		font-size: 17px;
		line-height: 130%;
		color: #004A8D;
	}

	.vacancy-detail-right {
		max-width: none;
		padding: 18px 0;
		border-top: 2px solid #004A8D;
		border-bottom: 1px solid #B8B6B6;
		width: 100%;
		margin: 30px 0 20px;
	}
	.vacancy-detail-right a {
		font-size: 10px;
		line-height: 12px;
	}
	.vacancy-detail-right a:before {
		top: 0;
	}
	.vacancys-media-tab {
		font-weight: 700;
		font-size: 18px;
		line-height: 130%;
		padding: 16px 0 16px;
		text-transform: uppercase;
		position: relative;
		color: #9D9D9D;
		margin-right: 37px;
		cursor: pointer;
	}

	[data-slick-index="0"]{
		order: 2;
	}

	.vacancys-photo2, .vacancys-photo1 {
		padding-top: calc(50% - 14px);
		position: relative;
		width: calc(50% - 14px);
		margin: 7px;
	}
	.vacancys-photo3 {
		padding-top: calc(50% - 14px);
		position: relative;
		width: calc(100% - 14px);
		margin: 7px;
	}
	.vacancys-photo0 {
		padding-top: calc(100% - 14px);
		position: relative;
		width: calc(100% - 14px);
		margin: 7px;
	}
	.vacancys-media-tabs {
		margin-bottom: 22px;
	}
	.vacancys-photos-list {
		width: calc(100% + 14px);
		margin: 0 -7px;
	}
	.vacancys-video {
		display: flex;
		width: 100%;
		position: relative;
		padding-top: 100%;
		overflow: hidden;
	}
	.vacancys-video:before {
		z-index: 3;
	}
	.vacancys-video img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		height: 100%;
		width: auto;
		max-width: none;
	}

	.vacancy {
		padding-bottom: 40px;
	}
}
@media (max-width: 768px){
	.vacancy-preview {
		padding: 55px 0 20px;
		font-weight: 400;
		font-size: 17px;
		line-height: 130%;
		color: #004A8D;
	}

	.vacancy-detail-right {
		max-width: none;
		padding: 18px 0;
		border-top: 2px solid #004A8D;
		border-bottom: 1px solid #B8B6B6;
		width: 100%;
		margin: 30px 0 20px;
	}
	.vacancy-detail-right a {
		font-size: 10px;
		line-height: 12px;
	}
	.vacancy-detail-right a:before {
		top: 0;
	}
	.vacancys-media-tab {
		font-weight: 700;
		font-size: 18px;
		line-height: 130%;
		padding: 16px 0 16px;
		text-transform: uppercase;
		position: relative;
		color: #9D9D9D;
		margin-right: 37px;
		cursor: pointer;
	}

	[data-slick-index="0"]{
		order: 2;
	}

	.vacancys-photo2, .vacancys-photo1 {
		padding-top: calc(50% - 14px);
		position: relative;
		width: calc(50% - 14px);
		margin: 7px;
	}
	.vacancys-photo3 {
		padding-top: calc(50% - 14px);
		position: relative;
		width: calc(100% - 14px);
		margin: 7px;
	}
	.vacancys-photo0 {
		padding-top: calc(100% - 14px);
		position: relative;
		width: calc(100% - 14px);
		margin: 7px;
	}
	.vacancys-media-tabs {
		margin-bottom: 22px;
	}
	.vacancys-photos-list {
		width: calc(100% + 14px);
		margin: 0 -7px;
	}
	.vacancys-video {
		display: flex;
		width: 100%;
		position: relative;
		padding-top: 100%;
		overflow: hidden;
	}
	.vacancys-video:before {
		z-index: 3;
	}
	.vacancys-video img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		height: 100%;
		width: auto;
		max-width: none;
	}

	.vacancy {
		padding-bottom: 40px;
	}
}