

/* Start:/about/karera/style.css?177565108319795*/
.tabs-panel {
	margin-top: 12px;
	margin-bottom: 10px;
}

.tabs-panel__list {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: 0;
	scrollbar-height: 0;
}

.tabs-panel__list::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.tabs-panel__list::-webkit-scrollbar-track {
	width: 0;
	height: 0;
}

.tabs-panel__list-item {
	height: 48px;
	line-height: 46px;
	color: #444;
	font-size: 15px;
	background-color: #f0f4f7;
	border: 1px solid #d6dce1;
	border-radius: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
	position: relative;
	display: flex;
	flex-flow: row;
	white-space: nowrap;
}

@media (max-width: 767.98px) {
	.tabs-panel__list-item {
		font-size: 14px;
		height: 44px;
		line-height: 42px;
	}
}

.tabs-panel__list-item span {
	display: inline-block;
	float: left;
}

.tabs-panel__list-item [class*=' i-'],
.tabs-panel__list-item [class^='i-'] {
	font-size: 28px;
	line-height: 46px;
	height: 46px;
	width: 28px;
	margin-right: 10px;
	color: #3169b6;
}

@media (max-width: 767.98px) {
	.tabs-panel__list-item [class*=' i-'],
	.tabs-panel__list-item [class^='i-'] {
		line-height: 42px;
		height: 44px;
		font-size: 26px;
		margin-right: 4px;
	}
}

.tabs-panel__list-item._active, .tabs-panel__list-item:hover, .tabs-panel__list-item:active {
	color: #fff;
	background-color: #3169b6;
	border-color: #3169b6;
}

.tabs-panel__list-item._active [class*=' i-'],
.tabs-panel__list-item._active [class^='i-'], .tabs-panel__list-item:hover [class*=' i-'],
.tabs-panel__list-item:hover [class^='i-'], .tabs-panel__list-item:active [class*=' i-'],
.tabs-panel__list-item:active [class^='i-'] {
	color: #fff;
}

.form {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	.form {
		max-width: 600px;
	}
}

.form form {
	display: flex;
	flex-flow: row wrap;
}

.form__title {
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media (max-width: 419.98px) {
	.form__title {
		font-size: 30px;
	}
}

@media (min-width: 420px) and (max-width: 767.98px) {
	.form__title {
		font-size: 32px;
	}
}

.form__title._margin {
	margin-top: 15px;
}

.form__title-desc {
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
}

@media (max-width: 419.98px) {
	.form__title-desc {
		font-size: 17px;
	}
}

.form__body {
	padding: 20px 30px 30px;
	border-left: 1px solid #d6dce1;
	border-right: 1px solid #d6dce1;
	border-bottom: 1px solid #d6dce1;
	border-radius: 0 0 6px 6px;
}

.form__body-row {
	width: 100%;
	color: #666;
	font-size: 16px;
}

.form__body-row-item {
	width: 100%;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 16px;
	cursor: pointer;
}

.form__body-row-item .nice-select {
	width: 100%;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #d6dce1;
	border-radius: 6px;
	color: #444;
	height: auto;
}

.form__body-row-item .nice-select:after {
	display: none;
}

.form__body-row-item .nice-select:before {
	content: '\ea03';
	font-family: 'otdelkino_icons';
	position: absolute;
	right: 11px;
	top: 11px;
	font-size: 24px;
	width: 24px;
	height: 24px;
}

.form__body-row-item .nice-select .list {
	width: calc(100% + 2px);
	margin-left: -1px;
	border-radius: 6px;
	margin-top: 5px;
	border: 1px solid #d6dce1;
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
	transition: all 0.1s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.05s ease-out;
}

.form__body-row-item .nice-select .list .option {
	color: #444;
	padding: 11px 20px;
	transition: none;
	border-bottom: 1px solid #d6dce1;
}

@media (max-width: 767.98px) {
	.form__body-row-item .nice-select .list .option {
		padding: 6px 12px;
		font-size: 14px;
		line-height: 20px;
	}
}

.form__body-row-item .nice-select .list .option:last-child {
	border-bottom: 0;
}

.form__body-row-item .nice-select .list .option.selected {
	font-weight: 700;
	background-color: transparent;
}

.form__body-row-item .nice-select .list .option:hover, .form__body-row-item .nice-select .list .option:active, .form__body-row-item .nice-select .list .option:focus {
	background-color: #f0f4f7;
}

.form__body-row-item .nice-select.open:before {
	content: '\ea0a';
}

.form__body-row-item .required {
	color: #f62d3d;
}

.form__body-row-item input,
.form__body-row-item textarea,
.form__body-row-item select {
	width: 100%;
	font-size: 16px;
	color: #444444;
	padding: 15px 20px;
	border: 1px solid #d6dce1;
	border-radius: 6px;
}

.form__body-row-item input:active, .form__body-row-item input:focus,
.form__body-row-item textarea:active,
.form__body-row-item textarea:focus,
.form__body-row-item select:active,
.form__body-row-item select:focus {
	border: 2px solid #3169b6;
}

.form__body-row-item input.error:active, .form__body-row-item input.error:focus,
.form__body-row-item textarea.error:active,
.form__body-row-item textarea.error:focus,
.form__body-row-item select.error:active,
.form__body-row-item select.error:focus {
	border-color: #f00;
}

.form__body-row-item input {
	height: 45px;
}

.form__body-row-item input:active, .form__body-row-item input:focus {
	padding-left: 19px;
}

.form__body-row-item textarea:active, .form__body-row-item textarea:focus {
	padding-top: 14px;
	padding-left: 19px;
}

.form__body-row-item select {
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 46px;
	color: #8e8e8e;
	padding-top: 12px;
	padding-bottom: 12px;
}

.form__body-row-item._letter-spacing input {
	letter-spacing: 2px;
}

.form__body-row-item.form__agreement-label {
	position: relative;
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 24px;
	line-height: 18px;
}

.form__body-row-item.form__agreement-label input {
	cursor: pointer;
	width: 0;
	height: 0;
	margin: 0;
}

.form__body-row-item.form__agreement-label input:before {
	content: '';
	cursor: pointer;
	background-color: #fff;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	border: 1px solid #d6dce1;
	text-align: center;
	position: absolute;
	left: 0;
	top: 2px;
}

.form__body-row-item.form__agreement-label input:checked:before {
	background-color: #3169b6;
	border-color: #3169b6;
	color: #fff;
}

.form__body-row-item.form__agreement-label input:checked:after {
	font-family: 'otdelkino_icons';
	content: '\ea1a';
	cursor: pointer;
	font-size: 24px;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 9px;
	top: 2px;
	color: #fff;
}

.form__body-row-item.form__agreement-label input.error + span,
.form__body-row-item.form__agreement-label input.error + span a {
	color: #f00;
}

.form__body-row-item .error {
	border-color: #f00;
}

.form__body-row-item .error::-webkit-input-placeholder {
	color: #f00;
}

.form__body-row-item .error::-moz-placeholder {
	color: #f00;
}

.form__body-row-item input[type="checkbox"].error:before {
	border-color: #f00;
}

.form__body-row .internal-field {
	width: 60px;
	font-size: 16px;
	color: #444444;
	padding: 15px 10px;
	border: 1px solid #d6dce1;
	border-radius: 6px;
	position: absolute;
	top: -6px;
	right: -70px;
}

@media (max-width: 575.98px) {
	.form__body-row .internal-field {
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
		padding: 15px 20px;
		height: 45px;
	}
}

.form__body-row .internal-field.error {
	border-color: #f00;
}

@media (min-width: 576px) {
	.form__body-row.multi-column {
		display: flex;
	}
}

@media (min-width: 576px) {
	.form__body-row.multi-column .form__body-row-item {
		margin-left: 10px;
		margin-right: 10px;
	}
	.form__body-row.multi-column .form__body-row-item:first-child {
		margin-left: 0;
	}
	.form__body-row.multi-column .form__body-row-item:last-child {
		margin-right: 0;
	}
}

.form__body-row._center {
	text-align: center;
	margin-bottom: 11px;
}

.form__body-row._center .form__body-row-item {
	width: auto;
	display: inline;
}

.form__body-row._center .form__body-row-item.form__agreement-label input:before {
	top: 0;
}

.form__body-row._center .form__body-row-item.form__agreement-label input:checked:after {
	left: 8px;
	top: 0;
}

.form-required {
	padding-left: 5px;
	color: #f00;
}

.form textarea {
	height: 200px;
	resize: vertical;
}

.form__radio, .form__checkbox {
	margin-top: 8px;
	margin-bottom: 5px;
}

.form__radio br, .form__checkbox br {
	display: none;
}

.form__radio label, .form__checkbox label {
	width: 100%;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	padding-left: 35px;
}

@media (max-width: 767.98px) {
	.form__radio label, .form__checkbox label {
		font-size: 14px;
	}
}

.form__radio label span, .form__checkbox label span {
	position: relative;
	display: inline-block;
	color: #999;
}

.form__radio label:hover span, .form__checkbox label:hover span {
	color: #666;
}

.form__radio label input, .form__checkbox label input {
	width: 0;
	height: 0;
	margin: 0;
}

.form__radio label input:checked + span, .form__checkbox label input:checked + span {
	color: #666;
}

.form__radio label input:before, .form__checkbox label input:before {
	content: '';
	cursor: pointer;
	background-color: #fff;
	width: 15px;
	height: 15px;
	border: 1px solid #d6dce1;
	text-align: center;
	position: absolute;
	left: 14px;
	top: 4px;
}

.form__radio label input.error:before, .form__checkbox label input.error:before {
	border-color: #f00;
}

.form__radio label input:before {
	border-radius: 50%;
}

.form__radio label input:checked:after {
	content: '';
	margin: 0 auto;
	width: 9px;
	height: 9px;
	background-color: #3169b6;
	border-radius: 50%;
	position: absolute;
	left: 17px;
	top: 7px;
	color: #fff;
}

.form__checkbox label input:before {
	border-radius: 3px;
}

.form__checkbox label input:checked:before {
	background-color: #3169b6;
	border-color: #3169b6;
}

.form__checkbox label input:checked:after {
	font-family: 'otdelkino_icons';
	content: '\ea1a';
	font-size: 19px;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	left: 13px;
	top: 4px;
	color: #fff;
}

.form input[type="file"] {
	display: none;
}

.form .file-area {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #d6dce1;
	background: transparent;
	font-size: 14px;
	height: 55px;
	width: 100%;
	line-height: 16px;
	color: #666;
	margin-top: -10px;
	margin-bottom: 10px;
}

.form .file-area__img {
	position: absolute;
	z-index: 1;
	left: 20px;
	height: 35px;
	width: 44px;
}

.form .file-area:hover .file-area__img {
	left: 19px;
}

.form .file-area.highlight, .form .file-area:hover {
	border: 2px solid #3169b6;
}

@media (min-width: 576px) {
	.form .file-area {
		font-size: 16px;
	}
}

.form .file-label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.2;
	padding-left: 90px;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.form .file-list {
	display: flex;
	flex-flow: column;
	margin-bottom: 10px;
	width: 100%;
}

.form .file-list__item {
	position: relative;
	font-size: 13px;
	margin-bottom: 5px;
	color: #666;
	padding-left: 20px;
}

.form .file-list__item-remove {
	position: relative;
	top: 2px;
	display: inline-block;
	color: #666;
	margin-left: 5px;
	font-size: 17px;
	line-height: 9px;
	padding: 3px;
	cursor: pointer;
}

.form .file-list__item-remove:hover, .form .file-list__item-remove:active, .form .file-list__item-remove:focus {
	color: #3169b6;
}

.form .file-list__item:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #3169b6;
	border-radius: 50%;
	top: 4px;
	left: 5px;
}

.form .file-list__item:last-of-type {
	margin-bottom: 0;
}

.form__close {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 30px;
	line-height: 16px;
	color: #b1b2b3;
}

.form__close:hover, .form__close:active, .form__close:focus {
	color: #545556;
}

.form__submit {
	width: 100%;
	text-align: center;
}

.form__submit input {
	background-color: #3169b6;
	color: #fff;
	padding: 8px 25px;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
	border: 0;
	width: auto;
}

.form__submit input:hover {
	background-color: #467ad1;
	color: #fff;
}

.form__submit input:focus, .form__submit input:active {
	background-color: #3169b6;
	color: #fff;
}

.form__success {
	color: #222;
	text-align: center;
}

.form__success-title {
	font-size: 30px;
	padding: 10px;
	font-weight: 700;
}

.form__success-title-desc {
	font-size: 17px;
	font-weight: 400;
}

@media (min-width: 576px) {
	.form__success-title-desc {
		font-size: 18px;
	}
}

@media (min-width: 576px) {
	.form__success-title {
		font-size: 36px;
	}
}

.form__success-body {
	text-align: left;
	padding: 10px;
	font-size: 17px;
}

@media (min-width: 576px) {
	.form__success-body {
		font-size: 18px;
	}
}

.form .jqselect.inputselect {
	width: 100%;
}

.page-title {
	margin-bottom: 40px;
}

@media (min-width: 576px) {
	.page-title__text {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) {
	.page-title {
		margin-bottom: 50px;
	}
}

.page-section._career-advantages .owl-nav {
	display: none;
}

.page-section._career-advantages .page-section__slider {
	min-height: 305px;
}

.page-section._career-advantages .page-section__slider-item {
	position: relative;
}

.page-section._career-advantages .page-section__slider-item-title {
	display: inline-block;
}

.page-section._career-advantages .page-section__slider-item-title-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	font-weight: 700;
}

@media (min-width: 576px) {
	.page-section._career-advantages .page-section__slider-item-title-text {
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	.page-section._career-advantages .page-section__slider-item-title-text {
		font-size: 24px;
	}
}

.page-section._career-advantages .page-section__slider-item-title-number {
	background-color: #96b423;
	border-radius: 50%;
	color: #fff;
	padding: 2px 8px;
	margin-right: 10px;
}

@media (min-width: 576px) {
	.page-section._career-advantages .page-section__slider-item-title-number-text {
		margin-left: 25%;
		margin-top: 25%;
	}
}

@media (min-width: 576px) {
	.page-section._career-advantages .page-section__slider-item-title-number {
		position: absolute;
		right: 70%;
		top: 15%;
		font-size: 125px;
		line-height: 134px;
		padding: 0 40px;
		margin: 0;
	}
}

@media (min-width: 768px) {
	.page-section._career-advantages .page-section__slider-item-title-number {
		top: 5%;
	}
}

@media (min-width: 992px) {
	.page-section._career-advantages .page-section__slider-item-title-number {
		right: 60%;
		font-size: 150px;
		line-height: 154px;
		padding: 0 45px;
	}
}

.page-section._career-advantages .page-section__slider-item-text {
	font-size: 17px;
}

@media (min-width: 576px) {
	.page-section._career-advantages .page-section__slider-item-text {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.page-section._career-advantages .page-section__slider-item-text {
		font-size: 20px;
	}
}

@media (min-width: 576px) {
	.page-section._career-advantages .page-section__slider-item {
		padding-left: 35%;
		padding-right: 10%;
	}
}

@media (min-width: 992px) {
	.page-section._career-advantages .page-section__slider-item {
		padding-left: 50%;
		margin-bottom: 60px;
	}
}

@media (min-width: 360px) {
	.page-section._career-advantages .page-section__slider {
		min-height: 280px;
	}
}

@media (min-width: 420px) and (max-width: 575.98px) {
	.page-section._career-advantages .page-section__slider {
		min-height: 260px;
	}
}

@media (min-width: 768px) {
	.page-section._career-advantages .page-section__slider {
		min-height: 265px;
	}
}

@media (min-width: 992px) {
	.page-section._career-advantages .page-section__slider {
		min-height: 305px;
	}
}

@media (min-width: 1500px) {
	.page-section._career-advantages .page-section__slider {
		min-height: 260px;
	}
}

.page-section._career-advantages .page-section__title {
	margin-bottom: 25px;
}

@media (min-width: 576px) {
	.page-section._career-advantages .page-section__title {
		text-align: center;
		font-size: 36px;
	}
}

@media (min-width: 768px) {
	.page-section._career-advantages .page-section__title {
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.page-section._career-advantages .page-section__title {
		margin-bottom: 60px;
	}
}

@media (min-width: 576px) {
	.page-section._career-advantages {
		text-align: left;
	}
}

.page-section._contacts .page-section__container {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	.page-section._contacts .page-section__container {
		margin: 0;
		flex-flow: row;
		width: 100%;
		justify-content: space-around;
	}
}

@media (min-width: 768px) {
	.page-section._contacts .page-section__container {
		margin-left: auto;
		margin-right: auto;
		max-width: 615px;
	}
}

@media (min-width: 1200px) {
	.page-section._contacts .page-section__container {
		max-width: 660px;
	}
}

.page-section._contacts .page-section__text {
	margin-bottom: 25px;
}

@media (min-width: 576px) {
	.page-section._contacts .page-section__text {
		margin-left: auto;
		margin-right: auto;
		max-width: 560px;
	}
}

.page-section._contacts .page-section__phone, .page-section._contacts .page-section__email {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 700;
}

@media (max-width: 767.98px) {
	.page-title h1 {
		font-size: 34px;
		line-height: 30px;
		margin-bottom: 6px;
	}
	.page-title h1 + div + div {
		font-style: italic;
		margin-top: 16px !important;
	}
	.page-title {
		margin-bottom: 24px;
	}
	.page-section._gray,
	.page-section {
		padding: 30px 0;
	}
	.page-section__title._big {
		font-size: 32px;
	}
	.page-section._career-advantages .page-section__slider-item {
		text-align: left;
	}
	.page-section._career-advantages .page-section__slider-item-title-text {
		font-size: 18px;
	}
	.page-section._career-advantages .page-section__slider-item-title-number {
		padding: 0;
		margin-right: 6px;
		width: 23px;
		height: 23px;
		line-height: 23px;
		font-size: 16px;
		text-align: center;
	}
	.page-section._career-advantages .page-section__slider {
		min-height: 240px;
	}
	.page-section__rectangle {
		padding: 16px 12px 12px;
		margin: 0 auto 16px;
		min-height: 125px;
		text-align: left;
		border-radius: 8px;
	}
	.page-section__rectangle._blue {
		border-color: #3169b6;
	}
	.page-section__rectangle._blue .page-section__rectangle-title {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 2px;
	}
	.page-section__rectangle._blue .page-section__rectangle-button {
		width: 100%;
		text-align: center;
		background-color: #fff;
		color: #3169b6;
		font-size: 16px;
		font-weight: 600;
		padding: 0 12px;
		line-height: 36px;
		border-radius: 6px;
	}
	.page-section__rectangle._blue .page-section__rectangle-button:active, .page-section__rectangle._blue .page-section__rectangle-button:hover {
		background-color: #fff;
		color: #3169b6;
	}
	.page-section__rectangle-button {
		text-align: center;
		width: 100%;
		font-size: 16px;
		line-height: 38px;
		padding: 0 12px;
		border-radius: 6px;
	}
	.page-section._contacts .page-section__text {
		text-align: left;
		margin-bottom: 16px;
	}
	.page-section._contacts .page-section__title {
		text-align: left;
		margin-bottom: 12px;
	}
	.page-section._contacts .page-section__container {
		text-align: left;
		margin: 0;
	}
	.page-section._contacts .page-section__phone {
		margin-top: 4px;
		margin-bottom: 8px;
	}
	.page-section._contacts .page-section__phone-icon,
	.page-section._contacts .page-section__email-icon {
		margin-right: 12px;
	}
	.page-section._contacts .page-section__email-icon:before,
	.page-section._contacts .page-section__phone-icon:before {
		font-size: 16px;
	}
}

/* End */
/* /about/karera/style.css?177565108319795 */
