<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============== WIDGET =============  */
.leadia_widget {
    z-index: 9999 !important;
}

/* ============== HEADER =============  */
.n-header__top {
    padding: 1.5rem 0;
}
.n-header__bottom {
    padding: 1.2rem 0;
}
@media (max-width: 1199px) {
    .n-header__bottom {
        padding: 0;
    }
}

/* ============== SCROLL BAR FOR HEADER MENU =============  */
@media (min-width: 1200px) {
  .header__nav-submenu {
      max-height: 40vh;
  }
}
.header__nav-dropdown .scrollbar-track-y {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 0.4rem;
    background: #C0D4E5;
    border-radius: 1rem;
}
.header__nav-dropdown .scrollbar-thumb-y {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.4rem;
    background: #6193BE;
    border-radius: 1rem;
    cursor: pointer;
    z-index: 100;
}
.header__nav-dropdown .scrollbar-track {
    opacity: 1;
}
.header__nav-dropdown .scrollbar-track-x {
   display: none !important;
}
.header__nav-dropdown .scroll-content {
    padding-right: 1rem;
}

@media (max-width: 1366px) {
    .n-checkout__action .btn {
        margin-bottom: 2rem;
    }
}

/* ================= Р¤РР›Р¬РўР&nbsp; =================== */
[data-filter-holder].disabled &gt; *:not(.spin) {
    user-select: none;
    pointer-events: none;
}
[data-filter-holder].disabled {
    position: relative;
}
[data-filter-holder].disabled .spin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    
}
[data-filter-holder].disabled .spin__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1501;
    background: rgba(255,255,255,0.5);
}
[data-filter-holder].disabled .spin__icon {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1502;
}
[data-filter-holder].disabled .spin__icon::before,
[data-filter-holder].disabled .spin__icon::after{
    content: "";
    position: absolute;
    border-radius: inherit;
}
[data-filter-holder].disabled .spin__icon::before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, transparent 20%, #300068 100%);
    animation: spin .5s infinite linear;
}
[data-filter-holder].disabled .spin__icon::after {
    width: 85%;
    height: 85%;
    background-color: #fafbfc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ============= Р”РѕР±Р°РІР»РµРЅРёРµ РѕС‚СЃС‚СѓРїРѕРІ =========== */
.ui-wysiwyg + .education-map {
    margin-top: 20rem;
}
@media (max-width: 991px) {
    .ui-wysiwyg + .education-map {
        margin-top: 6rem;
    }
}

/* ================= Education ================= */
.education__text {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    color: rgba(7, 8, 9, 0.5);
}

.container-fluid.m-education {
    max-width: 159.6rem;
}

/*
@media (min-width: 1280px) {
    .education__table {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .education__table {
        font-size: 1.6rem;
    }
}
*/

@media (min-width: 1200px){
.benefits__item-number {
font-size: 6rem;
}
}</pre></body></html>