

/* Start:/bitrix/templates/E-gorc/css/home-page.css?176189443738621*/
@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: url('/bitrix/templates/E-gorc/img/mdi_remove.svg') no-repeat center;
    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: #061C3D;
    font-family: "Chiffon TRIAL";
    font-size: 64px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -4.48px;
}

.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 {
    display: flex;
    width: 120px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.logo-box img {
    width: 100%;
    height: auto;
}

.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 0 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 {
    display: flex;
    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: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
}

.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%;
    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;
    width: 24%;
    height: 680px;
}

.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%;
    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;
}

.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;
}

.pricing-card .job-posting span::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: center;
    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;
}

.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: "Enjoy access to all benefits for 1 year with this plan.";
    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;
}
/* End */


/* Start:/bitrix/templates/E-gorc/css/job-alerts-popup.css?17642492616563*/
.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?176189443738621 */
/* /bitrix/templates/E-gorc/css/job-alerts-popup.css?17642492616563 */
