
.old-site-root-element .about-contacts_html{}


.old-site-root-element .about-contacts-contents{
	position: relative;
	padding: 0;
	z-index: 0;
}

.old-site-root-element .about-contacts-contents>*{
	position: relative;
	z-index: 0;
}

.old-site-root-element .about-contacts-contents .section{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 0 48px;
}

@media (max-width: 800px){

.old-site-root-element .about-contacts-contents .section{
	padding: 0 20px;
}

}

.old-site-root-element .about-contacts-contents .section>*{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	flex-grow: 1;
	width: 100%;
	max-width: 1440px;
}



.old-site-root-element .about-contacts-contents .section-top{
	overflow: hidden;
}

@media (max-width: 800px){

.old-site-root-element .about-contacts-contents .section-top{
	padding-top: 24px;
}

}

.old-site-root-element .about-contacts-contents .section-top>*{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	min-height: 530px;
}

@media (max-width: 800px){

.old-site-root-element .about-contacts-contents .section-top>*{
	flex-direction: column;
	align-self: stretch;
	min-height: initial;
}

}

.old-site-root-element .about-contacts-contents .section-top>*>*{
	position: relative;
}

.old-site-root-element .about-contacts-contents .section-top .info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	padding: 96px 0;
	box-sizing: border-box;
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
	z-index: 1;
}

@media (max-width: 800px){

.old-site-root-element .about-contacts-contents .section-top .info{
	padding: 0;
	flex-grow: initial;
	flex-basis: initial;
	min-width: initial;
}

}

	.old-site-root-element .about-contacts-contents .section-top .info .header{
		font-family: Circe-Bold;
		font-size: 48px;
		line-height: 48px;
		color: #172126;
	}

@media (max-width: 800px){

	.old-site-root-element .about-contacts-contents .section-top .info .header{
		font-size: 32px;
		line-height: 36px;
	}

}

	.old-site-root-element .about-contacts-contents .section-top .info .text{
		font-family: Roboto;
		font-size: 16px;
		line-height: 24px;
		color: #172126;
		max-width: 640px;
		margin-top: 16px;
	}

@media (max-width: 800px){

	.old-site-root-element .about-contacts-contents .section-top .info .text{
		margin-top: 12px;
	}

}

	.old-site-root-element .about-contacts-contents .section-top .info .links{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		margin-top: 48px;
	}

@media (max-width: 800px){

	.old-site-root-element .about-contacts-contents .section-top .info .links{
		margin-top: 24px;
	}

}

		.old-site-root-element .about-contacts-contents .section-top .info .links>*{
			display: block;
			width: 72px;
			height: 72px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
			cursor: pointer;
		}

	@media (max-width: 1000px){

		.old-site-root-element .about-contacts-contents .section-top .info .links>*{
			width: 48px;
			height: 48px;
		}

	}

		.old-site-root-element .about-contacts-contents .section-top .info .links>*+*{
			margin-left: 32px;
		}
		
	@media (max-width: 1000px){

		.old-site-root-element .about-contacts-contents .section-top .info .links>*+*{
			margin-left: 16px;
		}

	}
/*
		.about-contacts-contents .section-top .info .links>*.telegram{
			background-image: url(/new/assets/img/about-company/telegram.svg);
		}
		
		.about-contacts-contents .section-top .info .links>*.viber{
			background-image: url(/new/assets/img/about-company/viber.svg);
		}
		
		.about-contacts-contents .section-top .info .links>*.whatsapp{
			background-image: url(/new/assets/img/about-company/whatsapp.svg);
		}
*/

.old-site-root-element .about-contacts-contents .section-top .image{
	display: block;
	position: relative;
	align-self: stretch;
	width: 640px;
	margin-left: 32px;
	flex-shrink: 0;
	z-index: 0;
}

@media (max-width: 1250px){

.old-site-root-element .about-contacts-contents .section-top .image{
    margin-right: -20%;
}

}

@media (max-width: 800px){

.old-site-root-element .about-contacts-contents .section-top .image{
	display: flex;
	flex-direction: column;
	align-self: center;
	justify-content: flex-end;
	margin-left: 0;
	margin-top: 24px;
	width: calc(100% + 40px);
	max-width: 360px;
	margin-right: 0;
	left: -20px;
}

}

	.old-site-root-element .about-contacts-contents .section-top .image>*{
		display: block;
		position: absolute;
		height: 100%;
		right: 0;
		bottom: 0;
		width: auto;
	}

@media (max-width: 1250px){

	.old-site-root-element .about-contacts-contents .section-top .image>*{
		max-width: 100%;
		object-fit: contain;
		object-position: left bottom;
	}

}

@media (max-width: 800px){

	.old-site-root-element .about-contacts-contents .section-top .image>*{
		position: relative;
		width: auto;
		height: auto;
		max-width: 100%;
		object-fit: initial;
		object-position: initial;
	}

}



.old-site-root-element .about-contacts-contents .section-job{
	padding-top: 80px;
	background: #F2F6F7;
}

@media (max-width: 800px){

.old-site-root-element .about-contacts-contents .section-job{
	padding-top: 56px;
}

}

.old-site-root-element .about-contacts-contents .section-job>*{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
}

@media (max-width: 1000px){

.old-site-root-element .about-contacts-contents .section-job>*{
	flex-direction: column;
}

}

	.old-site-root-element .about-contacts-contents .section-job .alma-mater{
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		width: 416px;
		flex-shrink: 0;
		padding: 56px;
		background: #fff;
		border-radius: 20px;
		box-sizing: border-box;
	}

@media (max-width: 1000px){

	.old-site-root-element .about-contacts-contents .section-job .alma-mater{
		min-height: 240px;
		width: auto;
	}

}

@media (max-width: 800px){

	.old-site-root-element .about-contacts-contents .section-job .alma-mater{
		padding: 32px;
		border-radius: 16px;
	}

}

		.old-site-root-element .about-contacts-contents .section-job .alma-mater:before{
			content: '';
			display: block;
			height: 64px;
			background: url(/new/assets/img/about-contacts/geo.svg) no-repeat left center/auto 100%;
		}

	@media (max-width: 800px){

		.old-site-root-element .about-contacts-contents .section-job .alma-mater:before{
			height: 48px;
		}

	}

		.old-site-root-element .about-contacts-contents .section-job .alma-mater .caption{
			font-family: Circe-Bold;
			font-size: 32px;
			line-height: 36px;
			color: #172126;
			margin-top: 24px;
		}

	@media (max-width: 800px){

		.old-site-root-element .about-contacts-contents .section-job .alma-mater .caption{
			font-size: 24px;
			line-height: 28px;
			margin-top: 16px;
		}

	}

		.old-site-root-element .about-contacts-contents .section-job .alma-mater .address{
			font-family: Roboto;
			font-size: 16px;
			line-height: 24px;
			color: #172126;
			margin-top: 12px;
		}

	@media (max-width: 800px){

		.old-site-root-element .about-contacts-contents .section-job .alma-mater .address{
			margin-top: 8px;
		}

	}

	.old-site-root-element .about-contacts-contents .section-job .vacancy{
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: flex-start;
		flex-grow: 1;
		flex-basis: 0;
		min-width: 0;
		margin-left: 32px;
		background: #fff;
		border-radius: 20px;
		box-sizing: border-box;
		overflow: hidden;
	}

@media (max-width: 1000px){

	.old-site-root-element .about-contacts-contents .section-job .vacancy{
		flex-grow: initial;
		flex-basis: initial;
		min-width: initial;
		margin-left: 0;
		margin-top: 20px;
	}

}

@media (max-width: 800px){

	.old-site-root-element .about-contacts-contents .section-job .vacancy{
		flex-direction: column;
		border-radius: 16px;
	}

}

		.old-site-root-element .about-contacts-contents .section-job .vacancy>*{
			position: relative;
			z-index: 0;
		}

		.old-site-root-element .about-contacts-contents .section-job .vacancy .info{
			display: flex;
			flex-direction: column;
			align-items: stretch;
			justify-content: flex-start;
			padding: 76px 32px 76px 56px;
			z-index: 1;
		}

	@media (max-width: 800px){

		.old-site-root-element .about-contacts-contents .section-job .vacancy .info{
			padding: 32px 32px 0;
		}

	}

			.old-site-root-element .about-contacts-contents .section-job .vacancy .info .caption{
				font-family: Circe-Bold;
				font-size: 32px;
				line-height: 36px;
				color: #172126;
			}

		@media (max-width: 800px){

			.old-site-root-element .about-contacts-contents .section-job .vacancy .info .caption{
				font-size: 24px;
				line-height: 28px;
			}

		}

			.old-site-root-element .about-contacts-contents .section-job .vacancy .info .text{
				font-family: Roboto;
				font-size: 16px;
				line-height: 24px;
				color: #172126;
				margin-top: 12px;
			}

			.old-site-root-element .about-contacts-contents .section-job .vacancy .info .more{
				align-self: flex-start;
				font-family: Roboto;
				font-size: 16px;
				line-height: 24px;
				text-decoration-line: underline;
				text-decoration-skip: none;
				text-decoration-skip-ink: none;
				text-underline-offset: 2px;
				color: #F47D32;
				cursor: pointer;
				margin-top: 12px;
			}

				.old-site-root-element .about-contacts-contents .section-job .vacancy .info .more:before{
					content: 'Узнать больше';
					white-space: nowrap;
				}

		.old-site-root-element .about-contacts-contents .section-job .vacancy .image{
			display: block;
			width: calc(50% - 16px);
			height: auto;
			align-self: flex-end;
		}

	@media (max-width: 1360px){
		
		.old-site-root-element .about-contacts-contents .section-job .vacancy .image{
			margin-left: -80px;
		}

	}

	@media (max-width: 1250px){
		
		.old-site-root-element .about-contacts-contents .section-job .vacancy .image{
			display: none;
		}

	}

	@media (max-width: 800px){

		.old-site-root-element .about-contacts-contents .section-job .vacancy .image{
			display: block;
			width: 100%;
			align-self: center;
			max-width: 320px;
			height: auto;
			margin-top: 8px;
		}

	}



.old-site-root-element .about-contacts-contents .section-contacts{
	padding-top: 128px;
	padding-bottom: 128px;
	background: #F2F6F7;
}

@media (max-width: 1250px){

.old-site-root-element .about-contacts-contents .section-contacts{
	padding-top: 72px;
	padding-bottom: 48px;
}

}

.old-site-root-element .about-contacts-contents .section-contacts>*{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (max-width: 1250px){

.old-site-root-element .about-contacts-contents .section-contacts>*{
	flex-direction: column;
	align-items: stretch;
}

}

.old-site-root-element .about-contacts-contents .section-contacts .item{
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
}

@media (max-width: 1250px){

.old-site-root-element .about-contacts-contents .section-contacts .item{
	flex-grow: initial;
	flex-basis: initial;
	min-width: initial;
}

}

.old-site-root-element .about-contacts-contents .section-contacts *+.item{
	margin-left: 32px;
}

@media (max-width: 1250px){

.old-site-root-element .about-contacts-contents .section-contacts *+.item{
	margin-left: 0;
	margin-top: 40px;
}

}

	.old-site-root-element .about-contacts-contents .section-contacts .item .caption{
		font-family: Circe-Bold;
		font-size: 32px;
		line-height: 36px;
		color: #172126;
	}

@media (max-width: 1250px){

	.old-site-root-element .about-contacts-contents .section-contacts .item .caption{
		font-size: 24px;
		line-height: 28px;
	}

}

	.old-site-root-element .about-contacts-contents .section-contacts .item .inner{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 32px;
	}

@media (max-width: 1250px){

	.old-site-root-element .about-contacts-contents .section-contacts .item .inner{
		margin-top: 16px;
	}

}

		.old-site-root-element .about-contacts-contents .section-contacts .item .inner .photo{
			width: 104px;
			height: 104px;
			border-radius: 12px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			overflow: hidden;
		}

	@media (max-width: 1250px){

		.old-site-root-element .about-contacts-contents .section-contacts .item .inner .photo{
			width: 80px;
			height: 80px;
		}

	}

		.old-site-root-element .about-contacts-contents .section-contacts .item .inner .info{
			margin-left: 24px;
			flex-grow: 1;
			flex-basis: 0;
			min-width: 0;
		}

	@media (max-width: 1250px){

		.old-site-root-element .about-contacts-contents .section-contacts .item .inner .info{
			margin-left: 16px;
		}

	}

			.old-site-root-element .about-contacts-contents .section-contacts .item .inner .info>*{
				display: block;
			}

			.old-site-root-element .about-contacts-contents .section-contacts .item .inner .info .name{
				font-family: Roboto;
				font-weight: bold;
				font-size: 16px;
				line-height: 24px;
				color: #172126;
			}

			.old-site-root-element .about-contacts-contents .section-contacts .item .inner .info .post{
				font-family: Roboto;
				font-size: 12px;
				line-height: 16px;
				color: #90979C;
				margin-top: 4px;
			}

			.old-site-root-element .about-contacts-contents .section-contacts .item .inner .info .phone{
				font-family: Roboto;
				font-size: 16px;
				line-height: 24px;
				color: #172126;
				margin-top: 8px;
				white-space: nowrap;
			}

			.old-site-root-element .about-contacts-contents .section-contacts .item .inner .info a.phone{
				cursor: pointer;
			}

			.old-site-root-element .about-contacts-contents .section-contacts .item .inner .info .email{
				font-family: Roboto;
				font-size: 16px;
				line-height: 24px;
				color: #172126;
				margin-top: 4px;
				white-space: nowrap;
				cursor: pointer;
			}



























.old-site-root-element.about-contacts_html{}


.old-site-root-element.about-contacts-contents{
	position: relative;
	padding: 0;
	z-index: 0;
}

.old-site-root-element.about-contacts-contents>*{
	position: relative;
	z-index: 0;
}

.old-site-root-element.about-contacts-contents .section{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 0 48px;
}

@media (max-width: 800px){

.old-site-root-element.about-contacts-contents .section{
	padding: 0 20px;
}

}

.old-site-root-element.about-contacts-contents .section>*{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	flex-grow: 1;
	width: 100%;
	max-width: 1440px;
}



.old-site-root-element.about-contacts-contents .section-top{
	overflow: hidden;
}

@media (max-width: 800px){

.old-site-root-element.about-contacts-contents .section-top{
	padding-top: 24px;
}

}

.old-site-root-element.about-contacts-contents .section-top>*{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	min-height: 530px;
}

@media (max-width: 800px){

.old-site-root-element.about-contacts-contents .section-top>*{
	flex-direction: column;
	align-self: stretch;
	min-height: initial;
}

}

.old-site-root-element.about-contacts-contents .section-top>*>*{
	position: relative;
}

.old-site-root-element.about-contacts-contents .section-top .info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	padding: 96px 0;
	box-sizing: border-box;
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
	z-index: 1;
}

@media (max-width: 800px){

.old-site-root-element.about-contacts-contents .section-top .info{
	padding: 0;
	flex-grow: initial;
	flex-basis: initial;
	min-width: initial;
}

}

	.old-site-root-element.about-contacts-contents .section-top .info .header{
		font-family: Circe-Bold;
		font-size: 48px;
		line-height: 48px;
		color: #172126;
	}

@media (max-width: 800px){

	.old-site-root-element.about-contacts-contents .section-top .info .header{
		font-size: 32px;
		line-height: 36px;
	}

}

	.old-site-root-element.about-contacts-contents .section-top .info .text{
		font-family: Roboto;
		font-size: 16px;
		line-height: 24px;
		color: #172126;
		max-width: 640px;
		margin-top: 16px;
	}

@media (max-width: 800px){

	.old-site-root-element.about-contacts-contents .section-top .info .text{
		margin-top: 12px;
	}

}

	.old-site-root-element.about-contacts-contents .section-top .info .links{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		margin-top: 48px;
	}

@media (max-width: 800px){

	.old-site-root-element.about-contacts-contents .section-top .info .links{
		margin-top: 24px;
	}

}

		.old-site-root-element.about-contacts-contents .section-top .info .links>*{
			display: block;
			width: 72px;
			height: 72px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: contain;
			cursor: pointer;
		}

	@media (max-width: 1000px){

		.old-site-root-element.about-contacts-contents .section-top .info .links>*{
			width: 48px;
			height: 48px;
		}

	}

		.old-site-root-element.about-contacts-contents .section-top .info .links>*+*{
			margin-left: 32px;
		}
		
	@media (max-width: 1000px){

		.old-site-root-element.about-contacts-contents .section-top .info .links>*+*{
			margin-left: 16px;
		}

	}
/*
		.about-contacts-contents .section-top .info .links>*.telegram{
			background-image: url(/new/assets/img/about-company/telegram.svg);
		}
		
		.about-contacts-contents .section-top .info .links>*.viber{
			background-image: url(/new/assets/img/about-company/viber.svg);
		}
		
		.about-contacts-contents .section-top .info .links>*.whatsapp{
			background-image: url(/new/assets/img/about-company/whatsapp.svg);
		}
*/

.old-site-root-element.about-contacts-contents .section-top .image{
	display: block;
	position: relative;
	align-self: stretch;
	width: 640px;
	margin-left: 32px;
	flex-shrink: 0;
	z-index: 0;
}

@media (max-width: 1250px){

.old-site-root-element.about-contacts-contents .section-top .image{
    margin-right: -20%;
}

}

@media (max-width: 800px){

.old-site-root-element.about-contacts-contents .section-top .image{
	display: flex;
	flex-direction: column;
	align-self: center;
	justify-content: flex-end;
	margin-left: 0;
	margin-top: 24px;
	width: calc(100% + 40px);
	max-width: 360px;
	margin-right: 0;
	left: -20px;
}

}

	.old-site-root-element.about-contacts-contents .section-top .image>*{
		display: block;
		position: absolute;
		height: 100%;
		right: 0;
		bottom: 0;
		width: auto;
	}

@media (max-width: 1250px){

	.old-site-root-element.about-contacts-contents .section-top .image>*{
		max-width: 100%;
		object-fit: contain;
		object-position: left bottom;
	}

}

@media (max-width: 800px){

	.old-site-root-element.about-contacts-contents .section-top .image>*{
		position: relative;
		width: auto;
		height: auto;
		max-width: 100%;
		object-fit: initial;
		object-position: initial;
	}

}



.old-site-root-element.about-contacts-contents .section-job{
	padding-top: 80px;
	background: #F2F6F7;
}

@media (max-width: 800px){

.old-site-root-element.about-contacts-contents .section-job{
	padding-top: 56px;
}

}

.old-site-root-element.about-contacts-contents .section-job>*{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
}

@media (max-width: 1000px){

.old-site-root-element.about-contacts-contents .section-job>*{
	flex-direction: column;
}

}

	.old-site-root-element.about-contacts-contents .section-job .alma-mater{
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		width: 416px;
		flex-shrink: 0;
		padding: 56px;
		background: #fff;
		border-radius: 20px;
		box-sizing: border-box;
	}

@media (max-width: 1000px){

	.old-site-root-element.about-contacts-contents .section-job .alma-mater{
		min-height: 240px;
		width: auto;
	}

}

@media (max-width: 800px){

	.old-site-root-element.about-contacts-contents .section-job .alma-mater{
		padding: 32px;
		border-radius: 16px;
	}

}

		.old-site-root-element.about-contacts-contents .section-job .alma-mater:before{
			content: '';
			display: block;
			height: 64px;
			background: url(/new/assets/img/about-contacts/geo.svg) no-repeat left center/auto 100%;
		}

	@media (max-width: 800px){

		.old-site-root-element.about-contacts-contents .section-job .alma-mater:before{
			height: 48px;
		}

	}

		.old-site-root-element.about-contacts-contents .section-job .alma-mater .caption{
			font-family: Circe-Bold;
			font-size: 32px;
			line-height: 36px;
			color: #172126;
			margin-top: 24px;
		}

	@media (max-width: 800px){

		.old-site-root-element.about-contacts-contents .section-job .alma-mater .caption{
			font-size: 24px;
			line-height: 28px;
			margin-top: 16px;
		}

	}

		.old-site-root-element.about-contacts-contents .section-job .alma-mater .address{
			font-family: Roboto;
			font-size: 16px;
			line-height: 24px;
			color: #172126;
			margin-top: 12px;
		}

	@media (max-width: 800px){

		.old-site-root-element.about-contacts-contents .section-job .alma-mater .address{
			margin-top: 8px;
		}

	}

	.old-site-root-element.about-contacts-contents .section-job .vacancy{
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: flex-start;
		flex-grow: 1;
		flex-basis: 0;
		min-width: 0;
		margin-left: 32px;
		background: #fff;
		border-radius: 20px;
		box-sizing: border-box;
		overflow: hidden;
	}

@media (max-width: 1000px){

	.old-site-root-element.about-contacts-contents .section-job .vacancy{
		flex-grow: initial;
		flex-basis: initial;
		min-width: initial;
		margin-left: 0;
		margin-top: 20px;
	}

}

@media (max-width: 800px){

	.old-site-root-element.about-contacts-contents .section-job .vacancy{
		flex-direction: column;
		border-radius: 16px;
	}

}

		.old-site-root-element.about-contacts-contents .section-job .vacancy>*{
			position: relative;
			z-index: 0;
		}

		.old-site-root-element.about-contacts-contents .section-job .vacancy .info{
			display: flex;
			flex-direction: column;
			align-items: stretch;
			justify-content: flex-start;
			padding: 76px 32px 76px 56px;
			z-index: 1;
		}

	@media (max-width: 800px){

		.old-site-root-element.about-contacts-contents .section-job .vacancy .info{
			padding: 32px 32px 0;
		}

	}

			.old-site-root-element.about-contacts-contents .section-job .vacancy .info .caption{
				font-family: Circe-Bold;
				font-size: 32px;
				line-height: 36px;
				color: #172126;
			}

		@media (max-width: 800px){

			.old-site-root-element.about-contacts-contents .section-job .vacancy .info .caption{
				font-size: 24px;
				line-height: 28px;
			}

		}

			.old-site-root-element.about-contacts-contents .section-job .vacancy .info .text{
				font-family: Roboto;
				font-size: 16px;
				line-height: 24px;
				color: #172126;
				margin-top: 12px;
			}

			.old-site-root-element.about-contacts-contents .section-job .vacancy .info .more{
				align-self: flex-start;
				font-family: Roboto;
				font-size: 16px;
				line-height: 24px;
				text-decoration-line: underline;
				text-decoration-skip: none;
				text-decoration-skip-ink: none;
				text-underline-offset: 2px;
				color: #F47D32;
				cursor: pointer;
				margin-top: 12px;
			}

				.old-site-root-element.about-contacts-contents .section-job .vacancy .info .more:before{
					content: 'Узнать больше';
					white-space: nowrap;
				}

		.old-site-root-element.about-contacts-contents .section-job .vacancy .image{
			display: block;
			width: calc(50% - 16px);
			height: auto;
			align-self: flex-end;
		}

	@media (max-width: 1360px){
		
		.old-site-root-element.about-contacts-contents .section-job .vacancy .image{
			margin-left: -80px;
		}

	}

	@media (max-width: 1250px){
		
		.old-site-root-element.about-contacts-contents .section-job .vacancy .image{
			display: none;
		}

	}

	@media (max-width: 800px){

		.old-site-root-element.about-contacts-contents .section-job .vacancy .image{
			display: block;
			width: 100%;
			align-self: center;
			max-width: 320px;
			height: auto;
			margin-top: 8px;
		}

	}



.old-site-root-element.about-contacts-contents .section-contacts{
	padding-top: 128px;
	padding-bottom: 128px;
	background: #F2F6F7;
}

@media (max-width: 1250px){

.old-site-root-element.about-contacts-contents .section-contacts{
	padding-top: 72px;
	padding-bottom: 48px;
}

}

.old-site-root-element.about-contacts-contents .section-contacts>*{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

@media (max-width: 1250px){

.old-site-root-element.about-contacts-contents .section-contacts>*{
	flex-direction: column;
	align-items: stretch;
}

}

.old-site-root-element.about-contacts-contents .section-contacts .item{
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
}

@media (max-width: 1250px){

.old-site-root-element.about-contacts-contents .section-contacts .item{
	flex-grow: initial;
	flex-basis: initial;
	min-width: initial;
}

}

.old-site-root-element.about-contacts-contents .section-contacts *+.item{
	margin-left: 32px;
}

@media (max-width: 1250px){

.old-site-root-element.about-contacts-contents .section-contacts *+.item{
	margin-left: 0;
	margin-top: 40px;
}

}

	.old-site-root-element.about-contacts-contents .section-contacts .item .caption{
		font-family: Circe-Bold;
		font-size: 32px;
		line-height: 36px;
		color: #172126;
	}

@media (max-width: 1250px){

	.old-site-root-element.about-contacts-contents .section-contacts .item .caption{
		font-size: 24px;
		line-height: 28px;
	}

}

	.old-site-root-element.about-contacts-contents .section-contacts .item .inner{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 32px;
	}

@media (max-width: 1250px){

	.old-site-root-element.about-contacts-contents .section-contacts .item .inner{
		margin-top: 16px;
	}

}

		.old-site-root-element.about-contacts-contents .section-contacts .item .inner .photo{
			width: 104px;
			height: 104px;
			border-radius: 12px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			overflow: hidden;
		}

	@media (max-width: 1250px){

		.old-site-root-element.about-contacts-contents .section-contacts .item .inner .photo{
			width: 80px;
			height: 80px;
		}

	}

		.old-site-root-element.about-contacts-contents .section-contacts .item .inner .info{
			margin-left: 24px;
			flex-grow: 1;
			flex-basis: 0;
			min-width: 0;
		}

	@media (max-width: 1250px){

		.old-site-root-element.about-contacts-contents .section-contacts .item .inner .info{
			margin-left: 16px;
		}

	}

			.old-site-root-element.about-contacts-contents .section-contacts .item .inner .info>*{
				display: block;
			}

			.old-site-root-element.about-contacts-contents .section-contacts .item .inner .info .name{
				font-family: Roboto;
				font-weight: bold;
				font-size: 16px;
				line-height: 24px;
				color: #172126;
			}

			.old-site-root-element.about-contacts-contents .section-contacts .item .inner .info .post{
				font-family: Roboto;
				font-size: 12px;
				line-height: 16px;
				color: #90979C;
				margin-top: 4px;
			}

			.old-site-root-element.about-contacts-contents .section-contacts .item .inner .info .phone{
				font-family: Roboto;
				font-size: 16px;
				line-height: 24px;
				color: #172126;
				margin-top: 8px;
				white-space: nowrap;
			}

			.old-site-root-element.about-contacts-contents .section-contacts .item .inner .info a.phone{
				cursor: pointer;
			}

			.old-site-root-element.about-contacts-contents .section-contacts .item .inner .info .email{
				font-family: Roboto;
				font-size: 16px;
				line-height: 24px;
				color: #172126;
				margin-top: 4px;
				white-space: nowrap;
				cursor: pointer;
			}

























