/* _content/Cargo.UI.Landing/Shared/Components/BlockHeader.razor.rz.scp.css */
.block-header[b-u6i7zkb70g] {
    font-family: var(--font-family-primary);
    color: var(--black);
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
    width: 80%;
}

.block-header.text-white[b-u6i7zkb70g] {
    color: var(--white);
}

/* Responsive Design */
@media (max-width: 992px) {
    .block-header[b-u6i7zkb70g] {
        font-size: 30px;
        line-height: 36px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .block-header[b-u6i7zkb70g] {
        font-size: 26px;
        line-height: 32px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .block-header[b-u6i7zkb70g] {
        font-size: 22px;
        line-height: 28px;
        width: 100%;
    }
}

/* _content/Cargo.UI.Landing/Shared/Components/BlockSubHeader.razor.rz.scp.css */
.block-sub-header[b-4khq8jj09m] {
    color: var(--gray-800);
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    width: 80%;
}

.block-sub-header.text-white[b-4khq8jj09m] {
    color: var(--white);
}

/* Responsive Design */
@media (max-width: 992px) {
    .block-sub-header[b-4khq8jj09m] {
        font-size: 22px;
        line-height: 28px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .block-sub-header[b-4khq8jj09m] {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .block-sub-header[b-4khq8jj09m] {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
    }
}

/* _content/Cargo.UI.Landing/Shared/Components/ConfirmModal.razor.rz.scp.css */
/* Стили для модального окна благодарности */
.thank-you-modal[b-ct4l014qge] {
    background: #FFFFFF;
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 100%;
    min-width: 900px;
    box-sizing: border-box;
}

.thank-you-modal .modal-content[b-ct4l014qge] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
}

.thank-you-modal .manager-photo-section[b-ct4l014qge] {
    -webkit-flex: 0 0 400px;
    flex: 0 0 400px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    position: relative;
    background: #F5F5F5;
    max-height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}

.thank-you-modal .manager-photo[b-ct4l014qge] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.thank-you-modal .manager-photo img[b-ct4l014qge] {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius);
    display: block;
}

.thank-you-modal .manager-info[b-ct4l014qge] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 16px 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    z-index: 1;
}

.thank-you-modal .manager-name p[b-ct4l014qge] {
    margin: 0;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.thank-you-modal .manager-name p:first-child[b-ct4l014qge] {
    font-size: 1.25rem;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.thank-you-modal .manager-name p:last-child[b-ct4l014qge] {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 500;
}

.thank-you-modal .thank-you-content[b-ct4l014qge] {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding: 3rem;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 500px;
    width: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.thank-you-modal .thank-you-content h2[b-ct4l014qge] {
    font-size: 2rem;
    font-weight: 600;
    color: #333333;
    margin: 0 0 1rem 0;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.2;
    max-width: 100%;
}

.thank-you-modal .response-time[b-ct4l014qge] {
    font-size: 1.125rem;
    color: #666666;
    margin: 0;
    max-width: 480px;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.4;
}

.thank-you-modal .divider[b-ct4l014qge] {
    height: 1px;
    background: #E5E5E5;
    margin: 2rem 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.thank-you-modal .contact-section h3[b-ct4l014qge] {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333333;
    margin: 0 0 1.5rem 0;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.2;
    max-width: 100%;
}

.thank-you-modal .contact-options[b-ct4l014qge] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.thank-you-modal .contact-option[b-ct4l014qge] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 1rem;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.thank-you-modal .contact-icon[b-ct4l014qge] {
    width: 2.5rem;
    height: 2.5rem;
    background: #F5F5F5;
    border-radius: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #333333;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.thank-you-modal .contact-info[b-ct4l014qge] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.thank-you-modal .contact-info>span[b-ct4l014qge] {
    font-size: 1rem;
    color: #666666;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.4;
}

.thank-you-modal .phone-number[b-ct4l014qge] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.4;
}

.thank-you-modal .work-hours[b-ct4l014qge] {
    font-size: 0.875rem;
    color: #999999;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.4;
}

.thank-you-modal .messenger-links[b-ct4l014qge] {
    display: -webkit-flex;
    display: flex;
    gap: 0.75rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.thank-you-modal .messenger-link[b-ct4l014qge] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.thank-you-modal .messenger-link.whatsapp[b-ct4l014qge] {
    background: #25D366;
    color: #FFFFFF;
}

.thank-you-modal .messenger-link.telegram[b-ct4l014qge] {
    background: #229ED9;
    color: #FFFFFF;
}

.thank-you-modal .messenger-link img[b-ct4l014qge] {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .thank-you-modal[b-ct4l014qge] {
        min-width: 0;
    }

    .thank-you-modal .modal-content[b-ct4l014qge] {
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: auto;
    }

    .thank-you-modal .manager-photo-section[b-ct4l014qge] {
        display: none;
    }

    .thank-you-modal .thank-you-content[b-ct4l014qge] {
        padding: 2rem;
        min-width: 0;
        width: 100%;
    }
    
    .thank-you-modal .thank-you-content h2[b-ct4l014qge] {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .thank-you-modal .thank-you-content[b-ct4l014qge] {
        padding: 1.5rem;
    }

    .thank-you-modal .thank-you-content h2[b-ct4l014qge] {
        font-size: 1.5rem;
    }

    .thank-you-modal .response-time[b-ct4l014qge] {
        font-size: 1rem;
    }

    .thank-you-modal .contact-section h3[b-ct4l014qge] {
        font-size: 1.25rem;
    }

    .thank-you-modal .contact-options[b-ct4l014qge] {
        gap: 1.25rem;
    }

    .thank-you-modal .contact-icon[b-ct4l014qge] {
        width: 2.25rem;
        height: 2.25rem;
    }

    .thank-you-modal .messenger-link[b-ct4l014qge] {
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .thank-you-modal .thank-you-content[b-ct4l014qge] {
        padding: 1rem;
    }

    .thank-you-modal .thank-you-content h2[b-ct4l014qge] {
        font-size: 1.25rem;
    }

    .thank-you-modal .response-time[b-ct4l014qge] {
        font-size: 0.875rem;
    }

    .thank-you-modal .contact-section h3[b-ct4l014qge] {
        font-size: 1.125rem;
    }

    .thank-you-modal .contact-options[b-ct4l014qge] {
        gap: 1rem;
    }

    .thank-you-modal .contact-icon[b-ct4l014qge] {
        width: 2rem;
        height: 2rem;
    }

    .thank-you-modal .messenger-link[b-ct4l014qge] {
        padding: 0.625rem 0.75rem;
        font-size: 0.875rem;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContactFormModal.razor.rz.scp.css */
/* Стили для модального окна консультации */
/* Глобальный стиль для переопределения overflow в modal-content */
.modal-body .consultation-modal[b-lb3bo5cgxb] {
    max-height: calc(90vh - 60px);
}

.consultation-modal[b-lb3bo5cgxb] {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.consultation-modal-content[b-lb3bo5cgxb] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.consultation-manager-section[b-lb3bo5cgxb] {
    -webkit-flex: 0 0 350px;
    flex: 0 0 350px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    background: #F5F5F5;
    max-height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.consultation-manager-photo[b-lb3bo5cgxb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.consultation-manager-photo img[b-lb3bo5cgxb] {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius);
    display: block;
}

.consultation-manager-info[b-lb3bo5cgxb] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 16px 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    z-index: 1;
}

.consultation-manager-name p[b-lb3bo5cgxb] {
    margin: 0;
    line-height: 1.4;
}

.consultation-manager-name p:first-child[b-lb3bo5cgxb] {
    font-size: 1.25rem;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.consultation-manager-name p:last-child[b-lb3bo5cgxb] {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 500;
}

.consultation-manager-description[b-lb3bo5cgxb] {
    display: none;
}

.consultation-form-section[b-lb3bo5cgxb] {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding: 0 2rem 2rem 2rem;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    overflow: visible;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
}

.consultation-form-section h2[b-lb3bo5cgxb] {
    font-weight: 600;
    color: #333333;
    margin: 2rem 0 1rem 0;
    padding-top: 0;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
    align-self: flex-start;
}

.consultation-form[b-lb3bo5cgxb] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.consultation-form > * + *[b-lb3bo5cgxb] {
    margin-top: 0.5rem;
}

.consultation-form-group[b-lb3bo5cgxb] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.consultation-form-group > * + *[b-lb3bo5cgxb] {
    margin-top: 8px;
}

.consultation-form-group label[b-lb3bo5cgxb] {
    font-size: 16px;
    color: #333333;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: normal;
    line-height: 1.4;
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.consultation-form-group input[b-lb3bo5cgxb],
.consultation-form-group textarea[b-lb3bo5cgxb] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.consultation-form-group input[b-lb3bo5cgxb]::placeholder,
.consultation-form-group textarea[b-lb3bo5cgxb]::placeholder {
    color: #999999;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.consultation-submit-btn[b-lb3bo5cgxb] {
    margin-top: 8px;
    padding: 16px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.consultation-submit-btn:hover[b-lb3bo5cgxb] {
    background: var(--primary-color-hover);
}

.consultation-disclaimer[b-lb3bo5cgxb] {
    margin-top: 16px;
    min-width: 0;
    width: 100%;
}

.consultation-disclaimer small[b-lb3bo5cgxb] {
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
    .consultation-modal-content[b-lb3bo5cgxb] {
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: auto;
    }

    .consultation-manager-section[b-lb3bo5cgxb] {
        display: none;
    }

    .consultation-form-section[b-lb3bo5cgxb] {
        padding: 2rem;
        min-width: 0;
        width: 100%;
    }
    
    .consultation-form[b-lb3bo5cgxb] {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .consultation-form-section[b-lb3bo5cgxb] {
        padding: 1.5rem;
    }

    .consultation-form-group[b-lb3bo5cgxb] {
        gap: 6px;
    }

    .consultation-form-group > * + *[b-lb3bo5cgxb] {
        margin-top: 6px;
    }

    .consultation-form-group label[b-lb3bo5cgxb] {
        font-size: 14px;
    }

    .consultation-submit-btn[b-lb3bo5cgxb] {
        padding: 14px;
        font-size: 14px;
    }

    .consultation-disclaimer small[b-lb3bo5cgxb] {
        font-size: 12px;
    }
}

@media (max-width: 576px) {

    .consultation-form-section[b-lb3bo5cgxb] {
        padding: 1rem;
    }

    .consultation-form-group[b-lb3bo5cgxb] {
        gap: 4px;
    }

    .consultation-form-group > * + *[b-lb3bo5cgxb] {
        margin-top: 4px;
    }

    .consultation-form-group label[b-lb3bo5cgxb] {
        font-size: 13px;
    }

    .consultation-submit-btn[b-lb3bo5cgxb] {
        padding: 12px;
        font-size: 13px;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlock.razor.rz.scp.css */
/* Responsive Design */
@media (max-width: 992px) {
    .content-block[b-dfqbkn53lz] {
        padding: 4rem 1rem !important;
    }
}

@media (max-width: 768px) {
    .content-block[b-dfqbkn53lz] {
        padding: 1.5rem 0.5rem !important;
    }
}

@media (max-width: 576px) {
    .content-block[b-dfqbkn53lz] {
        padding: 1rem 0.5rem !important;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/Advantages2Block.razor.rz.scp.css */
.ab2-container[b-odqzj66d5h] {
    display: flex;
    flex-direction: column;
}

.ab2-items[b-odqzj66d5h] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
}

.ab2-item[b-odqzj66d5h] {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid var(--primary-color);
    gap: 10px;
}

.ab2-item:hover[b-odqzj66d5h] {
    cursor: pointer;
    border: 1px solid #0095FF1A;
    background-color: #0095FF1A;
}

.ab2-item p[b-odqzj66d5h] {
    font-size: 20px;
    font-weight: 600;
}



/* Responsive Design */
@media (max-width: 992px) {
    .ab2-items[b-odqzj66d5h] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ab2-items[b-odqzj66d5h] {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .ab2-item[b-odqzj66d5h] {
        padding: 12px;
    }

    .ab2-item p[b-odqzj66d5h] {
        font-size: 18px;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/AdvantagesBlock.razor.rz.scp.css */
.ab-container[b-2cj85mq3ft] {
    display: flex;
    flex-direction: column;
    color: var(--white);
}

.ab-item[b-2cj85mq3ft] {
    width: 330px;
    height: 220px;
    border: 2px solid var(--white);
    border-radius: var(--border-radius);
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    margin: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, width 0.2s linear;
    overflow: hidden;
}

.ab-item .ab-item-header p[b-2cj85mq3ft] {
    margin-left: 0.5rem;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}

.ab-item:hover[b-2cj85mq3ft] {
    background-color: rgba(255, 255, 255, 0.15);
}

.ab-item-header[b-2cj85mq3ft] {
    height: 100px;
    gap: 1rem;
}


.tag[b-2cj85mq3ft] {
    position: relative;
    padding: 0.5rem 1rem;
    color: var(--primary-color);
    background: var(--white);
    border-radius: var(--border-radius);
    -webkit-transform: rotate(6.12deg);
    transform: rotate(6.12deg);
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
    gap: 0.5rem;
    left: 600px;
    top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.tag > *[b-2cj85mq3ft] {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .ab-item[b-2cj85mq3ft] {
        width: 280px;
        height: 200px;
        padding: 0.75rem;
    }

    .ab-item .ab-item-header p[b-2cj85mq3ft] {
        font-size: 20px;
        line-height: 24px;
    }

    .tag[b-2cj85mq3ft] {
        left: 400px;
        top: 30px;
    }
}

@media (max-width: 768px) {
    .ab-item[b-2cj85mq3ft] {
        width: 100%;
        height: 180px;
    }

    .ab-item .ab-item-header p[b-2cj85mq3ft] {
        font-size: 18px;
        line-height: 22px;
    }

    .tag[b-2cj85mq3ft] {
        left: 200px;
        top: 20px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .ab-item[b-2cj85mq3ft] {
        width: 100%;
        padding: 0.5rem;
    }

    .ab-item-header[b-2cj85mq3ft] {
        height: 80px;
    }

    .ab-item .ab-item-header p[b-2cj85mq3ft] {
        font-size: 16px;
        line-height: 20px;
    }

    .tag[b-2cj85mq3ft] {
        display: none;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/CasesBlock.razor.rz.scp.css */
.cs-btn[b-665x2bu3mt] {
    width: 480px;
    height: 90px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 22px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, width 0.2s linear;
}

.cs-btn-selected[b-665x2bu3mt] {
    background: var(--primary-color);
    color: var(--white);
}

.cs-btn-unselected[b-665x2bu3mt] {
    background: var(--white);
    color: var(--primary-color);
}

.cs-btn-unselected:hover[b-665x2bu3mt] {
    background: var(--lightest-color);
}

.case-info[b-665x2bu3mt] {
    width: 100%;
    margin-left: 2rem;
}

.cs-img-wide[b-665x2bu3mt] {
    width: 380px;
    height: 250px;
    border-radius: 10px;
}

.cs-img-slim[b-665x2bu3mt] {
    width: 200px;
    height: 250px;
    border-radius: 10px;
}

.case-item li[b-665x2bu3mt] {
    list-style-position: inside;
}

.case-item li[b-665x2bu3mt]::marker {
    font-size: 8px;
    color: var(--black);
}

/* Responsive Design */
@media (max-width: 992px) {
    .cs-btn[b-665x2bu3mt] {
        width: 100%;
        max-width: 480px;
        font-size: 18px;
    }

    .case-info[b-665x2bu3mt] {
        margin-left: 1rem;
    }

    .cs-img-wide[b-665x2bu3mt] {
        width: 100%;
        max-width: 380px;
    }

    .cs-img-slim[b-665x2bu3mt] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cs-btn[b-665x2bu3mt] {
        width: 100%;
        height: 80px;
    }

    .cs-container .flex-row[b-665x2bu3mt] {
        flex-direction: column;
    }

    .case-list[b-665x2bu3mt] {
        width: 100%;
        margin-bottom: 2rem;
    }

    .case-info[b-665x2bu3mt] {
        width: 100%;
        margin-left: 0;
    }

    .cs-img-wide[b-665x2bu3mt],
    .cs-img-slim[b-665x2bu3mt] {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 200px;
    }
}

@media (max-width: 576px) {
    .cs-btn[b-665x2bu3mt] {
        height: 70px;
        font-size: 18px;
    }

    .case-list[b-665x2bu3mt] {
        margin-bottom: 1.5rem;
    }

    .cs-img-wide[b-665x2bu3mt],
    .cs-img-slim[b-665x2bu3mt] {
        min-height: 150px;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/EmployeesBlock.razor.rz.scp.css */
.emp-container[b-w0xdf1j60e] {
    width: 100%;
}

.emp-card[b-w0xdf1j60e] {
    width: 360px;
    height: 590px;
    background: var(--gray-100);
    border-radius: var(--border-radius);
    padding: 1rem;
}

.emp-image[b-w0xdf1j60e] {
    width: 240px;
    height: 360px;
    border-radius: var(--border-radius);
}

.emp-name[b-w0xdf1j60e] {
    position: relative;
    top: -3rem;
    left: 1rem;
    background: var(--white);
    border-radius: var(--border-radius);
    border: 1px solid var(--primary-color);
    font-weight: 500;
    padding: 0.5rem;
    width: auto;
    display: inline-block;
}

/* Responsive Design */
@media (max-width: 992px) {
    .emp-card[b-w0xdf1j60e] {
        width: 320px;
        height: 550px;
    }

    .emp-image[b-w0xdf1j60e] {
        width: 200px;
        height: 320px;
    }
}

@media (max-width: 768px) {
    .emp-card[b-w0xdf1j60e] {
        width: 100%;
        max-width: 350px;
        height: 520px;
    }

    .emp-image[b-w0xdf1j60e] {
        width: 180px;
        height: 280px;
    }

    .emp-name[b-w0xdf1j60e] {
        top: -2.5rem;
        left: 0.5rem;
    }
}

@media (max-width: 576px) {
    .emp-card[b-w0xdf1j60e] {
        height: 480px;
    }

    .emp-image[b-w0xdf1j60e] {
        width: 160px;
        height: 250px;
    }

    .emp-name[b-w0xdf1j60e] {
        top: -2rem;
        padding: 0.25rem;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/EmployeesCarousel.razor.rz.scp.css */
/* Employees Carousel - Modern Implementation */

/* Custom easing functions */
:root[b-06cs6jytje] {
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-in-out-cubic: cubic-bezier(0.65, 0, 0.35, 1);
    --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
}

.employees-carousel-container[b-06cs6jytje] {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 2rem 0;
}

/* Static grid when carousel is not needed */
.employees-carousel-container:not(.carousel-enabled) .carousel-track[b-06cs6jytje] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    transform: none !important;
    transition: none;
    cursor: default;
}

.employees-carousel-container:not(.carousel-enabled) .carousel-item[b-06cs6jytje] {
    flex: none;
    padding: 0;
}

.carousel-wrapper[b-06cs6jytje] {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    width: 100%;
}

.carousel-track[b-06cs6jytje] {
    display: flex;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    /* Очень плавная остановка */
}

.carousel-track.no-transition[b-06cs6jytje] {
    transition: none !important;
}

.carousel-item[b-06cs6jytje] {
    flex: 0 0 33.333333%;
    padding: 0 1rem;
    min-width: 0;
    box-sizing: border-box;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* Employee Card Styles */
.emp-card[b-06cs6jytje] {
    width: 100%;
    height: 620px;
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.emp-card:hover[b-06cs6jytje] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.emp-image[b-06cs6jytje] {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.emp-image img[b-06cs6jytje] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    /* Фокус на верхней части фото */
    transition: transform 0.3s ease;
}

.emp-card:hover .emp-image img[b-06cs6jytje] {
    transform: scale(1.02);
}

.emp-name[b-06cs6jytje] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 16px 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.emp-name p[b-06cs6jytje] {
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.emp-name p:first-child[b-06cs6jytje] {
    font-size: 1.25rem;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.emp-name p:last-child[b-06cs6jytje] {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 500;
}

.emp-card-content[b-06cs6jytje] {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.emp-card p:not(.emp-name p)[b-06cs6jytje] {
    margin: 0;
    color: var(--gray-700);
    line-height: 1.6;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.emp-details-link[b-06cs6jytje] {
    color: var(--primary-color);
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    margin-top: auto !important;
    padding-top: 1.25rem;
}

.emp-details-link:hover[b-06cs6jytje] {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* Navigation Controls */
.carousel-control[b-06cs6jytje] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: var(--primary-color);
    color: var(--white);
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.carousel-control:hover[b-06cs6jytje] {
    background: var(--secondary-color);
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 6px 20px rgba(0, 149, 255, 0.4);
}

.carousel-control:active[b-06cs6jytje] {
    transform: translateY(-50%) scale(0.95);
}

/* Пульсирующая анимация */
@keyframes pulse-b-06cs6jytje {

    0%,
    100% {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    50% {
        box-shadow: 0 4px 16px rgba(0, 149, 255, 0.4);
    }
}

.carousel-control:not(:hover)[b-06cs6jytje] {
    animation: pulse-b-06cs6jytje 3s ease-in-out infinite;
}

.carousel-prev[b-06cs6jytje] {
    left: 1rem;
}

.carousel-next[b-06cs6jytje] {
    right: 1rem;
}

/* Progress Indicators */
.progress-indicator[b-06cs6jytje] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 0.75rem;
}

.progress-dot[b-06cs6jytje] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 149, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s var(--ease-out-cubic);
    position: relative;
}

.progress-dot[b-06cs6jytje]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary-color);
    transition: transform 0.3s var(--ease-out-cubic);
}

.progress-dot.active[b-06cs6jytje]::before {
    transform: translate(-50%, -50%) scale(1);
}

.progress-dot:hover[b-06cs6jytje] {
    background: rgba(0, 149, 255, 0.5);
    transform: scale(1.2);
}

/* Modal Styles (keeping existing) */
.employee-modal-image[b-06cs6jytje] {
    border-radius: var(--border-radius);
    width: 20rem;
    height: 20rem;
    object-fit: cover;
}

.employee-header[b-06cs6jytje] {
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 992px) {
    .employees-carousel-container[b-06cs6jytje] {
        max-width: 960px;
    }

    .carousel-item[b-06cs6jytje] {
        flex: 0 0 50%;
        padding: 0 0.75rem;
    }

    .emp-card[b-06cs6jytje] {
        height: 580px;
    }

    .emp-image[b-06cs6jytje] {
        height: 500px;
    }

    .emp-card-content[b-06cs6jytje] {
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .employees-carousel-container[b-06cs6jytje] {
        max-width: 540px;
        padding: 1.5rem 0;
    }

    .carousel-item[b-06cs6jytje] {
        flex: 0 0 100%;
        padding: 0 0.5rem;
    }

    .emp-card[b-06cs6jytje] {
        height: 560px;
    }

    .emp-image[b-06cs6jytje] {
        height: 500px;
    }

    .carousel-control[b-06cs6jytje] {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        opacity: 0.9;
    }

    .carousel-prev[b-06cs6jytje] {
        left: 0.5rem;
    }

    .carousel-next[b-06cs6jytje] {
        right: 0.5rem;
    }

    .emp-name[b-06cs6jytje] {
        padding: 14px 16px;
    }

    .emp-name p:first-child[b-06cs6jytje] {
        font-size: 1.15rem;
    }

    .emp-name p:last-child[b-06cs6jytje] {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .employees-carousel-container[b-06cs6jytje] {
        padding: 1rem 0;
    }

    .emp-card[b-06cs6jytje] {
        height: 540px;
    }

    .emp-image[b-06cs6jytje] {
        height: 500px;
    }

    .emp-card-content[b-06cs6jytje] {
        padding: 14px;
    }

    .carousel-control[b-06cs6jytje] {
        width: 35px;
        height: 35px;
        font-size: 1rem;
        opacity: 0.8;
    }

    .progress-dot[b-06cs6jytje] {
        width: 10px;
        height: 10px;
    }

    .emp-name[b-06cs6jytje] {
        padding: 12px 14px;
    }

    .emp-name p:first-child[b-06cs6jytje] {
        font-size: 1.1rem;
    }

    .emp-name p:last-child[b-06cs6jytje] {
        font-size: 0.9rem;
    }

    .emp-card p:not(.emp-name p)[b-06cs6jytje] {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .emp-details-link[b-06cs6jytje] {
        padding-top: 0.75rem;
        font-size: 0.9rem;
    }
}

/* Accessibility */
.carousel-control:focus[b-06cs6jytje],
.progress-dot:focus[b-06cs6jytje] {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Animation states */
.carousel-track.dragging[b-06cs6jytje] {
    transition: none;
    cursor: grabbing;
}

/* Loading state */
.carousel-item.loading[b-06cs6jytje] {
    opacity: 0.7;
    pointer-events: none;
}

/* Disable transition for instant position reset */
.carousel-track.no-transition[b-06cs6jytje] {
    transition: none !important;
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/HeadBlock.razor.rz.scp.css */
.hd-container[b-zqaouvv34b] {
    background: rgba(39, 75, 110, 0.8);
    border-radius: var(--border-radius);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-weight: 300;
    line-height: 24px;
    color: var(--white);
    overflow: visible;
    margin: 2rem 0;
    position: relative;
}

.head-photo[b-zqaouvv34b] {
    width: 450px;
    height: 650px;
    position: relative;
    overflow: hidden;
    background: transparent;
}

.head-photo img[b-zqaouvv34b] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.head-info[b-zqaouvv34b] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 16px 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.head-name p[b-zqaouvv34b] {
    margin: 0;
    line-height: 1.4;
}

.head-name p:first-child[b-zqaouvv34b] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.head-name p:last-child[b-zqaouvv34b] {
    font-size: 1rem;
    font-weight: 500;
}

.head-header[b-zqaouvv34b] {
    font-size: 26px;
    line-height: 26px;
    opacity: 0;
    transform: translateX(50px);
}

.head-text-paragraph[b-zqaouvv34b] {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateX(50px);
}

.in-view .head-header[b-zqaouvv34b] {
    animation: slideInFromRight-b-zqaouvv34b 0.5s ease-out 0.2s forwards;
}

.in-view .head-text-1[b-zqaouvv34b] {
    animation: slideInFromRight-b-zqaouvv34b 0.5s ease-out 0.4s forwards;
}

.in-view .head-text-2[b-zqaouvv34b] {
    animation: slideInFromRight-b-zqaouvv34b 0.5s ease-out 0.6s forwards;
}

.in-view .head-text-3[b-zqaouvv34b] {
    animation: slideInFromRight-b-zqaouvv34b 0.5s ease-out 0.8s forwards;
}

.hd-text[b-zqaouvv34b] {
    padding: 4rem 2rem 4rem 0;
}

.youtube-btn[b-zqaouvv34b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 40px;
    background-color: var(--primary-color);
    color: var(--primary-color);
    border: none;
    border-radius: var(--border-radius);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.youtube-btn:hover[b-zqaouvv34b] {
    background-color: var(--primary-color-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.youtube-btn:active[b-zqaouvv34b] {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.youtube-icon[b-zqaouvv34b] {
    position: relative;
}

.youtube-icon[b-zqaouvv34b]::before {
    content: '';
    position: absolute;
    left: -7px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 20px solid var(--white);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* Подпись в правом нижнем углу */
.head-signature[b-zqaouvv34b] {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 10;
    opacity: 0;
}

.in-view .head-signature[b-zqaouvv34b] {
    animation: fadeInSignature-b-zqaouvv34b 0.3s ease-out forwards;
}

.signature-svg[b-zqaouvv34b] {
    max-width: 200px;
    height: auto;
    display: block;
    width: 100%;
}

.signature-path[b-zqaouvv34b] {
    fill: #ffffff;
    stroke: none;
    stroke-width: 0;
    animation: none;
    visibility: visible;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 0s, clip-path 0s;
    transition: clip-path 0s;
}

.in-view .signature-path[b-zqaouvv34b] {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0);
    -webkit-transition: -webkit-clip-path 3.5s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, clip-path 3.5s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
    transition: clip-path 3.5s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

@keyframes fadeInSignature-b-zqaouvv34b {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes drawSignature-b-zqaouvv34b {
    0% {
        stroke-dashoffset: var(--path-length, 5000);
        fill: none;
        stroke-opacity: 1;
    }
    75% {
        stroke-dashoffset: 0;
        fill: none;
        stroke-opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        fill: var(--white);
        stroke-opacity: 0;
    }
}

@keyframes fadeIn-b-zqaouvv34b {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Анимация появления элементов справа налево */
@keyframes slideInFromRight-b-zqaouvv34b {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .head-photo[b-zqaouvv34b] {
        width: 350px;
        height: 550px;
    }

    .hd-text[b-zqaouvv34b] {
        padding: 3rem 1.5rem 3rem 0;
    }

    .head-header[b-zqaouvv34b] {
        font-size: 22px;
        line-height: 26px;
    }

    .head-text-paragraph[b-zqaouvv34b] {
        font-size: 16px;
        line-height: 22px;
    }

    .head-signature[b-zqaouvv34b] {
        bottom: 0.75rem;
        right: 0.75rem;
    }

    .signature-svg[b-zqaouvv34b] {
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .hd-container .flex-row[b-zqaouvv34b] {
        flex-direction: column;
        gap: 2rem;
    }

    .head-photo[b-zqaouvv34b] {
        width: 100%;
        max-width: 400px;
        height: 600px;
        margin: 0 auto;
    }

    .hd-text[b-zqaouvv34b] {
        padding: 2rem 1rem;
        margin: 0 !important;
    }

    .head-header[b-zqaouvv34b] {
        font-size: 20px;
        line-height: 24px;
    }

    .head-text-paragraph[b-zqaouvv34b] {
        font-size: 15px;
        line-height: 20px;
    }

    .head-signature[b-zqaouvv34b] {
        bottom: 0.5rem;
        right: 0.5rem;
    }

    .signature-svg[b-zqaouvv34b] {
        max-width: 120px;
    }
}

@media (max-width: 576px) {
    .head-photo[b-zqaouvv34b] {
        height: 500px;
    }

    .head-header[b-zqaouvv34b] {
        font-size: 18px;
        line-height: 22px;
    }

    .head-text-paragraph[b-zqaouvv34b] {
        font-size: 14px;
        line-height: 18px;
    }

    .youtube-btn[b-zqaouvv34b] {
        width: 50px;
        height: 35px;
    }

    .head-signature[b-zqaouvv34b] {
        bottom: 0.5rem;
        right: 0.5rem;
    }

    .signature-svg[b-zqaouvv34b] {
        max-width: 100px;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/MainBlock.razor.rz.scp.css */
/* Стили для всей секции */
#main[b-8x2qz56lml] {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.main-block-video[b-8x2qz56lml] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(15px);
    transform: scale(1.1);
    z-index: 0;
    /* По умолчанию видео видимо (для Chrome и других браузеров) */
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    /* Safari-специфичные стили */
    -webkit-transform: scale(1.1);
    -webkit-filter: blur(15px);
}

/* Для Safari: скрываем видео по умолчанию, показываем только когда оно готово */
.main-block-video.video-waiting[b-8x2qz56lml] {
    opacity: 0;
    visibility: hidden;
}

/* Показываем видео когда оно готово к воспроизведению */
.main-block-video.video-ready[b-8x2qz56lml] {
    opacity: 1;
    visibility: visible;
}

.main-block-fallback-image[b-8x2qz56lml] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(15px);
    transform: scale(1.1);
    z-index: 0;
    /* По умолчанию fallback скрыт (для Chrome и других браузеров) */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    -webkit-transform: scale(1.1);
    -webkit-filter: blur(15px);
}

/* Показываем fallback только для Safari или когда видео не работает */
.main-block-fallback-image.show-fallback[b-8x2qz56lml] {
    opacity: 1;
    visibility: visible;
}

/* Скрываем fallback когда видео готово */
.main-block-fallback-image.hidden[b-8x2qz56lml] {
    opacity: 0;
    visibility: hidden;
}

.main-block-overlay[b-8x2qz56lml] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
}

/* Белая подложка для плавного появления видео */
.main-block-white-fade[b-8x2qz56lml] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    /* Для Safari: более быстрое исчезновение, чтобы видео появилось раньше */
    animation: whiteFadeOut-b-8x2qz56lml 800ms ease-out 300ms forwards;
    -webkit-animation: whiteFadeOut 800ms ease-out 300ms forwards;
}

.diagonal-lines[b-8x2qz56lml] {
    width: 200px;
    height: 20px;
    background-color: var(--primary-color);
    transform: rotate(-80deg);
    position: absolute;
    top: 100px;
    left: calc(50% - 600px);
    box-shadow: 50px 50px 0px var(--primary-color), 100px 100px 0px var(--primary-color);
}

.main-block-container[b-8x2qz56lml] {
    z-index: 9;
    width: 100%;
    height: 100%;
    padding-top: var(--header-height);
    box-sizing: border-box;
}

.main-block-header[b-8x2qz56lml] {
    color: var(--black);
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    width: 90%;
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
    z-index: 9;
    opacity: 0;
    transform: translateX(100px);
    animation: slideInFromRight-b-8x2qz56lml 0.8s ease-out 0.2s forwards;
}

.main-block-description[b-8x2qz56lml] {
    width: 75%;
    margin-top: 0.8rem;
    color: var(--black);
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    z-index: 9;
    opacity: 0;
    transform: translateX(100px);
    animation: slideInFromRight-b-8x2qz56lml 0.8s ease-out 0.3s forwards;
}

.main-block-btn-hint[b-8x2qz56lml] {
    z-index: 9;
    font-weight: 600;
    opacity: 0;
    animation: fadeIn-b-8x2qz56lml 0.8s ease-out 1.4s forwards;
    color: var(--black);
}

.mb-btn[b-8x2qz56lml] {
    width: 30rem;
    z-index: 9;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid var(--black);
    color: var(--black);
    animation: fadeIn-b-8x2qz56lml 0.8s ease-out 1.2s forwards;
}

.mb-btn:hover[b-8x2qz56lml] {
    background: var(--white);
}

/* Стили для модального окна консультации */
.consultation-modal-content[b-8x2qz56lml] {
    padding: 0;
}

.modal-layout[b-8x2qz56lml] {
    display: flex;
    min-height: 400px;
}

/* Левая секция - менеджер */
.manager-section[b-8x2qz56lml] {
    flex: 1;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px 0 0 12px;
}

.manager-photo[b-8x2qz56lml] {
    margin-bottom: 1.5rem;
}

.manager-photo img[b-8x2qz56lml] {
    width: 200px;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.manager-info h4[b-8x2qz56lml] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

.manager-info p[b-8x2qz56lml] {
    font-size: 0.9rem;
    color: var(--gray-600);
    line-height: 1.5;
    margin: 0;
    font-style: italic;
}

/* Правая секция - форма */
.form-section[b-8x2qz56lml] {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.consultation-modal-content h3[b-8x2qz56lml] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark-color);
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
}

.consultation-form[b-8x2qz56lml] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group[b-8x2qz56lml] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-8x2qz56lml] {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--dark-color);
    margin: 0;
}

.form-input[b-8x2qz56lml],
.form-textarea[b-8x2qz56lml] {
    padding: 0.75rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: var(--transition-fast);
    background-color: var(--white);
}

.form-input:focus[b-8x2qz56lml],
.form-textarea:focus[b-8x2qz56lml] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 149, 255, 0.1);
}

.form-textarea[b-8x2qz56lml] {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
}

.consultation-submit-btn[b-8x2qz56lml] {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-fast);
    width: 100%;
}

.consultation-submit-btn:hover[b-8x2qz56lml] {
    background-color: var(--secondary-color);
    transform: translateY(-1px);
}

.form-disclaimer[b-8x2qz56lml] {
    margin-top: 1rem;
    text-align: left;
}

.form-disclaimer p[b-8x2qz56lml] {
    font-size: 0.8rem;
    color: var(--gray-600);
    line-height: 1.4;
    margin: 0 0 0.5rem 0;
}

.privacy-link[b-8x2qz56lml] {
    color: var(--primary-color);
    text-decoration: underline;
}

.privacy-link:hover[b-8x2qz56lml] {
    text-decoration: none;
}

.thank-you-link[b-8x2qz56lml] {
    font-size: 0.8rem;
    color: var(--gray-500);
    text-decoration: none;
    font-style: italic;
}

.thank-you-link:hover[b-8x2qz56lml] {
    color: var(--primary-color);
}

/* Анимация появления элементов справа налево */
@keyframes slideInFromRight-b-8x2qz56lml {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Анимация простого появления */
@keyframes fadeIn-b-8x2qz56lml {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Анимация исчезновения белой подложки */
@keyframes whiteFadeOut-b-8x2qz56lml {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes whiteFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .main-block-header[b-8x2qz56lml] {
        font-size: 40px;
        line-height: 46px;
        width: 100%;
    }

    .main-block-description[b-8x2qz56lml] {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
    }

    .mb-btn[b-8x2qz56lml] {
        width: 25rem;
    }

    .manager-photo img[b-8x2qz56lml] {
        width: 150px;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .main-block-header[b-8x2qz56lml] {
        font-size: 32px;
        line-height: 38px;
    }

    .main-block-description[b-8x2qz56lml] {
        font-size: 18px;
        line-height: 24px;
    }

    .mb-btn[b-8x2qz56lml] {
        width: 20rem;
        height: 70px;
        font-size: 18px;
    }

    .main-block-container[b-8x2qz56lml] {
        padding: 0 1rem;
    }

    .modal-layout[b-8x2qz56lml] {
        flex-direction: column;
    }

    .manager-section[b-8x2qz56lml] {
        border-radius: 12px 12px 0 0;
        padding: 1.5rem;
    }

    .manager-photo img[b-8x2qz56lml] {
        width: 120px;
        height: 160px;
    }

    .form-section[b-8x2qz56lml] {
        padding: 1.5rem;
    }

    .mb-label[b-8x2qz56lml] {
        left: 280px;
        top: -100px;
    }

    .mb-label p[b-8x2qz56lml] {
        top: -50px;
        left: 25px;
        font-size: 16px;
    }

    .mb-label p strong[b-8x2qz56lml] {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .main-block-header[b-8x2qz56lml] {
        font-size: 24px;
        line-height: 30px;
    }

    .main-block-description[b-8x2qz56lml] {
        font-size: 16px;
        line-height: 22px;
    }

    .mb-btn[b-8x2qz56lml] {
        width: 100%;
        height: 60px;
        font-size: 16px;
    }

    .main-block-container>div[b-8x2qz56lml] {
        margin-top: 20rem !important;
    }

    .manager-photo img[b-8x2qz56lml] {
        width: 100px;
        height: 140px;
    }

    .mb-label[b-8x2qz56lml] {
        display: none;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/PartnersBlock.razor.rz.scp.css */
.partners-container[b-nubqzvz3c3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 300px;
}

.partners-wrap[b-nubqzvz3c3] {
    height: 200px;
    position: relative;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    gap: 20px;
}

/*Если хочется чтобы было размытие по краям*/

/*.partners-wrap:before,*/
/*.partners-wrap:after {*/
/*    content: "";*/
/*    height: 100%;*/
/*    top: 0;*/
/*    width: 10%;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/

/*.partners-wrap:before {*/
/*    left: 0;*/
/*    background: linear-gradient(*/
/*            90deg,*/
/*            rgba(255, 255, 255, 1) 0%,*/
/*            rgba(255, 255, 255, 0) 100%*/
/*    );*/
/*}*/
/*.partners-wrap:after {*/
/*    right: 0;*/
/*    background: linear-gradient(*/
/*            90deg,*/
/*            rgba(255, 255, 255, 0) 0%,*/
/*            rgba(255, 255, 255, 1) 100%*/
/*    );*/
/*}*/

/*Если надо чтобы при наведении останавливалась карусель и выделялся объект */

.partners-item:hover[b-nubqzvz3c3] {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.partners-wrap:hover .partners-items[b-nubqzvz3c3] {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.partners-items[b-nubqzvz3c3] {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    min-width: 100%;
    animation: scroll-b-nubqzvz3c3 30s linear infinite;
    cursor: pointer;
}

.partners-item[b-nubqzvz3c3] {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    transition: all 0.1s ease-in-out;
}

    .partners-item img[b-nubqzvz3c3] {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

@keyframes scroll-b-nubqzvz3c3 {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(calc(-100% - 20px));
        transform: translateX(calc(-100% - 20px));
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/PhotoGalleryBlock.razor.rz.scp.css */
.gallery-container[b-p1z384l36c] {
    flex-direction: column;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: var(--container-width);
    margin: 0 auto;
}

.gallery-item[b-p1z384l36c] {
    border-radius: 10px;
    overflow: hidden;
}

.gallery-item img[b-p1z384l36c] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-container-column[b-p1z384l36c] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gallery-container-column:nth-child(1) .gallery-item:nth-child(1)[b-p1z384l36c],
.gallery-container-column:nth-child(2) .gallery-item:nth-child(2)[b-p1z384l36c] {
    height: 200px;
}

.gallery-container-column:nth-child(1) .gallery-item:nth-child(2)[b-p1z384l36c],
.gallery-container-column:nth-child(2) .gallery-item:nth-child(1)[b-p1z384l36c] {
    height: 250px;
}

.gallery-container-column:nth-child(3) .gallery-item[b-p1z384l36c] {
    height: 470px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .gallery-container[b-p1z384l36c] {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-container-column:nth-child(3) .gallery-item[b-p1z384l36c] {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .gallery-container[b-p1z384l36c] {
        grid-template-columns: 1fr;
    }

    .gallery-container-column:nth-child(1) .gallery-item:nth-child(1)[b-p1z384l36c],
    .gallery-container-column:nth-child(2) .gallery-item:nth-child(2)[b-p1z384l36c] {
        height: 180px;
    }

    .gallery-container-column:nth-child(1) .gallery-item:nth-child(2)[b-p1z384l36c],
    .gallery-container-column:nth-child(2) .gallery-item:nth-child(1)[b-p1z384l36c] {
        height: 220px;
    }

    .gallery-container-column:nth-child(3) .gallery-item[b-p1z384l36c] {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .gallery-container[b-p1z384l36c] {
        gap: 0.5rem;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/PriceBlock.razor.rz.scp.css */
.price-container[b-4l7qarh7bh] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.price-items[b-4l7qarh7bh] {
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: row;
}

.price-item[b-4l7qarh7bh] {
    border-radius: 10px;
    opacity: 77%;
    height: 160px;
    background-size: auto 160px;
    padding: 20px;
    cursor: pointer;
}

.price-item:nth-child(1)[b-4l7qarh7bh] {
    background: #FFFFFF url('images/calculator/products.png') no-repeat right center /50%;
}

.price-item:nth-child(2)[b-4l7qarh7bh] {
    background: #FFFFFF url('images/calculator/car.png') no-repeat right center /60%;
}

.price-item:nth-child(3)[b-4l7qarh7bh] {
    background: #FFFFFF url('images/calculator/packs.png') no-repeat right center /40%;
}

.price-item:nth-child(4)[b-4l7qarh7bh] {
    background: #FFFFFF url('images/calculator/car2.png') no-repeat right center /60%;
}

.price-item:nth-child(5)[b-4l7qarh7bh] {
    background: #FFFFFF url('images/calculator/packs2.png') no-repeat right center /20%;
}


.price-item:hover[b-4l7qarh7bh] {
    opacity: 100%;
}

.price-item.wide[b-4l7qarh7bh] {
    grid-column: span 2;
}

.price-item-head[b-4l7qarh7bh] {
    font-size: 25px;
    font-weight: 600;
    color: var(--primary-color);
}

.price-container button[b-4l7qarh7bh] {
    padding: 0 1rem;
    height: 63px;
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .price-items[b-4l7qarh7bh] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .price-items[b-4l7qarh7bh] {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }

    .price-item[b-4l7qarh7bh] {
        height: 140px;
        background-size: auto 140px;
    }

    .price-item.wide[b-4l7qarh7bh] {
        grid-column: 1;
    }

}

@media (max-width: 576px) {
    .price-item-head[b-4l7qarh7bh] {
        font-size: 20px;
    }

    .price-item[b-4l7qarh7bh] {
        height: 120px;
        background-size: auto 120px;
        padding: 15px;
    }

    .price-container button[b-4l7qarh7bh] {
        height: 55px;
        font-size: 18px;
    }
}

.price-btn-hint[b-4l7qarh7bh] {
    margin: 0;
}

/* Скрываем подпись рядом с кнопкой на маленьких экранах */
@media (max-width: 768px) {
    .price-btn-hint[b-4l7qarh7bh] {
        display: none;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/QuestionsBlock.razor.rz.scp.css */
.questions-container[b-yx9oc974jl] {
    display: flex;
    flex-direction: row;
    width: 95%;
    max-width: var(--container-width);
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    padding: 30px;
    gap: 75px;
}

.questions-manager_description[b-yx9oc974jl] {
    font-size: 14px;
    font-style: italic;
    line-height: 100%;
}

.questions-manager_img[b-yx9oc974jl] {
    width: 100%;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.questions-manager_img img[b-yx9oc974jl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
}

.questions-manager_info[b-yx9oc974jl] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 16px 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.questions-manager_name[b-yx9oc974jl] {
    font-size: 1.25rem;
    color: var(--dark-color);
    font-weight: 600;
    margin: 0;
    margin-bottom: 4px;
    line-height: 1.4;
}

.questions-manager_position-wrapper[b-yx9oc974jl] {
    position: relative;
}

.questions-manager_position[b-yx9oc974jl] {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    cursor: help;
}

.questions-manager_tooltip[b-yx9oc974jl] {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-style: italic;
    line-height: 1.4;
    color: #666666;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}

.questions-manager_tooltip[b-yx9oc974jl]::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 24px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(255, 255, 255, 0.95);
}

.questions-manager_position-wrapper:hover .questions-manager_tooltip[b-yx9oc974jl] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.questions-form_description[b-yx9oc974jl] {
    font-size: 12px;
    line-height: 100%;
}

.questions-form label[b-yx9oc974jl] {
    font-size: 20px;
}

.questions-form_header[b-yx9oc974jl] {
    font-size: 30px;
}

.questions-form_sub-header[b-yx9oc974jl] {
    font-size: 22px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .questions-container[b-yx9oc974jl] {
        width: 100%;
        gap: 50px;
    }

    .questions-manager_img[b-yx9oc974jl] {
        height: 500px;
    }

    .questions-form_header[b-yx9oc974jl] {
        font-size: 26px;
    }

    .questions-form_sub-header[b-yx9oc974jl] {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .questions-container[b-yx9oc974jl] {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }

    .questions-manager_img[b-yx9oc974jl] {
        display: none;
    }

    .questions-form_header[b-yx9oc974jl] {
        font-size: 22px;
    }

    .questions-form_sub-header[b-yx9oc974jl] {
        font-size: 18px;
    }

    .questions-form label[b-yx9oc974jl] {
        font-size: 18px;
    }

    .questions-form_description[b-yx9oc974jl] {
        font-size: 11px;
    }

    .questions-manager_description[b-yx9oc974jl] {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .questions-container[b-yx9oc974jl] {
        padding: 15px;
        gap: 20px;
    }

    .questions-manager_img[b-yx9oc974jl] {
        display: none;
    }

    .questions-form_header[b-yx9oc974jl] {
        font-size: 20px;
    }

    .questions-form_sub-header[b-yx9oc974jl] {
        font-size: 16px;
    }

    .questions-form label[b-yx9oc974jl] {
        font-size: 16px;
    }

    .questions-form_description[b-yx9oc974jl] {
        font-size: 10px;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/ReviewsBlock.razor.rz.scp.css */
.reviews-container[b-5duegf91ly] {
    display: flex;
    flex-direction: column;
    padding-bottom: 10rem;
    width: 100%;
}

.reviews-container p[b-5duegf91ly] {
    font-size: 30px;
}

.reviews-items[b-5duegf91ly] {
    justify-content: space-around;
}

.reviews-item[b-5duegf91ly] {
    width: 320px;
    height: 440px;
    background-color: var(--gray-200);
}

.reviews-item img[b-5duegf91ly] {
    height: auto;
    width: 100%;
}

/* Responsive Design */
@media (max-width: 992px) {
    .reviews-container p[b-5duegf91ly] {
        font-size: 24px;
    }

    .reviews-item[b-5duegf91ly] {
        width: 280px;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .reviews-container[b-5duegf91ly] {
        padding-bottom: 5rem;
    }

    .reviews-container p[b-5duegf91ly] {
        font-size: 20px;
    }

    .reviews-item[b-5duegf91ly] {
        width: 100%;
        max-width: 350px;
        height: auto;
        min-height: 350px;
    }
}

@media (max-width: 576px) {
    .reviews-item[b-5duegf91ly] {
        width: 100%;
        min-height: 300px;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/StatisticsBlock.razor.rz.scp.css */
.st-container[b-jk9jiy18mm] {
    width: 100%;
    padding-bottom: 3rem;
}

.stat-items-container[b-jk9jiy18mm] {
    max-width: 420px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.stat-item[b-jk9jiy18mm] {
    margin: 0.5rem;
    width: 200px;
    height: 100px;
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
}

.stat-item-header[b-jk9jiy18mm] {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
    color: var(--primary-color);
}

.volume-chart[b-jk9jiy18mm] {
    width: 100%;
    height: 430px;
}

/* Шрифты для подписей графика ApexCharts */
.volume-chart :deep(tspan)[b-jk9jiy18mm] {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
}

/* Responsive Design */
@media (max-width: 992px) {
    .stat-items-container[b-jk9jiy18mm] {
        max-width: 100%;
    }

    .stat-item[b-jk9jiy18mm] {
        width: 180px;
        height: 90px;
    }

    .stat-item-header[b-jk9jiy18mm] {
        font-size: 30px;
        line-height: 36px;
    }

    .volume-chart[b-jk9jiy18mm] {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .stat-item[b-jk9jiy18mm] {
        width: 150px;
        height: 80px;
    }

    .stat-item-header[b-jk9jiy18mm] {
        font-size: 26px;
        line-height: 32px;
    }

    .volume-chart[b-jk9jiy18mm] {
        display: none;
    }
}

@media (max-width: 576px) {
    .stat-item[b-jk9jiy18mm] {
        height: 70px;
    }

    .stat-item-header[b-jk9jiy18mm] {
        font-size: 22px;
        line-height: 28px;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/ContentBlocks/VacanciesBlock.razor.rz.scp.css */
.cs-container[b-k3q2hntmg8] {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}

.vacancy-tabs[b-k3q2hntmg8] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 1rem;
}

.vacancy-tab[b-k3q2hntmg8] {
    padding: 0.75rem 2rem;
    font-size: 1.2rem;
    color: var(--black);
    background: transparent;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all 0.3s ease;
}

.vacancy-tab:hover[b-k3q2hntmg8] {
    color: var(--white);
    background: var(--primary-color-hover);
}

.vacancy-tab-selected[b-k3q2hntmg8] {
    color: white;
    background: var(--primary-color);
}

.case-info[b-k3q2hntmg8] {
    flex-grow: 1;
}

.vacancy-title[b-k3q2hntmg8] {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.vacancy-content[b-k3q2hntmg8] {
    display: flex;
    gap: 2rem;
}

.vacancy-info[b-k3q2hntmg8] {
    display: flex;
    gap: 2rem;
    flex: 1;
}

.requirements-column[b-k3q2hntmg8],
.additional-info-column[b-k3q2hntmg8] {
    flex: 1;
}

.requirements-column h3[b-k3q2hntmg8],
.additional-info-column h3[b-k3q2hntmg8] {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.info-block[b-k3q2hntmg8] {
    margin-bottom: 2rem;
}

.info-block h4[b-k3q2hntmg8] {
    font-size: 1.2rem;
    color: var(--black);
    margin-bottom: 1rem;
}

.vacancy-image[b-k3q2hntmg8] {
    width: 400px;
    height: 500px;
    flex-shrink: 0;
    border-radius: var(--border-radius);
    border: 2px solid var(--primary-color);
    overflow: hidden;
}

.vacancy-image img[b-k3q2hntmg8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-item ul[b-k3q2hntmg8] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.case-item li[b-k3q2hntmg8] {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.case-item li[b-k3q2hntmg8]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

/* Responsive Design */
@media (max-width: 992px) {
    .vacancy-tabs[b-k3q2hntmg8] {
        gap: 0.5rem;
        overflow-x: auto;
    }

    .vacancy-tab[b-k3q2hntmg8] {
        padding: 0.5rem 1.5rem;
        font-size: 1rem;
        white-space: nowrap;
    }

    .vacancy-content[b-k3q2hntmg8] {
        gap: 1.5rem;
    }

    .vacancy-image[b-k3q2hntmg8] {
        display: none;
    }

    .vacancy-title[b-k3q2hntmg8] {
        font-size: 1.75rem;
    }

    .requirements-column h3[b-k3q2hntmg8],
    .additional-info-column h3[b-k3q2hntmg8] {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .vacancy-content[b-k3q2hntmg8] {
        flex-direction: column;
    }

    .vacancy-info[b-k3q2hntmg8] {
        flex-direction: column;
        gap: 1rem;
    }

    .vacancy-title[b-k3q2hntmg8] {
        font-size: 1.5rem;
    }

    .requirements-column h3[b-k3q2hntmg8],
    .additional-info-column h3[b-k3q2hntmg8] {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .vacancy-tab[b-k3q2hntmg8] {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .vacancy-title[b-k3q2hntmg8] {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }

    .requirements-column h3[b-k3q2hntmg8],
    .additional-info-column h3[b-k3q2hntmg8] {
        font-size: 1.1rem;
    }

    .info-block h4[b-k3q2hntmg8] {
        font-size: 1rem;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/EmployeeDetailsModal.razor.rz.scp.css */
/* Стили для модального окна деталей сотрудника */
.thank-you-modal[b-de4riawldh] {
    background: #FFFFFF;
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 100%;
    min-width: 900px;
    box-sizing: border-box;
}

.thank-you-modal .modal-content[b-de4riawldh] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
}

.thank-you-modal .manager-photo-section[b-de4riawldh] {
    -webkit-flex: 0 0 400px;
    flex: 0 0 400px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    position: relative;
    background: #F5F5F5;
    max-height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}

.thank-you-modal .manager-photo[b-de4riawldh] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.thank-you-modal .manager-photo img[b-de4riawldh] {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius);
    display: block;
}

.thank-you-modal .manager-info[b-de4riawldh] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 16px 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    z-index: 1;
}

.thank-you-modal .manager-name p[b-de4riawldh] {
    margin: 0;
    line-height: 1.4;
}

.thank-you-modal .manager-name p:first-child[b-de4riawldh] {
    font-size: 1.25rem;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.thank-you-modal .manager-name p:last-child[b-de4riawldh] {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 500;
}

.thank-you-modal .thank-you-content[b-de4riawldh] {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding: 3rem;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 500px;
    width: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.thank-you-modal .thank-you-content h2[b-de4riawldh] {
    font-size: 2rem;
    font-weight: 600;
    color: #333333;
    margin: 0 0 1rem 0;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
}

.thank-you-modal .response-time[b-de4riawldh] {
    font-size: 1.125rem;
    color: #666666;
    margin: 0;
    max-width: 480px;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.4;
}

.thank-you-modal .divider[b-de4riawldh] {
    height: 1px;
    background: #E5E5E5;
    margin: 2rem 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Responsive Design */
@media (max-width: 992px) {
    .thank-you-modal[b-de4riawldh] {
        min-width: 0;
    }

    .thank-you-modal .modal-content[b-de4riawldh] {
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: auto;
    }

    .thank-you-modal .manager-photo-section[b-de4riawldh] {
        display: none;
    }

    .thank-you-modal .thank-you-content[b-de4riawldh] {
        padding: 2rem;
        min-width: 0;
        width: 100%;
    }
    
    .thank-you-modal .thank-you-content h2[b-de4riawldh] {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .thank-you-modal .thank-you-content[b-de4riawldh] {
        padding: 1.5rem;
    }

    .thank-you-modal .thank-you-content h2[b-de4riawldh] {
        font-size: 1.5rem;
    }

    .thank-you-modal .response-time[b-de4riawldh] {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .thank-you-modal .thank-you-content[b-de4riawldh] {
        padding: 1rem;
    }

    .thank-you-modal .thank-you-content h2[b-de4riawldh] {
        font-size: 1.25rem;
    }

    .thank-you-modal .response-time[b-de4riawldh] {
        font-size: 0.875rem;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/Footer.razor.rz.scp.css */
footer[b-oqrpah6blj] {
    width: 100%;
    height: var(--footer-height);
    background-color: var(--primary-color);
    color: var(--white);
    font-weight: 400;
}

.footer-container[b-oqrpah6blj] {
    margin: 0 auto;
    max-width: var(--container-width);
    height: var(--footer-height);
    padding: 0.5rem 1rem;
}

.footer-wagon-container[b-oqrpah6blj] {
    width: 100%;
    margin: 0 auto;
    max-width: var(--container-width);
}

.footer-wagon-container2[b-oqrpah6blj] {
    width: 85%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.footer-wagon[b-oqrpah6blj] {
    width: 120px;
}

.footer-title[b-oqrpah6blj] {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.footer-description[b-oqrpah6blj] {
    font-size: 10px;
    line-height: 1.3;
}

.footer-logo[b-oqrpah6blj] {
    display: flex;
    gap: 10px;
    height: 100px;
}

.footer-logo>img[b-oqrpah6blj] {
    height: 80%;
}


.footer-social-icons[b-oqrpah6blj] {
    border-left: 2px solid var(--light-color);
    border-right: 2px solid var(--light-color);
    padding: 0.5rem 2rem;
}

.footer-social-icons a[b-oqrpah6blj] {
    text-decoration: none;
}

.footer-phone-title[b-oqrpah6blj] {}

/* Responsive Design */
@media (max-width: 992px) {
    .footer-wagon-container2[b-oqrpah6blj] {
        width: 90%;
    }

    .footer-wagon[b-oqrpah6blj] {
        width: 100px;
    }

    .footer-title[b-oqrpah6blj] {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    footer[b-oqrpah6blj] {
        height: auto;
        min-height: var(--footer-height);
        padding: 1rem 0;
    }

    .footer-container[b-oqrpah6blj] {
        height: auto;
        padding: 1rem;
    }

    .footer-wagon-container2[b-oqrpah6blj] {
        width: 100%;
        justify-content: center;
    }

    .footer-wagon[b-oqrpah6blj] {
        width: 80px;
    }

    .footer-logo[b-oqrpah6blj] {
        align-items: center;
    }

    .footer-phone[b-oqrpah6blj] {
        display: none;
    }

    .footer-social-icons[b-oqrpah6blj] {
        border-left: none;
        border-right: none;
        border-top: 2px solid var(--light-color);
        border-bottom: 2px solid var(--light-color);
        padding: 1rem 0;
    }
}

@media (max-width: 576px) {
    .footer-title[b-oqrpah6blj] {
        font-size: 16px;
    }

    .footer-description[b-oqrpah6blj] {
        font-size: 9px;
    }

    .footer-wagon[b-oqrpah6blj] {
        width: 60px;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/Header.razor.rz.scp.css */
/* ===== HEADER ===== */
.header[b-0ie8kd3okb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    background: var(--white);
    box-shadow: var(--shadow-md);
    z-index: 1000;
    padding: 0 1.5rem;
}

.header-container[b-0ie8kd3okb] {
    max-width: var(--container-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Левая часть - меню */
.header-left[b-0ie8kd3okb] {
    display: flex;
    align-items: center;
    flex: 1;
}

/* Центральная часть - логотип */
.header-center[b-0ie8kd3okb] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

/* Правая часть - телефон и мобильное меню */
.header-right[b-0ie8kd3okb] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex: 1;
}

.logo-link[b-0ie8kd3okb] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo[b-0ie8kd3okb] {
    height: 80%;
}


/* Контактная информация */
.contact-info[b-0ie8kd3okb] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.phone-section[b-0ie8kd3okb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.consultation-link[b-0ie8kd3okb] {
    color: var(--primary-color);
    text-decoration: underline;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition-fast);
}

.consultation-link:hover[b-0ie8kd3okb] {
    color: var(--secondary-color);
    text-decoration: none;
}

/* Стили для выпадающего меню */
.dropdown-menu[b-0ie8kd3okb] {
    position: relative;
}

.dropdown-toggle[b-0ie8kd3okb] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: var(--border-radius);
    transition: var(--transition-fast);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-toggle:hover[b-0ie8kd3okb] {
    background: var(--gray-100);
}

.dropdown-icon[b-0ie8kd3okb] {
    font-size: 1.5rem;
    color: var(--gray-800);
    width: 24px;
    height: 24px;
    display: block;
}

.dropdown-content[b-0ie8kd3okb] {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white);
    box-shadow: var(--shadow-lg);
    border-radius: var(--border-radius);
    padding: 1rem 0;
    min-width: 300px;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition-normal);
}

.dropdown-content.show[b-0ie8kd3okb] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item[b-0ie8kd3okb] {
    display: block;
    padding: 0.75rem 1.5rem;
    color: var(--gray-800);
    text-decoration: none;
    transition: var(--transition-fast);
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.dropdown-item:hover[b-0ie8kd3okb] {
    background: var(--gray-100);
    font-weight: bold;
}

/* Мобильное меню (гамбургер) */
.mobile-menu-btn[b-0ie8kd3okb] {
    display: none;
    /* По умолчанию скрыт */
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: var(--border-radius);
    transition: var(--transition-fast);
}

.mobile-menu-btn:hover[b-0ie8kd3okb] {
    background: var(--gray-100);
}

.hamburger-icon[b-0ie8kd3okb] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 24px;
    height: 18px;
}

.hamburger-line[b-0ie8kd3okb] {
    width: 100%;
    height: 1rem;
    background: var(--primary-color);
    border-radius: 1rem;
    transition: var(--transition-fast);
}

.mobile-menu-btn.active .hamburger-line:nth-child(1)[b-0ie8kd3okb] {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-btn.active .hamburger-line:nth-child(2)[b-0ie8kd3okb] {
    opacity: 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3)[b-0ie8kd3okb] {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Мобильное меню (выпадающее) */
.mobile-menu[b-0ie8kd3okb] {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    background-color: var(--gray-100);
    box-shadow: var(--shadow-md);
    padding: 1rem 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: var(--transition-normal);
}

.mobile-menu.show[b-0ie8kd3okb] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-menu-item[b-0ie8kd3okb] {
    border-bottom: 1px solid var(--gray-200);
}

.mobile-menu-item a[b-0ie8kd3okb] {
    color: var(--dark-color);
    text-decoration: none;
    display: block;
    transition: var(--transition-fast);
}

.mobile-menu-item a:hover[b-0ie8kd3okb] {
    font-weight: bold;
}

.mobile-menu-item:last-child[b-0ie8kd3okb] {
    border-bottom: none;
}

/* Overlay для закрытия меню по клику вне области */
.menu-overlay[b-0ie8kd3okb] {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-normal);
}

.menu-overlay.show[b-0ie8kd3okb] {
    opacity: 1;
    visibility: visible;
}

/* Responsive Design */
@media (max-width: 992px) {
    .header[b-0ie8kd3okb] {
        padding: 0 1rem;
    }

    .dropdown-menu[b-0ie8kd3okb] {
        display: none;
    }

    .mobile-menu-btn[b-0ie8kd3okb] {
        display: block;
    }
}

@media (max-width: 768px) {
    .header[b-0ie8kd3okb] {
        padding: 0 0.5rem;
    }
}

@media (max-width: 576px) {
    .header-right[b-0ie8kd3okb] {
        min-width: 0;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/Modal.razor.rz.scp.css */
.modal-overlay[b-zad761knsp] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.modal-overlay.modal-show[b-zad761knsp] {
    display: flex;
    opacity: 1;
}

.modal-content[b-zad761knsp] {
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    position: relative;
    animation: modal-appear-b-zad761knsp 0.3s ease;
}

.modal-header[b-zad761knsp] {
    display: flex;
    justify-content: flex-end;
    padding: 16px 16px 0 16px;
}

.modal-close-btn[b-zad761knsp] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.modal-close-btn:hover[b-zad761knsp] {
    background-color: #f5f5f5;
    color: #333;
}

.modal-body[b-zad761knsp] {
    padding: 0 24px 24px 24px;
}

/* Анимация появления */
@keyframes modal-appear-b-zad761knsp {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-10px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Блокировка скролла на body */
body.modal-open[b-zad761knsp] {
    overflow: hidden;
}
/* _content/Cargo.UI.Landing/Shared/Components/Phone.razor.rz.scp.css */
.phone[b-7shccf8199] {
    font-family: "Montserrat", sans-serif;
    gap: 7px;
    font-size: 20px;
    font-weight: 500;
}

.phone-prefix[b-7shccf8199] {
    margin-right: 0.5rem;
}

/* Responsive Design */
@media (max-width: 992px) {
    .phone[b-7shccf8199] {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .phone[b-7shccf8199] {
        font-size: 16px;
    }

    .phone-prefix[b-7shccf8199],
    .phone-base[b-7shccf8199] {
        display: none;
    }
}

@media (max-width: 576px) {
    .phone[b-7shccf8199] {
        font-size: 14px;
    }
}
/* _content/Cargo.UI.Landing/Shared/Components/VacancyModal.razor.rz.scp.css */
/* Стили для модального окна вакансий */
.vacancy-modal[b-1xwdz94wyk] {
    background: #FFFFFF;
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 100%;
    min-width: 900px;
    box-sizing: border-box;
}

.vacancy-modal .modal-content[b-1xwdz94wyk] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
}

.vacancy-modal .manager-photo-section[b-1xwdz94wyk] {
    -webkit-flex: 0 0 400px;
    flex: 0 0 400px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    position: relative;
    background: #F5F5F5;
    max-height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}

.vacancy-modal .manager-photo[b-1xwdz94wyk] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.vacancy-modal .manager-photo img[b-1xwdz94wyk] {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    border-radius: var(--border-radius);
    display: block;
}

.vacancy-modal .manager-info[b-1xwdz94wyk] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 16px 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    z-index: 1;
}

.vacancy-modal .manager-name p[b-1xwdz94wyk] {
    margin: 0;
    line-height: 1.4;
}

.vacancy-modal .manager-name p:first-child[b-1xwdz94wyk] {
    font-size: 1.25rem;
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.vacancy-modal .manager-name p:last-child[b-1xwdz94wyk] {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 500;
}

.vacancy-modal .vacancy-content[b-1xwdz94wyk] {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding: 3rem;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 500px;
    width: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.vacancy-modal .vacancy-content h2[b-1xwdz94wyk] {
    font-size: 2rem;
    font-weight: 600;
    color: #333333;
    margin: 0 0 1rem 0;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
}

.vacancy-modal .vacancy-subtitle[b-1xwdz94wyk] {
    font-size: 1.125rem;
    color: #666666;
    margin: 0 0 3rem 0;
    max-width: 480px;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.4;
}

.vacancy-modal .contact-options[b-1xwdz94wyk] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vacancy-modal .contact-option[b-1xwdz94wyk] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 1rem;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vacancy-modal .contact-icon[b-1xwdz94wyk] {
    width: 2.5rem;
    height: 2.5rem;
    background: #F5F5F5;
    border-radius: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #333333;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.vacancy-modal .contact-info[b-1xwdz94wyk] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vacancy-modal .contact-info>span[b-1xwdz94wyk] {
    font-size: 1rem;
    color: #666666;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.4;
}

.vacancy-modal .email-link[b-1xwdz94wyk] {
    font-size: 1rem;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1.4;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.vacancy-modal .email-link:hover[b-1xwdz94wyk] {
    color: var(--primary-color);
    text-decoration: underline;
}

.vacancy-modal .messenger-links[b-1xwdz94wyk] {
    display: -webkit-flex;
    display: flex;
    gap: 0.75rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vacancy-modal .messenger-link[b-1xwdz94wyk] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.vacancy-modal .messenger-link.whatsapp[b-1xwdz94wyk] {
    background: #25D366;
    color: #FFFFFF;
}

.vacancy-modal .messenger-link.telegram[b-1xwdz94wyk] {
    background: #229ED9;
    color: #FFFFFF;
}

.vacancy-modal .messenger-link img[b-1xwdz94wyk] {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .vacancy-modal[b-1xwdz94wyk] {
        min-width: 0;
    }

    .vacancy-modal .modal-content[b-1xwdz94wyk] {
        -webkit-flex-direction: column;
        flex-direction: column;
        min-height: auto;
    }

    .vacancy-modal .manager-photo-section[b-1xwdz94wyk] {
        display: none;
    }

    .vacancy-modal .vacancy-content[b-1xwdz94wyk] {
        padding: 2rem;
        min-width: 0;
        width: 100%;
    }
    
    .vacancy-modal .vacancy-content h2[b-1xwdz94wyk] {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .vacancy-modal .vacancy-content[b-1xwdz94wyk] {
        padding: 1.5rem;
    }

    .vacancy-modal .vacancy-content h2[b-1xwdz94wyk] {
        font-size: 1.5rem;
    }

    .vacancy-modal .vacancy-subtitle[b-1xwdz94wyk] {
        font-size: 1rem;
    }

    .vacancy-modal .contact-options[b-1xwdz94wyk] {
        gap: 1.25rem;
    }

    .vacancy-modal .contact-icon[b-1xwdz94wyk] {
        width: 2.25rem;
        height: 2.25rem;
    }

    .vacancy-modal .messenger-link[b-1xwdz94wyk] {
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .vacancy-modal .vacancy-content[b-1xwdz94wyk] {
        padding: 1rem;
    }

    .vacancy-modal .vacancy-content h2[b-1xwdz94wyk] {
        font-size: 1.25rem;
    }

    .vacancy-modal .vacancy-subtitle[b-1xwdz94wyk] {
        font-size: 0.875rem;
    }

    .vacancy-modal .contact-options[b-1xwdz94wyk] {
        gap: 1rem;
    }

    .vacancy-modal .contact-icon[b-1xwdz94wyk] {
        width: 2rem;
        height: 2rem;
    }

    .vacancy-modal .messenger-link[b-1xwdz94wyk] {
        padding: 0.625rem 0.75rem;
        font-size: 0.875rem;
    }
}
