

/* Start:/bitrix/templates/E-gorc/css/header.css?17617223241675*/
.header {
    display: flex;
    width: 1440px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    height: 84px;
    margin: 0 auto;
    background: transparent;
    position: relative;
    z-index: 10;
}

.header-left {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    cursor: pointer;
}

.header-divider {
    width: 1px;
    height: 32px;
    background: #E6E8EC;
    margin: 0 24px;
}

.nav {
    display: flex;
    gap: 24px;
}

.nav a {
    font-family: "Lexend Deca";
    text-decoration: none;
    color: #787486;
    font-size: 16px;
    font-weight: 400;
}

.nav a:hover {
    color: #061C3D;
}

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

.btn {
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    font-family: "Lexend Deca";
    font-weight: 500;
    line-height: 20px;
    border-radius: 12px;
}

.login-btn {
    background: transparent;
    color: #061C3D;
}

.signup-btn {
    background: #061C3D;
    color: white;
}

.lang-icon {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.avatar-container {
    display: flex;
    padding: 9px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 3.657px;
    border: 0.457px solid #E6E8EC;
    background: #FFF;
}

.avatar-icon {
    width: 30px;
    height: 30px;
}

.seeker-header .nav a[href="/cv-builder/"] {
    display: block;
}

.seeker-header .nav a[href="/pricing/"] {
    display: none;
}

.hiring-header .nav a[href="/cv-builder/"] {
    display: none;
}

.hiring-header .nav a[href="/pricing/"] {
    display: block;
}
/* End */


/* Start:/bitrix/templates/E-gorc/css/footer.css?17616590911767*/
.footer {
    display: flex;
    flex-direction: column;
    width: 1440px;
    padding: 48px 100px 32px 100px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--color-surface-page, #FFF);
    margin: 90px auto 40px auto;
    box-sizing: border-box;
}
.footer-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 40px;
}
.footer-column:first-child {
    max-width: 300px;
}
.footer-logo {
    width: 83px;
    height: 48px;
}
.footer-description {
    margin-top: 8px;
    color: #6A778B;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.footer-title {
    color: #061C3D;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}
.footer-menu {
    margin-top: 24px;
    list-style: none;
    padding: 0;
}
.footer-menu li {
    margin-bottom: 12px;
}
.footer-menu a {
    color: #787486;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}
.footer-menu a:hover {
    color: #061C3D;
}
.footer-divider {
    width: 100%;
    height: 1px;
    background: #E6E8EC;
    margin: 24px 0;
}
.footer-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.footer-copyright {
    color: #061C3D;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.footer-social {
    display: flex;
    gap: 12px;
}
.footer-social img {
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: opacity 0.2s;
}
.footer-social img:hover {
    opacity: 0.8;
}
/* End */
/* /bitrix/templates/E-gorc/css/header.css?17617223241675 */
/* /bitrix/templates/E-gorc/css/footer.css?17616590911767 */
