<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.imbox__price-discount {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0px;
    line-height: 0.5;
    color: rgba(37, 40, 54, 0.5);
    font-size: 16px;
    margin-top: -4px;
}

.imbox__price-discount:after {
    content:'';
    display: block;
    height:1px;
    background:#DE2B32;
    z-index: 3;
    top: 50%;
    position: absolute;
    left: -8px;
    right: -8px;
}

.imbox__price-number {
    letter-spacing: -4px;
}

.imbox__percentages {
    justify-content: center;
}

.imbox__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(1 / 3 * 100%);
    max-width: calc(1 / 3 * 100%);
    width: calc(1 / 3 * 100%);
}

.fs {
    overflow: visible;
}

.fs__background {
    min-width: 100%;
}

.allprovaider__slide-wrapper {
    display: flex;
    justify-content: center;
}

.allprovaider__slide-wrapper &gt; div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(1 / 3 * 100%);
    max-width: calc(1 / 3 * 100%);
}

@media (min-width: 1200px) {

    .allprovaider__slide-wrapper &gt; div {
        flex-basis: calc(1 / 6 * 100%);
        max-width: calc(1 / 6 * 100%);
    }
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.percentage__number--mod {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.percentage__number--mod .top {
    font-size: 11px;
    line-height: 1;
    display: block;
}
.percentage__number--mod .body {
    display: block;
    line-height: 1;
    font-size: 24px;
}
.percentage__number--mod .bottom {
    font-size: 11px;
    display: block;
    line-height: 1;
}

.imboxlist__item .imbox {
    overflow: hidden;
    height: 100%;
}

.as-gift {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background-color: #3db32d;
    padding: 20px 32px;
    position: relative;
    z-index: 10;
    margin-bottom: 18px;
}
.as-gift::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3db32d;
    position: absolute;
    top: 0;
    left: -100%;
}
.as-gift::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3db32d;
    position: absolute;
    top: 0;
    right: -100%;
}

.imboxlist--grid {
    display: grid;
    gap: 32px 0;
    grid-template-columns: 1fr 1fr 1fr;
}
.imboxlist--grid .imboxlist__item {
    width: 100%;
}
.imboxlist--grid .imbox__center {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
}
.imboxlist--grid .imbox__body {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
}
.imboxlist--grid .imbox__kit {
    margin-top: auto;
}

.imbox__percentages {
    max-width: max-content;
}
.imbox__percentages .imbox__item:not(:last-of-type) {
    margin-right: 12px;
}
.imbox__percentages .imbox__item {
    max-width: 50%;
    width: initial;
}

.promo-green {
    border-radius: 15px;
    background-color: #3db32d;
    color: #fff;
    padding: 22px 60px 32px 46px;
    margin-bottom: 32px;
}
* + .promo-green {
    margin-top: 32px;
}
.promo-green h3 {
    margin: 0;
    margin-bottom: 12px;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
}
.promo-green p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.accordions {
    margin-bottom: 32px;
}

.accordion {
    border-bottom: 1px solid #e5e6e9;
    padding: 25px 0;
}
.accordion:first-of-type {
    border-top: 1px solid #e5e6e9;
}

.accordion__question {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: grid;
    gap: 24px;
    align-items: center;
    grid-template-columns: 1fr 30px;
    font-size: 24px;
    text-transform: initial;
}

.accordion__title {
    margin: 0;
    font-size: 24px;
    text-transform: initial;
}

.accordion__answer {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    color: #888ea6;
    font-size: 14px;
}

.accordion__answer p:last-of-type {
    margin-bottom: 0;
}

.accordion.active .accordion__answer {
    opacity: 1;
    max-height: 1000px;
    transition: all 0.3s ease-in-out;
    padding-bottom: 10px;
    padding-top: 23px;
}

.accordion__question svg {
    transition: all 0.3s;
}
.accordion__question:hover {
    color: #445ad0;
}
.accordion__question:hover svg {
    scale: 1.2;
}

.accordion.active .accordion__question svg {
    transform: rotate(180deg);
}

.imbox__percentage {
    margin-bottom: 13px;
}

.sorting-tabs {
    padding: 64px 0 10px;
}
.sorting-tabs__button {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    max-width: max-content;
    border-radius: 5px;
    color: #445AD0;
    background-color: #ECEEF7;
    padding: 10px 14px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.sorting-tabs__button:hover {
    color: #fff;
    background-color: #445AD0;
}
.sorting-tabs__button.active {
    color: #fff;
    background-color: #EC4135;
}
.sorting-tabs ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sorting-tabs li:not(:last-of-type) {
    margin-right: 6px;
}

@media (max-width: 1280px) {
    .imboxlist--grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 768px) {
    .imboxlist--grid {
        grid-template-columns: 1fr;
    }
    .promo-green {
        padding: 23px 32px 32px;
    }
    .accordion {
        padding: 16px 0;
    }
    .accordion__title {
        font-size: 20px;
    }
}
@media (max-width: 550px) {
    .modal__content {
        padding: 0 12px;
    }
    .promo-green p {
        font-size: 14px;
    }
}
@media (min-width: 230px) {
    .modal .connectme {
        margin: 55px 32px 0;
    }
    .promo-green h3 {
        font-size: 16px;
    }
}
@media (min-width: 230px) {
    .modal .connectme {
        margin: 55px 12px;
    }
}</pre></body></html>