body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
}

.partner-phone-image {
    width: 44px;
    height: 44px;
}

.partner-phone-number {
    padding-left: 10px;
    font-size: 21px;
    font-weight: 900;
    color: #ff0303;
}

.partner-phone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-img img {
    /* width: 100%; */
    height: 100%;
    /* object-fit: cover; */
    /* object-position: center; */
    max-width: 240px;
    max-height: 92px;
}

.partner-img {
    height: 92px;
    display: flex;
    justify-content: center;
}

.partner-item {
    width: 240px;
}

.partner-item {
}

.partner {
    display: flex;
    width: max-content;
    width: 100%;
    overflow-x: scroll;
}

    .partner::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

.page-container {
    max-width: 1600px;
    margin: auto;
    padding: 0;
    margin-top: 94px;
}

.page-content-title-container {
    margin: 60px 0 50px 0;
}

.page-content-main-title {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1A1A1A;
    margin: 0;
    margin-bottom: 32px;
}

.page-content {
    width: 1200px;
    max-width: 100%;
    margin: 60px auto;
}

    .page-content .img-full-width {
        width: 100%;
    }

.page-content-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    /* color: #1A1A1A; */
    color: #EB0A1E;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
}

    .page-content-title.normal {
        color: #1A1A1A;
    }

.title-line-break {
    width: 120px;
    height: 1px;
    background-color: #eb0a1e;
    margin: 0 auto;
}

.line-break-content {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

.insurrance-text-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

    .insurrance-text-title.red {
        color: #EB0A1E;
    }

.insurrance-text {
    margin-top: 4px;
    line-height: 150%;
}

.page-contact {
    padding: 73px 0 63px 0;
    background-color: #F5F5F5;
}

.page-content-consulting-title {
    font-size: 16px;
    line-height: 201.5%;
    text-align: center;
    color: #000000;
    font-weight: 600;
}

    .page-content-consulting-title .highlight-title {
        color: #eb0a1e;
    }

    .page-content-consulting-title a {
        color: #000000;
    }

.page-content-consulting-descriiption {
    font-size: 16px;
    line-height: 201.5%;
    text-align: center;
    color: #000000;
    margin: 0;
}

.page-contact > img {
    width: 24px;
}

.page-contact > a {
    color: var(--primary-color);
    text-decoration: none;
    margin-left: 10px;
}

.block-process {
}

.process-item {
}

    .process-item .process-item-image-box {
        margin: 0 auto;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        border: 2px solid #494949;
        border-radius: 50%;
    }

        .process-item .process-item-image-box img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .process-item .process-item-image-box .number-circle {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background-color: #EB0A1E;
            border: 2px solid #FFFFFF;
            position: absolute;
            top: -5px;
            left: -5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .process-item .process-item-image-box .number-circle span {
                font-weight: bold;
                font-size: 18px;
                line-height: 135.5%;
                text-align: center;
                color: #FFFFFF;
            }

    .process-item .process-item-title {
        margin: 0;
        font-size: 16px;
        line-height: 135.5%;
        text-align: center;
        color: #000000;
        margin-top: 16px;
    }

.process-arrow {
    margin: 40px 0;
}

    .process-arrow img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

.process-item-multi {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

    .process-item-multi .process-item {
        max-width: calc((100% / 3) - 75px);
    }

.table.table-apply {
    padding: 0;
    margin: 0;
}

    .table.table-apply td {
        border: none;
        border: 2px solid #FFFFFF;
        height: 136px;
        vertical-align: middle;
    }

    .table.table-apply td {
        background-color: #EDEDED;
    }

        .table.table-apply td span {
            font-weight: bold;
            font-size: 36px;
            line-height: 120%;
            text-align: center;
            color: #FFFFFF;
            display: block;
        }

        .table.table-apply td:first-child {
            width: 29%;
            background-color: #BA2822;
        }

        .table.table-apply td .normal-text {
            font-weight: normal;
            font-size: 16px;
            line-height: 150%;
            text-align: center;
            color: #090909;
            max-width: 490px;
            margin: 0 auto;
        }

.description-mobile {
    font-size: 14px;
    line-height: 150%;
    color: #3A3A3A;
    padding: 0 16px;
    margin: 0;
    margin-top: 28px;
}

@media(min-width: 1081px) {
    .description-mobile {
        display: none;
    }
}

@media(max-width:1080px) {
    .page-container {
        margin-top: 60px;
    }

    .page-content-main-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .page-content-title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .page-content {
        padding: 0 12px;
    }

        .page-content.normal {
            padding: 0;
        }

    .process-item-multi .process-item {
        max-width: 100px;
    }

    .process-arrow {
        margin: 30px 0;
    }

    .process-item .process-item-title {
        margin-top: 8px;
    }

    .table.table-apply td .normal-text {
        font-size: 14px;
    }

    .process-arrow img {
        height: 73px;
    }

    .page-content-consulting-title {
        font-size: 14px;
    }

    .page-content-consulting-descriiption {
        font-size: 14px;
    }

    .page-contact {
        padding: 58px 16px;
    }
}

.insurance-partner {
    margin-bottom: 60px;
}

    .insurance-partner .insurance-partner-title {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        text-align: center;
        color: #1A1A1A;
        margin-bottom: 40px;
    }

    .insurance-partner img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

@media(min-width: 1081px) {
    .insurance-partner .image-partner-mobile {
        display: none;
    }
}

@media(max-width:1080px) {
    .insurance-partner .image-partner-desktop {
        display: none;
    }
    .insurance-partner {
        margin-bottom: 60px;
    }
}

.highlight-text {
    color: #EB0A1E;
}