body {
    background: #FCFCFF
}

img {
    object-fit: cover
}

.w1600 {
    width: 83.33333vw;
    margin: 0 auto
}

.sec1 {
    padding: 12.91667vw 0 0
}

.sec1 .wrap .title {
    color: #000;
    font-weight: 700;
    line-height: 150%;
    /* text-transform: capitalize */
}

.sec1 .wrap .text {
    color: #000;
    font-weight: 400;
    line-height: 150%;
    margin: .83333vw 0 4.0625vw
}

.sec1 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: .625vw
}

.sec1 .wrap .list .item {
    width: 20.26042vw;
    border-radius: .625vw;
    background: rgba(0, 0, 0, 0.03);
    padding: 2.08333vw 1.875vw;
    transition: 0.6s
}

.sec1 .wrap .list .item:nth-child(2),
.sec1 .wrap .list .item:nth-child(3) {
    background: rgba(0, 0, 0, 0.1)
}

.sec1 .wrap .list .item .item_top .h5 {
    color: #000000;
    font-weight: 700;
    line-height: 150%
}

.sec1 .wrap .list .item .item_top .p {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
    line-height: 150%;
    margin: .41667vw 0 0
}

.sec1 .wrap .list .item .item_price {
    display: flex;
    align-items: flex-end;
    gap: .625vw;
    margin: 1.875vw 0 1.71875vw
}

.sec1 .wrap .list .item .item_price span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.04167vw;
    font-weight: 400;
    line-height: 150%
}

.sec1 .wrap .list .item .item_price .num {
    display: flex
}

.sec1 .wrap .list .item .item_price .num p {
    color: #000000;
    font-weight: 700;
    line-height: 1
}

.sec1 .wrap .list .item ul li {
    color: #757575;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    padding: 0 0 0 .78125vw
}

.sec1 .wrap .list .item ul li:after {
    content: "";
    width: .3125vw;
    height: .3125vw;
    background: #757575;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.sec1 .wrap .list .item:hover {
    box-shadow: 0 0 1.04167vw rgba(0, 0, 0, 0.2)
}

.sec2 {
    padding: 8.33333vw 0 0
}

.sec2 .wrap .title {
    color: #000;
    font-weight: 700;
    line-height: 150%;
    /* text-transform: capitalize */;
    text-align: center
}

.sec2 .wrap .text {
    margin: 1.04167vw 0 2.5vw;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 150%;
    /* text-transform: capitalize */;
    text-align: center
}

.sec2 .wrap .text span {
    color: #3615DC;
    font-weight: 600;
    line-height: 150%;
    /* text-transform: capitalize */
}

.sec2 .wrap .little_title {
    color: #000;
    font-weight: 700;
    line-height: 150%;
    /* text-transform: capitalize */;
    margin-bottom: 2.39583vw
}

.sec2 .wrap .table table {
    border-collapse: collapse;
    width: 100%
}

.sec2 .wrap .table table tr:nth-child(1) td:nth-child(1) {
    color: #000
}

.sec2 .wrap .table table tr td {
    color: #000;
    font-size: 1.04167vw;
    font-weight: 400;
    line-height: 150%;
    padding: 1.45833vw 2.08333vw;
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.sec2 .wrap .table table tr td:nth-child(1) {
    width: 52.60417vw;
    color: #3615DC
}

.sec3 {
    padding: 7.39583vw 0 0
}

.sec3 .wrap .title {
    color: #000;
    font-weight: 700;
    line-height: 150%;
    /* text-transform: capitalize */
}

.sec3 .wrap .text {
    color: #000;
    font-weight: 400;
    line-height: 150%;
    margin: .83333vw 0 2.5vw
}

.sec3 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.875vw 0
}

.sec3 .wrap .list .item {
    width: 40.72917vw;
    border-radius: 1.04167vw;
    background: rgba(0, 0, 0, 0.03);
    padding: 2.5vw;
    transition: 0.6s
}

.sec3 .wrap .list .item .item_title {
    color: #1E1E1E;
    font-weight: 700;
    line-height: 120%
}

.sec3 .wrap .list .item .item_text {
    color: #757575;
    font-weight: 400;
    line-height: 150%;
    min-height: 6.25vw;
    margin: .83333vw 0 3.125vw
}

.sec3 .wrap .list .item .more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3125vw 1.66667vw .41667vw 1.66667vw;
    color: #FFF;
    font-weight: 400;
    line-height: 150%;
    /* text-transform: capitalize */;
    border-radius: .41667vw;
    background: #000;
    width: fit-content;
    margin: 0 0 0 auto;
    transition: 0.6s
}

.sec3 .wrap .list .item .more:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #000
}

.sec3 .wrap .list .item:hover {
    box-shadow: 0 0 1.04167vw rgba(0, 0, 0, 0.2)
}

.sec4 {
    padding: 7.5vw 0 9.32292vw
}

.sec4 .wrap .title {
    color: #000;
    font-weight: 700;
    line-height: 150%;
    /* text-transform: capitalize */
}

.sec4 .wrap .text {
    color: #000;
    font-weight: 400;
    line-height: 150%;
    margin: .83333vw 0 2.91667vw
}

.sec4 .wrap .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.875vw 0
}

.sec4 .wrap .list .item {
    width: 40.72917vw;
    border-radius: 1.04167vw;
    background: rgba(0, 0, 0, 0.03);
    padding: 2.5vw
}

.sec4 .wrap .list .item .item_title {
    color: #1E1E1E;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase
}

.sec4 .wrap .list .item .item_text {
    color: #757575;
    font-weight: 400;
    line-height: 150%;
    margin: .625vw 0 .52083vw
}

.sec4 .wrap .list .item .table {
    border-radius: 1.04167vw;
    overflow: hidden
}

.sec4 .wrap .list .item .table table tr th {
    font-size: 1.04167vw;
    color: #000;
    font-weight: 400;
    line-height: 150%;
    padding: .36458vw 1.30208vw;
    background: rgba(0, 0, 0, 0.05)
}

.sec4 .wrap .list .item .table table tr td {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.04167vw;
    font-weight: 400;
    line-height: 150%;
    padding: .36458vw 1.30208vw;
    text-align: center;
    background: #FFF
}

.sec4 .wrap .list .item2 .table table tr td:nth-child(1),
.sec4 .wrap .list .item3 .table table tr td:nth-child(1) {
    font-size: 1.04167vw;
    color: #000;
    font-weight: 400;
    line-height: 150%;
    padding: .36458vw 1.30208vw;
    background: rgba(0, 0, 0, 0.05)
}

.sec4 .wrap .list .item1 .table {
    width: 100%;
    margin: 3.64583vw 0 0
}

.sec4 .wrap .list .item1 .table table {
    width: 100%
}

.sec4 .wrap .list .item2 .table {
    width: fit-content;
    margin: 0 auto
}

.sec4 .wrap .list .item3 {
    width: 100%
}

.sec4 .wrap .list .item3 .table {
    width: 100%;
    margin: 1.5625vw 0 0
}

.sec4 .wrap .list .item3 .table table {
    width: 100%
}

.sec_form {
    padding: 0 0 6.51042vw
}

@media screen and (max-width: 768px) {
    .sec_form {
        padding: 0 0 80px
    }

    .w1600 {
        width: 90%
    }

    .sec1 {
        padding: 80px 0 0
    }

    .sec1 .wrap .title {
        font-size: 24px;
        line-height: 1.2
    }

    .sec1 .wrap .text {
        font-size: 16px;
        margin: 15px 0 30px
    }

    .sec1 .wrap .list {
        flex-wrap: wrap;
        gap: 15px
    }

    .sec1 .wrap .list .item {
        width: 100%;
        border-radius: 10px;
        padding: 20px
    }

    .sec1 .wrap .list .item .item_top .p {
        font-size: 16px;
        margin: 6px 0 0
    }

    .sec1 .wrap .list .item .item_price {
        gap: 6px;
        margin: 20px 0
    }

    .sec1 .wrap .list .item .item_price span {
        font-size: 14px
    }

    .sec1 .wrap .list .item ul li {
        padding: 0 0 0 10px;
        font-size: 16px
    }

    .sec1 .wrap .list .item ul li:after {
        width: 4px;
        height: 4px
    }

    .sec2 {
        padding: 80px 0 0
    }

    .sec2 .wrap .title {
        font-size: 24px
    }

    .sec2 .wrap .text {
        font-size: 18px;
        margin: 15px 0 30px
    }

    .sec2 .wrap .little_title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .sec2 .wrap .table table tr th,
    .sec2 .wrap .table table tr td {
        font-size: 16px;
        padding: 10px
    }

    .sec3 {
        padding: 80px 0 0
    }

    .sec3 .wrap .title {
        font-size: 24px
    }

    .sec3 .wrap .text {
        font-size: 18px;
        margin: 15px 0 30px
    }

    .sec3 .wrap .list {
        display: none
    }

    .sec3 .wrap .swiper {
        display: block !important;
        overflow: hidden
    }

    .sec3 .wrap .swiper .swiper-slide {
        height: auto
    }

    .sec3 .wrap .swiper .swiper-slide .item {
        height: 100%;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.03);
        padding: 20px
    }

    .sec3 .wrap .swiper .swiper-slide .item .item_title {
        color: #000;
        font-weight: 500;
        line-height: 150%;
        /* text-transform: capitalize */
    }

    .sec3 .wrap .swiper .swiper-slide .item .item_text {
        color: #757575;
        font-weight: 400;
        line-height: 150%;
        font-size: 16px;
        margin: 15px 0 20px
    }

    .sec3 .wrap .swiper .swiper-slide .item .more {
        display: flex;
        padding: 6px 20px;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        background: #000;
        width: fit-content;
        color: #FFF;
        font-weight: 400;
        line-height: 150%;
        /* text-transform: capitalize */;
        font-size: 16px;
        margin: 0 0 0 auto
    }

    .sec3 .wrap .swiper .swiper-pagination {
        position: unset;
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: 25px 0 0
    }

    .sec3 .wrap .swiper .swiper-pagination .swiper-pagination-bullet {
        display: block;
        margin: 0;
        width: 8px;
        height: 8px;
        background: #3615DC
    }

    .sec4 {
        padding: 80px 0 60px
    }

    .sec4 .wrap .title {
        font-size: 24px
    }

    .sec4 .wrap .text {
        font-size: 18px;
        margin: 15px 0 30px
    }

    .sec4 .wrap .list {
        gap: 40px
    }

    .sec4 .wrap .list .item {
        width: 100%;
        border-radius: 10px;
        padding: 20px
    }

    .sec4 .wrap .list .item .item_text {
        margin: 15px 0 20px
    }

    .sec4 .wrap .list .item .table {
        width: 100% !important;
        margin: 0 !important
    }

    .sec4 .wrap .list .item .table table {
        width: 100% !important
    }

    .sec4 .wrap .list .item .table table tr th,
    .sec4 .wrap .list .item .table table tr td {
        font-size: 16px !important;
        padding: 10px !important
    }

    .sec4 .wrap .list .item3 .table {
        overflow-x: auto !important
    }

    .sec4 .wrap .list .item3 .table table {
        width: max-content !important
    }
}