

/* Start:/local/templates/direkt2026/assets/css/inner_page.css?17860101612022*/
.wrapper:before {
	content: "";
	display: block;
	z-index: 1;	
	background: radial-gradient(49.28% 46.5% at 57.07% 48.43%, rgba(4, 200, 255, 0.9) 0%, rgba(115, 44, 255, 0.65) 33%, rgba(5, 8, 20, 0) 70%);
	background-size: contain;
	opacity: 0.78;
	width: 1454px;
	height: 1020px;
	position: absolute;
	left: -56%;
	top: 700px;
}
.wrapper .content {
	z-index: 2;
}
.inner-page__decor {
	z-index: 2;
	background: radial-gradient(26% 25.71% at 96% 53.4%, rgba(19, 212, 255, 0.75) 0%, rgba(111, 54, 255, 0.32) 50%, rgba(0, 0, 0, 0) 100%);
	width: 100vw;
	height: 100vh;
	opacity: 0.82;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.inner-page__decor:before {
	content: "";
	background: radial-gradient(44% 44% at 72% 4%, rgba(36, 139, 255, 0.95) 0%, rgba(109, 49, 255, 0.62) 40%, rgba(16, 18, 45, 0.15) 75%, rgba(0, 5, 17, 0) 100%);
	width: 100vw;
	height: 100vh;
	opacity: 0.82;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.inner-page__decor ~ * {
	z-index: 2;
	position: relative;
}

main .container {
	max-width: 1720px;
}
section h2 {
	font-size: 64px;
	line-height: 1.25;
	font-family: "GeologicaBold";
	margin: 0 0 29px;
}
section h2 span {
	color: var(--color-link);
}
h2 + .dir-descr {
	font-size: 36px;
	line-height: 1;
	margin: 0 0 100px;
}
@media (max-width: 1320px) {
	section h2 {
		font-size: 52px;
	}
	h2 + .dir-descr {
		font-size: 32px;
	}
}
@media (max-width: 1100px) {
	section h2 {
		font-size: 48px;
	}
	h2 + .dir-descr {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.wrapper:before {
		top: 57vh;
		height: 100vw;
		left: 0;
		transform: translateX(-55%);
		width: 100vw;
	}
}
@media (max-width: 768px) {
	section {
		margin-bottom: 50px;
	}
	section h2 {
		font-size: 42px;
	}
	h2 + .dir-descr {
		font-size: 22px;
		margin: 0 0 50px;
	}
	.wrapper:before {
		top: 50vh;
		height: 80vw;
	}
}
@media (max-width: 575px) {
	section h2 {
		font-size: 34px;
	}
	h2 + .dir-descr {
		font-size: 20px;
	}
	.wrapper:before {
		top: 60vh;
	}
}

section {
	margin-bottom: 140px;
}
/* End */


/* Start:/local/templates/direkt2026/assets/css/feedback_form.css?17860115066526*/
.feedback.feedback__direction {
	background: transparent;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 28px));
	gap: 56px;
	align-items: start;
}
.feedback.feedback__direction h2 {
	font-size: var(--size-h1);
	margin: 0;
}
.feedback.feedback__direction .feedback_block:first-child,
.feedback.feedback__direction .feedback_block {
	max-width: unset;
}

.feedback__direction .feedback_descr {
	font-family: 'GeologicaThin';
	color: var(--color-light);
}
.feedback__direction .feedback_list {
	margin-left: 18px;
}
.feedback__direction .feedback_item {
	display: grid;
	grid-template-columns: 48px calc(100% - 48px);
	align-items: center;
	margin-top: 46px;
}
.feedback__direction .feedback_item:first-child {
	margin-top: 0;
}
.feedback__direction .feedback_item__icon {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-link);
	border-radius: 9px;
}
.feedback__direction .feedback_item__info {
	color: var(--color-light);
	font-family: 'Geologica';
	font-size: 16px;
}
.feedback__direction .feedback_item__title {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'GeologicaBold';
	font-size: 24px;
}
.feedback__direction .feedback_bottom {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 15px;
	margin-left: 8px;
}
.feedback__direction .feedback_bottom img {
	max-height: 82px;
}
.feedback__direction .feedback_bottom svg {
	max-height: 67px;
}
.feedback__direction .feedback_bottom__delimiter {
	min-height: 67px;
	height: 100%;
	width: 2px;
	background: var(--color-text);
	margin-left: -10px;
}
.feedback__direction svg + span {
	font-size: 32px;
	font-family: 'GeologicaRegular';
}
.feedback__direction svg + span + span {
	font-size: 96px;
	font-family: 'GeologicaRegular';
}
.feedback__direction .form-feedback {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--color-text);
	padding: 36px 27px;
	border-radius: var(--border-radius);
}
.feedback__direction .form-wrapper {
	margin-top: 23px;
}
.feedback__direction .flex .form-wrapper {
	width: calc(50% - 6px);
}

.feedback__direction .leadForm .form-wrapper label {
	margin-bottom: 7px;
	display: block;
}
.feedback__direction .leadForm .form-wrapper input,
.feedback__direction .leadForm .form-wrapper textarea {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.05);
	padding: 11px 14px;
	width: 100%;
	border-radius: 20px;
	color: var(--color-text);
	font-family: 'Geologica';
	font-size: 20px;
}
.feedback__direction .leadForm .form-wrapper textarea {
	resize: none;
	height: 88px;
}
.feedback__direction .leadForm .btn {
	margin-top: 10px;
	font-family: 'GeologicaThin';
}
.feedback__direction label.checkbox__square {
	margin-top: 13px;
}
.formFeedback__message {
	display: none;
	font-size: 20px;
}

.feedback__direction span.error-message {
	font-size: 12px;
}

.form-wrapper .file-drop-area {
	display: flex;
	align-items: center;
	position: relative;
}
.feedback__direction .leadForm .file-drop-area .btn {
	margin: 0;
	padding: 15px 20px;
	font-size: 16px;
}
.file-msg {
    margin-left: 15px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

/* ---------- прикрепление резюме: подсказка и состояния ---------- */

/* Что можно приложить — видно до выбора файла, а не после отказа */
.file-hint {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: #83888D;
}

/* Файл выбран — подпись становится основным цветом текста */
.file-drop-area--filled .file-msg {
    color: var(--color-text);
}

/* Файл перетаскивают в зону */
.file-drop-area--over {
    outline: 1px dashed var(--color-accent, #483BF5);
    outline-offset: 6px;
    border-radius: 8px;
}

.file-drop-area--error .file-msg {
    color: #FF5A6E;
}

/* Крестик поверх невидимого input: у него z-index выше, чтобы клик по
   крестику снимал файл, а не открывал диалог выбора заново */
.file-reset {
    display: none;
    position: relative;
    z-index: 2;
    margin-left: 10px;
    padding: 0 6px;
    background: none;
    border: none;
    color: #83888D;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: color .15s;
}
.file-reset:hover { color: #FF5A6E; }
.file-drop-area--filled .file-reset { display: inline-block; }

/* Подсветка поля, на которое сервер вернул ошибку */
.feedback__direction .leadForm .input-error,
.leadForm .input-error {
    border-color: #FF5A6E;
}

/* Сообщение об отказе показываем тем же блоком, что и успех */
.formFeedback__message--error {
    color: #FF5A6E;
    font-size: 16px;
}

/* Звёздочка обязательного поля: проставляется из main.js по атрибуту required */
.req-mark {
    color: #FF5A6E;
    font-weight: 400;
}

@media (max-width: 991px) {
	.feedback.feedback__direction {
		grid-template-columns: 100%;
		margin-top: 60px;
	}
	.feedback__direction .feedback_item {
		display: flex;
		gap: 15px;
	}
	.feedback__direction .feedback_item__info {
		text-align: left;
	}
	.feedback__direction .flex .form-wrapper {
		width: calc(50% - 6px);
	}
}
@media (max-width: 844px) {
	.feedback.feedback__direction h2 {
		font-size: 28px;
	}
	.feedback__direction .feedback_item__title {
		font-size: 18px;
	}
	.feedback .feedback_block:last-child {
		text-align: left;
	}
	.feedback__direction .leadForm .form-wrapper input, 
	.feedback__direction .leadForm .form-wrapper textarea,
	.feedback__direction .leadForm .selectNative, 
	.feedback__direction .leadForm .selectCustom-trigger {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.feedback.feedback__direction .feedback_block:last-child {
		padding-top: 0;
	}
	.feedback.feedback__direction .form-feedback {
		padding: 0px 10px;
	}
	.feedback.feedback__direction .leadForm {
		padding: 20px 10px;
	}
}
@media (max-width: 475px) {
	.feedback.feedback__direction .leadForm > .flex {
		flex-direction: column;
	}
	.feedback.feedback__direction .flex .form-wrapper {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/direkt2026/assets/css/hr.css?17860101616801*/
main .container {
	max-width: 1840px;
}
.wrapper::before {
	background: url("/upload/main/bg/decor_hr.svg") no-repeat top right transparent;
	right: 0;
	top: -44%;
	width: 100vw;
	left: auto;
	height: 110vw;
	min-height: 100vh;
	background-size: cover;
	transform: none;
}
section {
	margin-bottom: 100px;
}

.intro {
	display: flex;
	gap: 7.5vw;
	align-items: center;
	margin-bottom: 200px;
}
.intro h1 {
	font-size: 96px;
}
.intro-left {
	max-width: 828px;
}
.intro-right {
	text-align: center;
}
.intro-descr {
	font-family: "GeologicaThin";
	font-size: 24px;
	margin-top: 10px;
}
.intro-actions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	margin-top: 40px;
}
.intro-actions a {
	font-family: "GeologicaThin";
	font-size: 20px;
	line-height: 1;
	padding: 11px 15px 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.intro-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 10px;
}
.intro-list__item {
	padding: 0 15px;
	text-align: center;
}
.intro-list__title {
	font-family: "GeologicaBold";
	font-size: 64px;
	line-height: 1;
}
.intro-list__descr {
	font-family: "GeologicaThin";
	font-size: 20px;
	line-height: 1;
	margin-top: 10px;
}

.direction-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.direction-list__item:hover {
	background: rgba(132, 59, 245, 0.2);
	opacity: 1;
}
.direction-list__item {
	width: 288px;
	height: 205px;
	border-radius: var(--border-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 18px;
	text-align: center;
	opacity: 0.6;
	transition: all 0.5s ease;
}
.direction-list__title {
	font-family: "GeologicaBold";
	font-size: 24px;
}
.direction-list__descr {
	margin-top: 20px;
	font-family: "GeologicaThin";
	font-size: 16px;
}

.why-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 10px;
	margin-top: 7.66vw;
	row-gap: 5.52vw;
	column-gap: 8.23vw;
}
.why-list__item {
	opacity: 0.4;
	transition: all 0.5s ease;
	text-align: center;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
	cursor: pointer;
}
.why-list__icon svg {
	max-width: 90px;
}
.why-list__title {
	font-family: "GeologicaBold";
	font-size: 28px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}
.why-list__item:hover {
	opacity: 1;
}
.why-list__item:hover .why-list__title {
	opacity: 1;
	visibility: visible;
}

.internship {
	display: flex;
	gap: 27px;
}
.internship-info {
	max-width: 500px;
}
.internship-info h2 {}
.internship-info .dir-descr {
	font-size: 20px;
	font-family: "GeologicaThin";
	line-height: 1.3;
	margin: 30px 0 40px;
}
.internship-list {
	display: flex;
	column-gap: 39px;
	row-gap: 33px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% - 500px - 27px);
}
.internship-list__item {
	font-family: "GeologicaBold";
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: var(--border-radius);
	max-width: 380px;
	width: calc(100%/3 - 27px);
	height: 160px;
}
.vakansii-partners {
	margin-top: 80px;
}
.vakansii-partners__line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	gap: 15px;
}

.feedback__direction .form-wrapper {
	margin-top: 23px;
}
.feedback__direction .flex .form-wrapper {
	width: calc(50% - 6px);
}

@media (max-width: 1440px) {
	.internship-list__item {
		width: calc(100%/2 - 20px);
		font-size: 28px;
	}
	.wrapper::before {
		top: 0;
	}
}
@media (max-width: 1390px) {
	.intro h1 {
		font-size: 60px;
	}
	.intro-list__title {
		font-size: 54px;
	}
}
@media (max-width: 1280px) {
	.intro-list__title {
		font-size: 44px;
	}
	.intro-left {
		width: 50vw;
	}
	.intro-right {
		width: calc(50vw - 7.5vw);
	}
	.intro-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.why-list__title {
		font-size: 28px;
	}
	.internship {
		flex-direction: column;
		row-gap: 40px;
	}
	.internship-info {
		max-width: 100%;
	}
	.internship-list {
		width: 100%;
	}
	.internship-list__item {
		width: calc(100%/3 - 26px);
	}
}
@media (max-width: 1024px) {
	.intro {
		flex-direction: column;
		gap: 30px;
	}
	.intro-left {
		width: 100%;
		max-width: 100%;
	}
	.intro-right {
		width: 100%;
	}
	.intro-list {
		grid-template-columns: repeat(4, 1fr);
	}
	.internship-list {
		column-gap: 24px;
	}
	.internship-list__item {
		width: calc(100%/3 - 17px);
	}
	.vakansii-partners__line svg {
		max-width: 21vw;
	}
	.feedback__direction .flex {
		flex-wrap: wrap;
	}
	.feedback__direction .flex .form-wrapper {
		width: 100%;
	}
	.wrapper::before {
		min-height: 200vh;
	}
}
@media (max-width: 991px) {
	.direction-list__item {
		padding: 15px 10px;
	}
	.why-list__icon svg {
		max-width: 100px;
		height: auto;
	}
	.why-list__title {
		font-size: 24px;
	}
	.feedback__direction .flex {
		flex-wrap: nowrap;
	}
	.feedback__direction .form-wrapper {
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	.intro h1 {
		font-size: 48px;
		line-height: 1;
	}
	.intro-descr {
		font-size: 22px;
	}
	.intro-list__title {
		font-size: 40px;
	}
	.intro-actions a,
	.intro-list__descr {
		font-size: 18px;
	}
	.intro-actions {
		gap: 15px;
	}
	.direction-list {
		flex-wrap: wrap;
	}
	.direction-list__item {
		width: calc(50% - 10px);
	}
	.why-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.internship-list {
		row-gap: 20px;
	}
	.internship-list__item {
		width: calc(50% - 13px);
	}
}
@media (max-width: 590px) {
	.intro-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.why-list__icon svg {
		max-width: 80px;
		height: auto;
	}
	.why-list__title {
		font-size: 18px;
	}
	.internship-list__item {
		font-size: 24px;
		height: 140px;
	}
	.vakansii-partners__line {
		margin-bottom: 0px;
	}
	.intro,
	section {
		margin-bottom: 80px;
	}
}
@media (max-width: 470px) {
	.intro-actions {
		grid-template-columns: 100%;
		margin-top: 25px;
	}
	.why-list {
		gap: 20px;
	}
	.internship-list__item {
		font-size: 20px;
		height: 120px;
	}
	.internship-info .dir-descr {
		margin-bottom: 20px;
	}
	.internship-info a.btn {
		width: 100%;
		display: block;
	}
	.vakansii-partners {
		margin-top: 40px;
	}
	.vakansii-partners__line {
		flex-wrap: wrap;
	}
	.vakansii-partners__line:nth-child(1) .vakansii-partners__item,
	.vakansii-partners__line:nth-child(3) .vakansii-partners__item {
		width: calc(50% - 8px);
		text-align: center;
	}
}
@media (max-width: 355px) {
	.direction-list__item  {
		width: 100%;
		height: 150px;
	}
	.direction-list__descr {
		margin-top: 10px;
	}
	.why-list {
		grid-template-columns: 100%;
	}
	.internship-list__item {
		width: 100%;
	}
}
@media (max-width: 320px) {
	.intro-list {
		grid-template-columns: 100%;
	}
	.internship-info a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/direkt2026/assets/css/stack.css?17860101613894*/
.stack {
	--bg-block: #091623;
	--color-title: #483BF5;
	--color-border: rgba(255, 255, 255, 0.3);
	--color-text: #83888D;
}
.stack-title,
.stack h2 {
	font-family: "GeologicaRegular";
	font-size: 24px;
	color: var(--color-title);
	text-transform: uppercase;
	letter-spacing: 0.01em;
	font-weight: 400;
}
.stack h3 {
	font-family: 'GeologicaBold';
	font-size: 48px;
	margin: 24px 0 0;
}
.stack-info {
	padding-top: 24px;
}
.stack-line {
	margin-bottom: 36px;
	gap: 36px;
	display: grid;
}
.stack-line__0 {
	gap: 2.9vw;
	grid-template-columns: 36% calc(64% - 2.9vw);
}
.stack-line__0 > .stack-block {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.stack-line__1 {
	grid-template-columns: repeat(2, auto);
}
.stack-line__2 {
	grid-template-columns: auto repeat(3, 345px);
}
.stack-descr {
	font-family: "GeologicaRegular";
	font-size: 24px;
	color: #83888D;
	margin-top: 24px;
}
.stack-type {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}
.stack-type__1 {
	grid-template-columns: repeat(3, calc(100%/3 - 7px));
}
.stack-type__2 {
	grid-template-columns: repeat(4, calc(25% - 8px));
}
.stack-type__3 {
	grid-template-columns: repeat(5, calc(20% - 8px));
}
.stack-type__4 {
	grid-template-columns: repeat(4, calc(25% - 15px));
	gap: 20px;
	margin: 18px 17px 0;
}
.stack-type__5 {
	grid-template-columns: repeat(2, calc(50% - 7px));
}
.stack-type__4 .stack-item {
	row-gap: 8px;
}
.stack-block {
	background: var(--bg-block);
	padding: 24px;
	border-radius: 16px;
	border: 1px solid var(--color-border);
	display: grid;
	grid-template-rows: auto auto;
}
.stack-type:not(.stack-type__1) .stack-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.stack-item__name {
	font-family: "GeologicaRegular";
	font-size: 20px;
	color: var(--color-text);
}
.stack-type__1 .stack-item {
	text-align: center;
}
.stack-type__1 img {
	max-height: 100px;
}

@media (max-width: 1680px) {
	.stack-item__name {
		font-size: 18px;
	}
	.stack-line__0 > .stack-block img {
		max-width: 80%;
	}
}
@media (max-width: 1630px) {
	.stack-line__2 {
		grid-template-columns: auto repeat(3, 300px);
	}
}
@media (max-width: 1500px) {
	.stack-item__name {
		font-size: 16px;
	}
}
@media (max-width: 1460px) {
	.stack-line {
		gap: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 1440px) {
	.stack-type.stack-type__5 .stack-item {
		margin: 0;
	}
	.stack-type__4 {
		margin: 18px 0 0;
	}
	.stack-line__0 {
		grid-template-columns: 49% calc(50% - 10px);
	}
	.stack-line__2 {
		grid-template-columns: repeat(4, auto);
	}
}
@media (max-width: 1280px) {
	.stack-type:not(.stack-type__1) .stack-item {
		display: grid;
		grid-template-rows: 70px auto;
	}
	.stack-item__name {
		font-size: 12px;
		text-align: center;
	}
	.stack h3 {
		font-size: 40px;
	}
	.stack-title, 
	.stack h2,
	.stack-descr {
		font-size: 18px;
	}
	.stack h2 {
		margin-bottom: 15px;
	}
	.stack h3,
	.stack-descr {
		margin-top: 15px;
	}
	.stack-block {
		padding: 20px;
	}
}
@media (max-width: 1024px) {
	.stack-item__name {
		font-size: 16px;
	}
	.stack-line__2 {
		grid-template-columns: auto auto;
	}
	.stack-line__0 {
		grid-template-columns: 100%;
	}
}
@media (max-width: 991px) {
	.stack-line__1 {
		grid-template-columns: 100%;
	}
}
@media (max-width: 768px) {
	.stack h3 {
		font-size: 28px;
	}
	.stack-line__2 {
		grid-template-columns: 100%;
	}
}
@media (max-width: 480px) {
	.stack-type:not(.stack-type__1) .stack-item {
		grid-template-rows: 100px auto;
	}
	.stack-type__1,
	.stack-type__2,
	.stack-type__3,
	.stack-type__4,
	.stack-type__5 {
		grid-template-columns: repeat(2, calc(50% - 4px));
	}
	.stack-item img {
		max-height: 100px;
		max-width: 100px;
	}
}
/* End */
/* /local/templates/direkt2026/assets/css/inner_page.css?17860101612022 */
/* /local/templates/direkt2026/assets/css/feedback_form.css?17860115066526 */
/* /local/templates/direkt2026/assets/css/hr.css?17860101616801 */
/* /local/templates/direkt2026/assets/css/stack.css?17860101613894 */
