.vacancies-list__link { margin-bottom: 30px; padding: 30px; margin-bottom: 20px; display: flex; color: #16181b; flex-direction: column; min-height: 115px; align-items: flex-start; justify-content: center; box-shadow: 0 2px 40px rgba(0, 0, 0, .07); border-radius: 10px; background-color: #fff; transition: background-color .5s ease, color .5s ease; } .vacancies-list__link:hover { color: #fff; background: #1e6bc5; text-decoration: none; } .vacancies-list__name { font-size: 20px; } .vacancies-list__name { display: block; margin-bottom: 10px; font-size: 20; font-weight: 700; text-decoration: underline; } .vacancies-list__value { display: block; font-size: 16px; text-decoration: none; } .vacancies-list { font-family: Roboto, sans-serif; } .row { display: block; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .col-lg-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; } .col-lg-4 { flex: 0 0 33.3333333333%; max-width: 100%; } .col-12 { flex: 0 0 100%; max-width: 100%; } } .vacancy-promo gray-block { margin-bottom: 200px; padding: 20px; border-radius: 10px; background-color: rgba(189,203,211,.3); } .vacancy-promo__preview { margin-bottom: 15px; padding: 0px; border-radius: 10px; } .vacancy-promo__title { margin-bottom: 15px; padding: 20px; border-radius: 10px; text-decoration: none; } .vacancy-promo { padding: 50px 30px 45px; padding: 30px 15px; font-family: Roboto,sans-serif; text-align: center; } .gray-block { margin-bottom: 15px; padding: 20px; border-radius: 10px; background-color: rgba(189,203,211,.3); } .button11 { padding: 0 50px; font-family: Roboto,sans-serif; position: relative; display: inline-block; margin: 0; padding: 0 30px; user-select: none; color: #fff; border: 0; border-radius: 25px; outline: 0; background: transparent; text-align: center; white-space: nowrap; -webkit-tap-highlight-color: transparent; touch-action: manipulation; text-decoration: none; font-size: 17px; line-height: 50px; cursor: pointer; transition: color .5s ease,background-color .5s ease; } .button11:hover { color: #009c75; background: #009c75; } /* Стили для красивой кнопки */ .styled-button { display: inline-block; padding: 10px 20px; font-size: 16px; font-weight: bold; text-align: center; text-decoration: none; cursor: pointer; border: 2px solid #3498db; color: #3498db; border-radius: 5px; transition: background-color 0.3s; } .styled-button:hover { background-color: #3498db; color: #fff; } Менеджер по сопровождению и продажам от 51 000 до 150 000 руб. до вычета налогов Бек-офис Менеджер по сопровождению и продажам от 51 000 до 150 000 руб. до вычета налогов Технолог-конструктор/проектировщик от 65 000 до 90 000 руб. до вычета налогов Менеджер по продажам от 51 000 до 450 000 руб. до вычета налогов В ЭкоСталь всегда ждут отличных специалистов НЕ НАШЛИ ПОДХОДЯЩУЮ? Напишите на почту info@24steel.ru о своем опыте и навыках. /* Стили для формы */ .overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); justify-content: center; align-items: center; z-index: 9999; /* Выберите значение z-index, которое обеспечит перекрытие всех элементов на сайте */ } .form-container { background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); width: 400px; text-align: left; position: relative; } .close-button { position: absolute; top: 10px; right: 10px; cursor: pointer; font-size: 20px; color: #333; /* Цвет крестика */ } .form-container h2 { font-size: 24px; color: #333; margin-bottom: 20px; } .form-container label { margin-bottom: 10px; color: #333; } .form-container input, .form-container select { width: 100%; padding: 10px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 5px; margin: 0px; } .form-container button { background-color: #23548b; /* Цвет кнопки */ color: #fff; padding: 15px 30px; border: none; border-radius: 5px; cursor: pointer; font-size: 16px; transition: background-color 0.3s ease; margin: 20px 100px; } .form-container button:hover { background-color: #00d72a; /* Цвет кнопки при наведении */ } .form-container p { font-size: 14px; color: #555; margin-top: 15px; } .form-container a { color: #23548b; /* Цвет ссылки */ text-decoration: underline; } .form-container a:hover { color: #488cd8; /* Цвет ссылки при наведении */ } .file-input-container { position: relative; overflow: hidden; } .file-input-container input[type= file ] { font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0; cursor: pointer; } .file-input-label { position: relative; display: flex; padding: 14px; align-items: center; justify-content: center; max-width: 400px; margin: 0 auto; border-radius: 10px; border: 1px dashed #23548b; transition: all 0.3s ease; align-content: stretch; flex-direction: row; } .file-input-text { margin-left: 10px; } .file-input-label:hover { background-color: #f8f6f0; } Отправить резюме ✖ Отправить резюме Как с вами связаться? Телефон E-mail Прикрепить файл: Выберите файл - DOCX, PDF, TXT Отправить Нажимая кнопку «Отправить», Вы соглашаетесь на обработку персональных данных. function openForm() { document.getElementById( formOverlay ).style.display = flex ; } function closeForm() { document.getElementById( formOverlay ).style.display = none ; } // Обработка нажатия клавиши Esc document.addEventListener('keydown', function(event) { if (event.key === 'Escape') { closeForm(); } });