Добрый день!
Рассматриваю возможность перехода в компанию **strong:first-child,
.tmpl_hh_content div > strong:first-child {
margin-top: 0 !important;
}
.tmpl_hh_content {
padding: 2.5rem 2.5rem 3.125rem;
line-height: 1.2222222222;
font-size: 1.125rem;
}
.tmpl_hh_content p:not(:last-child) {
margin-bottom: 2.5rem;
}
.tmpl_hh_content strong {
font-size: 1.5rem;
color: #5faf2d;
display: block !important;
font-weight: 700;
line-height: 1.1666666667;
}
.tmpl_hh_content strong {
margin-bottom: 1rem;
}
.tmpl_hh_content ul {
list-style-type: none;
margin-left: 0;
}
.tmpl_hh_content ul:not(:last-child) {
margin-bottom: 2.5rem;
}
.tmpl_hh_content ul li {
position: relative;
padding-left: 0.9375rem;
}
.tmpl_hh_content ul li::before {
content: "";
display: inline-block;
position: absolute;
left: 0;
top: 0.5rem;
width: 0.375rem;
height: 0.375rem;
border-radius: 50%;
background-color: #5faf2d;
}
.tmpl_hh_content ul li:not(:last-child) {
margin-bottom: 0.625rem;
}
.tmpl_hh_title {
color: #5faf2d;
text-align: center;
font-size: 1.5rem;
font-weight: 700;
}
.tmpl_hh_title:not(:last-child) {
margin-bottom: 1.875rem;
}
.tmpl_hh_hero__slide img {
max-width: 100%;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.tmpl_hh_bens {
max-width: 38.125rem;
margin: 0 auto;
}
.tmpl_hh_bens:not(:last-child) {
margin-bottom: 3.125rem;
}
.tmpl_hh_bens__body {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
row-gap: 1.5rem;
-webkit-column-gap: 2.75rem;
-moz-column-gap: 2.75rem;
column-gap: 2.75rem;
}
.tmpl_hh_bens__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.625rem;
}
.tmpl_hh_bens__text {
line-height: 1.375;
}
.tmpl_hh_brands {
max-width: 38.125rem;
margin: 0 auto;
padding: 0 2.5rem;
}
.tmpl_hh_brands:not(:last-child) {
margin-bottom: 3.125rem;
}
.tmpl_hh_brands .tmpl_hh_title:not(:last-child) {
margin-bottom: 2.5rem;
}
.tmpl_hh_brands__body {
}
.tmpl_hh_brands__image img {
max-width: 100%;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.tmpl_hh_footer {
position: relative;
}
.tmpl_hh_footer__slide {
border-radius: 1.875rem;
overflow: hidden;
}
.tmpl_hh_footer__slide img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.tmpl_hh_arrows {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: absolute;
top: 50%;
width: calc(100% - 1.875rem);
left: 0.9375rem;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.tmpl_hh_arrow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
background-color: #fff;
width: 2.5rem;
height: 2.5rem;
cursor: pointer;
}
.tmpl_hh_arrow_prev svg {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.swiper {
overflow: hidden;
}
.swiper-wrapper {
width: 100%;
height: 100%;
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.swiper-vertical .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.swiper-initialized .swiper-slide {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-button-lock {
display: none !important;
}
@media (max-width: 43.125em) {
.tmpl_hh_content p:not(:last-child) {
margin-bottom: 1.25rem;
}
.tmpl_hh_content strong {
font-size: 1.25rem;
}
.tmpl_hh_content ul:not(:last-child) {
margin-bottom: 1.25rem;
}
.tmpl_hh_content {
padding: 2.1875rem 1rem;
font-size: 0.875rem;
}
.tmpl_hh_company {
padding: 0 1rem;
}
}
@media (max-width: 43.6875em) {
.tmpl_hh_title {
font-size: 1.25rem;
}
.tmpl_hh_title:not(:last-child) {
margin-bottom: 1.25rem;
}
.tmpl_hh_bens__body {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
row-gap: 0.9375rem;
}
.tmpl_hh_bens__text {
font-size: 0.875rem;
}
.tmpl_hh_bens:not(:last-child) {
margin-bottom: 1.875rem;
}
.tmpl_hh_brands .tmpl_hh_title {
font-size: 1.25rem;
}
.tmpl_hh_brands .tmpl_hh_title:not(:last-child) {
margin-bottom: 1.25rem;
}
.tmpl_hh_brands__body {
}
.tmpl_hh_brands {
padding: 0 1rem;
}
.tmpl_hh_brands:not(:last-child) {
margin-bottom: 1.875rem;
}
.tmpl_hh_arrows {
width: calc(100% - 1.25rem);
left: 0.625rem;
}
.tmpl_hh_arrow {
width: 1.875rem;
height: 1.875rem;
}
.tmpl_hh_arrow svg {
width: 1rem;
}
} на позицию Менеджер направления "Организационная эффективность" в Москве**. Уверен, что смогу внести значимый вклад.
Помогаю крупным компаниям выстраивать ИТ-стратегию и трансформировать процессы: от аудита текущего состояния до дорожной карты и контроля внедрения. Опыт в телекоме, нефтехимии и ритейле.
В МТС руководил внедрением Data Governance в продуктах клиентского опыта: контроль технологической зрелости по данным, работа с продуктовыми командами трайба CX, повышение зрелости управления данными.
Релевантные результаты:
• Создал подразделение бизнес-анализа с нуля (6+5 удалённых): оргструктура, найм, методология
• Внедрил методологию управления требованиями — удовлетворённость заказчиков 5+ из 5
• Change management внедрён для ERP/MES/CRM/LIMS — сокращение сроков в 2 раза
Умею сочетать стратегическое видение с операционной реализацией. Если ищете руководителя, который доведёт трансформацию до результата, — буду рад побеседовать.
С уважением,
Максим Хомутов
homutov.m@gmail.com
+7 (916) 192-88-47
Дата: 25.06.2026
Вакансия: Менеджер направления "Организационная эффективность" в Москве
Компания: strong:first-child,
.tmpl_hh_content div > strong:first-child {
margin-top: 0 !important;
}
.tmpl_hh_content {
padding: 2.5rem 2.5rem 3.125rem;
line-height: 1.2222222222;
font-size: 1.125rem;
}
.tmpl_hh_content p:not(:last-child) {
margin-bottom: 2.5rem;
}
.tmpl_hh_content strong {
font-size: 1.5rem;
color: #5faf2d;
display: block !important;
font-weight: 700;
line-height: 1.1666666667;
}
.tmpl_hh_content strong {
margin-bottom: 1rem;
}
.tmpl_hh_content ul {
list-style-type: none;
margin-left: 0;
}
.tmpl_hh_content ul:not(:last-child) {
margin-bottom: 2.5rem;
}
.tmpl_hh_content ul li {
position: relative;
padding-left: 0.9375rem;
}
.tmpl_hh_content ul li::before {
content: "";
display: inline-block;
position: absolute;
left: 0;
top: 0.5rem;
width: 0.375rem;
height: 0.375rem;
border-radius: 50%;
background-color: #5faf2d;
}
.tmpl_hh_content ul li:not(:last-child) {
margin-bottom: 0.625rem;
}
.tmpl_hh_title {
color: #5faf2d;
text-align: center;
font-size: 1.5rem;
font-weight: 700;
}
.tmpl_hh_title:not(:last-child) {
margin-bottom: 1.875rem;
}
.tmpl_hh_hero__slide img {
max-width: 100%;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.tmpl_hh_bens {
max-width: 38.125rem;
margin: 0 auto;
}
.tmpl_hh_bens:not(:last-child) {
margin-bottom: 3.125rem;
}
.tmpl_hh_bens__body {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
row-gap: 1.5rem;
-webkit-column-gap: 2.75rem;
-moz-column-gap: 2.75rem;
column-gap: 2.75rem;
}
.tmpl_hh_bens__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.625rem;
}
.tmpl_hh_bens__text {
line-height: 1.375;
}
.tmpl_hh_brands {
max-width: 38.125rem;
margin: 0 auto;
padding: 0 2.5rem;
}
.tmpl_hh_brands:not(:last-child) {
margin-bottom: 3.125rem;
}
.tmpl_hh_brands .tmpl_hh_title:not(:last-child) {
margin-bottom: 2.5rem;
}
.tmpl_hh_brands__body {
}
.tmpl_hh_brands__image img {
max-width: 100%;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.tmpl_hh_footer {
position: relative;
}
.tmpl_hh_footer__slide {
border-radius: 1.875rem;
overflow: hidden;
}
.tmpl_hh_footer__slide img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.tmpl_hh_arrows {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: absolute;
top: 50%;
width: calc(100% - 1.875rem);
left: 0.9375rem;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.tmpl_hh_arrow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
background-color: #fff;
width: 2.5rem;
height: 2.5rem;
cursor: pointer;
}
.tmpl_hh_arrow_prev svg {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.swiper {
overflow: hidden;
}
.swiper-wrapper {
width: 100%;
height: 100%;
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.swiper-vertical .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.swiper-initialized .swiper-slide {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-button-lock {
display: none !important;
}
@media (max-width: 43.125em) {
.tmpl_hh_content p:not(:last-child) {
margin-bottom: 1.25rem;
}
.tmpl_hh_content strong {
font-size: 1.25rem;
}
.tmpl_hh_content ul:not(:last-child) {
margin-bottom: 1.25rem;
}
.tmpl_hh_content {
padding: 2.1875rem 1rem;
font-size: 0.875rem;
}
.tmpl_hh_company {
padding: 0 1rem;
}
}
@media (max-width: 43.6875em) {
.tmpl_hh_title {
font-size: 1.25rem;
}
.tmpl_hh_title:not(:last-child) {
margin-bottom: 1.25rem;
}
.tmpl_hh_bens__body {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
row-gap: 0.9375rem;
}
.tmpl_hh_bens__text {
font-size: 0.875rem;
}
.tmpl_hh_bens:not(:last-child) {
margin-bottom: 1.875rem;
}
.tmpl_hh_brands .tmpl_hh_title {
font-size: 1.25rem;
}
.tmpl_hh_brands .tmpl_hh_title:not(:last-child) {
margin-bottom: 1.25rem;
}
.tmpl_hh_brands__body {
}
.tmpl_hh_brands {
padding: 0 1rem;
}
.tmpl_hh_brands:not(:last-child) {
margin-bottom: 1.875rem;
}
.tmpl_hh_arrows {
width: calc(100% - 1.25rem);
left: 0.625rem;
}
.tmpl_hh_arrow {
width: 1.875rem;
height: 1.875rem;
}
.tmpl_hh_arrow svg {
width: 1rem;
}
}
Локация:
← К подборке