body {
    font-family: "GilroyRegular", Arial, sans-serif;
    color: #000;
}

.button {
    font-size: 15px;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    border-radius: 10px;
    background: #3b93d8;
    color: #fff;
    display: inline-block;
}

.button:hover {
    background: #3f9feb;
    color: #fff;
}

.button-items {
    display: flex;
    align-items: center;
    gap: 10px;
}

.button-icon {
    width: 25px;
    height: 25px;
}

h1, h2 {
    text-transform: uppercase;
}

h1 {
    font-family: 'GilroyMedium';
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-family: 'GilroyMedium';
    font-size: 33px;
    font-weight: 800;
}

.header-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.header-item {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header-logo {
    width: 43px;
    color: #3f9feb;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-nav-link {
    color: #000;
}

.header-nav-link:hover {
    color: #3f9feb;
}

.home {
    padding: 100px 0;
    background: #f2f7fb;
}

.home-title {
    text-align: center;
    margin-bottom: 40px;
}

.home-description {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.home-button {
    text-align: center;
}

.home-button .button {
    line-height: 57px;
}

.home-advantage {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.home-advantage-items {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.home-advantage-items::-webkit-scrollbar {
    display: none;
}

.home-advantage-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    white-space: nowrap;
}

.home-advantage-icon {
    width: 45px;
    height: 45px;
    padding: 5px;
}

.home-advantage-title {
    padding: 0 20px;
    line-height: 45px;
}

.title {
    text-align: center;
    margin-bottom: 60px;
}

.type {
    padding: 60px 0;
}

.type-items {
    display: flex;
    align-items: center;
    gap: 30px;
}

.type-item {
    width: 50%;
}

.type-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.type-list-title {
    font-size: 22px;
    font-family: 'GilroyMedium';
    font-weight: 800;
    color: #3B93D8;
    margin-bottom: 5px;
}

.type-bg {
    background: #F2F7FB;
}

.type-crop {
    margin: -110px 0;
}

.type-section {
    display: flex;
    align-items: center;
    gap: 40px;
}

.type-position {
    color: #3B93D8;
    font-family: 'GilroyMedium';
    font-size: 170px;
    font-weight: 800;
    opacity: 0.1;
}

.type-title {
    font-size: 22px;
    font-family: 'GilroyMedium';
    font-weight: 800;
    color: #3B93D8;
    margin-bottom: 5px;
}

.type-image img {
    margin: 0 auto;
}

.table {
    background: #3B93D8;
    border-radius: 15px;
    padding: 50px;
    color: #fff;
}

.table-title {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
}

.table-header {
    display: flex;
    align-items: center;
    background: #FBFBFB59;
    border-radius: 12px;
}

.table-body-row {
    border-bottom: 1px solid #97caf2;
}

.table-body-row:last-child {
    border-bottom: 0;
}

.table-body-row:last-child .table-body-item:nth-child(2) {
    flex-grow: 1;
    text-align: center;
}

.table-header-item,
.table-body-item {
    width: 33.333%;
    line-height: 60px;
    padding: 0 20px;
    border-right: 1px solid #97caf2;
}

.table-header-item:last-child,
.table-body-item:last-child {
    border-right: 0;
}

.table-body-row {
    display: flex;
    align-items: center;
}

.table-button {
    margin-top: 60px;
    text-align: center;
}

.table-button .button {
    background: #fff;
    color: #3b93d8;
}

.price {
    padding: 90px 0;
}

.p-image {
    display: none;
}

.gap {
    padding: 40px 0;
}

.remodal-title {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
}

.remodal-input {
    margin-bottom: 20px;
}

.remodal-button .button {
    width: 100%;
}

.remodal-attention {
    margin-top: 25px;
    font-size: 13px;
}

@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
    
}

@media (max-width: 992px) {
    .type-pad .type-items {
        flex-direction: column;
    }

    .type-pad .type-item {
        width: 100%;
    }

    .type-pad .type-item:nth-child(1) {
        order: 2;
    }

    .type-pad .type-item:nth-child(2) {
        order: 1;
    }

    .type-pad .type-image {
        display: none;
    }

    .type-pad .p-image {
        display: block;
    }

    h1 {
        font-family: 'GilroyMedium';
        font-size: 36px;
        font-weight: 800;
    }

    h2 {
        font-family: 'GilroyMedium';
        font-size: 28px;
        font-weight: 800;
    }

    .home {
        padding: 60px 0;
    }

    .type, .price {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    .type-items {
        flex-direction: column;
        gap: 20px;
    }

    .type-item {
        width: 100%;
    }

    .type .type-item:nth-child(1) {
        order: 2;
    }

    .type .type-item:nth-child(2) {
        order: 1;
    }

    .type-bg .type-item:nth-child(1) {
        order: 1;
    }

    .type-bg .type-item:nth-child(2) {
        order: 2;
    }

    .type-crop {
        margin: 0;
    }

    .type-image {
        display: none;
    }

    .p-image {
        display: block;
    }

     h1 {
        font-family: 'GilroyMedium';
        font-size: 25px;
        font-weight: 800;
    }

    h2 {
        font-family: 'GilroyMedium';
        font-size: 22px;
        font-weight: 800;
    }

    .header-nav {
        display: none;
    }

    .home {
        padding: 40px 0;
    }

    .home-title,
    .home-advantage {
        margin-bottom: 20px;
    }

    .home-description {
        margin: 0 auto 20px auto;
    }

    .type, .price {
        padding: 20px 0;
    }

    .title {
        margin-bottom: 40px;
    }

    .table {
        background: transparent;
        padding: 0px;
    }

    .price {
        background: #3B93D8;
    }

    .gap {
        padding: 30px 0;
    }

    .gap .title {
        margin-bottom: 0;
    }

    .type-position {
        display: none;
    }

    .table-header-item {
        white-space: nowrap;
    }

    .table-header-item,
    .table-body-item {
        padding: 10px 10px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {

}
