

/* Start:/bitrix/templates/E-gorc/css/home-page.css?178004500867112*/
@font-face {
    font-family: 'Chiffon TRIAL';
    src: url('/bitrix/templates/E-gorc/fonts/chiffon-trial-extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Chiffon TRIAL';
    src: url('/bitrix/templates/E-gorc/fonts/chiffon-trial-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Chiffon TRIAL';
    src: url('/bitrix/templates/E-gorc/fonts/chiffon-trial-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Chiffon TRIAL';
    src: url('/bitrix/templates/E-gorc/fonts/chiffon-trial-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Chiffon TRIAL';
    src: url('/bitrix/templates/E-gorc/fonts/chiffon-trial-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #F8FAFC;
    margin: 0;
    font-family: "Lexend Deca", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
    overflow-x: hidden;
}

.main-wrapper {
    width: 100%;
    background: url('/bitrix/templates/E-gorc/img/job-seeker-bg.png') no-repeat center bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -124px;
}

.hero {
    max-width: 1440px;
    width: 100%;
    height: 832px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.hero-inner {
    width: 100%;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-content {
    width: 60%;
    height: 400px;
    padding: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
}

.hero-image {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    overflow: visible;
    height: 100%;
}

.hero-image img.hero-slide-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: opacity 0.5s ease;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    display: none;
    will-change: opacity;
}

.hero-image img.hero-slide-img[src="<?=SITE_TEMPLATE_PATH?>/img/job-seeker.svg"] {
    position: absolute;
    right: calc((100vw - 1440px) / 2 * -0.9);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

@media (min-width: 1440px) {
    .hero-image img.hero-slide-img[src="<?=SITE_TEMPLATE_PATH?>/img/job-seeker.svg"] {
        right: calc((100vw - 1440px) / 2 * -0.9 - 5px);
    }
}

.hero-image img.hero-slide-img.active {
    opacity: 1;
    display: block;
}

.toggle-container {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 6px;
}

.toggle-switch {
    width: 100px;
    height: 50px;
    background: #ddd;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s ease;
}

.toggle-switch.job-seeker {
    background: url('/bitrix/templates/E-gorc/img/Switch Toggle Job.png') no-repeat center;
    background-size: contain;
}

.toggle-switch.hiring {
    background: url('/bitrix/templates/E-gorc/img/Switch Toggle Hiring.png') no-repeat center;
    background-size: contain;
}

.toggle-switch.active::before {
    left: 28px;
}

.htext {
    margin-top: 24px;
}

h1 {
    margin: 0;
}

.text-primary, .text-secondary {
    transition: opacity 0.5s ease;
}

.search-bar {
    width: fit-content;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 32px 48px -16px #F1F5F9;
    position: relative;
    margin-top: 24px;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    box-shadow: 0px 2px 4px 0px #F1F5F9;
    z-index: 1;
}

.input-container {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

.search-input {
    width: 100%;
    padding: 10px 36px 10px 48px;
    border-radius: 12px;
    border: 1px solid #E6E8EC;
    font-size: 16px;
    font-weight: 300;
    color: #838E9E;
    background: #FFF;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    height: 40px;
    box-sizing: border-box;
}

.search-input:focus {
    outline: none;
    border-radius: 12px;
    border: 1px solid #9C55D4;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(156, 85, 212, 0.24);
    color: #061C3D;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 40px;
    padding: 10px 36px 10px 48px;
}

.search-icon-left {
    position: absolute;
    left: 12px;
    width: 24px;
    height: 24px;
    background: url('/bitrix/templates/E-gorc/img/Search.svg') no-repeat center;
    background-size: contain;
}

.search-icon-right {
    position: absolute;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url('/bitrix/templates/E-gorc/img/X.svg') no-repeat center;
    background-size: contain;
    cursor: pointer;
    display: none;
}

.search-input:not(:placeholder-shown) + .search-icon-right {
    display: block;
}

.input-container.loading .search-icon-right {
    width: 24px;
    height: 24px;
    background: url('/bitrix/templates/E-gorc/img/Spinner.svg') no-repeat center;
    background-size: contain;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.custom-select {
    width: 199px;
    height: 40px;
    position: relative;
}

.select-button {
    width: 100%;
    height: 100%;
    padding: 8px 18px;
    border-radius: 12px;
    border: 1px solid #E6E8EC;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    color: #838E9E;
    box-sizing: border-box;
}

.select-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.custom-select.open .select-arrow {
    transform: rotate(180deg);
}

.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    border-radius: 12px;
    border: 1px solid #E6E8EC;
    background: #FFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.select-options::-webkit-scrollbar {
    display: none;
}

.select-option {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
}

.select-option:hover {
    background: #F1F5F9;
}

.select-option input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1.5px solid #CDD2D8;
    background: #FFF;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.select-option input[type="checkbox"]:checked {
    background: #061C3D;
    border: none;
}

.select-option input[type="checkbox"]:checked::after {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 14px;
    line-height: 1;
}

.select-option span {
    overflow: hidden;
    color: #061C3D;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    flex: 1;
}

.search-btn {
    padding: 10px 20px;
    border-radius: 12px;
    background: #061C3D;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.suggestions {
    background: #FFF;
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-radius: 16px;
    padding: 12px;
}

.search-bar.active .suggestions {
    display: block;
    max-height: 300px;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 16px;
}

.suggestion-item:hover {
    background: #F5F5F9;
}

.suggestion-icon {
    width: 52px;
    height: 52px;
    margin-right: 12px;
}

.suggestion-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
}

.suggestion-text {
    color: #061C3D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-right: 6px;
}

.suggestion-text .match {
    font-weight: 500;
    background: rgba(156, 85, 212, 0.15);
    border-radius: 4px;
    padding: 2px 4px;
}

.suggestion-text .tag {
    display: inline-flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 16px;
    background: #F4E0F8;
    color: #6941C6;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.suggestion-meta {
    color: #999FAA;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
}

.suggestion-arrow {
    width: 16px;
    height: 16px;
    opacity: 0.6;
    margin-left: auto;
}

.search-results {
    background: #FFF;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
}

.search-results.hidden {
    display: none;
}

.selected-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}

.keyword-chip {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 50px;
    border: 1px solid #E6E8EC;
    background: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    color: #334155;
}

.keyword-chip .remove-btn {
    margin-left: 4px;
    cursor: pointer;
    font-size: 12px;
    color: #94A3B8;
}

.keyword-chip .remove-btn:hover {
    color: #061C3D;
}

.remove-all {
    border-radius: 50px;
    border: 0px solid #334155;
    background: #E3E7ED;
    padding: 4px 12px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    color: #334155;
    cursor: pointer;
    border: none;
}

.remove-all:hover {
    background: #D1D7E0;
}

.job-listings-results {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.job-result-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
}

.job-result-item:hover {
    background: #F2F4F8;
    border-radius: 12px;
}

.job-result-item .suggestion-icon {
    width: 52px;
    height: 52px;
    margin-right: 12px;
}

.job-result-item .suggestion-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
}

.job-result-item .suggestion-text {
    color: #061C3D;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-right: 6px;
}

.job-result-item .suggestion-text .match {
    font-weight: 500;
    background: rgba(156, 85, 212, 0.15);
    border-radius: 4px;
    padding: 2px 4px;
}

.job-result-item .suggestion-text .tag {
    display: inline-flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    border-radius: 16px;
    background: #F4E0F8;
    color: #6941C6;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.suggestion-arrow-container {
    display: flex;
    align-items: center;
}

.suggestion-arrow {
    width: 16px;
    height: 16px;
    opacity: 0.6;
    display: block;
}

.job-result-item:hover .suggestion-arrow {
    display: none;
}

.apply-btn {
    color: #061C3D;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: none;
}

.job-result-item:hover .apply-btn {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #E6E8EC;
    background: #FFF;
    height: auto;
}

.results-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    font-size: 14px;
}

.results-count {
    color: #999FAA;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 12px;
}

.show-all-btn {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 8px;
    color: #061C3D;
    text-align: right;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: #FFF;
    cursor: pointer;
    border: none;
}

.history-item {
    display: flex;
    padding: 6px 16px 6px 12px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 0px;
    background: #FFF;
}

.history-item:hover {
    background: #F5F5F9;
    border-radius: 12px;
}

.history-icon {
    width: 16px;
    height: 16px;
    background: url('/bitrix/templates/E-gorc/img/subway_refresh-time.svg') no-repeat center;
    background-size: contain;
}

.history-text {
    color: #42526B;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    flex: 1;
}

.history-clear {
    width: 16px;
    height: 16px;
    background-size: contain;
    cursor: pointer;
}

.no-results-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    text-align: center;
}

.no-results-icon {
    width: 110px;
    height: 120px;
    background: url('/bitrix/templates/E-gorc/img/emptySearchResult.svg') no-repeat center;
    background-size: contain;
    margin-bottom: 20px;
}

.no-results-title {
    color: #101828;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}

.no-results-subtitle {
    width: 70%;
    color: #667085;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    white-space: pre-wrap;
}

.text-primary {
    color: #061C3D;
    font-family: "Lexend Deca";
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -4.48px;
}

.text-secondary {
    color: #9C55D4;
    font-family: "Chiffon TRIAL";
    font-size: 64px;
    font-weight: 500;
    line-height: 72px;
}

.hero-subtext {
    width: 59%;
    margin-top: 16px;
    color: #0F172A;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.gradient-text {
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.gradient-active {
    background: linear-gradient(266deg, #9C55D4 20.84%, #B48889 95.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.job-seeker-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 24px;
}

.popular-searches {
    font-size: 14px;
    color: #0F172A;
    margin: 8px 0 0 12px;
}

.popular-searches .highlight {
    color: #94A3B8;
}

.hiring-content {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.trial-btn {
    padding: 10px 20px;
    border-radius: 12px;
    background: #061C3D;
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.trial-text {
    color: #94A3B8;
    font-size: 14px;
    font-weight: 300;
}

.hidden {
    display: none;
}

.trusted-companies {
    margin-top: 56px;
    text-align: center;
}

.trusted-title {
    color: #94A3B8;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.logos-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.logo-box {
    width: 80px;           /* уменьшили */
    height: 80px;          /* квадрат */
    border-radius: 20px;
    overflow: hidden;      /* ОБЯЗАТЕЛЬНО для обрезки */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;      /* опционально */
    padding: 8px;
    box-sizing: border-box;
}

.logo-box img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.logo-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.simple-steps.job-seeker-steps {
    display: flex;
    width: 1344px;
    flex-direction: column;
    padding: 48px;
    align-items: flex-start;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 12px 16px -8px #F1F5F9;
    margin-top: 118px;
}

.simple-steps.job-seeker-steps .get-started {
    margin-top: 32px;
    align-self: flex-start;
}

.simple-steps.hiring-steps {
    display: flex;
    width: 1344px;
    flex-direction: column;
    padding: 48px;
    align-items: flex-start;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 12px 16px -8px #F1F5F9;
    margin-top: 118px;
}

.simple-steps.hiring-steps .get-started {
    margin-top: 32px;
    align-self: flex-end;
}

.steps-title {
    color: #061C3D;
    font-family: "Lexend Deca";
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -2.52px;
    margin: 0;
}

.steps-subtitle {
    color: #0F172A;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 12px 0 12px 0;
}

.steps-container {
    display: flex;
    padding: 0px 32px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin: 0;
}

.reversed {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}

.reversed .steps-list {
    margin-left: 48px;
}

.steps-list {
    width: 46%;
    display: flex;
    flex-direction: column;
    gap: 66px;
}

.step {
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
}

.step-number {
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.4px;
    margin: 0;
}

.step.active .step-number {
    background: linear-gradient(131deg, #9859FF 45.8%, rgba(75, 71, 255, 0.60) 92.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.step-text {
    width: 516px;
    color: #94A3B8;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.4px;
    margin: 0;
}

.steps-image {
    display: flex;
    width: 48%;
    height: 566px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 24px;
    background: #F5F3FF;
}

.steps-image img {
    width: 400px;
    height: 430px;
}

.get-started {
    padding: 10px 20px;
    border-radius: 12px;
    background: #061C3D;
    color: white;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    cursor: pointer;
}

.job-listings-header {
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
}

.job-listings-text {
    display: flex;
    flex-direction: column;
}

.job-listings-title {
    color: #061C3D;
    font-family: "Lexend Deca";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.72px;
    margin: 0;
}

.job-listings-subtitle {
    color: #334155;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
}

.job-listings .browse-all-button {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #061C3D;
    color: #FFF;
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    cursor: pointer;
    margin: 0;
    align-self: flex-end;
}

.job-listings .browse-all-button span {
    color: #061C3D;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.job-listings {
    display: flex;
    width: 1440px;
    flex-wrap: wrap;
    gap: 48px 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 89px;
}

.job-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px;
    justify-content: space-between;
    width: 100%;
}

.job-card {
    display: flex;
    flex-direction: column;
    background: #FFF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    width: 45.5%;
    border: 1px solid #E6E8EC;
}

.job-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.job-logo {
    display: flex;
    width: 67px;
    height: 67px;
    padding: 9px 8px 8px 9px;
    justify-content: center;
    align-items: center;
    border-radius: 8.217px;
    border: 1.027px solid #E6E8EC;
}

.job-details {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.job-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.spacer {
    flex-grow: 1;
}

.job-title {
    color: #061C3D;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.36px;
    margin: 0;
}

.job-tag {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.full-time {
    background: #EDF2FF;
    color: #4772EA;
}

.urgent {
    background: #FEF3C7;
    color: #F59E0B;
}

.job-company {
    color: #061C3D;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 4px 0 4px 0;
}

.job-meta {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
}

.job-time-icon {
    width: 18px;
    height: 18px;
}

.job-time {
    font-size: 14px;
    color: #64748B;
}

.job-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 12px 0;
}

.quick-apply {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #061C3D;
    color: #FFF;
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    cursor: pointer;
    margin: 0;
    align-self: flex-end;
}

.quick-apply:hover {
    background: #0A2540;
}

.hiring-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
    text-align: center;
}

.hiring-container {
    width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hiring-title {
    color: #061C3D;
    font-family: "Lexend Deca", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.72px;
    margin: 0;
}

.hiring-subtitle {
    margin: 12px 0 0 0;
    color: #334155;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 50%;
}

.hiring-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 36px;
    margin-top: 36px;
    max-width: 100%;
    text-align: center;
}

.benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 24.5%;
    min-height: 110px;
    padding: 20px;
    text-align: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #E6E8EC;
    background: #FFF;
    transition: border 0.3s ease;
}

.benefit-card:hover {
    border: 1px solid #8451E5;
}

.benefit-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.benefit-icon {
    width: 24px;
    height: 24px;
}

.benefit-title {
    color: #061C3D;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.4px;
    margin: 0;
}

.benefit-description {
    color: #94A3B8;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.hiring-section.hidden,
.job-listings.hidden {
    display: none !important;
}

.pricing-header {
    color: #061C3D;
    text-align: center;
    font-family: "Lexend Deca", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.72px;
}
.pricing-subtitle {
    margin-top: 12px;
    color: #334155;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.pricing-card {
    display: flex;
    flex-direction: column;           /* ← важно для прижатия кнопки */
    width: 24%;
    min-height: 680px;                /* ← фиксированная высота всех карточек */
    box-sizing: border-box;
}
.pricing-card:nth-child(1) .info-cards {
    background-image: url('/bitrix/templates/E-gorc/img/Basic-Tier.svg');
    background-size: cover;
    background-position: center;
}
.pricing-card:nth-child(2) .info-cards {
    background-image: url('/bitrix/templates/E-gorc/img/Mid-Tier.svg');
    background-size: cover;
    background-position: center;
}
.pricing-card:nth-child(3) .info-cards {
    background-image: url('/bitrix/templates/E-gorc/img/Professional.svg');
    background-size: cover;
    background-position: center;
}
.pricing-card:nth-child(4) .info-cards {
    background-image: url('/bitrix/templates/E-gorc/img/Enterprise.svg');
    background-size: cover;
    background-position: center;
}
.tier-title {
    color: #18181B;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin: 0 0 4px 0;
    text-align: left;
}
.tier-subtitle {
    margin-top: 4px;
    color: #18181B;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
}
.price {
    margin-top: 12px;
    color: #18181B;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}
.job-posting {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #18181B;
}
.job-posting span {
    font-size: 14px;
    font-weight: 400;
}
.select-container.custom-select {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.select-container.custom-select .select-button {
    width: 100%;
    height: 48px;                     /* ← фиксированная высота — теперь одинаковая */
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #E6E8EC;
    background: #FFF;
    font-family: "inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #94A3B8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-sizing: border-box;
    transition: color 0.3s ease;
    white-space: nowrap;              /* ← текст не переносится */
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-container.custom-select .select-button:focus,
.select-container.custom-select .select-button:hover {
    color: #061C3D;
    border: 1px solid #E6E8EC;
    outline: none;
}
.select-container.custom-select.open .select-button {
    border-radius: 12px 12px 0 0;
    border: 1px solid #E6E8EC;
    border-bottom: none;
    color: #061C3D;
}
.select-container.custom-select .select-button .select-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    background-image: url('/bitrix/templates/E-gorc/img/ChevronUp.svg');
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.select-container.custom-select.open .select-button .select-arrow {
    transform: rotate(180deg);
    background-image: url('/bitrix/templates/E-gorc/img/CaretUp.svg');
}
.select-container.custom-select .select-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 0 0 12px 12px;
    border: 1px solid #E6E8EC;
    border-top: none;
    background: #FFF;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    box-sizing: border-box;
}
.select-container.custom-select .select-options::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E6E8EC;
    margin: 6px 0;
}
.select-container.custom-select.open .select-options {
    display: block;
}
.select-container.custom-select.open {
    border-radius: 12px;
}
.select-container.custom-select .select-option {
    padding: 12px 16px;
    color: #061C3D;
    font-family: "inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}
.select-container.custom-select .select-option:hover {
    background: #E6F0FA;
}
.select-container.custom-select .select-option.selected {
    background: #E6F0FA;
}
.pricing-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 16px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.pricing-cards {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}
.pricing-card p,
.pricing-card {
    text-align: left !important;
    font-family: "inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061C3D;
}
.pricing-card .job-posting {
    display: flex;
    align-items: center;
    width: 100%;
    font-family: "inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #061C3D;
    margin-bottom: 8px;
}
.pricing-card .job-posting span {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.job-posting span:last-child::after {
    content: url('/bitrix/templates/E-gorc/img/material-symbols_info-outline-rounded.svg');
    width: 18px;
    height: 18px;
    display: inline-block;
}
.benefits {
    margin: 16px 0;
    padding: 0 16px 8px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;                    
}
.benefits-title {
    font-size: 16px;
    font-weight: 600;
    color: #18181B;
}
.benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #18181B;
}
.benefit-item img {
    width: 24px;
    height: 24px;
}
.get-started-btn {
    margin-top: auto;                 
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #061C3D;
    color: #FFF;
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    border: none;
}
.pricing-section {
    width: 90%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-top: 110px;
}
.container {
    width: 100%;
    margin-top: 36px;
}
.pricing-cards {
    width: 100%;
    display: flex;
    align-items: stretch;             /* ← карточки одной высоты */
    flex-direction: row;
    justify-content: space-between;
}
.info-cards {
    background-image: url('/bitrix/templates/E-gorc/img/Basic-Tier.svg');
    background-size: cover;
    background-position: center;
    display: flex;
    padding: 24px 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
}
.no-benefit {
    color: #a7a7a8;
}

.hidden {
    display: none !important;
}

.compare-plans {
    width: 90%;
    margin-top: 48px;
}

.compare-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 48px;
}

.compare-header span {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    gap: 5px;
}

.compare-header span:hover {
    opacity: 0.8;
}

.mingcute-up {
    margin-left: 13px;
}

table {
    width: 100%;
    border: 1px solid #EAEAEA;
    border-collapse: collapse;
}

th {
    text-align: center;
    border: none;
    font-family: "inter", sans-serif;
    font-weight: 600;
}

td {
    text-align: center;
    border: none;
    font-family: "inter", sans-serif;
    font-weight: 400;
}

th[rowspan="2"] {
    padding: 24px;
    text-align: left;
}

th[colspan] {
    padding: 24px;
}

thead tr:nth-child(2) th {
    padding: 16px 24px;
}

td {
    padding: 24px;
}

th:not(:last-child) {
    border-right: 1px solid #EAEAEA;
}

thead tr:nth-child(2) th:nth-child(1),
thead tr:nth-child(2) th:nth-child(3),
thead tr:nth-child(2) th:nth-child(4),
thead tr:nth-child(2) th:nth-child(6) {
    border-right: none;
}

thead {
    background: #FFF;
    border-bottom: 1px solid #EAEAEA;
    border-radius: 12px 12px 0 0;
}

td:first-child,
td:nth-child(3),
td:nth-child(6),
td:nth-child(8) {
    border-right: 1px solid #EAEAEA;
}

th[rowspan="2"],
td:first-child {
    text-align: left;
}

tbody tr:nth-child(odd) {
    background-color: transparent;
}

tbody tr:nth-child(even) {
    background-color: #FFF;
}

.faq-section {
    width: 1440px;
    display: flex;
    justify-content: center;
    margin: 90px 20px 64px;
    background: #F9FAFB;
    position: relative;
}

.faq-container {
    max-width: 794px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.faq-title {
    color: #061C3D;
    font-family: "Lexend Deca";
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.72px;
    margin: 0;
}

.faq-subtitle {
    margin-top: 12px;
    color: #334155;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.faq-list {
    margin-top: 64px;
    position: relative;
    z-index: 2;
}

.faq-background {
    position: absolute;
    width: 850px;
    height: 100%;
    background: linear-gradient(266deg, #B48889 20.84%, #9C55D4 95.06%);
    opacity: 0;
    filter: blur(50px);
    border-radius: 16px;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, top 0.3s ease, left 0.3s ease, height 0.3s ease;
}

.faq-item {
    display: flex;
    width: 746px;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    padding: 14px 24px;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.faq-question span {
    color: #061C3D;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.faq-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
}

.faq-answer {
    color: #667085;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
    text-align: left;
    display: none;
    width: 100%;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.section-container {
    display: flex;
    width: 1380px;
    padding: 40px 32px 32px;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    background: linear-gradient(123deg, rgba(75, 71, 255, 0.15) -6.17%, rgba(152, 89, 255, 0.15) 44.2%, rgba(255, 107, 143, 0.15) 94.57%);
    justify-content: center;
    text-align: center;
}

.section-image {
    width: 120px;
    height: 56px;
}

.main-text {
    color: #061C3D;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-top: 32px;
}

.sub-text {
    color: #667085;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 8px;
}

.contact-sales-btn {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #061C3D;
    margin-top: 32px;
    border: none;
}

.contact-sales-btn span {
    color: #FFF;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.job-posting span {
    position: relative;
    cursor: pointer;
}

.job-posting span:hover::before {
    content: attr(data-tooltip-text);
    display: block;
    width: 166px;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #F1F5F9;
    background: #F5F5F5;
    color: #475569;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: calc(100% + 26px);
    transform: translateY(-50%);
    z-index: 10;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.job-posting span::before {
    content: "";
    opacity: 0;
    transition: opacity 0.2s ease;
    position: absolute;
}

.job-posting .tooltip-triangle {
    position: absolute;
    top: 50%;
    left: calc(100% + 18px);
    transform: translateY(-50%);
    z-index: 10;
    width: 8px;
    height: 14px;
}

/* === ПОИСК: ПОВЕДЕНИЕ ПРИ НАВЕДЕНИИ === */
.job-result-item {
    position: relative;
    transition: background 0.3s ease;
}

.job-result-item .suggestion-arrow {
    transition: opacity 0.3s ease;
}

.job-result-item .apply-btn {
    display: none;
    padding: 10px 20px;
    border-radius: 12px;
    background: #FFF;
    border: 1px solid #E6E8EC;
    color: #061C3D;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.job-result-item:hover {
    background: #F2F4F8;
    border-radius: 12px;
}

.job-result-item:hover .suggestion-arrow {
    opacity: 0;
    pointer-events: none;
}

.job-result-item:hover .apply-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-result-item:hover .apply-btn:hover {
    background: #061C3D;
    color: #FFF;
    border-color: #061C3D;
}

.select-container.custom-select {
    flex: 0 0 auto !important;      /* ← не растягивается, ширина по содержимому */
    height: auto !important;        /* ← высота по содержимому */
}

/* Защита от JS-добавления flex */
.select-container.custom-select[style*="flex"] {
    flex: 0 0 auto !important;
}

.trusted-companies .logos-container.logos-centered {
    justify-content: center;
}

.trusted-companies .logos-container.logos-empty {
    justify-content: center;
}

.trusted-companies .logos-container.logos-carousel {
    overflow: hidden;
    position: relative;
    justify-content: flex-start;
}

.trusted-companies .logos-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: trustedLogosScroll 28s linear infinite;
}

.trusted-companies .logos-carousel:hover .logos-track {
    animation-play-state: paused;
}

@keyframes trustedLogosScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


.hero-features {
    width: 1344px;
    max-width: calc(100% - 40px);
    margin: -60px auto 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-bottom: 48px;
}

.hero-feature-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 16px;
    align-items: center;
    padding: 20px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 12px 16px -8px #F1F5F9;
    box-sizing: border-box;
}

.hero-feature-card span {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #f0ebff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6336f4;
    font-size: 28px;
}

.hero-feature-card h4 {
    margin: 0 0 6px;
    font-size: 16px;
    color: #061936;
}

.hero-feature-card p {
    margin: 0;
    color: #536079;
    font-size: 14px;
    line-height: 1.2;
}

@media (max-width: 1200px) {
    .hero-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .hero-features {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================
   E-gorc Home Page — Mobile styles
   ========================================================== */

@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
        background: #F8FAFC;
    }

    body {
        display: block;
        align-items: initial;
        justify-content: initial;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    .main-wrapper {
        width: 100%;
        margin-top: -76px;
        padding: 92px 16px 32px;
        background-position: center top;
        background-size: 140% auto;
        overflow: hidden;
    }

    /* Header fallback: если стили header подключаются из общего шаблона */
    .header,
    header {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .header nav,
    .header .menu,
    .header-menu,
    .desktop-menu,
    .nav-menu {
        display: none !important;
    }

    .hero {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 0;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        overflow: visible;
    }

    .hero-inner {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .hero-content {
        width: 100%;
        height: auto;
        padding: 0;
        align-items: flex-start;
        text-align: left;
    }

    .toggle-container {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
    }

    .toggle-option,
    .gradient-text {
        font-size: 14px;
        line-height: 20px;
        white-space: nowrap;
    }

    .toggle-switch {
        width: 78px;
        height: 38px;
        flex: 0 0 78px;
        border-radius: 10px;
    }

    .htext {
        margin-top: 8px;
    }

    .text-primary,
    .text-secondary {
        display: block;
        font-size: 40px;
        line-height: 42px;
        letter-spacing: -2.4px;
    }

    .hero-subtext {
        width: 100%;
        margin-top: 12px;
        font-size: 15px;
        line-height: 22px;
        color: #334155;
    }

    .search-bar {
        width: 100%;
        margin-top: 20px;
        border-radius: 16px;
        box-shadow: 0 20px 36px -18px #CBD5E1;
    }

    .search-input-wrapper {
        display: grid;
        grid-template-columns: 1fr 48px;
        gap: 8px;
        padding: 10px;
        align-items: center;
    }

    .input-container {
        grid-column: 1 / 2;
        width: 100%;
        min-width: 0;
    }

    .search-input {
        height: 44px;
        font-size: 15px;
        padding: 10px 38px 10px 44px;
    }

    .search-input:focus {
        height: 44px;
        font-size: 15px;
        padding: 10px 38px 10px 44px;
    }

    .search-input-wrapper > .custom-select {
        display: none !important;
    }

    .custom-select {
        width: 100%;
        height: 44px;
    }

    .select-button {
        height: 44px;
        padding: 10px 14px;
        font-size: 15px;
    }

    .search-btn {
        grid-column: 2 / 3;
        width: 48px;
        height: 44px;
        padding: 0;
        border-radius: 12px;
        font-size: 0;
        position: relative;
        align-self: center;
    }

    .search-btn::before {
        content: "";
        width: 22px;
        height: 22px;
        display: block;
        margin: 0 auto;
        background: url('/bitrix/templates/E-gorc/img/Search.svg') no-repeat center / contain;
        filter: brightness(0) invert(1);
    }

    .suggestions,
    .search-results {
        padding: 10px;
        border-radius: 0 0 16px 16px;
    }

    .suggestion-item,
    .job-result-item {
        padding: 10px;
        border-radius: 12px;
    }

    .suggestion-icon,
    .job-result-item .suggestion-icon {
        width: 44px;
        height: 44px;
        margin-right: 10px;
        border-radius: 10px;
    }

    .suggestion-text,
    .job-result-item .suggestion-text {
        font-size: 14px;
        line-height: 20px;
    }

    .suggestion-meta {
        font-size: 12px;
        line-height: 18px;
    }

    .results-footer {
        margin-top: 16px;
        gap: 12px;
    }

    .show-all-btn {
        padding: 8px 10px;
        font-size: 14px;
    }

    .hiring-content {
        width: 100%;
        margin-top: 20px;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .trial-btn,
    .get-started,
    .quick-apply,
    .browse-all-button,
    .get-started-btn,
    .contact-sales-btn {
        width: 100%;
        min-height: 44px;
        justify-content: center;
        text-align: center;
        border-radius: 12px;
    }

    .trial-text {
        text-align: center;
        font-size: 13px;
    }

    .hero-image {
        width: 100%;
        height: 300px;
        margin-top: 18px;
        justify-content: center;
        align-items: center;
        overflow: visible;
    }

    .hero-image img.hero-slide-img,
    .hero-image img,
    #hero-img {
        position: relative !important;
        inset: auto !important;
        transform: none !important;
        width: 100%;
        max-width: none;
        height: 100%;
        max-height: none;
        object-fit: contain;
        margin: 0 auto;
    }

    .hero-features {
        width: 100%;
        max-width: 100%;
        margin: 16px 0 0;
        padding: 0;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hero-feature-card {
        grid-template-columns: 48px 1fr;
        padding: 14px;
        border-radius: 14px;
        column-gap: 12px;
    }

    .hero-feature-card span {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .hero-feature-card h4 {
        font-size: 15px;
        line-height: 20px;
    }

    .hero-feature-card p {
        font-size: 13px;
        line-height: 18px;
    }

    .trusted-companies {
        width: 100%;
        padding: 0 16px;
        margin-top: 34px;
    }

    .trusted-title {
        max-width: 330px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 20px;
    }

    .logos-container {
        gap: 12px;
        margin-top: 18px;
    }

    .logo-box {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .simple-steps.job-seeker-steps,
    .simple-steps.hiring-steps {
        width: calc(100% - 32px);
        margin: 36px auto 0;
        padding: 24px 16px;
        border-radius: 20px;
        align-items: stretch;
    }

    .steps-title,
    .job-listings-title,
    .hiring-title,
    .pricing-header,
    .section-title,
    .faq-title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -1.2px;
        text-align: left;
    }

    .steps-subtitle,
    .job-listings-subtitle,
    .hiring-subtitle,
    .pricing-subtitle,
    .section-sub-title,
    .faq-subtitle {
        width: 100%;
        margin-top: 10px;
        font-size: 15px;
        line-height: 22px;
        text-align: left;
    }

    .steps-container,
    .steps-container.reversed,
    .reversed {
        flex-direction: column;
        padding: 0;
        margin-top: 22px;
        gap: 22px;
    }

    .reversed .steps-list {
        margin-left: 0;
    }

    .steps-list {
        width: 100%;
        gap: 20px;
        order: 2;
    }

    .steps-container.reversed .steps-list {
        order: 2;
    }

    .steps-image {
        width: 100%;
        height: 320px;
        min-height: 320px;
        padding: 18px;
        border-radius: 18px;
        order: 1;
        overflow: hidden;
    }

    .steps-image img {
        width: 100%;
        max-width: 360px;
        height: auto;
        max-height: 270px;
        object-fit: contain;
    }

    .step {
        gap: 6px;
    }

    .step-number {
        font-size: 18px;
        line-height: 26px;
    }

    .step-text {
        width: 100%;
        font-size: 15px;
        line-height: 22px;
        color: #64748B;
    }

    .simple-steps.job-seeker-steps .get-started,
    .simple-steps.hiring-steps .get-started {
        margin-top: 24px;
        align-self: stretch;
    }

    .job-listings {
        width: calc(100% - 32px);
        margin: 42px auto 0;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .job-listings-header {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 0;
    }

    .job-cards {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .job-card {
        width: 100%;
        padding: 16px;
        border-radius: 14px;
    }

    .job-header {
        align-items: flex-start;
        gap: 12px;
    }

    .job-logo {
        width: 56px;
        height: 56px;
        padding: 7px;
        flex: 0 0 56px;
    }

    .job-title-row {
        flex-wrap: wrap;
        gap: 6px;
    }

    .job-title {
        width: 100%;
        font-size: 17px;
        line-height: 22px;
    }

    .job-tag {
        padding: 3px 10px;
        font-size: 12px;
        line-height: 16px;
    }

    .job-description {
        margin: 12px 0 16px;
        font-size: 14px;
        line-height: 21px;
        -webkit-line-clamp: 4;
    }

    .hiring-section {
        width: 100%;
        margin: 48px auto 0;
        padding: 0 16px;
        text-align: left;
    }

    .hiring-container {
        width: 100%;
        align-items: stretch;
    }

    .hiring-benefits {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 22px;
    }

    .benefit-card {
        width: 100%;
        min-height: auto;
        padding: 16px;
        align-items: flex-start;
        text-align: left;
        border-radius: 14px;
    }

    .benefit-header {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .benefit-title {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .benefit-description {
        font-size: 14px;
        line-height: 21px;
        text-align: left;
    }

    .pricing-section {
        width: 100%;
        margin-top: 48px;
        padding: 0 16px;
        align-items: stretch;
        text-align: left;
    }

    .container,
    .pricing-cards {
        width: 100%;
    }

    .pricing-cards {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 22px;
    }

    .pricing-card {
        width: 100%;
        min-height: auto;
        padding: 14px;
        border-radius: 14px;
    }

    .info-cards {
        padding: 20px 14px;
        border-radius: 12px;
        gap: 18px;
    }

    .tier-title {
        font-size: 19px;
        line-height: 24px;
    }

    .price {
        font-size: 26px;
        line-height: 32px;
    }

    .benefits {
        padding: 0;
        margin: 16px 0 18px;
        gap: 10px;
    }

    .benefit-item {
        align-items: flex-start;
        font-size: 14px;
        line-height: 20px;
    }

    .select-container.custom-select .select-button {
        height: 46px;
        min-height: 46px;
        font-size: 15px;
    }

    .compare-plans {
        display: none !important;
    }

    .compare-header {
        align-items: flex-start;
        text-align: left;
        margin-bottom: 20px;
    }

    .compare-plans table {
        min-width: 720px;
        font-size: 13px;
    }

    th[rowspan="2"],
    th[colspan],
    thead tr:nth-child(2) th,
    td {
        padding: 14px 12px;
    }

    .faq-section {
        width: 100%;
        margin: 48px 0 0;
        padding: 0 16px;
        display: block;
        background: transparent;
    }

    .faq-container {
        max-width: 100%;
        text-align: left;
    }

    .faq-list {
        margin-top: 24px;
    }

    .faq-background {
        display: none;
    }

    .faq-item {
        width: 100%;
        padding: 16px;
        border-radius: 14px;
        align-items: stretch;
    }

    .faq-question span {
        max-width: calc(100% - 34px);
        font-size: 16px;
        line-height: 22px;
    }

    .faq-answer {
        font-size: 14px;
        line-height: 21px;
    }

    .section-container {
        width: calc(100% - 32px);
        margin: 36px auto 0;
        padding: 28px 16px;
        border-radius: 20px;
    }

    .section-image {
        width: 92px;
        height: auto;
    }

    .main-text {
        margin-top: 22px;
        font-size: 18px;
        line-height: 26px;
    }

    .sub-text {
        font-size: 15px;
        line-height: 22px;
    }

    /* Footer fallback: покрывает типовые классы Bitrix/footer */
    footer,
    .footer,
    .site-footer {
        width: 100%;
        padding: 32px 16px 20px;
    }

    .footer .container,
    .footer-container,
    .footer-inner,
    .footer-columns,
    .footer-menu,
    .footer-nav {
        width: 100%;
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .main-wrapper {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 88px;
        background-size: 180% auto;
    }

    .text-primary,
    .text-secondary {
        font-size: 34px;
        line-height: 37px;
        letter-spacing: -2px;
    }

    .hero-subtext {
        font-size: 14px;
        line-height: 21px;
    }

    .toggle-option,
    .gradient-text {
        font-size: 12px;
        line-height: 18px;
    }

    .toggle-switch {
        width: 64px;
        height: 32px;
        flex-basis: 64px;
    }

    .hero-image {
        height: 260px;
    }

    .hero-image img.hero-slide-img,
    .hero-image img,
    #hero-img {
        width: 100%;
        height: 100%;
        max-height: none;
    }

    .search-input-wrapper {
        grid-template-columns: 1fr 46px;
        padding: 8px;
    }

    .search-input,
    .search-input:focus,
    .custom-select,
    .select-button,
    .search-btn {
        height: 42px;
    }

    .simple-steps.job-seeker-steps,
    .simple-steps.hiring-steps,
    .job-listings,
    .section-container {
        width: calc(100% - 24px);
    }

    .steps-title,
    .job-listings-title,
    .hiring-title,
    .pricing-header,
    .section-title,
    .faq-title {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: -0.8px;
    }

    .steps-subtitle,
    .job-listings-subtitle,
    .hiring-subtitle,
    .pricing-subtitle,
    .section-sub-title,
    .faq-subtitle {
        font-size: 14px;
        line-height: 21px;
    }

    .steps-image {
        height: 280px;
        min-height: 280px;
    }

    .steps-image img {
        max-height: 230px;
    }

    .step-number {
        font-size: 17px;
        line-height: 24px;
    }

    .step-text {
        font-size: 14px;
        line-height: 21px;
    }

    .job-card {
        padding: 14px;
    }

    .job-logo {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .job-title {
        font-size: 16px;
        line-height: 21px;
    }

    .benefit-title {
        font-size: 16px;
        line-height: 22px;
    }

    .pricing-section,
    .hiring-section,
    .faq-section,
    .trusted-companies {
        padding-left: 12px;
        padding-right: 12px;
    }

    .pricing-card {
        padding: 12px;
    }

    .price {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 360px) {
    .text-primary,
    .text-secondary {
        font-size: 30px;
        line-height: 34px;
    }

    .toggle-container {
        gap: 4px;
    }

    .toggle-option,
    .gradient-text {
        font-size: 11px;
    }

    .toggle-switch {
        width: 58px;
        height: 30px;
        flex-basis: 58px;
    }
}

/* ==========================================================
   Mobile requested fixes — 2026-05-22
   Эти правила добавлены в конец файла как финальные override-стили.
   ========================================================== */

@media (max-width: 768px) {
    /* 1) toggle-container: убираем space-between */
    .toggle-container {
        justify-content: flex-start !important;
        gap: 8px !important;
        width: auto !important;
        max-width: 100% !important;
    }

    /* 2) hero-image: делаем изображение крупнее, на всю ширину мобильного экрана */
    .hero-image {
        width: 100vw !important;
        max-width: 100vw !important;
        height: clamp(320px, 78vw, 460px) !important;
        min-height: 320px !important;
        margin: 18px 0 0 calc(50% - 50vw) !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: visible !important;
    }

    .hero-image img.hero-slide-img,
    .hero-image img,
    #hero-img {
        position: relative !important;
        inset: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        display: block !important;
        width: 112vw !important;
        max-width: 112vw !important;
        height: 100% !important;
        max-height: none !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

    /* 3) search-input-wrapper: убираем custom-select, input и кнопка в одну линию */
    .search-input-wrapper {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
        padding: 10px !important;
    }

    .search-input-wrapper > .custom-select,
    .search-bar .custom-select:not(.select-container) {
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .search-input-wrapper .input-container {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        grid-column: auto !important;
    }

    .search-input-wrapper .search-btn {
        flex: 0 0 48px !important;
        width: 48px !important;
        min-width: 48px !important;
        height: 44px !important;
        grid-column: auto !important;
        align-self: center !important;
        margin: 0 !important;
    }

    /* 4) steps-image: контейнер выше изображения, чтобы картинка не вылезала */
    .steps-image {
        width: 100% !important;
        height: auto !important;
        min-height: 420px !important;
        padding: 24px 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
    }

    .steps-image img,
    #step-img,
    #hiring-step-img {
        width: 100% !important;
        max-width: 390px !important;
        height: auto !important;
        max-height: 340px !important;
        object-fit: contain !important;
    }

    /* 5) compare-plans скрываем на мобильных */
    .compare-plans {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .hero-image {
        height: clamp(300px, 86vw, 390px) !important;
        min-height: 300px !important;
    }

    .hero-image img.hero-slide-img,
    .hero-image img,
    #hero-img {
        width: 118vw !important;
        max-width: 118vw !important;
    }

    .steps-image {
        min-height: 360px !important;
        padding: 22px 14px !important;
    }

    .steps-image img,
    #step-img,
    #hiring-step-img {
        max-width: 340px !important;
        max-height: 295px !important;
    }
}

@media (max-width: 360px) {
    .toggle-container {
        justify-content: flex-start !important;
        gap: 4px !important;
    }

    .hero-image {
        height: 290px !important;
        min-height: 290px !important;
    }

    .steps-image {
        min-height: 330px !important;
    }

    .steps-image img,
    #step-img,
    #hiring-step-img {
        max-height: 270px !important;
    }
}

/* ==========================================================
   Logo fit fixes — keep square containers, preserve logo ratio
   ========================================================== */

/* Trusted companies logos */
.logo-box {
    overflow: hidden;
    box-sizing: border-box;
}

.logo-box img,
.logo-link img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center;
    display: block;
}

/* Main page job cards */
.job-card .job-logo {
    flex: 0 0 67px;
    width: 67px;
    height: 67px;
    overflow: hidden;
    box-sizing: border-box;
    background: #FFF;
}

.job-card .job-logo img,
.job-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center;
    display: block;
}

/* Search suggestions and search result logos */
.suggestion-item > .suggestion-icon,
.job-result-item > .suggestion-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    object-fit: contain;
    object-position: center;
    display: block;
}

@media (max-width: 768px) {
    .logo-box {
        padding: 6px;
    }

    .job-card .job-logo {
        flex: 0 0 56px;
        width: 56px;
        height: 56px;
    }

    .suggestion-item > .suggestion-icon,
    .job-result-item > .suggestion-icon {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 480px) {
    .job-card .job-logo {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }
}

/* ==========================================================
   Final fix: job-card logo when .job-logo is directly on <img>
   ========================================================== */

.job-card .job-header > img.job-logo,
.job-header > img.job-logo,
img.job-logo {
    display: block !important;
    width: 67px !important;
    height: 67px !important;
    min-width: 67px !important;
    max-width: 67px !important;
    min-height: 67px !important;
    max-height: 67px !important;
    flex: 0 0 67px !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    border: 1px solid #E6E8EC !important;
    background-color: #FFF !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* Keep support for the alternative structure: <div class="job-logo"><img></div> */
.job-card .job-logo:not(img),
.job-logo:not(img) {
    display: flex;
    width: 67px;
    height: 67px;
    min-width: 67px;
    max-width: 67px;
    min-height: 67px;
    max-height: 67px;
    flex: 0 0 67px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #E6E8EC;
    background: #FFF;
    overflow: hidden;
}

.job-card .job-logo:not(img) img,
.job-logo:not(img) img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block;
}

@media (max-width: 768px) {
    .job-card .job-header > img.job-logo,
    .job-header > img.job-logo,
    img.job-logo {
        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
        max-width: 56px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        flex: 0 0 56px !important;
        padding: 7px !important;
    }

    .job-card .job-logo:not(img),
    .job-logo:not(img) {
        width: 56px;
        height: 56px;
        min-width: 56px;
        max-width: 56px;
        min-height: 56px;
        max-height: 56px;
        flex: 0 0 56px;
        padding: 7px;
    }
}

@media (max-width: 480px) {
    .job-card .job-header > img.job-logo,
    .job-header > img.job-logo,
    img.job-logo {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important;
        min-height: 50px !important;
        max-height: 50px !important;
        flex: 0 0 50px !important;
        padding: 6px !important;
    }

    .job-card .job-logo:not(img),
    .job-logo:not(img) {
        width: 50px;
        height: 50px;
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
        flex: 0 0 50px;
        padding: 6px;
    }
}
/* End */


/* Start:/bitrix/templates/E-gorc/css/job-alerts-popup.css?17732093516563*/
.job-alerts-popup-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.job-alerts-popup-overlay[style*="flex"] {
    display: flex !important;
}

.job-alerts-popup-overlay.active {
    display: flex !important;
}

.job-alerts-popup {
    width: 609px;
    max-width: 94vw;
    padding: 80px 24px 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    border-radius: 24px;
    border: 1px solid #F1F5F9;
    background: #FFF;
    position: relative;
    box-shadow: 0px 2px 4px 0px #F1F5F9;
}

.popup-header {
    position: absolute;
    top: 32px;
    left: 24px;
    right: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.popup-header h3,
.popup-close {
    pointer-events: auto;
}

.popup-header h3 {
    margin: 0;
    color: #172B4D;
    font-family: "Lexend Deca", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.popup-close {
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #787486;
}

.popup-field {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.popup-field label {
    color: #334155;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: 180px;
    flex-shrink: 0;
    text-align: left;
}

.popup-field .hint,
.popup-field .optional {
    color: #787486;
    font-size: 14px;
    font-weight: 500;
}

.popup-field input,
.custom-select .select-button {
    flex: 1;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid #E6E8EC;
    background: #FFF;
    font-family: Inter, sans-serif;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.popup-field input:focus {
    outline: none;
    border-color: #8451E5;
}

.custom-select {
    position: relative;
    flex: 1;
}

.select-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    box-sizing: border-box;
}

.custom-select.open .select-button {
    border-color: #8451E5;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select-button .arrow {
    transition: transform 0.3s;
}

.custom-select.open .select-button .arrow {
    transform: rotate(180deg);
}

.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #8451E5;
    border-top: none;
    border-radius: 0 0 12px 12px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    display: none;
    box-sizing: border-box;
    margin-top: -1px;
}

.custom-select.open .select-options {
    display: block;
}

.select-options label {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    transition: background 0.2s;
}

.select-options label:hover {
    background: #F2EBF7;
}

.select-options input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin: 0 12px 0 0;
    padding: 0;
    flex: 0 0 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.75 3H5.25C4.00736 3 3 4.00736 3 5.25V18.75C3 19.9926 4.00736 21 5.25 21H18.75C19.9926 21 21 19.9926 21 18.75V5.25C21 4.00736 19.9926 3 18.75 3Z' stroke='%23061C3D' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
    background-size: contain;
    cursor: pointer;
    border: none;
    outline: none;
}

.select-options input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.75 2.25H5.25C4.45462 2.25087 3.69206 2.56722 3.12964 3.12964C2.56722 3.69206 2.25087 4.45462 2.25 5.25V18.75C2.25087 19.5454 2.56722 20.3079 3.12964 20.8704C3.69206 21.4328 4.45462 21.7491 5.25 21.75H18.75C19.5454 21.7491 20.3079 21.4328 20.8704 20.8704C21.4328 20.3079 21.7491 19.5454 21.75 18.75V5.25C21.7491 4.45462 21.4328 3.69206 20.8704 3.12964C20.3079 2.56722 19.5454 2.25087 18.75 2.25ZM17.0742 8.73234L10.7742 16.2323C10.7051 16.3147 10.6191 16.3812 10.5221 16.4273C10.425 16.4735 10.3192 16.4983 10.2117 16.5H10.1991C10.0939 16.5 9.99 16.4778 9.89398 16.435C9.79797 16.3922 9.71202 16.3297 9.64172 16.2516L6.94172 13.2516C6.87315 13.1788 6.81981 13.0931 6.78483 12.9995C6.74986 12.9059 6.73395 12.8062 6.73805 12.7063C6.74215 12.6064 6.76617 12.5084 6.8087 12.4179C6.85124 12.3275 6.91142 12.2464 6.98572 12.1796C7.06002 12.1127 7.14694 12.0614 7.24136 12.0286C7.33579 11.9958 7.43581 11.9822 7.53556 11.9886C7.63531 11.995 7.73277 12.0213 7.82222 12.0659C7.91166 12.1106 7.99128 12.1726 8.05641 12.2484L10.1794 14.6072L15.9258 7.76766C16.0547 7.61863 16.237 7.52631 16.4335 7.51066C16.6299 7.49501 16.8246 7.55728 16.9754 7.68402C17.1263 7.81075 17.2212 7.99176 17.2397 8.18793C17.2582 8.3841 17.1988 8.57966 17.0742 8.73234Z' fill='%238451E5'/%3E%3C/svg%3E");
}

.confirm-btn {
    padding: 10px 20px;
    border-radius: 12px;
    background: #061C3D;
    color: white;
    font-family: "Lexend Deca", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.confirm-btn:hover {
    background: #040E1F;
}

.custom-select .select-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid #E6E8EC;
    background: #FFF;
}

.custom-select .select-button span {
    flex: 1;
    min-width: 0; /* ← ЭТО ВСЁ, ЧТО НУЖНО! */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #787486 !important;
    font-size: 16px;
    font-family: Inter, sans-serif;
}

.custom-select .select-button .arrow {
    flex-shrink: 0;
}

/* СКРЫТИЕ СКРОЛЛБАРА (НО ПРОКРУТКА РАБОТАЕТ) */
.custom-select .select-options {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.custom-select .select-options::-webkit-scrollbar {
    display: none;
}
/* End */
/* /bitrix/templates/E-gorc/css/home-page.css?178004500867112 */
/* /bitrix/templates/E-gorc/css/job-alerts-popup.css?17732093516563 */
