.company-identity {
    text-align: center;
    margin-bottom: 20px;
}
.company-identity img {
    width: 115px;
}
.pricing-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    max-width: none !important;
    font-family: "Poppins", sans-serif;
}
.pricing-table .service-group {
    margin-bottom: 15px;
    position: relative;
}
.pricing-table .service-group__active-count,
.pricing-table .service-group__active-price {
    font-size: 0.9em;
    font-weight: normal;
    text-align: right;
}
.pricing-table .service-group__active-count {
    margin-left: auto;
    margin-right: 0;
}
.pricing-table .service-group__action {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    transition: all .3s ease;
}
.pricing-table .service-group__name.ui-state-active .service-group__action {
    transform: rotate(180deg);
}
.pricing-table .service-group__name {
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 10px 20px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 10px;
    color: #123e85 !important;
    display: grid;
    grid-template-columns: 60% 1fr 30%;
    padding-right: 30px;
}
.pricing-table input[type="radio"] {
    margin-top: 0;
    margin-right: 8px;
    width: 18px;
    height: 18px;
}
.pricing-table .service-group__name.level_2 {
    font-size: 14px;
    color: white;
}
.service-group.level_2 .service-group__name {
    background: none;
    border: none;
    padding: 0;
    color: white !important;
    margin-top: 15px;
    font-size: inherit;
    font-weight: normal;
}
.service-group.level_2 .service-group__action {
    display: none;
}
.service-group__name .ui-accordion-header-icon {
    display: none;
}
.service-group__item {
    padding-block: 5px;
}
.service-group__content {
    padding-inline: 15px;
    padding-top: 10px;
}
.pricing-table .service {
    display: flex;
    align-items: center;
}
.service__price {
    display: inline-block;
    margin-left: auto;
}
.service input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* price calculator */
.list-charge {
    border: 1px solid #d7d7d7;
    padding: 15px;
    background: #fffafa;
    margin-bottom: 20px;
}
.list-charge__title {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #123e85;
    font-weight: 600;
    margin-bottom: 0;
}
.list-charge-item {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.list-charge-item__name {
    color: #123e85;
    font-weight: 600;
}
.list-charge-item__price {
    color: #123e85;
    font-weight: 600;
}

.total-price {
    border: 1px solid #123e85;
    background: #123e85;
    padding: 15px;
    color: #fff;
    font-weight: 600px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pricing-table__contact {
    background: #123e85;
    color: #fff;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    margin-inline: auto;
    display: block;
    width: fit-content;
}

.btn-contact {
    cursor: pointer;
}
#pricing-contact-popup {
    display: none;
}
#pricing-contact-popup * {
    box-sizing: border-box;
}
.pricing-contact-form {
    padding: 30px;
    background: linear-gradient(to bottom right,rgba(255,255,255,0.5) 25%,rgba(255,255,255,0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 0.5em;
    color: rgba(0,0,0,1);
    box-shadow: 0 0 5em 0.01em #babcbb;
    z-index: 10;
}
.pricing-contact-form input,
.pricing-contact-form select {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0.3em;
    width: 100%;
    height: 50px;
    padding: 7px;
    font-size: 16px;
    font-weight: 400;
}
.pricing-contact-form .tel-mail {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.pricing-contact-form input[type="submit"] {
    border-color: none;
    border-width: 2px;
    color: white;
    border-style: none;
    border-radius: 0.5em;
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 0 5em 0.01em #babcbb;
    background-color: #123e85;
    cursor: pointer;
}
.ui-dialog-titlebar {
    display: none;
}
.pricing-contact-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #123e85;
}

.form-notice {
    margin-top: 20px;
}

.notice {
    padding: 10px;
    border-radius: 5px;
}

.notice-error {
    background-color: #ffcccc;
    color: #cc0000;
}

.notice p {
    margin: 0;
}

.form-notice {
    margin-top: 20px;
}

.notice {
    padding: 10px;
    border-radius: 5px;
}

.notice-success {
    background-color: #d4edda;
    color: #155724;
}

.notice p {
    margin: 0;
}

.form-group .is-focused .form-control {
    background-image: none !important;
}

.form-group .form-control::placeholder {
    color: black;
}
@media screen and (max-width: 768px) {
    .pricing-table {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .pricing-contact-popup {
        width: 100vw !important;
    }
}
