
.vacanciesSection {
	margin-top: 60px;
}

.vacanciesSection .headBlock {
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px;
	border-bottom: 1.5px solid #979797;
}

.vacanciesSection .headBlock .title {
	display: block;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 24px;
	color: black;
	letter-spacing: 0.22px;
}

.vacanciesSection .openFilterBtn {
	display: none;
}

.vacanciesSection .contentBlock {
	display: flex;
	/*padding-top: 30px;*/
}

.vacanciesSection .leftSide {
	width: 337px;
	flex-shrink: 0;
	padding-right: 20px;
}

.vacanciesSection .rightSide {
	flex-grow: 1;
}

.vacanciesSection .vacanciesInfo {
	margin-top: 50px;
}

.vacanciesList .vacancyItem {
	margin-top: 20px;
	padding-left: 18px;
}
@media (max-width: 1023px) {
	.vacanciesList .vacancyItem {
		padding-left: 0;
	}
}
.vacanciesList .vacancyItem:first-child {
	margin-top: 0px;
}

.vacancyItem {
	padding-bottom: 20px;
	border-bottom: 1.5px solid #979797;
}

.vacancyItem .tagList {
	display: flex;
	margin-bottom: 10px;
}

.vacancyItem .wrap {
	display: flex;
}

.vacancyItem .img {
	flex-shrink: 0;
	width: 166px;
	height: 219px;
	display: none;
}

.vacancyItem .img img {
	display: block;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.vacancyItem .img+.content {
	margin-left: 55px;
	margin-left: 0;
}

.vacancyItem .content {
	flex-grow: 1;
}

.vacancyItem .title {
	color: #23272D;
}

.vacancyItem .title+.name {
	margin-top: 14px;
}

.vacancyItem .name {
	color: black;
}

.vacancyItem .name+.location {
	margin-top: 3px;
}

.vacancyItem .location {
	display: block;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 26px;
	color: black;
	margin-bottom: 3px;
}

.vacancyItem .exp {
	display: block;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 26px;
	color: #979797;
}

.vacancyItem .exp span {
	color: black;
}

.vacancyItem [class*="btn"] {
	display: table;
	min-width: 193px;
	margin-top: 35px;
}

.vacancyTag {
	display: inline-block;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 20px;
	color: white;
	font-weight: 500;
	background-color: #23272D;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

.vacanciesInfo .textContent p+p {
	margin-top: 10px;
}

.vacancySection{
	background: #F7F6F6;
	border-radius: 6px;
	padding: 16px 18px;
	font-weight: 500;
	font-size: 35px;
	line-height: 45px;
	color: #232323;
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.vacanciesSection {
		margin-top: 40px;
	}
	.vacanciesSection .headBlock .filter {
		display: none;
	}
	.vacanciesSection .headBlock .openFilterBtn {
		display: inline-block;
	}
	.vacanciesSection .contentBlock {
		display: block;
	}
	.vacanciesSection .leftSide {
		width: 0px;
		padding: 0;
	}
	.vacanciesSection .rightSide {
		width: 100%;
	}
	.vacanciesSection .contentFilter {
		display: none;
	}

	.vacanciesSection .vacanciesInfo {
		margin-top: 40px;
	}
}
@media (max-width: 1023px) {
	.vacancySection{
		padding: 8px 10px;
		margin-bottom: 30px;
		font-size: 22px;
		line-height: 29px;
	}
}
@media (max-width: 767px) {
	.vacanciesSection {
		margin-top: 15px;
	}

	.vacanciesSection .headBlock {
		padding-bottom: 4px;
	}

	.vacanciesSection .contentBlock {
		/*padding-top: 40px;*/
	}

	.vacanciesSection .vacanciesInfo {
		margin-top: 30px;
	}

	.vacanciesSection .vacanciesInfo {
		display: none;
	}

	.vacanciesList .vacancyItem {
		margin-top: 36px;
	}

	.vacancyItem {
		padding-bottom: 0px;
		border-bottom: none;
	}

	.vacancyItem .tagList {
		margin-bottom: 8px;
	}

	.vacancyItem .wrap {
		display: block;
	}

	.vacancyItem .img {
		width: 100%;
		height: 226px;
	}

	.vacancyItem .img + .content {
		margin-left: 0px;
		margin-top: 20px;
	}

	.vacancyItem .img.logo img {
		width: auto;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.vacancyItem .title + .name {
		margin-top: 20px;
	}

	.vacancyItem .name + .location {
		margin-top: 6px;
	}

	.vacancyItem .location {
		font-size: 15px;
		line-height: 22px;
	}

	.vacancyItem .location + .exp {
		margin-top: 6px;
	}

	.vacancyItem .exp {
		font-size: 15px;
		line-height: 22px;
	}

	.vacancyItem [class*="btn"] {
		min-width: 100%;
		margin-top: 30px;
	}
}













.vacancyHead {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-bottom: 40px;
}

.vacancyHead .img {
	margin-left: 50px;
	width: 171px;
	height: 206px;
	flex-shrink: 0;
}

.vacancyHead .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vacancyHead .company {
	display: block;
	margin-top: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #026EF9;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: text-decoration-color 0.3s;
	-moz-transition: text-decoration-color 0.3s;
	-o-transition: text-decoration-color 0.3s;
	transition: text-decoration-color 0.3s;
}

.vacancyHead .company:hover {
	text-decoration-color: inherit;
}

.vacancyHead .location {
	margin-top: 16px;
	position: relative;
	padding-left: 37px;
}

.vacancyHead .location [class*="icon"] {
	display: block;
	width: 24px; height: 24px;
	position: absolute;
	left: 0;
	top: 0; bottom: 0;
	margin: auto;
	color: #026EF9;
	background: url("images/location.svg") no-repeat center;
}

.vacancyHead .location .data {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: black;
}

.vacancyHead [class*="btn"] {
	margin-top: 30px;
}

.vacancyContent .vacancyContentItem {
	margin-top: 30px;
}

.vacancyContent [class*="btn"] {
	margin-top: 40px;
}

.vacancyContentItem {
	max-width: 533px;
}

.vacancyContentItem .title {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #232323;
	font-weight: 600;
}

.vacancyContentItem .title+.list {
	margin-top: 14px;
}
@media (max-width: 1023px) {
	.vacancyHead {
		padding-bottom: 30px;
	}

	.vacancyHead .company {
		margin-top: 16px;
		font-size: 16px;
		line-height: 26px;
	}

	.vacancyHead .location [class*="icon"] {
		margin-right: 4px;
		line-height: 24px;
	}

	.vacancyHead .location .data {
		font-size: 15px;
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	.vacancyHead {
		padding-bottom: 20px;
		display: block;
	}

	.vacancyHead:after {
		content: " ";
		display: block;
		clear: both;
	}

	.vacancyHead .position {
		font-size: 20px;
		line-height: 28px;
	}

	.vacancyHead .company {
		margin-top: 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.vacancyHead .location {
		margin-top: 10px;
	}

	.vacancyHead .img {
		width: 100px;
		height: 100px;
		margin-left: 20px;
		float: right;
	}

	.vacancyHead [class*="btn"] {
		margin-top: 20px;
		width: 100%;
	}

	.vacancyContent .vacancyContentItem {
		margin-top: 20px;
	}

	.vacancyContent [class*="btn"] {
		margin-top: 30px;
		width: 100%;
	}

	.vacancyContentItem .title+.list {
		margin-top: 10px;
	}
}

.icon-location:before {
	content: "";
	width: 24px; height: 24px;
	background: url("images/location.svg") no-repeat center;
}