.o-panel__content {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}
@media (min-width: 768px) {
    .o-panel__content {
        padding: 40px !important;
    }
}
.faq-banner {display: none;}

@media (min-width: 768px) {
    .faq-banner.js-is-visible {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        max-width: 100%;
        z-index: -2;
        height: auto;
    }
}
@media (min-width: 767px) {
.js-has-banner .page-header h1 {
    color: white;
}
.js-has-banner .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item {
    background: transparent;
}
.js-has-banner .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item > a,
.js-has-banner .c-breadcrumb .c-breadcrumb__list .c-breadcrumb__item > strong {
    color: white;
}
}

.page-header .sub-title, .page-header span {
    color: #6d6d6d;
    font-size: 1.625rem;
    font-weight: 300;
}
.page-header span {
    text-transform: uppercase;
}
.o-panel__content {
    background-color: #fff;
}
.o-panel__content {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

/* Custom decicated styles */

@media (min-width: 768px) {
    .page-header span {
        color: white;
    }
}
main img:not(.icon) {
    border-radius: 10px;
}
.banner-c2a {
    position: relative;
    border: 2px solid transparent;
    transition: all .3s ease;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .banner-c2a {
        text-align: center;
    }
}
.banner-c2a:hover {
    border-color: #373737;
}
.banner-c2a img {
    transition: all .3s ease;
}
.banner-c2a:hover img {
    filter: blur(5px);
}
.banner-c2a .title,
.banner-c2a .o-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.banner-c2a .o-btn {
    white-space: nowrap;
}
.banner-c2a .o-btn.show-estimate-box {
    background-color: #3a83ff;
    color: white;
    font-weight: 600;
    padding: 15px 30px;
}
.banner-c2a .title {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    max-width: calc(100% - 30px);
    top: 15px;
    pointer-events: none;
}
.banner-c2a a {
    bottom: 15px;
}
.box-rounded {
    border-radius: 10px;
}
.box-rounded p {
    margin: 0;
}
.prices-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (min-width: 992px) {
    .prices-steps {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 992px) {
    .prices-steps li.prices-steps__separator {
        text-align: center;
    }
}

.prices-steps .prices-steps__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    color: #373737;
    border: 1px solid #373737;
    border-radius: 10px;
    font-weight: bold;
    gap: 5px;
    white-space: nowrap;
}
@media (min-width: 1200px) {
    .prices-steps .prices-steps__button {
        gap: 20px;
    }
}
@media (min-width: 1400px) {
    .prices-steps .prices-steps__button {
        gap: 40px;
    }
}
.prices-steps .prices-steps__button.is-special {
    background-color: #e1ecff;
    border-color: #3a83ff;
    color: #3a83ff;
}
.prices-steps .prices-steps__button.active {
    background-color: #f1f1f1;
}
.prices-steps .prices-steps__button:hover {
    text-decoration: none;
}
.prices-steps .prices-steps__button span {
    font-weight: normal;
}
.prices-steps__plus,
.prices-steps__minus {
    font-size: 1.8em;
}
.prices-steps__minus {
    color: #3a83ff;
}
.prices,
.prices ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prices .service {
    margin-bottom: 2rem;
}
.prices ul li:not(.title) {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
}
.prices ul li:not(.title) span {
    text-align: right;
}
.prices .title {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #373737;
    margin-bottom: 10px;
}
.bonus {
    color: #3a83ff;
    background-color: #e1ecff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding: 15px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .bonus {
        margin-bottom: 1rem;
    }
}
.bonus div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

small {
    color: #919191;
}
.box-qualirepar {
    background-color: #e1ecff;
    padding: 20px;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .box-qualirepar {
        margin-top: 2rem;
    }
}
.box-qualirepar h2 {
    color: #3a83ff;
    text-wrap: pretty;
    font-weight: bold;
}
.box-info {
    display: flex;
    align-items: center;
    color: #3a83ff;
    padding: 10px;
    gap: 10px;
    border: 1px solid #3a83ff;
    border-radius: 10px;
    margin: 45px 0;
}
.box-qualirepar .title {
    font-weight: bold;
}
.box-info p {
    margin: 0;
    line-height: 20px;
}
.box-info small {
    color: #3a83ff;
}

.conditions {
    margin-bottom: 5rem;
}
.conditions ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.conditions h3 {
    color: #3a83ff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3a83ff;
}

.estimate-box {
    position: absolute;
    height: 100%;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: hsla(0, 0%, 100%, .5);
    z-index: 2;
    border-radius: 10px;
    border: 2px solid #373737;
    padding: 3rem;
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}
.estimate-box>div {
    width: 100%;
}
@media (max-width: 768px) {
    .estimate-box {
        padding: 1rem !important;
        align-items: flex-start !important;
    }
}
.estimate-box.js-is-active {
    opacity: 1;
    pointer-events: all;
}
.estimate-box h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.estimate-box h2 svg {
    font-size: 1.5em;
    transition: all .3s ease;
}
.estimate-box h2 svg:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.estimate-box ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 4rem 0 0 0;
    gap: 40px;
}
@media (max-width: 768px) {
    .estimate-box ul {
        flex-wrap: wrap;
    }
}
.estimate-box ul li {
    text-align: center;
    background-color: #f1f1f1;
    border: 2px solid #373737;
    border-radius: 10px;
    width: calc(100% / 2);
    height: 270px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    text-align: center;
}
.estimate-box ul li:hover {
    border-color: #3a83ff;
}
@media (max-width: 768px) {
    .estimate-box ul li {
        width: 100% !important;
    }
}
.estimate-box ul li a {
    color: #373737;
    font-weight: 600;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 0 2rem;
    transition: all .3s ease;
    justify-content: center;
}
.estimate-box ul li a:hover {
    color: #3a83ff;
    text-decoration: none;
}

.hide-estimate-box {
    background: none;
    padding: 0;
    border: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
}

#bottom-part {display: none;}