

/* Start:/bitrix/templates/E-gorc/css/event-listing.css?176174482712430*/
/* Custom Fonts */
@font-face {
    font-family: 'Chiffon TRIAL';
    src: url('/bitrix/templates/E-gorc/css/font/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/css/font/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/css/font/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/css/font/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/css/font/chiffon-trial-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* CSS Variables */
:root {
    --color-surface-page: #FFF;
    --color-text-information: #4772EA;
    --color-surface-warning: #FEF3C7;
    --color-text-warning: #F59E0B;
    --size-elements-180: 18px;
    --size-elements-240: 24px;
    --type-fontFamily-body: Inter;
    --type-fontSize-label-1: 14px;
    --type-lineHeight-body-2: 18px;
    --type-fontSize-body-1: 14px;
    --type-lineHeight-body-1: 20px;
    --type-fontSize-label-2: 12px;
    --type-lineHeight-label-2: 16px;
}

/* General Styles */
body {
    background-color: #F8FAFC;
    margin: 0;
    font-family: var(--type-fontFamily-body, Inter);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
}

*{
    margin: 0;
}

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

/* Hero Section */
.hero {
    width: 1440px;
    height: 465px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
    overflow: visible;
}

.hero-content {
    width: 570px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-title {
    color: #061C3D;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.72px;
}

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

/* Events Section */
.events-section {
    width: 1440px;
    margin: 36px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.events-content {
    width: 100%;
    max-width: 1440px;
}

.event-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.event-card {
    display: flex;
    width: calc(50% - 12px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 0px #F1F5F9;
}

.event-image {
    width: 220px;
    flex-shrink: 0;
    align-self: stretch;
}

.event-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px 0px 0px 12px;
}

.event-content {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 0px 12px 12px 0px;
    border-top: 1px solid #E6E8EC;
    border-right: 1px solid #E6E8EC;
    border-bottom: 1px solid #E6E8EC;
    background: var(--color-surface-page, #FFF);
}

.event-title {
    color: #061C3D;
    font-family: var(--type-fontFamily-body, Inter);
    font-size: var(--size-elements-180, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--size-elements-240, 24px);
    letter-spacing: -0.36px;
}

.event-meta {
    display: flex;
    align-items: center;
    gap: 4px;
}

.meta-icon {
    width: 18px;
    height: 18px;
}

.meta-date, .meta-location {
    color: #94A3B8;
    font-family: var(--type-fontFamily-body, Inter);
    font-size: var(--type-fontSize-label-1, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--type-lineHeight-body-2, 18px);
    letter-spacing: -0.28px;
}

.meta-location {
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-pricing {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.pricing-label {
    color: #94A3B8;
    font-family: var(--type-fontFamily-body, Inter);
    font-size: var(--type-fontSize-body-1, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--type-lineHeight-body-2, 18px);
}

.pricing-label.visitors, .pricing-label.standard, .pricing-label.early-bird {
    margin-right: 4px;
}

.pricing-tag {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
}

.pricing-tag.free {
    background: #EDF2FF;
}

.pricing-tag.free span {
    color: var(--color-text-information, #4772EA);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.pricing-tag.exhibitors {
    background: var(--color-surface-warning, #FEF3C7);
}

.pricing-tag.exhibitors span {
    color: var(--color-text-warning, #F59E0B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.pricing-tag.vip {
    background: #EDF2FF;
}

.pricing-tag.vip span {
    color: var(--color-text-information, #4772EA);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.pricing-tag.early-bird {
    background: #EDF2FF;
}

.pricing-tag.early-bird span {
    color: var(--color-text-information, #4772EA);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.pricing-tag.standard {
    background: var(--color-surface-warning, #FEF3C7);
}

.pricing-tag.standard span {
    color: var(--color-text-warning, #F59E0B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.event-organizer {
    display: flex;
    padding-top: 16px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #E6E8EC;
    width: 100%;
}

.organizer-logo-box {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 7.5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    border: 0.5px solid #E6E8EC;
}

.organizer-logo {
    width: 25px;
    height: 25px;
}

.organizer-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.organizer-label {
    color: #94A3B8;
    font-family: var(--type-fontFamily-body, Inter);
    font-size: var(--type-fontSize-label-2, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--type-lineHeight-label-2, 16px);
}

.organizer-name {
    color: #061C3D;
    font-family: Inter;
    font-size: var(--type-fontSize-body-1, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--type-lineHeight-body-1, 20px);
    letter-spacing: -0.28px;
}

.organizer-icon {
    width: 24px;
    height: 24px;
    margin-left: auto;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 40px;
}

.pagination-btn {
    padding: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-btn:disabled {
    opacity: 0.38;
    cursor: not-allowed;
}

.pagination-btn:disabled .pagination-icon,
.pagination-btn:disabled .pagination-text {
    opacity: 0.38;
}

.pagination-btn:not(:disabled) {
    color: #061C3D;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}

.pagination-btn:hover:not(:disabled) {
    color: #061C3D;
}

.pagination-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.next-btn .pagination-icon {
    margin-right: 0;
    margin-left: 8px;
}

.pagination-text {
    color: #061C3D;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}

.pagination-numbers {
    display: flex;
    gap: 8px;
}

.page-number {
    display: flex;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #061C3D;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

.page-number.active {
    background: #061C3D;
    color: #FFF;
}

.page-number:hover:not(.active) {
    background: #F1F5F9;
}

/* Footer */
.footer {
    display: flex;
    flex-direction: column;
    width: 1240px;
    padding: 48px 100px 32px 100px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #FFF;
    margin-bottom: 40px;
    margin-top: 90px;
}

.footer-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

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

/* Responsive Styles */
@media (max-width: 1440px) {
    .hero {
        width: 100%;
        padding: 0 20px;
    }

    .events-section {
        width: 100%;
        padding: 0 20px;
    }

    .footer {
        width: 100%;
        padding: 48px 20px 32px;
    }

    .event-list {
        justify-content: flex-start;
    }

    .event-card {
        width: calc(50% - 8px);
    }
}

@media (max-width: 768px) {
    .hero-content {
        width: 100%;
    }

    .event-list {
        width: 100%;
    }

    .event-card {
        width: 100%;
        flex-direction: column;
    }

    .event-image {
        width: 100%;
        height: 200px;
    }

    .event-img {
        border-radius: 12px 12px 0 0;
    }

    .event-content {
        border-radius: 0 0 12px 12px;
        border-left: 1px solid #E6E8EC;
    }

    .pagination {
        flex-wrap: wrap;
        gap: 8px;
    }

    .pagination-btn {
        padding: 8px;
    }

    .pagination-text {
        font-size: 14px;
        line-height: 24px;
    }

    .page-number {
        padding: 10px 14px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
        line-height: 40px;
    }

    .hero-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .event-pricing {
        flex-wrap: wrap;
        gap: 12px;
    }

    .pagination {
        flex-direction: column;
        align-items: center;
    }

    .pagination-numbers {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* End */
/* /bitrix/templates/E-gorc/css/event-listing.css?176174482712430 */
