

/* Start:/local/components/mm/job.select/templates/.default/style.css?17757428634114*/
.job-by-soul{
    max-width:1200px;
    margin:8px auto;
    padding:0 16px;
}
.job-by-soul__title{
    font-size:32px;
    line-height:1.15;
    margin:0 0 16px;
}
.job-by-soul__buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.job-by-soul__btn{
    padding:14px 22px;
    border-radius:12px;
    border:1px solid rgba(0,0,0,.08);
    background:#fff;
    color:#222;
    font-size:16px;
    cursor:pointer;
    transition:.2s ease;
}
.job-by-soul__btn:hover{
    border-color:#ed6b06;
    color:#ed6b06;
}
.city-modal-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:10000;
}
.city-modal{
    background:#fff;
    max-width:900px;
    width:100%;
    max-height:80vh;
    overflow:auto;
    padding:24px;
    border-radius:12px;
    position:relative;
}
.city-modal-close{
    position:absolute;
    top:12px;
    right:12px;
    font-size:22px;
    border:0;
    background:none;
    cursor:pointer;
}
.city-modal-title{
    margin:0 0 6px;
}
.city-modal-subtitle{
    font-size:14px;
    color:#777;
    margin-bottom:16px;
    min-height:20px;
}
.city-region{
    margin-bottom:24px;
}
.city-region h4{
    margin-bottom:8px;
    font-size:18px;
}
.city-region ul{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
    gap:6px 12px;
}
.city-region a{
    text-decoration:none;
    color:#222;
    font-size:14px;
}
.city-region a:hover{
    color:#ed6b06;
}
.city-search{
    margin:12px 0 20px;
}
.city-search-input{
    width:100%;
    padding:10px 12px;
    border-radius:8px;
    border:1px solid #ddd;
    font-size:14px;
}
.city-search-input:focus{
    outline:none;
    border-color:#ed6b06;
}
.city-search-results{
    margin-top:16px;
}
.city-search-item{
    padding:8px 0;
    border-bottom:1px solid #eee;
}
.city-search-item a{
    text-decoration:none;
    color:#222;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
}
.city-search-item__city{
    color:#222;
}
.city-search-item__region{
    color:#777;
    font-size:13px;
    white-space:nowrap;
}
.city-search-empty{
    color:#777;
}

.city-region--rc{
    margin-bottom:0;
}
.city-region--rc ul{
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
}

@media (max-width: 600px){
    .job-by-soul__title{
        font-size:26px;
    }
    .job-by-soul__buttons{
        flex-direction:column;
    }
    .job-by-soul__btn{
        width:100%;
    }
    .city-modal{
        position:fixed;
        top:16px;
        left:0;
        right:0;
        bottom:16px;
        max-height:none;
        height:auto;
        border-radius:16px;
        display:flex;
        flex-direction:column;
        overflow:hidden;
    }
    .city-modal-title,
    .city-modal-subtitle,
    .city-search{
        flex-shrink:0;
    }
    .city-modal-content,
    .city-search-results{
        flex:1 1 auto;
        overflow-y:auto;
        -webkit-overflow-scrolling:touch;
    }
}

.job-by-soul__header{
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 40px;
}
.job-by-soul__title{
    font-size:32px;
    line-height:1.15;
    margin:0; /* важно */
}
.job-by-soul__header{
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 600px){
    .job-by-soul__header{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .job-by-soul__buttons{
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 10px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }
    .job-by-soul__buttons::-webkit-scrollbar{
        display: none;
    }
    .job-by-soul__btn{
        flex: 0 0 auto !important;
        width: auto !important;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}


/* End */


/* Start:/local/components/mm/hero.banner/templates/.default/style.css?17766649335378*/
<style>
/* Мобилка: картинка заполняет блок (без белых полос), зелёная полоса и круги — как были */
@media (max-width: 720px){
  /* Только для мобилки — заполняем высоту без белых краёв */
  #hero-banner img{
    object-fit:cover !important;      /* мобайл: без белых полей */
    object-position:center bottom !important;
  }

  :root{
    --mStripeH: 300px;
    --mStripeShift: -200px;
  }
  #green-strip{
    height: var(--mStripeH) !important;
    bottom: var(--mStripeShift) !important;
    z-index: 0 !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  #circles-wrap{
    position: absolute;
    bottom: 110px !important;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 580px;
    padding: 0 10px;
    z-index: 2 !important;
  }
  #circles-row{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    gap: 20px 16px;
    transform: none !important;
    padding-bottom: 0 !important;
  }
  #circles-row > div{
    width: 130px !important;
    height: 130px !important;
    padding: 0 !important;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 12px 28px rgba(0,0,0,.18), 0 6px 12px rgba(0,0,0,.08);
    background: #fff;
    z-index: 2;
  }
}
@media (max-width: 420px){
  :root{ --mStripeH: 330px; --mStripeShift: -400px; }
  #circles-row > div{ width: 120px !important; height: 120px !important; }
}

/* Отступ секции — как было */
@media (max-width: 720px){
  section[style*="margin-bottom:140px"] { margin-bottom: 380px !important; }
}
@media (max-width: 420px){
  section[style*="margin-bottom:140px"] { margin-bottom: 420px !important; }
}

/* Микроправки типографики цифр — оставил как было */
@media (max-width: 720px){
  #circles-row > div > div:first-child { font-size: clamp(26px, 2.6vw, 28px) !important; margin-bottom:12px!important; }
}
@media (max-width: 420px){
  #circles-row > div > div:first-child { font-size: clamp(24px, 4vw, 24px) !important; margin-bottom:6px!important; }
}

/* Мобилка: баннер вплотную к зелёной полосе */
@media (max-width: 720px){
  /* отключаем старый сдвиг (если есть) */
  #green-strip{
    bottom:auto !important;
    height:300px !important;               /* как было */
    top:clamp(260px, 30vw, 560px) !important; /* ровно под баннером */
    transform:translateY(-1px);            /* убираем светлый «шов» */
    z-index:0 !important;
    border-top-left-radius:0;
    border-top-right-radius:0;
  }

  /* на мобилке картинка заполняет высоту баннера без белых полей */
  #hero-banner img{
    object-fit:cover !important;
    object-position:center bottom !important;
  }
}

@media (max-width: 720px){
  /* было: bottom: -75px; → опускаем сильнее */
  #circles-wrap{
    bottom: 50px !important; /* при необходимости подправь -100 … -140 */
  }
}
@media (max-width: 420px){
  #circles-wrap{
    bottom: -20px !important; /* для очень узких экранов – ещё чуть ниже */
  }
}
/* ПК/планшеты: баннер заполняет блок полностью по ширине */
@media (min-width: 721px){
  #hero-banner img{
    object-fit: cover !important;    /* заполняем весь блок */
    object-position: center !important; /* можно 'center right', если нужно сберечь текст слева */
  }
}
.mm-hero-book{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -38%);
  z-index:3;
  width:auto !important;
  max-width:720px;
  padding:0 16px;
}
.mm-hero-book-inner{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:auto !important;
  min-width:320px;
  max-width:100%;
  height:auto !important;
  min-height:auto !important;
  aspect-ratio:auto !important;
  background:#fff;
  border-radius:40px !important;
  padding:18px 32px !important;
  text-align:center;
  font-family:Montserrat, sans-serif;
  box-shadow:0 10px 28px rgba(0,0,0,.14);
  cursor:pointer;
  transition:.25s;
}
.mm-hero-book-inner:hover{
  transform:scale(1.025);
  box-shadow:0 16px 40px rgba(0,0,0,.2);
}
.mm-hero-book span{
  display:block;
  font-size:clamp(16px, 1.8vw, 26px);
  font-weight:500;
  color:#2f363a;
  line-height:1.3;
}
@media (max-width: 720px){
  .mm-hero-book{
    top:50%;
    transform:translate(-50%, -32%);
    width:100% !important;
    max-width:100% !important;
    padding:0 20px !important;
  }
  .mm-hero-book-inner{
    display:flex !important;
    width:100% !important;
    min-width:0 !important;
    max-width:420px !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    margin:0 auto !important;
    border-radius:28px !important;
    padding:14px 20px !important;
  }
  .mm-hero-book span{
    font-size:16px !important;
    line-height:1.25 !important;
  }
}

</style>
/* End */


/* Start:/local/components/mm/age.benefits/templates/.default/style.css?17802846335235*/
.age-benefits-section {
    position: relative;
    padding: 82px 0;
    background:
        radial-gradient(circle at 12% 12%, rgba(237, 107, 6, 0.13), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(173, 201, 14, 0.14), transparent 26%),
        #fffaf4;
    font-family: 'Montserrat', Arial, sans-serif;
    overflow: hidden;
}

.age-benefits-section * {
    box-sizing: border-box;
}

.age-benefits-container {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.age-benefits-head {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}

.age-benefits-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(237, 107, 6, 0.12);
    color: #ED6B06;
    font-size: 14px;
    font-weight: 800;
}

.age-benefits-head h2 {
    margin: 0 0 16px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    font-weight: 900;
    color: #2F363A;
}

.age-benefits-head p {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
    color: #5b5f61;
}

.age-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.age-benefits-column {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #ffffff;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(237, 107, 6, 0.13);
    transition: transform .28s ease, box-shadow .28s ease;
}

.age-benefits-column:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 64px rgba(237, 107, 6, 0.18);
}

.age-benefits-image {
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #f1f1f1;
}

.age-benefits-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}

.age-benefits-column:hover .age-benefits-image img {
    transform: scale(1.045);
}

.age-benefits-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 28px;
}

.age-benefits-content h3 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 900;
    color: #ED6B06;
}

.age-benefits-cards {
    display: grid;
    gap: 14px;
}

.age-benefits-card {
    position: relative;
    padding: 18px 20px 18px 22px;
    border-radius: 22px;
    background: #fff4e8;
    border: 1px solid rgba(237, 107, 6, 0.14);
    overflow: hidden;
    transition: transform .24s ease, background .24s ease, border-color .24s ease;
}

.age-benefits-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 5px;
    border-radius: 999px;
    background: #ED6B06;
}

.age-benefits-card:hover {
    transform: translateX(4px);
    background: #ffefe0;
    border-color: rgba(237, 107, 6, 0.26);
}

.age-benefits-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.25;
    color: #2F363A;
}

.age-benefits-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.48;
    color: #5b5f61;
}

.age-benefits-column--senior .age-benefits-card {
    background: #f7fae8;
    border-color: rgba(173, 201, 14, 0.26);
}

.age-benefits-column--senior .age-benefits-card::before {
    background: #ADC90E;
}

.age-benefits-column--senior .age-benefits-card:hover {
    background: #f0f7d2;
    border-color: rgba(173, 201, 14, 0.42);
}

@media (max-width: 900px) {
    .age-benefits-section {
        padding: 58px 0;
    }

    .age-benefits-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .age-benefits-head {
        margin-bottom: 34px;
    }

    .age-benefits-head p {
        font-size: 16px;
    }

    .age-benefits-content {
        padding: 24px;
    }

    .age-benefits-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 520px) {
    .age-benefits-container {
        padding: 0 16px;
    }

    .age-benefits-column {
        border-radius: 26px;
    }

    .age-benefits-image {
        aspect-ratio: 4 / 3;
    }

    .age-benefits-content {
        padding: 20px 18px;
    }

    .age-benefits-card {
        padding: 16px 16px 16px 18px;
        border-radius: 18px;
    }
}

.age-benefits-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 42px;
}
.age-benefits-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 56px;
    padding: 0 32px;
    border: none;
    border-radius: 999px;
    background: #ED6B06;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    transition: all .25s ease;
}
.age-benefits-btn:hover {
    background: #ff7d15;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(237,107,6,.25);
}
.age-benefits-link {
    color: #2F363A;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .25s ease;
}
.age-benefits-link:hover {
    color: #ED6B06;
}
.age-benefits-link::after {
    content: " →";
}
/* End */
/* /local/components/mm/job.select/templates/.default/style.css?17757428634114 */
/* /local/components/mm/hero.banner/templates/.default/style.css?17766649335378 */
/* /local/components/mm/age.benefits/templates/.default/style.css?17802846335235 */
