
.company-page-body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    background-color: #ffffff;
    width: 100%;
}

.company-container {
    display: flex;
    width: 1531px;
    flex-direction: column;
    align-items: center;
}
.company-container-block {
    display: flex;
    width: 1531px;
    flex-direction: column;
    align-items: center;
}
.company-container-nine {
    display: flex;
    width: 1531px;
    flex-direction: column;
    align-items: center;
}

.company-container-one {
    display: flex;
    width: 1531px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 80px;
}

.company-container-two {
    display: flex;
    width: 1142px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.company-section-title-tree {
    color: var(--background, #F3F3F3);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 25px;
}
.company-section-title {
    font-family: 'Inter', sans-serif;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    color: var(--Text, #121212);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 100px;
}

.company-section-title-bg {
    border-radius: 30px;
    background: var(--Red, #CC2929);
    width: 1000px;
    height: 5px;
    margin-bottom: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.company-section-title-one {
    border-radius: 30px;
    background: var(--Red, #CC2929);
    width: 655px;
    height: 4px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.company-section-title-two {
    border-radius: 30px;
    background: var(--Red, #CC2929);
    width: 655px;
    height: 4px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.company-container-block-plus {
    display: flex;
    flex-direction: column;
}
.company-about-section-hero h2 {
    color: var(--First-color-text, #fff);
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.company-section-desc-one {
    color: var(--First-color-text, #FFF);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    width: 1290px;
    margin: 0;
}

.company-section-desc {
    font-family: 'Inter', sans-serif;
    width: 822px;
    color: var(--background, #F3F3F3);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.company-section-desc-two {
    color: var(--Text, #121212);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    width: 1104px;
    margin: 0;
    margin-bottom: 100px;
}

.company-about-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.company-about-section-hero {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}


.COMPANY-ABOUT-HERO {
    background-color: #2b2b2b;
    background-image: url(../images/hero-bg.svg);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-direction: column;
    align-items: center;

}

.COMPANY-ABOUT-EXPERIENCE {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 120px;
    align-self: stretch;
}

.COMPANY-ABOUT-MISSION {
    background-color: #2b2b2b;
    background-image: url(../images/mission-bg.svg);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 60px 0;
}
.COMPANY-ABOUT-MISSION-ONE {
    background-color: #2b2b2b;
    background-image: url(../images/mission-bg-one.svg);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 60px 0;
}

.COMPANY-ABOUT-PRINCIPLES {
    background: var(--background, #F3F3F3);
    color: #1a1a1a;
    padding-bottom: 100px;
}

.company-principles-grid {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}

.company-principle-card {
    color: #ffffff;
    flex: 1;
    text-align: left;
    display: flex;
    padding: 40px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 35px;
    background: var(--Footer, #2B2B2B);
    flex-direction: column;
}

.company-principle-card h3 {
    align-self: stretch;
    color: var(--First-color-text, #FFF);
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.company-principle-card p {
    color: var(--First-color-text, #FFF);
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    display: flex;
    height: 73px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    margin: 0;

}

.company-section-title-four {
    color: var(--Text, #121212);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-top: 100px;
    margin-bottom: 25px;
}

.COMPANY-SECTION-ORDER {
    background-color: #ffffff;
    padding: 102px 0 80px 0;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.company-title-order {
    color: var(--Text, #121212);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.company-desc-order {
    color: var(--Text, #121212);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    margin-bottom: 22.5px;
}

.company-btn-connect {
    display: flex;
    width: 324px;
    height: 60px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 50px;
    background: var(--Red, #CC2929);
    color: var(--First-color-text, #FFF);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.company-btn-connect:hover {
    background-color: #CC2929;
    border: 2px solid var(--Gray-500, #ffffff);
}

.company-about-section-plus {
    width: 100%;
    height: 100px;
    background: var(--background, #F3F3F3);
}

.company-section-title-seven{
    border-radius: 30px;
    background: var(--Red, #CC2929);
    width: 600px;
    height: 5px;
    flex-shrink: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 743px) {
    .company-title-order {
        font-size: 20px;
    }
    .company-title-order::after {
        width: 100px;
        min-width: auto;
    }

    .COMPANY-SECTION-ORDER {
        display: flex;
        padding: 50px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }

}

.refund-page-body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background-color: #f3f3f3;
    color: #1a1a1a;
}

.refund-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    min-height: 100vh;
}

.refund-card {
    background-color: #ffffff;
    width: 100%;
    max-width: 1244px;
    padding: 60px 60px;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    margin-bottom: 40px;
}

.refund-main-title {
    color: var(--Text, #121212);
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.refund-subtitle {
    color: var(--Text, #121212);
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 50px;
}

.refund-text {
    color: var(--Text, #121212);
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}

.refund-footer-note {
    opacity: 0.7;
    color: var(--Text, #121212);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    flex: 1 0 0;
    width: 100%;
    max-width: 1372px;
    margin: 0;
    margin-top: 20px;
}
.refund-footer-note-one {
    opacity: 0.7;
    color: var(--Text, #121212);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    flex: 1 0 0;
    width: 100%;
    max-width: 1372px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 60px;
}

@media (min-width: 744px) and (max-width: 1279px) {
    .refund-wrapper {
        padding: 60px 20px;
    }
    .refund-main-title {
        font-size: 50px;
    }
    .refund-subtitle {
        font-size: 26px;
    }
    .refund-text {
        font-size: 20px;
        line-height: 40px;
    }
    .refund-footer-note {
        width: 100%;
        font-size: 20px;
    }
    .refund-footer-note-one {
        font-size: 20px;
    }

}

@media (max-width: 743px) {
    .refund-card {
        padding: 40px 20px;
    }
    .refund-main-title {
        font-size: 24px;
        text-align: center;
    }
    .refund-subtitle {
        font-size: 20px;
    }
    .refund-wrapper {
        padding: 60px 10px;
    }
    .refund-footer-note {
        font-size: 12px;
    }
    .refund-text{
        font-size: 12px;
        line-height: 25px;
    }
    .refund-footer-note-one {
        font-size: 12px;
    }
}

.top-accent-line {
    border-radius: 30px;
    background: var(--Red, #CC2929);
    width: 1000px;
    height: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.legal-page-body {
    background-color: #F3F3F3;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.legal-wrapper {
    padding: 60px 0 60px 0;
    display: flex;
    justify-content: center;
}

.legal-card {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    border-radius: 40px;
    background: var(--First-color-text, #FFF);
    width: 100%;
    max-width: 1244px;
}

.legal-main-title {
    color: var(--Text, #121212);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.legal-subtitle {
    color: var(--Text, #121212);
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    margin-bottom: 20px;
}

.legal-text {
    color: var(--Text, #121212);
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}

@media screen  and (min-width: 1280px) and (max-width: 1440px) {
    .top-accent-line {
        width: 850px;
        height: 5px;
    }
}
@media screen  and (min-width: 1100px) and (max-width: 1279px) {
    .top-accent-line {
        width: 650px;
        height: 4px;
    }
}
@media screen  and (min-width: 744px) and (max-width: 1099px) {
    .top-accent-line {
        width: 450px;
        height: 5px;
    }
}
@media screen  and (min-width: 744px) and (max-width: 1279px) {
    .legal-wrapper {
        padding: 60px 20px 60px 20px;
    }
    .legal-main-title {
        font-size: 50px;
    }
    .legal-subtitle {
        font-size: 26px;
    }
    .legal-text {
        font-size: 20px;
        line-height: 40px;
    }
}

@media (max-width: 743px) {
    .legal-card {
        padding: 40px 20px;
    }
    .legal-main-title {
        font-size: 24px;
    }
    .legal-subtitle {
        font-size: 20px;
    }
    .top-accent-line {
        width: 250px;
        height: 3px;
    }
    .legal-text {
        font-size: 16px;
        line-height: 25px;
    }
    .legal-wrapper {
        padding: 60px 10px 60px 10px;
    }
}

.tariffs-page {
    background-color: #f2f2f2;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding-bottom: 80px;
}

.tariffs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

.tariffs-main-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}

.tariffs-subtitle {
    font-size: 18px;
    color: #444;
    margin-bottom: 40px;
}

.tariffs-toggle {
    display: inline-flex;
    background: #fff;
    padding: 5px;
    border-radius: 12px;
    margin-bottom: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.toggle-btn {
    padding: 12px 40px;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}

.toggle-btn.active {
    background-color: #c92424;
    color: #fff;
}

.tariffs-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.tariff-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    width: 350px;
    text-align: left;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.tariff-name {
    font-size: 20px;
    font-weight: 800;
    height: 50px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.speed-toggle {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.speed-badge {
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.speed-badge.active {
    background-color: #c92424;
    color: #fff;
}

.speed-badge.grey {
    background-color: #d1d1d1;
    color: #444;
}

.price-block {
    margin-bottom: 5px;
}

.price-value {
    font-size: 48px;
    font-weight: 800;
}

.price-period {
    font-size: 18px;
    color: #666;
}

.location-label {
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.tariff-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1;
}

.tariff-features li {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.check-icon {
    position: absolute;
    left: 0;
    color: #c92424;
}

.tariff-features small {
    display: block;
    font-weight: 400;
    color: #666;
    margin-top: 4px;
}

.tariff-order-btn {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 18px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
}

.tariff-order-btn:hover {
    background-color: #000;
    transform: scale(0.98);
}
.company-section-title-one-block {
    border-radius: 30px;
    background: var(--Red, #CC2929);
    width: 655px;
    height: 4px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
    .COMPANY-SECTION-ORDER {
        padding: 80px 50px;
    }
}
@media (min-width: 1280px) {
    .company-principle-card p {
        width: 536px;
    }
    .company-container-one {
        width: 100%;
        padding-bottom: 297px;
    }
}
@media (min-width: 744px) and (max-width: 1100px) {
    .company-principles-grid {
        grid-template-columns: auto;
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .company-section-title-two {
        width: 450px;
        height: 4px;
    }
    .company-section-desc {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .company-container-two {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    .company-section-desc-two {
        width: 100%;
    }

}

@media (min-width: 744px) and (max-width: 1279px) {
    .COMPANY-SECTION-ORDER {
        padding: 50px 20px;
    }
    .company-section-title-seven {
        width: 450px;
        height: 4px;
        flex-shrink: 0;
    }
    .company-section-title-four {
        font-size: 40px;
    }
    .company-principle-card p {
        width: 100%;
        font-size: 20px;
    }
    .company-principles-grid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .company-section-title-one-block {
        width: 450px;
        height: 4px;
    }

    .company-section-title-tree {
        font-size: 40px;
    }
    .company-section-title {
        font-size: 40px;
    }
    .company-section-desc-one {
        font-size: 20px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .company-container-one {
        width: 100%;
        padding-bottom: 80px;
        gap: 0;
    }
    .company-about-section-hero h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .COMPANY-ABOUT-HERO {
        height: auto;
    }
    .company-section-title-bg {
        width: 450px;
        height: 4px;
        margin-bottom: 80px;
        margin-top: 10px;
    }

}

@media (max-width: 743px) {
    .company-about-section-plus {
        height: 60px;
    }
    .company-btn-connect {
        display: flex;
        width: 244px;
        height: 50px;
        padding: 10px 40px;
        justify-content: center;
        align-items: center;
        gap: 15px;
        color: var(--First-color-text, #FFF);
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .company-desc-order {
        font-size: 12px;
        margin-bottom: 23px;
    }
    .company-section-title-seven {
        width: 250px;
        height: 3px;
        flex-shrink: 0;
    }
    .company-principle-card {
        border-radius: 20px;
        background: var(--Footer, #2B2B2B);
        display: flex;
        padding: 20px;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
    }
    .company-principle-card p {
        color: var(--First-color-text, #FFF);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        height: auto;
        width: 100%;

    }
    .company-principle-card h3 {
        font-size: 20px;
        width: 100%;
    }

    .company-container-nine {
        width: 100%;
    }
    .company-principles-grid {
        grid-template-columns:auto;
        gap: 20px;
    }
    .company-container-block {
        display: flex;
        padding: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        width: 100%;
    }
    .COMPANY-ABOUT-PRINCIPLES {
        padding: 60px 10px;
    }
    .company-section-title-two {
        width: 250px;
        height: 3px;
    }
    .company-section-title-four {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .company-section-desc {
        color: var(--background, #F3F3F3);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        width: 100%;
        text-align: left;
    }
    .COMPANY-ABOUT-MISSION-ONE {
        padding: 50px 10px;
    }
    .company-container-block-one {
        display: flex;
        align-items: center;
        align-self: stretch;
        flex-direction: column;
    }
    .company-section-title-tree {
        font-size: 20px;
        margin-bottom: 10px;
        margin-right: auto;
    }
    .company-section-desc-two {
        color: var(--Text, #121212);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }
    .company-section-title-one {
        width: 250px;
        height: 3px;
        text-align: left;
    }
    .company-section-title {
        font-size: 20px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 10px;
        margin-right: auto;
    }
    .company-container-two {
        width: 100%;
        gap: 0;
    }
    .company-container-block-plus {
        align-items: flex-start;
    }
    .COMPANY-ABOUT-MISSION {
        padding: 50px 10px;
    }
    .company-section-title-one-block {
        width: 250px;
        height: 3px;
        margin-left: inherit;
    }
    .company-section-desc-one {
        color: var(--First-color-text, #FFF);
        width: 100%;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
        align-self: stretch;
    }
    .company-container-one {
        width: 100%;
        padding: 50px 0;
        gap: 20px;
    }
    .COMPANY-ABOUT-HERO {
        height: auto;
        padding: 88px 10px 0 ;
    }
    .company-section-title-bg {
        width: 250px;
        height: 3px;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .company-about-section-hero h2 {
        color: var(--First-color-text, #FFF);
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-right: auto;
    }
    .COMPANY-ABOUT-EXPERIENCE {
        padding: 60px 10px;
    }

}
@media screen and (min-width: 550px) and (max-width: 743px) {
    .company-principles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

.COMPANY-ABOUT-HERO {
    padding: 138px 10px 0;
}
.refund-wrapper, .legal-wrapper {
    padding-top: 148px;
}

@media screen and (min-width: 768px) {
    .COMPANY-ABOUT-HERO {
        padding: 174px 20px 0;
    }

    .refund-wrapper, .legal-wrapper {
        padding-top: 154px;
    }
}

@media screen and (min-width: 1200px) {
    .COMPANY-ABOUT-HERO {
        padding: 195px 20px 0;
    }

    .refund-wrapper, .legal-wrapper {
        padding-top: 154px;
    }

}

@media screen and (min-width: 1600px) {
    .refund-wrapper, .legal-wrapper {
        padding-top: 155px;
    }
}