body {
    background-color: #F5F4F4;
}

.container {
    padding: 0px !important;
}

.container-content {
    background-color: #F5F4F4;
    padding: 0 80px;
}

.btn {
    color: var(--default-color);
    background: #fff;
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 28px 12px 28px;
    border-radius: 50px;
    transition: 0.5s;
}

.price-header .container-content {
    margin-top: 60px;
    padding: 88px 160px;
}

.segmented {
    display: flex;
    justify-content: center;
}

.segmented-btn {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #DDDEE6;
    padding: 3px;
    height: unset;
}

.segmented-btn:hover {
    background-color: #DDDEE6 !important;
}

.segmented-poa-btn {
    padding: 11px 16px;
    height: unset;
    background-color: unset;
}

.segmented-poa-btn:hover {
    color: #fff !important;
}

/* .segmented-poa-btn:hover .blue {
            color: #fff !important;
        } */

.checked-btn {
    background-color: #fff;
}

.price-list {
    position: sticky;
    top: 72px;
}

.platform-icon img {
    height: 32px;
}

.price-list .container-content {
    padding: 40px 80px 64px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.price-list .container-content:last-child {
    display: none;
}

.price-list .price-item {
    flex: 1;
    /* min-width: 200px; */
    border-radius: 16px;
    padding: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price-list .price-item .price-item-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    padding: 0;
    width: 100%;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #E6E8F0;
}

.price-item-tag {
    font-size: 10px;
    padding: 2px 4px;
    background-color: #FBD356;
    color: rgba(0, 6, 38, 0.90);
    border-radius: 6px;
}



.price-list .special {
    background-color: #2EF1FF;
}

.price-list .special .price-item-btn {
    background-color: #0325B6;
    color: #fff;
}

.price-list .special .special-title {
    display: flex;
    flex-wrap: wrap;
}

.price-plane .container-content {
    padding: 64px 80px;
}

.price-plane-item {
    border-top: 1px solid rgba(5, 26, 124, 0.90);
}

.price-plane-ul {
    height: 40px;
    border-bottom: 1px solid rgba(5, 26, 124, 0.10);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-plane-li {
    width: 203px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients .container-content {
    padding: 64px 80px;
}

.ask-mode .container-content {
    padding: 64px 80px;
}

.ask-item {
    font-size: 16px;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.ask-item:last-child {
    margin-bottom: 0;
}

.ask-item-text {
    width: 100%;
    padding: 16px 24px;
}

.more-info .container-content {
    padding: 64px 80px;
}

.item-center {
    display: flex;
    justify-content: center;
}

.plans {
    display: none;
    gap: 8px;
    margin-bottom: 16px;
}

.plans select {
    height: 40px;
    border-radius: 20px;
    padding: 0 15px;
    flex: 1;
    border: 1px solid #0325B6;
    color: rgba(5, 26, 124, 0.90);
}

@media (max-width: 1000px) {
    .price-item {
        width: 100%;
    }

    .price-list .price-item {
        flex: unset;
    }
}

@media (max-width: 768px) {

    .price-header .container-content,
    .price-list .container-content,
    .price-plane .container-content,
    .clients .container-content,
    .ask-mode .container-content,
    .more-info .container-content {
        padding-right: 16px;
        padding-left: 16px;
    }
}