@charset "UTF-8";
.bg-gray-800 {
    background: #434a57;
}

.black {
    color: #000;
}

.green {
    color: #0db04b;
}

.blue {
    color: #29a9eb;
}

.yellow-tbank {
    color: #ffdd2d;
}

.yellow {
    color: #ffc107;
}

.red {
    color: #e21c2e;
}

.text-gray-500 {
    color: #8b96a3;
}

.bg-blue {
    background: #29a9eb !important;
}

.bg-green {
    background: #0db04b;
}

.bg-dark {
    background: #161616 !important;
}

.bg-gray-500 {
    background: #8b96a3;
}

.bg-gray-600 {
    background: #858c97;
}

.bg-gray-700 {
    background: #576071;
}

.bg-gray-800 {
    background: #434a57;
}

.bg-red-light {
    background: #866262;
}

.bg-primar {
    background-color: #607D8B !important;
}

.bg-secondary {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.bg-gray {
    background: #303030 !important;
}

.bg-black {
    background: #000 !important;
}

.bg-blur1 {
    background: rgba(0, 0, 0, 0.07);
    transition: all 0.2s ease;
    -webkit-backdrop-filter: blur(0.5px);
    backdrop-filter: blur(0.5px);
}

.bg-blur2 {
    background: rgba(0, 0, 0, 0.77);
    transition: all 0.2s ease;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.bg-blur {
    background: rgba(0, 0, 0, 0.3607843137);
    transition: all 0.2s ease;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.border-green {
    border: 2px solid #0db04b;
}

@font-face {
    font-family: "ProximaNovaRegular";
    src: url(".../fonts/ProximaNovaRegular.eot");
    src: url("../fonts/ProximaNovaRegular.woff2") format("woff2"), url("../fonts/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular.ttf") format("truetype"), url("../fonts/ProximaNovaRegular.svg#ProximaNovaRegular") format("svg"), url("../fonts/ProximaNovaRegular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "ProximaNovaBlack";
    src: url("../fonts/ProximaNovaBlack.eot");
    src: url("../fonts/ProximaNovaBlack.woff2") format("woff2"), url("../fonts/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack.ttf") format("truetype"), url("../fonts/ProximaNovaBlack.svg#ProximaNovaBlack") format("svg"), url("./fonts/ProximaNovaBlack.eot?#iefix") format("embedded-opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "EducationalGothic";
    src: url("../fonts/around-icons/EducationalGothic.eot");
    src: url("../fonts/around-icons/EducationalGothic.woff2") format("woff2"), url("../fonts/around-icons/EducationalGothic.woff") format("woff"), url("../fonts/around-icons/EducationalGothic.ttf") format("truetype"), url("../fonts/around-icons/EducationalGothic.svg#EducationalGothic") format("svg"), url("../fonts/around-icons/EducationalGothic.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.text-EducationalGothic {
    font-family: "EducationalGothic";
    font-display: swap;
}

.bolder {
    font-family: "ProximaNovaBlack";
    font-display: swap;
}

strong {
    font-weight: bolder;
    font-family: "ProximaNovaBlack";
    font-display: swap;
}

.display-big {
    font-size: 8rem;
}

.mw-15 {
    min-width: 15px;
}

.h-350px-scroll {
    max-height: 350px;
    overflow-y: scroll;
}

.z-100 {
    z-index: 100;
}

.z-0 {
    z-index: 0;
}

.z-15 {
    z-index: 15;
}

.border-bottom-dashed {
    border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
}

body {
    font-family: "ProximaNovaRegular";
    font-display: swap;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: #000;
}

.lh-normal {
    line-height: normal;
}

.fs-0 {
    font-size: 4rem;
}

.tr-2s {
    transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

a {
    color: #8b96a3;
    text-decoration: none;
    transition-duration: 0.5s;
}
a:hover {
    opacity: 0.8;
}

.scroll_cat {
    display: flex;
    flex-wrap: wrap;
}
.scroll_cat li {
    display: inline-block;
}

.scroll_tab {
    display: flex;
    font-weight: 400 !important;
    flex-direction: row;
    scrollbar-width: none;
    white-space: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    overflow: scroll;
    line-height: 20px;
}

.line-clam1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clam2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clam3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clam3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clam5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-70px {
    height: 70px;
    overflow: hidden;
}

.top-20 {
    top: 10rem;
    z-index: 2;
}

.count-value {
    width: 1.5rem;
    padding: 0;
    text-align: center;
    -moz-appearance: textfield;
    background: 0 !important;
    border: 0;
    font-size: var(--ar-body-font-size);
    font-weight: 500;
}

.w-280px {
    width: 280px;
}

.pt-100px {
    padding-top: 100px;
}

.mt-90px {
    margin-top: 90px;
}

@media (max-width: 1120px) {
    .switcher-tabs .scroll_cat {
        width: 100%;
        display: inline-block;
        flex-direction: row;
        scrollbar-width: none;
        white-space: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        overflow: scroll;
        line-height: 20px;
    }
    .switcher-tabs .scroll_cat a {
        display: inline-block;
    }
}
.top-130 {
    top: -130px;
}

@media (max-width: 768px) {
    .top-130 {
        top: -30px;
    }
    .mt-90px {
        margin-top: 15px;
    }
    .pt-100px {
        padding-top: 15px;
    }
    .fs-0 {
        font-size: 1.5rem !important;
    }
    .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
        --si-gutter-x: 1.5rem!important;
    }
    .switcher-tabs .scroll_cat {
        width: 100%;
        display: inline-block;
        flex-direction: row;
        scrollbar-width: none;
        white-space: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        overflow: scroll;
        line-height: 20px;
    }
    .switcher-tabs .scroll_cat a {
        display: inline-block;
    }
    .scroll_cat {
        width: 100%;
        display: inline-block;
        flex-direction: row;
        scrollbar-width: none;
        white-space: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        overflow: scroll;
        line-height: 20px;
    }
    .scroll_cat li {
        display: inline-block;
    }
    .bx_compare .line-clam2 {
        -webkit-line-clamp: 2 !important;
    }
    .line-clam2 {
        -webkit-line-clamp: 4 !important;
    }
    .w-280px {
        width: 200px !important;
    }
}
.mt-7 {
    margin-top: 5rem;
}

.mt-07 {
    margin-top: 0;
}

.mt-lg-7 {
    margin-top: 5rem;
}

.mt-md-7 {
    margin-top: 4.5rem;
}

.vh-65 {
    height: 75vh !important;
}

.vh-85 {
    height: 85vh !important;
}

.swiper-slide .title {
    transform: translateY(-100px);
    opacity: 0;
    transition-duration: 0.8s;
}
.swiper-slide .block_content {
    transform: translateY(100px);
    opacity: 0;
    transition-duration: 0.8s;
}

.top-70 {
    top: 70px;
}

.top-3 {
    top: 3rem;
}

.swiper-slide-active .title {
    transform: none;
    opacity: 1;
}
.swiper-slide-active .block_content {
    transform: none;
    opacity: 1;
}

.list-none {
    list-style: none;
}

.a-link {
    color: white;
}
.a-link:hover {
    color: #8b96a3;
}

.h-200px {
    height: 200px;
}

.h-170px {
    height: 170px;
}

.offcanvas {
    transform: translate3d(100%, 0, 0);
    transition: transform 0.4s ease-in-out;
}

.scrollbar-history {
    top: 40px;
    z-index: 0 !important;
}

.modal:not([data-bs-theme=light]) {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    padding-top: 3rem;
}

.bx-filters .bx-filter-popup-result {
    background: black;
    right: 0;
    z-index: 2000;
    margin-top: -17px;
    margin-left: 10px;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    color: #fff;
    border-radius: 5px 0 5px 5px;
}

.bx-filters .bx-filter-popup-result a {
    color: #fff;
}

.thanks_div {
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}

.articles img {
    border-radius: 0.5rem;
}

#offcanvasFilters .offcanvas-body::-webkit-scrollbar {
    width: 6px;
    background: #8b96a3;
}

#offcanvasFilter .offcanvas-body::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #0db04b;
}

#offcanvasFilter .offcanvas-body::-webkit-scrollbar-track {
    background-color: transparent;
}

.figure_ambassador img {
    transition: transform 0.35s;
    transform: scale(1.2);
}

.figure_ambassador:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.figure_ambassador img {
    transition: transform 0.35s;
    transform: scale(1.2);
}

.figure_ambassador:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.stretched-link .icon_link {
    opacity: 0;
    transition: all 0.5s ease-out;
    right: 5rem;
    position: absolute;
    top: 3rem;
}

.stretched-link:hover .icon_link {
    opacity: 1;
    right: 3rem;
}

.where_hd {
    max-height: 350px;
    margin: 40px 0 0;
    padding: 0 1rem 0 0;
}
.where_hd .active {
    background: #373737 !important;
}

.popup-window-overlay {
    background: #333 !important;
    opacity: 0.5 !important;
}

#loading_screen {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
#loading_screen:after {
    height: 100%;
    width: 100%;
    z-index: 1046;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    content: "\eb47";
    font-family: boxicons;
    font-size: 3rem;
    color: #fff;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#loading_screen img {
    display: none;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#accordionDealer .accordion-button:not(.collapsed)::after {
    background-color: transparent !important;
    box-shadow: none !important;
}
#accordionDealer .accordion-button::after {
    background-color: transparent !important;
}

.ps-reklama {
    position: absolute;
    bottom: 1rem;
    right: 0;
    font-size: 0.7rem;
    background: #000;
    padding: 0.2rem 0.5rem;
    line-height: 1;
    border-radius: 50px;
}

.nav-tabs .nav-link > .active {
    background-color: #0db04b;
}

.h-300 {
    height: 300px;
}

.vk_video iframe {
    border-radius: 0.5rem;
    max-height: 300px;
}

@media (max-width: 768px) {
    .vh-85 {
        height: 56vh !important;
    }
    .productivity-list {
        list-style: none;
    }
    .productivity-list .nav-item .list-group-item {
        width: 180px !important;
        background: #0f0f0f;
        margin-right: 5px;
    }
    .productivity-list .nav-item .active {
        background: #0db04b;
    }
}
.min-h-50 {
    min-height: 50px;
}

.fs-big {
    font-size: 10rem;
}

@media (max-width: 992px) {
    .index_banner .swiper-slide .h1 {
        font-size: calc(1.2rem + 1.3vw) !important;
    }
    .index_banner .swiper-slide .fs-lg {
        font-size: 0.9rem !important;
    }
}
.w-80px {
    width: 80px;
}

@media (max-width: 768px) {
    .w-80px {
        width: 40px;
    }
    .jarallax .snow-img {
        background-position: 16% !important;
    }
    .index_banner .swiper-slide .banner_img {
        height: 56vh !important;
    }
    .index_banner .swiper-slide .jarallax .jarallax-img {
        background-position: center !important;
    }
    .index_banner .swiper-slide .fs-1 {
        font-size: calc(1.2rem + 1.3vw) !important;
    }
    .index_banner .swiper-slide .fs-lg {
        font-size: 0.9rem !important;
    }
    .fs-big {
        font-size: 5rem !important;
    }
    .nav-pills .nav-linkia .banner_catalog {
        object-fit: cover;
        height: 150px;
        object-position: 0 50%;
    }
}
.side-nav .accordion-button:not(.collapsed)::after {
    background-color: #000 !important;
    box-shadow: none !important;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    bottom: 0 !important;
    top: initial !important;
}

/*dropdown*/
.drop-zone {
    margin: 5px;
    width: 100px;
    height: 100px;
    padding: 5px;
    display: flex;
    cursor: pointer;
    color: #ccc;
    text-align: center;
    border: 1px dashed #3a3a3a;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #cccccc;
    background-size: 200px;
    position: relative;
    padding: 2px;
    border: 1px solid #f0f0f0;
    margin: 2px;
}

.drop-zone__thumb::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

#block-grid {
    display: flex;
    flex-flow: column wrap;
    max-width: 100%;
}
#block-grid .grid_item {
    padding: 20px;
    flex: 1 0 auto;
    overflow: hidden;
}
#block-grid .grid_item .item {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    min-height: 100px;
    border: 1px solid black;
    background: Gainsboro;
}

#video_iframe iframe {
    width: 100% !important;
    height: 230px !important;
}

.clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.wh-60px {
    width: 60px !important;
    height: 60px !important;
}

iframe .container {
    background-size: cover !important;
}

.accordion-button::after {
    background-color: transparent !important;
    width: 20px;
    height: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-color: transparent !important;
    box-shadow: none !important;
}

.news_block a {
    text-decoration: underline;
    color: #438ccb;
}
.news_block a:hover {
    text-decoration: none;
    color: #fff;
}
.news_block img {
    border-radius: 0.5rem;
}

.switcher-tabs .tabs:hover {
    background: #303030;
    border-radius: 0.5rem;
}
.switcher-tabs .active {
    background: #303030;
    border-radius: 0.5rem;
}

.rubrika .show {
    overflow-x: hidden;
    max-height: 300px;
}

.translate-85-x {
    transform: translateX(-103%) !important;
}

.grafik_ng .vertical_text {
    transform: rotate(-90deg);
    transform-origin: left top 0;
    position: absolute;
    width: 260px;
    height: 33px;
    font-size: 0.85rem;
    line-height: 1;
    bottom: 30%;
    background: #29a9eb;
}
.grafik_ng:hover {
    background: white;
    color: #29a9eb;
}

.binded-content {
    position: relative;
    height: 100%;
}

.binded-item {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
}
.binded-item.active {
    position: relative;
    visibility: visible;
    opacity: 1;
}

/* Базовая двухколоночная сетка */
.columns-2 {
    column-count: 2;
    column-gap: 1.5rem; /* аналог g-4 */
}

/* Каждая карточка не разрывается внутри колонки */
.columns-2 > * {
    break-inside: avoid;
    margin-bottom: 1.5rem; /* отступ между карточками по вертикали */
}

/* Адаптив: на мобильных одна колонка */
@media (max-width: 576px) {
    .columns-2 {
        column-count: 1;
    }
}
.main-image-wrapper {
    overflow: hidden;
}

#mainImage {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/10;
}

.thumbnail-item {
    cursor: pointer;
    overflow: hidden;
}

.thumb-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.thumbnail-item:hover .thumb-img {
    transform: scale(1.02);
}

.btn-gray {
    color: #8b96a3;
    background: #303030;
    font-weight: normal;
}
.btn-gray:hover {
    color: white;
}

.btn-dark {
    color: white;
    background: #000;
    font-weight: normal;
    border: 0;
}
.btn-dark:hover {
    background: #303030;
    color: white;
}

.btn-link {
    font-weight: normal;
    color: #8b96a3;
}
.btn-link:hover {
    color: white;
}

.btn-yellow {
    font-weight: normal;
    color: white !important;
    text-decoration: none !important;
    background: #ffc107;
}
.btn-yellow:hover {
    background: #8b96a3;
}

.btn-green {
    font-weight: normal;
    color: white !important;
    text-decoration: none !important;
    background: #0db04b;
}
.btn-green:hover {
    background: rgba(45, 179, 74, 0.8);
}

.btn-blue {
    font-weight: normal;
    color: #fff !important;
    text-decoration: none !important;
    background: #009cff;
}
.btn-blue:hover {
    background: #8b96a3;
}

.btn-blueLight {
    font-weight: normal;
    color: #fff !important;
    text-decoration: none !important;
    background: #7abccf;
}
.btn-blueLight:hover {
    background: #8b96a3;
}

.btn-blur {
    font-weight: normal;
    display: flex;
    align-items: center;
    color: white;
    background: rgba(0, 0, 0, 0.3607843137);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.btn-blur:hover {
    color: white;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    justify-content: space-between;
}

.btn-blurDark {
    font-weight: normal;
    display: flex;
    align-items: center;
    color: white;
    background: rgba(48, 48, 48, 0.77);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.btn-blurDark:hover {
    color: white;
    background: rgb(48, 48, 48);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    justify-content: space-between;
}

.btn-glare {
    font-weight: normal;
    color: white !important;
    text-decoration: none !important;
    background: #0db04b;
    position: relative;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: 100%, 200%;
    background-position: 0px, -250px;
    animation: 4s border-glint linear backwards infinite;
    animation-delay: 1s;
    transition: box-shadow 0.25s, text-shaddw 0.25s;
    overflow: hidden;
}
.btn-glare:hover {
    background: rgba(45, 179, 74, 0.8);
}
.btn-glare:after {
    content: " ";
    position: absolute;
    top: -50%;
    left: -120%;
    width: 200%;
    height: 200%;
    background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 52%);
    animation: 4s glint linear backwards infinite;
    animation-delay: -3s;
}
@keyframes glint {
    0% {
        left: -120%;
    }
    8% {
        left: 50%;
    }
    100% {
        left: 50%;
    }
}
@keyframes border-glint {
    0% {
        background-position: 0px, -250px;
    }
    25% {
        background-position: 0px, -200px;
    }
    75% {
        background-position: 0px, 50px;
    }
    100% {
        background-position: 0px, 50px;
    }
}

/*кнопка -психоделика*/
.button-ph .pulse {
    background: #00b0e1;
    color: #FFF;
    animation: animate-pulse 1s linear infinite;
}
@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 176, 225, 0.7), 0 0 0 0 rgba(0, 176, 225, 0.7);
    }
    40% {
        box-shadow: 0 0 0 20px rgba(0, 176, 225, 0), 0 0 0 0 rgba(0, 176, 225, 0.7);
    }
    80% {
        box-shadow: 0 0 0 20px rgba(0, 176, 225, 0), 0 0 0 10px rgba(0, 176, 225, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 176, 225, 0), 0 0 0 10px rgba(0, 176, 225, 0);
    }
}

btn-rutube:hover, .btn-rutube:focus, .btn-rutube:active {
    color: #fff !important;
    background-color: #0f0941 !important;
    border-color: #0f0941 !important;
    box-shadow: 0 0.375rem 1.125rem -0.375rem rgba(201, 20, 7, 0.8) !important;
}

.bxmaker-authuserphone-enter {
    background-color: #1d1d1d;
    color: #fff;
    border: 1px solid #262626;
    width: 100%;
    border-radius: 0.5rem;
    padding: 2rem;
}

.bxmaker-authuserphone-enter-auth__title {
    font-size: 1rem;
    font-weight: normal;
}

.bxmaker-authuserphone-input-phone input[type=text] {
    min-height: calc(1.6em + 1.57rem + var(--si-border-width) * 2);
    padding: 0.785rem 1.125rem;
    font-size: 1rem;
    border-radius: var(--si-border-radius-lg);
    background: #1d1d1d !important;
}

.bxmaker-authuserphone-button .bxmaker-authuserphone-button__inner {
    color: white;
    background: #2DB34A;
    border: 0;
    border-radius: 0.5rem;
}

.bxmaker-authuserphone-button__title {
    font-weight: normal;
}

.bxmaker-authuserphone-enter-auth__change-confirm, .bxmaker-authuserphone-enter-auth__toregistration {
    display: none;
}

.bxmaker-authuserphone-input-phone__title {
    top: 20px;
    padding-left: 1rem;
}

.bxmaker-authuserphone-input-phone--flag.bxmaker-authuserphone-input-phone input[type=text] {
    padding-left: 1rem;
}

.top_info .bxmaker-geoip-component-confirm {
    z-index: 2000;
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: 35px;
}
.top_info .bxmaker-geoip-component-confirm__content {
    border-radius: 0.5rem;
    padding: 1rem;
}
.top_info .bxmaker-geoip-component-city-line__value {
    color: #8b96a3;
    font-size: 13px;
    line-height: 17px;
}
.top_info .bxmaker-geoip-component-confirm__button {
    background-color: #0db04b;
    color: white;
    font-weight: normal;
}
.top_info .bxmaker-geoip-component-confirm__aim {
    height: 8px;
    width: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    left: 0;
    top: -8px;
    -webkit-transform: none;
    transform: none;
}
.top_info .bxmaker-geoip-component-confirm__aim:before {
    border: 16px solid #1d1d1d;
}
.top_info .bxmaker-geoip-component-confirm__content {
    border-left: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
    border-top: 1px solid #1d1d1d;
    background-color: #000000;
}
.top_info .link {
    color: #8b96a3;
    font-size: 13px;
    line-height: 17px;
    position: relative;
    transition: color 0.2s;
    text-decoration: none;
}
.top_info .link:hover {
    color: white;
}

@media (max-width: 768px) {
    .bxmaker-core-popup__content {
        width: 90% !important;
    }
}
.bxmaker-core-popup {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 3rem;
}
.bxmaker-core-popup .bxmaker-core-popup-header {
    border-radius: 0.5rem;
}
.bxmaker-core-popup .bxmaker-core-popup-header__text {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
}
.bxmaker-core-popup .bxmaker-core-search-input {
    align-items: center;
    background: transparent;
}
.bxmaker-core-popup .bxmaker-core-search-input__clear {
    position: absolute;
    right: 0;
    flex-direction: row;
}
.bxmaker-core-popup__content {
    width: 50%;
    border: 1px solid #262626 !important;
    border-radius: 0.5rem;
}
.bxmaker-core-popup__content .bxmaker-core-search-input {
    border: 0;
}
.bxmaker-core-popup__content .bxmaker-core-search-input input {
    border-radius: 0.5rem;
    min-height: calc(1.6em + 1.57rem + var(--si-border-width) * 2);
    padding: 0.785rem 1.125rem;
    font-size: 1rem;
}
.bxmaker-core-popup__content .bxmaker-core-search-wrapper__option {
    border-bottom: 1px solid #262626;
    color: #8b96a3;
    font-size: 13px;
    line-height: 17px;
    padding: 1rem;
}
.bxmaker-core-popup__content .bxmaker-core-search-wrapper__option:hover {
    background-color: #262626;
    color: white;
}
.bxmaker-core-popup__content .bxmaker-core-search-wrapper__popup {
    border-left: 1px solid #262626;
    border-right: 1px solid #262626;
}
.bxmaker-core-popup__content .bxmaker-core-empty {
    border: 1px solid #262626;
    border-radius: 0.5rem;
}

header {
    height: 57px;
    top: 0;
    position: sticky;
    width: 100%;
    z-index: 999;
}
header .fs-xxs {
    font-size: 0.65rem;
    padding: 0.2em 0.3em;
}
header .user .dropdown-menu a {
    color: #8b96a3;
}
header .user .dropdown-menu a:hover {
    color: white;
}
header .top_menu {
    z-index: 998;
    background: black;
}
header .logo {
    width: 120px;
}
header .dropdown {
    position: static;
}
header .megamenu {
    background: #303030 !important;
    overflow: visible;
    border: none !important;
    z-index: 9998;
    top: 3rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1rem;
}
header .megamenu .nav-link {
    transition: color 0.2s;
    text-align: left;
}
header .megamenu .nav-link.active {
    background: black;
    border-radius: 5px;
    position: relative;
}
header .megamenu .nav-link.active:after {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0.5rem;
    content: "\ea50";
    font-family: boxicons;
}
header .nav-link {
    color: white;
}
header .nav-link:hover {
    color: #8b96a3 !important;
}
header .navbar-nav .nav-link.active, header .navbar-nav .nav-link.show {
    color: white;
}
header .navbar-nav .nav-link.active:hover, header .navbar-nav .nav-link.show:hover {
    color: #8b96a3 !important;
}
header .navbar-expand-lg .dropdown::before {
    height: 0 !important;
}

#header-nav {
    z-index: 900;
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.7s 0.3s ease;
    -moz-transition: -moz-transform 0.7s 0.3s ease;
    -ms-transition: -ms-transform 0.7s 0.3s ease;
    transition: transform 0.7s 0.3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

#header-nav.hide-nav-bar {
    top: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.7s 0.3s ease;
    -moz-transition: -moz-transform 0.7s 0.3s ease;
    -ms-transition: -ms-transform 0.7s 0.3s ease;
    transition: transform 0.7s 0.3s ease;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-backface-visibility: hidden;
}

#fix_prod {
    top: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.7s 0.3s ease;
    -moz-transition: -moz-transform 0.7s 0.3s ease;
    -ms-transition: -ms-transform 0.7s 0.3s ease;
    transition: transform 0.7s 0.3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0px, -250px, 0px);
}

#fix_prod.hide-nav {
    z-index: 901;
    position: relative;
    top: -5px;
    display: block;
    width: 100%;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.7s 0.3s ease;
    -moz-transition: -moz-transform 0.7s 0.3s ease;
    -ms-transition: -ms-transform 0.7s 0.3s ease;
    transition: transform 0.7s 0.3s ease;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-backface-visibility: hidden;
}
#fix_prod.hide-nav .min_name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mob-bottom {
    position: relative;
}

@media (max-width: 768px) {
    .breadcrumb {
        margin-top: 1rem !important;
    }
    .mob-bottom {
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        background-color: rgba(0, 0, 0, 0.6);
        position: fixed !important;
        bottom: 0;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        margin: 0 !important;
        padding: 0.7rem 1rem;
        left: 0;
    }
    .mob-bottom .bg-mob {
        background: #1d1d1d;
        padding: 0.5rem;
        border-radius: 50rem;
    }
}
.breadcrumb {
    margin-top: 5.5rem;
    display: flex;
    font-weight: 400 !important;
    flex-direction: row;
    scrollbar-width: none;
    white-space: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    overflow: scroll;
    line-height: 20px;
}

.slinky-menu .drop_inside {
    display: none;
}

.slinky-menu .list-it.hide {
    display: none;
}

.slinky-menu .list-it .drop_top {
    display: flex;
}

.slinky-menu .list-it.active .drop_top {
    display: none;
}

.slinky-menu .list-it.active .drop_inside {
    display: block;
}

.slinky-menu .list-group-item.active {
    background: transparent;
    border: 0;
}

.slinky-menu .list-group-item.active .Dropdown-mob {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.slinky-menu .list-group-item.active .Dropdown-mob ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slinky-menu .list-group-item.active .Dropdown-mob ul li a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.slinky-menu .list-group-item.active .Dropdown-mob .arrow {
    cursor: pointer;
}

.slinky-menu .list-group-item.active .list-group-item {
    background: #333;
    padding: 10px 15px;
    border-bottom: 1px solid #555;
}

.slinky-menu .list-group-item.active .list-group-item a {
    color: white;
}

.slinky-menu .list-group-item.active .back-btn,
.slinky-menu .list-group-item.active .back-btn-third {
    cursor: pointer;
}

.slinky-menu .list-group-item.active .drop_inside {
    position: relative;
    min-height: 200px;
}

.slinky-menu .list-group-item.active .sub-drop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #333;
    z-index: 10;
}

/* ИСПРАВЛЕНИЯ: показываем третий уровень правильно */
.slinky-menu .list-group-item.active .drop_inside.third-active > *:not(.has-sub) {
    visibility: hidden;
    pointer-events: none;
    display: none !important;
}

.slinky-menu .list-group-item.active .drop_inside.third-active .has-sub {
    visibility: visible;
    pointer-events: none;
}

.slinky-menu .list-group-item.active .drop_inside.third-active .sub-drop {
    display: block;
    visibility: visible;
    pointer-events: auto;
}

.slinky-menu .list-group-item.active .drop_inside.third-active .sub-drop .back-btn-third {
    visibility: visible;
    pointer-events: auto;
}

.unxx-dropdown-mob .unxx-back-btn, .unxx-dropdown-mob .unxx-back-btn-sub {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.unxx-dropdown-mob .unxx-back-btn i, .unxx-dropdown-mob .unxx-back-btn-sub i {
    font-size: 18px;
}

.unxx-dropdown-mob .bx-right-arrow-alt {
    cursor: pointer;
    font-size: 18px;
    padding: 8px;
    transition: transform 0.3s ease;
}

.unxx-dropdown-mob .bx-right-arrow-alt:hover {
    opacity: 0.7;
}

.unxx-dropdown-mob .first-link-wrapper, .unxx-dropdown-mob .second-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.unxx-dropdown-mob .first-link, .unxx-dropdown-mob .second-link {
    flex: 1;
    text-decoration: none;
    color: inherit;
}

.unxx-dropdown-mob .first-link:hover, .unxx-dropdown-mob .second-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.rew_slide .swiper-slide {
    width: auto !important;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rew_slide .gallery-item {
    display: flex;
    height: 100px;
    width: auto;
    border-radius: 0.75rem;
    overflow: hidden;
}

.rew_slide .gallery-item img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.top_tag {
    width: 244px;
    text-align: left;
    margin-right: 0.3rem;
}
.top_tag .text_tag {
    line-height: 1.2;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    white-space: normal;
}

.photo_product .gallery-item {
    width: 100%;
}
.photo_product .gallery-item:nth-child(2) {
    width: 50%;
}
.photo_product .gallery-item:nth-child(3) {
    width: 50%;
}

#catalog .card-portfolio-meta {
    display: none !important;
}
#catalog .dropup .dropdown-toggle::after {
    display: none;
}
#catalog .product-item-image-original {
    z-index: 0;
}
#catalog .product-item-line-list {
    border-radius: 0.375rem;
    background: #1d1d1d;
}
#catalog .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row dense;
    grid-row-gap: 1.25rem;
    display: grid;
    transition: all 0.3s;
    gap: 1.5rem;
}
#catalog .grid .cols-st {
    grid-column: 1/3;
}
#catalog .grid .cols-st .card {
    display: flex;
    flex-direction: column;
}
#catalog .grid .cols {
    align-items: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#catalog .grid .cols .price-block {
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
#catalog .grid .cols .price-block .price-btn {
    width: auto;
    margin-right: 0;
    text-align: end;
}
#catalog .grid .cols .price-block .price-block-basket {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
#catalog .grid .cols .price-block .price-block-mode {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
#catalog .grid .cols .price-block .predzakaz-btn {
    padding: 0.5rem;
    border-radius: 100%;
    background: #000;
    border: 2px solid #000;
}
#catalog .grid .cols .price-block .predzakaz-btn .predzakaz-btn-text {
    display: none;
}
#catalog .grid .cols .price-block .predzakaz-btn .bx-bell {
    display: block;
}
#catalog .grid .cols .price-block .basket-btn {
    padding: 0.5rem;
    border-radius: 100%;
    color: #0db04b;
    background: transparent;
    border: 2px solid #0db04b;
}
#catalog .grid .cols .price-block .basket-btn .basket-btn-text {
    display: none;
}
#catalog .grid .cols .price-block .btn-green {
    color: white !important;
    background: #0db04b !important;
    border: 2px solid #0db04b !important;
}
#catalog .grid .cols .img-block {
    width: 100%;
}
#catalog .grid .cols .har-block {
    display: none;
}
#catalog .grid .cols .name-block {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#catalog .grid .cols .info_block {
    display: none;
}
#catalog .grid .cols .qr-block {
    display: none;
}
#catalog .grid .express-delivery {
    display: flex;
}
#catalog .list {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    grid-row-gap: 1.25rem;
    display: grid;
    transition: all 0.3s;
    gap: 1.5rem;
}
#catalog .list .express-delivery {
    display: none;
}
#catalog .list .cols {
    height: 100%;
    background: #1d1d1d;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
#catalog .list .cols .img-block {
    width: 30%;
}
#catalog .list .cols .har-block {
    display: flex;
}
#catalog .list .cols .price-block-mode {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#catalog .list .cols .name-block {
    display: flex;
    flex-direction: column;
    width: 40%;
}
#catalog .list .cols .price-block {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 100%;
}
#catalog .list .cols .price-block .price-block-basket {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
#catalog .list .cols .price-block .price-btn {
    width: 100%;
    margin-right: 1rem;
    text-align: center;
}
#catalog .list .cols .price-block .predzakaz-btn {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: #000;
    border: 2px solid #000;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#catalog .list .cols .price-block .predzakaz-btn .predzakaz-btn-text {
    display: block;
}
#catalog .list .cols .price-block .predzakaz-btn .bx-bell {
    display: none;
}
#catalog .list .cols .price-block .basket-btn {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: #0db04b;
    border: 2px solid #0db04b;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#catalog .list .cols .price-block .basket-btn .basket-btn-text {
    display: block;
}
#catalog .list .cols .price-block .basket-btn .bx-cart {
    display: none;
}
#catalog .list .cols .info_block {
    display: block;
}
#catalog .list .cols .qr-block {
    display: flex;
}
#catalog .list .cols-st {
    grid-column: 1;
}
#catalog .list .cols-st .card {
    display: flex;
    flex-direction: row;
}
@media (max-width: 576px) {
    #catalog .bx-touch .bx-filters .bx-filter-popup-result {
        display: none !important;
    }
    #catalog .list {
        gap: 0.5rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    #catalog .list .cols {
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: normal !important;
    }
    #catalog .list .cols .img-block {
        width: 100% !important;
    }
    #catalog .list .cols .name-block {
        padding: 0.5rem !important;
        margin-left: 0 !important;
    }
    #catalog .grid {
        gap: 0.5rem !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    #catalog .grid .name-block {
        padding: 0.5rem !important;
    }
}
@media (max-width: 768px) {
    #catalog .photo_product {
        display: none;
    }
    #catalog .product-item-line-list {
        background: transparent !important;
        margin-bottom: 1rem;
    }
    #catalog .list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    #catalog .list .cols {
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: normal !important;
    }
    #catalog .list .cols .img-block {
        width: 100% !important;
    }
    #catalog .list .cols .predzakaz-btn {
        background: #1d1d1d !important;
    }
    #catalog .list .cols .basket-btn-text, #catalog .list .cols .predzakaz-btn-text {
        display: block !important;
    }
    #catalog .list .cols .basket-btn, #catalog .list .cols .predzakaz-btn {
        margin-top: 1rem !important;
        width: 100% !important;
        border-radius: 0.5rem !important;
        text-align: center !important;
        display: block !important;
    }
    #catalog .list .cols .basket-btn i, #catalog .list .cols .predzakaz-btn i {
        display: none !important;
    }
    #catalog .list .cols .price-block-basket {
        width: 100% !important;
    }
    #catalog .list .cols .price-block-basket .price-btn {
        width: 100% !important;
    }
    #catalog .list .cols .price-block-mode {
        padding-bottom: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    #catalog .list .cols .dropup {
        padding: 0.5rem !important;
    }
    #catalog .list .cols .cols-st .card {
        flex-direction: column !important;
    }
    #catalog .list .cols .name-block {
        margin-left: 0 !important;
    }
    #catalog .list .cols .name-block .lh-sm {
        line-height: 1.2 !important;
    }
    #catalog .list .cols .name-block .fs-sm {
        font-size: 0.8rem !important;
    }
    #catalog .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #catalog .grid .basket-btn-text, #catalog .grid .predzakaz-btn-text {
        display: block !important;
    }
    #catalog .grid .price-block-basket {
        width: 100% !important;
    }
    #catalog .grid .price-block-basket .price-btn {
        width: 100% !important;
    }
    #catalog .grid .predzakaz-btn {
        border: 2px solid #1d1d1d !important;
        background: #1d1d1d !important;
    }
    #catalog .grid .price-block-mode {
        padding-bottom: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    #catalog .grid .basket-btn, #catalog .grid .predzakaz-btn {
        margin-top: 1rem !important;
        width: 100% !important;
        border-radius: 0.5rem !important;
        text-align: center !important;
        display: block !important;
    }
    #catalog .grid .basket-btn i, #catalog .grid .predzakaz-btn i {
        display: none !important;
    }
    #catalog .grid .dropup {
        padding: 0.5rem !important;
    }
    #catalog .grid .cols-st .card {
        flex-direction: column !important;
    }
    #catalog .grid .name-block .lh-sm {
        line-height: 1.2 !important;
    }
    #catalog .grid .name-block .fs-sm {
        font-size: 0.8rem !important;
    }
}
@media (max-width: 992px) {
    #catalog .list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    #catalog .list .cols {
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: normal !important;
    }
    #catalog .list .cols .img-block {
        width: 100% !important;
    }
    #catalog .list .cols .name-block {
        margin-left: 0 !important;
    }
    #catalog .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 1199px) {
    #catalog .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    #catalog .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.link_block .link_modal {
    z-index: 15;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    padding: 1rem;
    align-items: flex-start;
}
.link_block .link_modal button {
    background: #303030;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.link_block .link_modal button:hover {
    background: #0db04b;
}
.link_block:hover .link_modal button {
    transform: translateY(0px);
    transition-duration: 0.8s;
    opacity: 1;
    visibility: visible;
}
.link_block .link_modal button {
    transform: translateY(-50px);
    transition-duration: 0.8s;
    opacity: 0;
    visibility: hidden;
}
.link_block .link_modal .active {
    transition-duration: 0.8s;
    transform: translateY(0px) !important;
    border: 2px solid #0db04b !important;
    opacity: 1;
    background: #0db04b;
    visibility: visible;
}
.link_block .link_modal .active .text-nav {
    color: white !important;
}

.link_product .link_modal {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    padding: 1rem;
    align-items: flex-start;
}
.link_product .link_modal button {
    background: #303030;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.link_product .link_modal button:hover {
    background: #0db04b;
    color: white;
}
.link_product .link_modal .active {
    transition-duration: 0.8s;
    transform: translateY(0px) !important;
    border: 2px solid #0db04b !important;
    background: #0db04b;
}
.link_product .link_modal .active .text-nav {
    color: white !important;
}

@media (min-width: 992px) {
    .filter {
        position: relative;
    }
    .filter .offcanvas-footer {
        position: sticky;
        bottom: 0;
    }
    .filter .offcanvas-start {
        z-index: 998;
        position: relative;
        transform: translateX(0%);
        visibility: visible;
        background: transparent;
    }
}
@media (max-width: 991px) {
    .min-h-500 {
        min-height: 300px !important;
    }
    .filter {
        position: initial !important;
    }
    .filter .offcanvas-footer {
        position: initial !important;
        bottom: 0;
    }
    .filter .offcanvas-start {
        z-index: 1100 !important;
        position: fixed;
        transform: translateX(-100%);
        visibility: visible;
    }
}
.min-h-500 {
    min-height: 450px;
}

@media (max-width: 768px) {
    .bx-filters .bx-filter-popup-result {
        display: none !important;
    }
    .bg-body-img {
        min-height: 150px !important;
    }
}
.bg-body-img {
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

.hotspots, .hotspots-alt {
    position: relative;
}

.hotspots .hotspot, .hotspots-alt .hotspot {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.hotspots .hotspot-inner, .hotspots-alt .hotspot-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.hotspots {
    --ar-hotspots-size: 4rem;
    --ar-hotspots-border-width: 4rem;
    --ar-hotspots-border-color: rgba(255, 255, 255, 0.5);
    --ar-hotspots-color: #000;
    --ar-hotspots-inner-bg: #ffffff94;
    --ar-hotspots-hover-border-color: rgba(var(--ar-primary-rgb), 0.5);
    --ar-hotspots-hover-color: #ffffff94;
    --ar-hotspots-hover-inner-bg: #000;
}

.hotspots .hotspot {
    width: var(--ar-hotspots-size);
    height: var(--ar-hotspots-size);
    border: 1px solid rgba(255, 255, 255, 0.5803921569);
    -webkit-animation: flashing 1.5s infinite linear;
    animation: flashing 1.5s infinite linear;
}

.hotspots .hotspot-inner {
    width: calc(var(--ar-hotspots-size) - 1rem);
    height: calc(var(--ar-hotspots-size) - 1rem);
    font-weight: 600;
    color: var(--ar-hotspots-color);
    background-color: var(--ar-hotspots-inner-bg);
}

.hotspots [class^=ai-], .hotspots [class*=" ai-"] {
    font-size: 1.2em;
}

.hotspots .hotspot:hover, .hotspots .hotspot:focus {
    border-color: var(--ar-hotspots-hover-border-color);
}

.hotspots .hotspot:hover .hotspot-inner, .hotspots .hotspot:focus .hotspot-inner {
    color: var(--ar-hotspots-hover-color);
    background-color: var(--ar-hotspots-hover-inner-bg);
}

.hotspots-alt {
    --ar-hotspots-size: 2rem;
    --ar-hotspots-border-width: var(--ar-border-width);
    --ar-hotspots-border-color: rgba(255, 255, 255, 0.4);
    --ar-hotspots-bg: rgba(255, 255, 255, 0.1);
    --ar-hotspots-inner-bg: #000;
    --ar-hotspots-hover-border-color: rgba(var(--ar-primary-rgb), 0.4);
    --ar-hotspots-hover-bg: rgba(var(--ar-primary-rgb), 0.2);
    --ar-hotspots-hover-inner-bg: var(--ar-primary);
}

.hotspots-alt .hotspot {
    background-color: var(--ar-hotspots-bg);
    backdrop-filter: blur(0.25rem);
}

.hotspots-alt .hotspot:hover, .hotspots-alt .hotspot:focus {
    background-color: var(--ar-hotspots-hover-bg);
}

.hotspots-alt .hotspot-inner {
    width: calc(var(--ar-hotspots-size) - 1.25rem);
    height: calc(var(--ar-hotspots-size) - 1.25rem);
}

.grid-list .form-switch {
    background: #1d1d1d;
    border-radius: 100%;
    padding: 1px;
}
.grid-list .form-switch label {
    background: black;
    padding: 2px;
    border-radius: 100%;
}

/*#fix_prod{
  z-index: 900;
  bottom: 0;
  position: fixed;
  display: block;
  width: 100%;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(0, 0, 0, .6);
  opacity: 1;
  -webkit-transition: -webkit-transform .7s .3sease;
  -moz-transition: -moz-transform .7s .3s ease;
  -ms-transition: -ms-transform .7s .3s ease;
  transition: transform .7s .3sease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}*/
.compare > .active {
    background: #0db04b;
}

.compare:hover {
    background: #000;
}

.bx-filter-parameters-box-container {
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
}

#switch-btn-list:disabled {
    background: #0db04b;
    border: 0;
    opacity: 1;
}

#switch-btn-grid:disabled {
    background: #0db04b;
    border: 0;
    opacity: 1;
}

/**/
.rating {
    display: flex;
    align-items: center;
}

.rating-input {
    position: absolute !important;
    left: -9999px !important;
}

.rating-input[disabled] {
    display: none;
}

.rating-label {
    padding: 0;
    margin: 0;
}

.rating-label > i, .rating-label > .svg-icon {
    line-height: 1;
    color: #949393;
}

label.rating-label {
    cursor: pointer;
}

div.rating-label.checked > i, div.rating-label.checked > .svg-icon,
label.rating-label > i,
label.rating-label > .svg-icon {
    color: #e7ba20;
}

.rating-input:checked ~ .rating-label > i, .rating-input:checked ~ .rating-label > .svg-icon {
    color: #949393;
}

.rating:hover label.rating-label > i, .rating:hover label.rating-label > .svg-icon {
    color: #e7ba20;
}

label.rating-label:hover ~ .rating-label {
    color: #949393;
}

label.rating-label:hover ~ .rating-label > i, label.rating-label:hover ~ .rating-label > .svg-icon {
    color: #949393;
}

.opacity-1 {
    opacity: 1 !important;
}

.swiper-mx-auto .slider {
    overflow: hidden;
}
.swiper-mx-auto .slider .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-mx-auto .slider__flex {
    flex-direction: column-reverse;
    display: flex;
    align-items: flex-start;
}
.swiper-mx-auto .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
}
.swiper-mx-auto .slider__prev,
.swiper-mx-auto .slider__next {
    height: auto;
    width: 32px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swiper-mx-auto .slider__prev:focus,
.swiper-mx-auto .slider__next:focus {
    outline: none;
}
.swiper-mx-auto .slider__thumbs {
    overflow: hidden;
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
}
.swiper-mx-auto .slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.swiper-mx-auto .slider__thumbs .slider__image:hover {
    opacity: 1;
}
.swiper-mx-auto .slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.swiper-mx-auto .slider__images {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.swiper-mx-auto .slider__images .slider__image img {
    transition: 3s;
}
.swiper-mx-auto .slider__images .slider__image:hover img {
    transform: scale(1.1);
}
.swiper-mx-auto .slider__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-mx-auto .slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.compare-tab .teg_catalog {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
}
.compare-tab .teg_catalog:hover {
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.compare-tab .active {
    color: white;
    border-bottom: 0;
}

.bg-compare {
    background: transparent;
}
.bg-compare:hover {
    background: #303030;
}

.simple-file-upload {
    text-align: center;
    border: 2px dashed #303030;
}
.simple-file-upload .upload-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    cursor: pointer;
    transition: all 0.3s;
}
.simple-file-upload .upload-button:hover {
    border-color: #515050;
    background: #303030;
}
.simple-file-upload .previews {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.simple-file-upload .preview {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.simple-file-upload .preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}
.simple-file-upload .remove {
    position: absolute;
    cursor: pointer;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: white;
    color: black;
    border: none;
    border-radius: 50%;
}

#map {
    width: 100%;
    height: 600px;
    background: #000;
}

@font-face {
    font-family: bootstrap-icons;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/bootstrap-icons.eot);
    src: url(../fonts/bootstrap-icons.eot) format("embedded-opentype"), url(../fonts/bootstrap-icons.woff2) format("woff2"), url(../fonts/bootstrap-icons.woff) format("woff"), url(../fonts/bootstrap-icons.ttf) format("truetype"), url(../fonts/bootstrap-icons.svg?#bootstrap-icons) format("svg");
    font-display: swap;
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-star-fill::before {
    content: "\f586";
}

.bi-star-half::before {
    content: "\f587";
}

.bi-star::before {
    content: "\f588";
}

.bi-quote::before {
    content: "\f6b0";
}

/**/
@font-face {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/boxicons.eot);
    src: url(../fonts/boxicons.eot) format("embedded-opentype"), url(../fonts/boxicons.woff2) format("woff2"), url(../fonts/boxicons.woff) format("woff"), url(../fonts/boxicons.ttf) format("truetype"), url(../fonts/boxicons.svg?#boxicons) format("svg");
    font-display: swap;
}
.bx-ul .bx {
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: -2em;
    width: 2em;
    text-align: center;
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bx-ul {
    margin-left: 2em;
    padding-left: 0;
    list-style: none;
}
.bx-ul > li {
    position: relative;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes burst {
    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes burst {
    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes flashing {
    45% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}
@keyframes flashing {
    45% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-left {
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
}
@keyframes fade-left {
    75% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
}
@-webkit-keyframes fade-right {
    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }
}
@keyframes fade-right {
    75% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0;
    }
}
@-webkit-keyframes fade-up {
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
}
@keyframes fade-up {
    75% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }
}
@-webkit-keyframes fade-down {
    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}
@keyframes fade-down {
    75% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }
}
@-webkit-keyframes tada {
    10%, 20% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    10%, 20% {
        -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
    }
    40%, 60%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bx-spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.bx-spin-hover:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.bx-tada {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}
.bx-tada-hover:hover {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}
.bx-flashing {
    -webkit-animation: flashing 1.5s infinite linear;
    animation: flashing 1.5s infinite linear;
}
.bx-flashing-hover:hover {
    -webkit-animation: flashing 1.5s infinite linear;
    animation: flashing 1.5s infinite linear;
}
.bx-burst {
    -webkit-animation: burst 1.5s infinite linear;
    animation: burst 1.5s infinite linear;
}
.bx-burst-hover:hover {
    -webkit-animation: burst 1.5s infinite linear;
    animation: burst 1.5s infinite linear;
}
.bx-fade-up {
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear;
}
.bx-fade-up-hover:hover {
    -webkit-animation: fade-up 1.5s infinite linear;
    animation: fade-up 1.5s infinite linear;
}
.bx-fade-down {
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear;
}
.bx-fade-down-hover:hover {
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear;
}
.bx-fade-left {
    -webkit-animation: fade-left 1.5s infinite linear;
    animation: fade-left 1.5s infinite linear;
}
.bx-fade-left-hover:hover {
    -webkit-animation: fade-left 1.5s infinite linear;
    animation: fade-left 1.5s infinite linear;
}
.bx-fade-right {
    -webkit-animation: fade-right 1.5s infinite linear;
    animation: fade-right 1.5s infinite linear;
}
.bx-fade-right-hover:hover {
    -webkit-animation: fade-right 1.5s infinite linear;
    animation: fade-right 1.5s infinite linear;
}
.bx-xs {
    font-size: 1rem !important;
}
.bx-sm {
    font-size: 1.55rem !important;
}
.bx-md {
    font-size: 2.25rem !important;
}
.bx-lg {
    font-size: 3rem !important;
}
.bx-fw {
    font-size: 1.2857142857em;
    line-height: 0.8em;
    width: 1.2857142857em;
    height: 0.8em;
    margin-top: -0.2em !important;
    vertical-align: middle;
}
.bx-pull-left {
    float: left;
    margin-right: 0.3em !important;
}
.bx-pull-right {
    float: right;
    margin-left: 0.3em !important;
}
.bx-rotate-90 {
    transform: rotate(90deg);
}
.bx-rotate-180 {
    transform: rotate(180deg);
}
.bx-rotate-270 {
    transform: rotate(270deg);
}
.bx-flip-horizontal {
    transform: scaleX(-1);
}
.bx-flip-vertical {
    transform: scaleY(-1);
}
.bx-border {
    padding: 0.25em;
    border: 0.07em solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25em;
}
.bx-border-circle {
    padding: 0.25em;
    border: 0.07em solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.bx-child:before {
    content: "\ef48";
}
.bx-horizontal-left:before {
    content: "\ef49";
}
.bx-horizontal-right:before {
    content: "\ef4a";
}
.bx-objects-horizontal-center:before {
    content: "\ef4b";
}
.bx-objects-horizontal-left:before {
    content: "\ef4c";
}
.bx-objects-horizontal-right:before {
    content: "\ef4d";
}
.bx-objects-vertical-bottom:before {
    content: "\ef4e";
}
.bx-objects-vertical-center:before {
    content: "\ef4f";
}
.bx-objects-vertical-top:before {
    content: "\ef50";
}
.bx-rfid:before {
    content: "\ef51";
}
.bx-shield-minus:before {
    content: "\ef52";
}
.bx-shield-plus:before {
    content: "\ef53";
}
.bx-shower:before {
    content: "\ef54";
}
.bx-sushi:before {
    content: "\ef55";
}
.bx-universal-access:before {
    content: "\ef56";
}
.bx-vertical-bottom:before {
    content: "\ef57";
}
.bx-vertical-top:before {
    content: "\ef58";
}
.bx-reflect-horizontal:before {
    content: "\ef3a";
}
.bx-reflect-vertical:before {
    content: "\ef3b";
}
.bx-color:before {
    content: "\ef3c";
}
.bx-home-alt-2:before {
    content: "\ef2d";
}
.bx-hard-hat:before {
    content: "\ef2e";
}
.bx-cheese:before {
    content: "\ef2f";
}
.bx-cart-add:before {
    content: "\ef30";
}
.bx-cart-download:before {
    content: "\ef31";
}
.bx-no-signal:before {
    content: "\ef32";
}
.bx-signal-1:before {
    content: "\ef33";
}
.bx-signal-2:before {
    content: "\ef34";
}
.bx-signal-3:before {
    content: "\ef35";
}
.bx-signal-4:before {
    content: "\ef36";
}
.bx-signal-5:before {
    content: "\ef37";
}
.bx-lemon:before {
    content: "\ef28";
}
.bx-cricket-ball:before {
    content: "\ef0c";
}
.bx-baguette:before {
    content: "\ef0d";
}
.bx-bowl-hot:before {
    content: "\ef0e";
}
.bx-bowl-rice:before {
    content: "\ef0f";
}
.bx-cable-car:before {
    content: "\ef10";
}
.bx-candles:before {
    content: "\ef11";
}
.bx-circle-half:before {
    content: "\ef12";
}
.bx-circle-quarter:before {
    content: "\ef13";
}
.bx-circle-three-quarter:before {
    content: "\ef14";
}
.bx-cross:before {
    content: "\ef15";
}
.bx-fork:before {
    content: "\ef16";
}
.bx-knife:before {
    content: "\ef17";
}
.bx-money-withdraw:before {
    content: "\ef18";
}
.bx-popsicle:before {
    content: "\ef19";
}
.bx-scatter-chart:before {
    content: "\ef1a";
}
.bx-collapse-alt:before {
    content: "\e994";
}
.bx-collapse-horizontal:before {
    content: "\e995";
}
.bx-collapse-vertical:before {
    content: "\e996";
}
.bx-expand-horizontal:before {
    content: "\e997";
}
.bx-expand-vertical:before {
    content: "\e998";
}
.bx-injection:before {
    content: "\e999";
}
.bx-leaf:before {
    content: "\e99a";
}
.bx-math:before {
    content: "\e99b";
}
.bx-party:before {
    content: "\e99c";
}
.bx-abacus:before {
    content: "\e99d";
}
.bx-accessibility:before {
    content: "\e99e";
}
.bx-add-to-queue:before {
    content: "\e99f";
}
.bx-adjust:before {
    content: "\e9a0";
}
.bx-alarm:before {
    content: "\e9a1";
}
.bx-alarm-add:before {
    content: "\e9a2";
}
.bx-alarm-exclamation:before {
    content: "\e9a3";
}
.bx-alarm-off:before {
    content: "\e9a4";
}
.bx-alarm-snooze:before {
    content: "\e9a5";
}
.bx-album:before {
    content: "\e9a6";
}
.bx-align-justify:before {
    content: "\e9a7";
}
.bx-align-left:before {
    content: "\e9a8";
}
.bx-align-middle:before {
    content: "\e9a9";
}
.bx-align-right:before {
    content: "\e9aa";
}
.bx-analyse:before {
    content: "\e9ab";
}
.bx-anchor:before {
    content: "\e9ac";
}
.bx-angry:before {
    content: "\e9ad";
}
.bx-aperture:before {
    content: "\e9ae";
}
.bx-arch:before {
    content: "\e9af";
}
.bx-archive:before {
    content: "\e9b0";
}
.bx-archive-in:before {
    content: "\e9b1";
}
.bx-archive-out:before {
    content: "\e9b2";
}
.bx-area:before {
    content: "\e9b3";
}
.bx-arrow-back:before {
    content: "\e9b4";
}
.bx-arrow-from-bottom:before {
    content: "\e9b5";
}
.bx-arrow-from-left:before {
    content: "\e9b6";
}
.bx-arrow-from-right:before {
    content: "\e9b7";
}
.bx-arrow-from-top:before {
    content: "\e9b8";
}
.bx-arrow-to-bottom:before {
    content: "\e9b9";
}
.bx-arrow-to-left:before {
    content: "\e9ba";
}
.bx-arrow-to-right:before {
    content: "\e9bb";
}
.bx-arrow-to-top:before {
    content: "\e9bc";
}
.bx-at:before {
    content: "\e9bd";
}
.bx-atom:before {
    content: "\e9be";
}
.bx-award:before {
    content: "\e9bf";
}
.bx-badge:before {
    content: "\e9c0";
}
.bx-badge-check:before {
    content: "\e9c1";
}
.bx-ball:before {
    content: "\e9c2";
}
.bx-band-aid:before {
    content: "\e9c3";
}
.bx-bar-chart:before {
    content: "\e9c4";
}
.bx-bar-chart-alt:before {
    content: "\e9c5";
}
.bx-bar-chart-alt-2:before {
    content: "\e9c6";
}
.bx-bar-chart-square:before {
    content: "\e9c7";
}
.bx-barcode:before {
    content: "\e9c8";
}
.bx-barcode-reader:before {
    content: "\e9c9";
}
.bx-baseball:before {
    content: "\e9ca";
}
.bx-basket:before {
    content: "\e9cb";
}
.bx-basketball:before {
    content: "\e9cc";
}
.bx-bath:before {
    content: "\e9cd";
}
.bx-battery:before {
    content: "\e9ce";
}
.bx-bed:before {
    content: "\e9cf";
}
.bx-been-here:before {
    content: "\e9d0";
}
.bx-beer:before {
    content: "\e9d1";
}
.bx-bell:before {
    content: "\e9d2";
}
.bx-bell-minus:before {
    content: "\e9d3";
}
.bx-bell-off:before {
    content: "\e9d4";
}
.bx-bell-plus:before {
    content: "\e9d5";
}
.bx-bible:before {
    content: "\e9d6";
}
.bx-bitcoin:before {
    content: "\e9d7";
}
.bx-blanket:before {
    content: "\e9d8";
}
.bx-block:before {
    content: "\e9d9";
}
.bx-bluetooth:before {
    content: "\e9da";
}
.bx-body:before {
    content: "\e9db";
}
.bx-bold:before {
    content: "\e9dc";
}
.bx-bolt-circle:before {
    content: "\e9dd";
}
.bx-bomb:before {
    content: "\e9de";
}
.bx-bone:before {
    content: "\e9df";
}
.bx-bong:before {
    content: "\e9e0";
}
.bx-book:before {
    content: "\e9e1";
}
.bx-book-add:before {
    content: "\e9e2";
}
.bx-book-alt:before {
    content: "\e9e3";
}
.bx-book-bookmark:before {
    content: "\e9e4";
}
.bx-book-content:before {
    content: "\e9e5";
}
.bx-book-heart:before {
    content: "\e9e6";
}
.bx-bookmark:before {
    content: "\e9e7";
}
.bx-bookmark-alt:before {
    content: "\e9e8";
}
.bx-bookmark-alt-minus:before {
    content: "\e9e9";
}
.bx-bookmark-alt-plus:before {
    content: "\e9ea";
}
.bx-bookmark-heart:before {
    content: "\e9eb";
}
.bx-bookmark-minus:before {
    content: "\e9ec";
}
.bx-bookmark-plus:before {
    content: "\e9ed";
}
.bx-bookmarks:before {
    content: "\e9ee";
}
.bx-book-open:before {
    content: "\e9ef";
}
.bx-book-reader:before {
    content: "\e9f0";
}
.bx-border-all:before {
    content: "\e9f1";
}
.bx-border-bottom:before {
    content: "\e9f2";
}
.bx-border-inner:before {
    content: "\e9f3";
}
.bx-border-left:before {
    content: "\e9f4";
}
.bx-border-none:before {
    content: "\e9f5";
}
.bx-border-outer:before {
    content: "\e9f6";
}
.bx-border-radius:before {
    content: "\e9f7";
}
.bx-border-right:before {
    content: "\e9f8";
}
.bx-border-top:before {
    content: "\e9f9";
}
.bx-bot:before {
    content: "\e9fa";
}
.bx-bowling-ball:before {
    content: "\e9fb";
}
.bx-box:before {
    content: "\e9fc";
}
.bx-bracket:before {
    content: "\e9fd";
}
.bx-braille:before {
    content: "\e9fe";
}
.bx-brain:before {
    content: "\e9ff";
}
.bx-briefcase:before {
    content: "\ea00";
}
.bx-briefcase-alt:before {
    content: "\ea01";
}
.bx-briefcase-alt-2:before {
    content: "\ea02";
}
.bx-brightness:before {
    content: "\ea03";
}
.bx-brightness-half:before {
    content: "\ea04";
}
.bx-broadcast:before {
    content: "\ea05";
}
.bx-brush:before {
    content: "\ea06";
}
.bx-brush-alt:before {
    content: "\ea07";
}
.bx-bug:before {
    content: "\ea08";
}
.bx-bug-alt:before {
    content: "\ea09";
}
.bx-building:before {
    content: "\ea0a";
}
.bx-building-house:before {
    content: "\ea0b";
}
.bx-buildings:before {
    content: "\ea0c";
}
.bx-bulb:before {
    content: "\ea0d";
}
.bx-bullseye:before {
    content: "\ea0e";
}
.bx-buoy:before {
    content: "\ea0f";
}
.bx-bus:before {
    content: "\ea10";
}
.bx-bus-school:before {
    content: "\ea11";
}
.bx-cabinet:before {
    content: "\ea12";
}
.bxx-cake:before {
    content: "\ea13";
}
.bx-calculator:before {
    content: "\ea14";
}
.bx-calendar:before {
    content: "\ea15";
}
.bx-calendar-alt:before {
    content: "\ea16";
}
.bx-calendar-check:before {
    content: "\ea17";
}
.bx-calendar-edit:before {
    content: "\ea18";
}
.bx-calendar-event:before {
    content: "\ea19";
}
.bx-calendar-exclamation:before {
    content: "\ea1a";
}
.bx-calendar-heart:before {
    content: "\ea1b";
}
.bx-calendar-minus:before {
    content: "\ea1c";
}
.bx-calendar-plus:before {
    content: "\ea1d";
}
.bx-calendar-star:before {
    content: "\ea1e";
}
.bx-calendar-week:before {
    content: "\ea1f";
}
.bx-calendar-x:before {
    content: "\ea20";
}
.bx-camera:before {
    content: "\ea21";
}
.bx-camera-home:before {
    content: "\ea22";
}
.bx-camera-movie:before {
    content: "\ea23";
}
.bx-camera-off:before {
    content: "\ea24";
}
.bx-capsule:before {
    content: "\ea25";
}
.bx-captions:before {
    content: "\ea26";
}
.bx-car:before {
    content: "\ea27";
}
.bx-card:before {
    content: "\ea28";
}
.bx-caret-down:before {
    content: "\ea29";
}
.bx-caret-down-circle:before {
    content: "\ea2a";
}
.bx-caret-down-square:before {
    content: "\ea2b";
}
.bx-caret-left:before {
    content: "\ea2c";
}
.bx-caret-left-circle:before {
    content: "\ea2d";
}
.bx-caret-left-square:before {
    content: "\ea2e";
}
.bx-caret-right:before {
    content: "\ea2f";
}
.bx-caret-right-circle:before {
    content: "\ea30";
}
.bx-caret-right-square:before {
    content: "\ea31";
}
.bx-caret-up:before {
    content: "\ea32";
}
.bx-caret-up-circle:before {
    content: "\ea33";
}
.bx-caret-up-square:before {
    content: "\ea34";
}
.bx-carousel:before {
    content: "\ea35";
}
.bx-cart:before {
    content: "\ea36";
}
.bx-cart-alt:before {
    content: "\ea37";
}
.bx-cast:before {
    content: "\ea38";
}
.bx-category:before {
    content: "\ea39";
}
.bx-category-alt:before {
    content: "\ea3a";
}
.bx-cctv:before {
    content: "\ea3b";
}
.bx-certification:before {
    content: "\ea3c";
}
.bx-chair:before {
    content: "\ea3d";
}
.bx-chalkboard:before {
    content: "\ea3e";
}
.bx-chart:before {
    content: "\ea3f";
}
.bx-chat:before {
    content: "\ea40";
}
.bx-check:before {
    content: "\ea41";
}
.bx-checkbox:before {
    content: "\ea42";
}
.bx-checkbox-checked:before {
    content: "\ea43";
}
.bx-checkbox-minus:before {
    content: "\ea44";
}
.bx-checkbox-square:before {
    content: "\ea45";
}
.bx-check-circle:before {
    content: "\ea46";
}
.bx-check-double:before {
    content: "\ea47";
}
.bx-check-shield:before {
    content: "\ea48";
}
.bx-check-square:before {
    content: "\ea49";
}
.bx-chevron-down:before {
    content: "\ea4a";
}
.bx-chevron-down-circle:before {
    content: "\ea4b";
}
.bx-chevron-down-square:before {
    content: "\ea4c";
}
.bx-chevron-left:before {
    content: "\ea4d";
}
.bx-chevron-left-circle:before {
    content: "\ea4e";
}
.bx-chevron-left-square:before {
    content: "\ea4f";
}
.bx-chevron-right:before {
    content: "\ea50";
}
.bx-chevron-right-circle:before {
    content: "\ea51";
}
.bx-chevron-right-square:before {
    content: "\ea52";
}
.bx-chevrons-down:before {
    content: "\ea53";
}
.bx-chevrons-left:before {
    content: "\ea54";
}
.bx-chevrons-right:before {
    content: "\ea55";
}
.bx-chevrons-up:before {
    content: "\ea56";
}
.bx-chevron-up:before {
    content: "\ea57";
}
.bx-chevron-up-circle:before {
    content: "\ea58";
}
.bx-chevron-up-square:before {
    content: "\ea59";
}
.bx-chip:before {
    content: "\ea5a";
}
.bx-church:before {
    content: "\ea5b";
}
.bx-circle:before {
    content: "\ea5c";
}
.bx-clinic:before {
    content: "\ea5d";
}
.bx-clipboard:before {
    content: "\ea5e";
}
.bx-closet:before {
    content: "\ea5f";
}
.bx-cloud:before {
    content: "\ea60";
}
.bx-cloud-download:before {
    content: "\ea61";
}
.bx-cloud-drizzle:before {
    content: "\ea62";
}
.bx-cloud-lightning:before {
    content: "\ea63";
}
.bx-cloud-light-rain:before {
    content: "\ea64";
}
.bx-cloud-rain:before {
    content: "\ea65";
}
.bx-cloud-snow:before {
    content: "\ea66";
}
.bx-cloud-upload:before {
    content: "\ea67";
}
.bx-code:before {
    content: "\ea68";
}
.bx-code-alt:before {
    content: "\ea69";
}
.bx-code-block:before {
    content: "\ea6a";
}
.bx-code-curly:before {
    content: "\ea6b";
}
.bx-coffee:before {
    content: "\ea6c";
}
.bx-coffee-togo:before {
    content: "\ea6d";
}
.bx-cog:before {
    content: "\ea6e";
}
.bx-coin:before {
    content: "\ea6f";
}
.bx-coin-stack:before {
    content: "\ea70";
}
.bx-collapse:before {
    content: "\ea71";
}
.bx-collection:before {
    content: "\ea72";
}
.bx-color-fill:before {
    content: "\ea73";
}
.bx-columns:before {
    content: "\ea74";
}
.bx-command:before {
    content: "\ea75";
}
.bx-comment:before {
    content: "\ea76";
}
.bx-comment-add:before {
    content: "\ea77";
}
.bx-comment-check:before {
    content: "\ea78";
}
.bx-comment-detail:before {
    content: "\ea79";
}
.bx-comment-dots:before {
    content: "\ea7a";
}
.bx-comment-edit:before {
    content: "\ea7b";
}
.bx-comment-error:before {
    content: "\ea7c";
}
.bx-comment-minus:before {
    content: "\ea7d";
}
.bx-comment-x:before {
    content: "\ea7e";
}
.bx-compass:before {
    content: "\ea7f";
}
.bx-confused:before {
    content: "\ea80";
}
.bx-conversation:before {
    content: "\ea81";
}
.bx-cookie:before {
    content: "\ea82";
}
.bx-cool:before {
    content: "\ea83";
}
.bx-copy:before {
    content: "\ea84";
}
.bx-copy-alt:before {
    content: "\ea85";
}
.bx-copyright:before {
    content: "\ea86";
}
.bx-credit-card:before {
    content: "\ea87";
}
.bx-credit-card-alt:before {
    content: "\ea88";
}
.bx-credit-card-front:before {
    content: "\ea89";
}
.bx-crop:before {
    content: "\ea8a";
}
.bx-crosshair:before {
    content: "\ea8b";
}
.bx-crown:before {
    content: "\ea8c";
}
.bx-cube:before {
    content: "\ea8d";
}
.bx-cube-alt:before {
    content: "\ea8e";
}
.bx-cuboid:before {
    content: "\ea8f";
}
.bx-current-location:before {
    content: "\ea90";
}
.bx-customize:before {
    content: "\ea91";
}
.bx-cut:before {
    content: "\ea92";
}
.bx-cycling:before {
    content: "\ea93";
}
.bx-cylinder:before {
    content: "\ea94";
}
.bx-data:before {
    content: "\ea95";
}
.bx-desktop:before {
    content: "\ea96";
}
.bx-detail:before {
    content: "\ea97";
}
.bx-devices:before {
    content: "\ea98";
}
.bx-dialpad:before {
    content: "\ea99";
}
.bx-dialpad-alt:before {
    content: "\ea9a";
}
.bx-diamond:before {
    content: "\ea9b";
}
.bx-dice-1:before {
    content: "\ea9c";
}
.bx-dice-2:before {
    content: "\ea9d";
}
.bx-dice-3:before {
    content: "\ea9e";
}
.bx-dice-4:before {
    content: "\ea9f";
}
.bx-dice-5:before {
    content: "\eaa0";
}
.bx-dice-6:before {
    content: "\eaa1";
}
.bx-directions:before {
    content: "\eaa2";
}
.bx-disc:before {
    content: "\eaa3";
}
.bx-dish:before {
    content: "\eaa4";
}
.bx-dislike:before {
    content: "\eaa5";
}
.bx-dizzy:before {
    content: "\eaa6";
}
.bx-dna:before {
    content: "\eaa7";
}
.bx-dock-bottom:before {
    content: "\eaa8";
}
.bx-dock-left:before {
    content: "\eaa9";
}
.bx-dock-right:before {
    content: "\eaaa";
}
.bx-dock-top:before {
    content: "\eaab";
}
.bx-dollar:before {
    content: "\eaac";
}
.bx-dollar-circle:before {
    content: "\eaad";
}
.bx-donate-blood:before {
    content: "\eaae";
}
.bx-donate-heart:before {
    content: "\eaaf";
}
.bx-door-open:before {
    content: "\eab0";
}
.bx-dots-horizontal:before {
    content: "\eab1";
}
.bx-dots-horizontal-rounded:before {
    content: "\eab2";
}
.bx-dots-vertical:before {
    content: "\eab3";
}
.bx-dots-vertical-rounded:before {
    content: "\eab4";
}
.bx-doughnut-chart:before {
    content: "\eab5";
}
.bx-down-arrow:before {
    content: "\eab6";
}
.bx-down-arrow-alt:before {
    content: "\eab7";
}
.bx-down-arrow-circle:before {
    content: "\eab8";
}
.bx-download:before {
    content: "\eab9";
}
.bx-downvote:before {
    content: "\eaba";
}
.bx-drink:before {
    content: "\eabb";
}
.bx-droplet:before {
    content: "\eabc";
}
.bx-dumbbell:before {
    content: "\eabd";
}
.bx-duplicate:before {
    content: "\eabe";
}
.bx-edit:before {
    content: "\eabf";
}
.bx-edit-alt:before {
    content: "\eac0";
}
.bx-envelope:before {
    content: "\eac1";
}
.bx-envelope-open:before {
    content: "\eac2";
}
.bx-equalizer:before {
    content: "\eac3";
}
.bx-eraser:before {
    content: "\eac4";
}
.bx-error:before {
    content: "\eac5";
}
.bx-error-alt:before {
    content: "\eac6";
}
.bx-error-circle:before {
    content: "\eac7";
}
.bx-euro:before {
    content: "\eac8";
}
.bx-exclude:before {
    content: "\eac9";
}
.bx-exit:before {
    content: "\eaca";
}
.bx-exit-fullscreen:before {
    content: "\eacb";
}
.bx-expand:before {
    content: "\eacc";
}
.bx-expand-alt:before {
    content: "\eacd";
}
.bx-export:before {
    content: "\eace";
}
.bx-extension:before {
    content: "\eacf";
}
.bx-face:before {
    content: "\ead0";
}
.bx-fast-forward:before {
    content: "\ead1";
}
.bx-fast-forward-circle:before {
    content: "\ead2";
}
.bx-female:before {
    content: "\ead3";
}
.bx-female-sign:before {
    content: "\ead4";
}
.bx-file:before {
    content: "\ead5";
}
.bx-file-blank:before {
    content: "\ead6";
}
.bx-file-find:before {
    content: "\ead7";
}
.bx-film:before {
    content: "\ead8";
}
.bx-filter:before {
    content: "\ead9";
}
.bx-filter-alt:before {
    content: "\eada";
}
.bx-fingerprint:before {
    content: "\eadb";
}
.bx-first-aid:before {
    content: "\eadc";
}
.bx-first-page:before {
    content: "\eadd";
}
.bx-flag:before {
    content: "\eade";
}
.bx-folder:before {
    content: "\eadf";
}
.bx-folder-minus:before {
    content: "\eae0";
}
.bx-folder-open:before {
    content: "\eae1";
}
.bx-folder-plus:before {
    content: "\eae2";
}
.bx-font:before {
    content: "\eae3";
}
.bx-font-color:before {
    content: "\eae4";
}
.bx-font-family:before {
    content: "\eae5";
}
.bx-font-size:before {
    content: "\eae6";
}
.bx-food-menu:before {
    content: "\eae7";
}
.bx-food-tag:before {
    content: "\eae8";
}
.bx-football:before {
    content: "\eae9";
}
.bx-fridge:before {
    content: "\eaea";
}
.bx-fullscreen:before {
    content: "\eaeb";
}
.bx-game:before {
    content: "\eaec";
}
.bx-gas-pump:before {
    content: "\eaed";
}
.bx-ghost:before {
    content: "\eaee";
}
.bx-gift:before {
    content: "\eaef";
}
.bx-git-branch:before {
    content: "\eaf0";
}
.bx-git-commit:before {
    content: "\eaf1";
}
.bx-git-compare:before {
    content: "\eaf2";
}
.bx-git-merge:before {
    content: "\eaf3";
}
.bx-git-pull-request:before {
    content: "\eaf4";
}
.bx-git-repo-forked:before {
    content: "\eaf5";
}
.bx-glasses:before {
    content: "\eaf6";
}
.bx-glasses-alt:before {
    content: "\eaf7";
}
.bx-globe:before {
    content: "\eaf8";
}
.bx-globe-alt:before {
    content: "\eaf9";
}
.bx-grid:before {
    content: "\eafa";
}
.bx-grid-alt:before {
    content: "\eafb";
}
.bx-grid-horizontal:before {
    content: "\eafc";
}
.bx-grid-small:before {
    content: "\eafd";
}
.bx-grid-vertical:before {
    content: "\eafe";
}
.bx-group:before {
    content: "\eaff";
}
.bx-handicap:before {
    content: "\eb00";
}
.bx-happy:before {
    content: "\eb01";
}
.bx-happy-alt:before {
    content: "\eb02";
}
.bx-happy-beaming:before {
    content: "\eb03";
}
.bx-happy-heart-eyes:before {
    content: "\eb04";
}
.bx-hash:before {
    content: "\eb05";
}
.bx-hdd:before {
    content: "\eb06";
}
.bx-heading:before {
    content: "\eb07";
}
.bx-headphone:before {
    content: "\eb08";
}
.bx-health:before {
    content: "\eb09";
}
.bx-heart:before {
    content: "\eb0a";
}
.bx-heart-circle:before {
    content: "\eb0b";
}
.bx-heart-square:before {
    content: "\eb0c";
}
.bx-help-circle:before {
    content: "\eb0d";
}
.bx-hide:before {
    content: "\eb0e";
}
.bx-highlight:before {
    content: "\eb0f";
}
.bx-history:before {
    content: "\eb10";
}
.bx-hive:before {
    content: "\eb11";
}
.bx-home:before {
    content: "\eb12";
}
.bx-home-alt:before {
    content: "\eb13";
}
.bx-home-circle:before {
    content: "\eb14";
}
.bx-home-heart:before {
    content: "\eb15";
}
.bx-home-smile:before {
    content: "\eb16";
}
.bx-horizontal-center:before {
    content: "\eb17";
}
.bx-hotel:before {
    content: "\eb18";
}
.bx-hourglass:before {
    content: "\eb19";
}
.bx-id-card:before {
    content: "\eb1a";
}
.bx-image:before {
    content: "\eb1b";
}
.bx-image-add:before {
    content: "\eb1c";
}
.bx-image-alt:before {
    content: "\eb1d";
}
.bx-images:before {
    content: "\eb1e";
}
.bx-import:before {
    content: "\eb1f";
}
.bx-infinite:before {
    content: "\eb20";
}
.bx-info-circle:before {
    content: "\eb21";
}
.bx-info-square:before {
    content: "\eb22";
}
.bx-intersect:before {
    content: "\eb23";
}
.bx-italic:before {
    content: "\eb24";
}
.bx-joystick:before {
    content: "\eb25";
}
.bx-joystick-alt:before {
    content: "\eb26";
}
.bx-joystick-button:before {
    content: "\eb27";
}
.bx-key:before {
    content: "\eb28";
}
.bx-label:before {
    content: "\eb29";
}
.bx-landscape:before {
    content: "\eb2a";
}
.bx-laptop:before {
    content: "\eb2b";
}
.bx-last-page:before {
    content: "\eb2c";
}
.bx-laugh:before {
    content: "\eb2d";
}
.bx-layer:before {
    content: "\eb2e";
}
.bx-layer-minus:before {
    content: "\eb2f";
}
.bx-layer-plus:before {
    content: "\eb30";
}
.bx-layout:before {
    content: "\eb31";
}
.bx-left-arrow:before {
    content: "\eb32";
}
.bx-left-arrow-alt:before {
    content: "\eb33";
}
.bx-left-arrow-circle:before {
    content: "\eb34";
}
.bx-left-down-arrow-circle:before {
    content: "\eb35";
}
.bx-left-indent:before {
    content: "\eb36";
}
.bx-left-top-arrow-circle:before {
    content: "\eb37";
}
.bx-library:before {
    content: "\eb38";
}
.bx-like:before {
    content: "\eb39";
}
.bx-line-chart:before {
    content: "\eb3a";
}
.bx-line-chart-down:before {
    content: "\eb3b";
}
.bx-link:before {
    content: "\eb3c";
}
.bx-link-alt:before {
    content: "\eb3d";
}
.bx-link-external:before {
    content: "\eb3e";
}
.bx-lira:before {
    content: "\eb3f";
}
.bx-list-check:before {
    content: "\eb40";
}
.bx-list-minus:before {
    content: "\eb41";
}
.bx-list-ol:before {
    content: "\eb42";
}
.bx-list-plus:before {
    content: "\eb43";
}
.bx-list-ul:before {
    content: "\eb44";
}
.bx-loader:before {
    content: "\eb45";
}
.bx-loader-alt:before {
    content: "\eb46";
}
.bx-loader-circle:before {
    content: "\eb47";
}
.bx-location-plus:before {
    content: "\eb48";
}
.bx-lock:before {
    content: "\eb49";
}
.bx-lock-alt:before {
    content: "\eb4a";
}
.bx-lock-open:before {
    content: "\eb4b";
}
.bx-lock-open-alt:before {
    content: "\eb4c";
}
.bx-log-in:before {
    content: "\eb4d";
}
.bx-log-in-circle:before {
    content: "\eb4e";
}
.bx-log-out:before {
    content: "\eb4f";
}
.bx-log-out-circle:before {
    content: "\eb50";
}
.bx-low-vision:before {
    content: "\eb51";
}
.bx-magnet:before {
    content: "\eb52";
}
.bx-mail-send:before {
    content: "\eb53";
}
.bx-male:before {
    content: "\eb54";
}
.bx-male-sign:before {
    content: "\eb55";
}
.bx-map:before {
    content: "\eb56";
}
.bx-map-alt:before {
    content: "\eb57";
}
.bx-map-pin:before {
    content: "\eb58";
}
.bx-mask:before {
    content: "\eb59";
}
.bx-medal:before {
    content: "\eb5a";
}
.bx-meh:before {
    content: "\eb5b";
}
.bx-meh-alt:before {
    content: "\eb5c";
}
.bx-meh-blank:before {
    content: "\eb5d";
}
.bx-memory-card:before {
    content: "\eb5e";
}
.bx-menu:before {
    content: "\eb5f";
}
.bx-menu-alt-left:before {
    content: "\ef5b";
}
.bx-menu-alt-right:before {
    content: "\eb61";
}
.bx-merge:before {
    content: "\eb62";
}
.bx-message:before {
    content: "\eb63";
}
.bx-message-add:before {
    content: "\eb64";
}
.bx-message-alt:before {
    content: "\eb65";
}
.bx-message-alt-add:before {
    content: "\eb66";
}
.bx-message-alt-check:before {
    content: "\eb67";
}
.bx-message-alt-detail:before {
    content: "\eb68";
}
.bx-message-alt-dots:before {
    content: "\eb69";
}
.bx-message-alt-edit:before {
    content: "\eb6a";
}
.bx-message-alt-error:before {
    content: "\eb6b";
}
.bx-message-alt-minus:before {
    content: "\eb6c";
}
.bx-message-alt-x:before {
    content: "\eb6d";
}
.bx-message-check:before {
    content: "\eb6e";
}
.bx-message-detail:before {
    content: "\eb6f";
}
.bx-message-dots:before {
    content: "\eb70";
}
.bx-message-edit:before {
    content: "\eb71";
}
.bx-message-error:before {
    content: "\eb72";
}
.bx-message-minus:before {
    content: "\eb73";
}
.bx-message-rounded:before {
    content: "\eb74";
}
.bx-message-rounded-add:before {
    content: "\eb75";
}
.bx-message-rounded-check:before {
    content: "\eb76";
}
.bx-message-rounded-detail:before {
    content: "\eb77";
}
.bx-message-rounded-dots:before {
    content: "\eb78";
}
.bx-message-rounded-edit:before {
    content: "\ef5c";
}
.bx-message-rounded-error:before {
    content: "\eb7a";
}
.bx-message-rounded-minus:before {
    content: "\eb7b";
}
.bx-message-rounded-x:before {
    content: "\eb7c";
}
.bx-message-square:before {
    content: "\eb7d";
}
.bx-message-square-add:before {
    content: "\eb7e";
}
.bx-message-square-check:before {
    content: "\eb7f";
}
.bx-message-square-detail:before {
    content: "\eb80";
}
.bx-message-square-dots:before {
    content: "\eb81";
}
.bx-message-square-edit:before {
    content: "\eb82";
}
.bx-message-square-error:before {
    content: "\eb83";
}
.bx-message-square-minus:before {
    content: "\eb84";
}
.bx-message-square-x:before {
    content: "\eb85";
}
.bx-message-x:before {
    content: "\eb86";
}
.bx-meteor:before {
    content: "\eb87";
}
.bx-microchip:before {
    content: "\eb88";
}
.bx-microphone:before {
    content: "\eb89";
}
.bx-microphone-off:before {
    content: "\eb8a";
}
.bx-minus:before {
    content: "\eb8b";
}
.bx-minus-back:before {
    content: "\eb8c";
}
.bx-minus-circle:before {
    content: "\eb8d";
}
.bx-minus-front:before {
    content: "\eb8e";
}
.bx-mobile:before {
    content: "\eb8f";
}
.bx-mobile-alt:before {
    content: "\eb90";
}
.bx-mobile-landscape:before {
    content: "\eb91";
}
.bx-mobile-vibration:before {
    content: "\ef5d";
}
.bx-money:before {
    content: "\eb93";
}
.bx-moon:before {
    content: "\eb94";
}
.bx-mouse:before {
    content: "\eb95";
}
.bx-mouse-alt:before {
    content: "\eb96";
}
.bx-move:before {
    content: "\eb97";
}
.bx-move-horizontal:before {
    content: "\eb98";
}
.bx-move-vertical:before {
    content: "\eb99";
}
.bx-movie:before {
    content: "\eb9a";
}
.bx-movie-play:before {
    content: "\eb9b";
}
.bx-music:before {
    content: "\eb9c";
}
.bx-navigation:before {
    content: "\eb9d";
}
.bx-network-chart:before {
    content: "\eb9e";
}
.bx-news:before {
    content: "\eb9f";
}
.bx-no-entry:before {
    content: "\eba0";
}
.bx-note:before {
    content: "\eba1";
}
.bx-notepad:before {
    content: "\eba2";
}
.bx-notification:before {
    content: "\eba3";
}
.bx-notification-off:before {
    content: "\eba4";
}
.bx-outline:before {
    content: "\eba5";
}
.bx-package:before {
    content: "\eba6";
}
.bx-paint:before {
    content: "\eba7";
}
.bx-paint-roll:before {
    content: "\eba8";
}
.bx-palette:before {
    content: "\eba9";
}
.bx-paperclip:before {
    content: "\ebaa";
}
.bx-paper-plane:before {
    content: "\ef61";
}
.bx-paragraph:before {
    content: "\ebac";
}
.bx-paste:before {
    content: "\ebad";
}
.bx-pause:before {
    content: "\ebae";
}
.bx-pause-circle:before {
    content: "\ebaf";
}
.bx-pen:before {
    content: "\ebb0";
}
.bx-pencil:before {
    content: "\ebb1";
}
.bx-phone:before {
    content: "\ebb2";
}
.bx-phone-call:before {
    content: "\ebb3";
}
.bx-phone-incoming:before {
    content: "\ebb4";
}
.bx-phone-off:before {
    content: "\ebb5";
}
.bx-phone-outgoing:before {
    content: "\ebb6";
}
.bx-photo-album:before {
    content: "\ebb7";
}
.bx-pie-chart:before {
    content: "\ebb8";
}
.bx-pie-chart-alt:before {
    content: "\ebb9";
}
.bx-pie-chart-alt-2:before {
    content: "\ebba";
}
.bx-pin:before {
    content: "\ebbb";
}
.bx-planet:before {
    content: "\ebbc";
}
.bx-play:before {
    content: "\ebbd";
}
.bx-play-circle:before {
    content: "\ebbe";
}
.bx-plug:before {
    content: "\ebbf";
}
.bx-plus:before {
    content: "\ebc0";
}
.bx-plus-circle:before {
    content: "\ebc1";
}
.bx-plus-medical:before {
    content: "\ebc2";
}
.bx-podcast:before {
    content: "\ebc3";
}
.bx-pointer:before {
    content: "\ef5e";
}
.bx-poll:before {
    content: "\ebc5";
}
.bx-polygon:before {
    content: "\ebc6";
}
.bx-pound:before {
    content: "\ebc7";
}
.bx-power-off:before {
    content: "\ebc8";
}
.bx-printer:before {
    content: "\ebc9";
}
.bx-pulse:before {
    content: "\ebca";
}
.bx-purchase-tag:before {
    content: "\ebcb";
}
.bx-purchase-tag-alt:before {
    content: "\ebcc";
}
.bx-pyramid:before {
    content: "\ebcd";
}
.bx-qr:before {
    content: "\ebce";
}
.bx-qr-scan:before {
    content: "\ebcf";
}
.bx-question-mark:before {
    content: "\ebd0";
}
.bx-radar:before {
    content: "\ebd1";
}
.bx-radio:before {
    content: "\ebd2";
}
.bx-radio-circle:before {
    content: "\ebd3";
}
.bx-radio-circle-marked:before {
    content: "\ebd4";
}
.bx-receipt:before {
    content: "\ebd5";
}
.bx-rectangle:before {
    content: "\ebd6";
}
.bx-recycle:before {
    content: "\ebd7";
}
.bx-redo:before {
    content: "\ebd8";
}
.bx-refresh:before {
    content: "\ebd9";
}
.bx-registered:before {
    content: "\ebda";
}
.bx-rename:before {
    content: "\ebdb";
}
.bx-repeat:before {
    content: "\ebdc";
}
.bx-reply:before {
    content: "\ef5f";
}
.bx-reply-all:before {
    content: "\ebde";
}
.bx-repost:before {
    content: "\ebdf";
}
.bx-reset:before {
    content: "\ebe0";
}
.bx-restaurant:before {
    content: "\ebe1";
}
.bx-revision:before {
    content: "\ebe2";
}
.bx-rewind:before {
    content: "\ebe3";
}
.bx-rewind-circle:before {
    content: "\ebe4";
}
.bx-right-arrow:before {
    content: "\ebe5";
}
.bx-right-arrow-alt:before {
    content: "\ebe6";
}
.bx-right-arrow-circle:before {
    content: "\ebe7";
}
.bx-right-down-arrow-circle:before {
    content: "\ebe8";
}
.bx-right-indent:before {
    content: "\ebe9";
}
.bx-right-top-arrow-circle:before {
    content: "\ebea";
}
.bx-rocket:before {
    content: "\ebeb";
}
.bx-rotate-left:before {
    content: "\ebec";
}
.bx-rotate-right:before {
    content: "\ebed";
}
.bx-rss:before {
    content: "\ebee";
}
.bx-ruble:before {
    content: "\ebef";
}
.bx-ruler:before {
    content: "\ebf0";
}
.bx-run:before {
    content: "\ebf1";
}
.bx-rupee:before {
    content: "\ebf2";
}
.bx-sad:before {
    content: "\ebf3";
}
.bx-save:before {
    content: "\ebf4";
}
.bx-scan:before {
    content: "\ebf5";
}
.bx-screenshot:before {
    content: "\ef60";
}
.bx-search:before {
    content: "\ebf7";
}
.bx-search-alt:before {
    content: "\ebf8";
}
.bx-search-alt-2:before {
    content: "\ebf9";
}
.bx-selection:before {
    content: "\ebfa";
}
.bx-select-multiple:before {
    content: "\ebfb";
}
.bx-send:before {
    content: "\ebfc";
}
.bx-server:before {
    content: "\ebfd";
}
.bx-shape-circle:before {
    content: "\ebfe";
}
.bx-shape-polygon:before {
    content: "\ebff";
}
.bx-shape-square:before {
    content: "\ec00";
}
.bx-shape-triangle:before {
    content: "\ec01";
}
.bx-share:before {
    content: "\ec02";
}
.bx-share-alt:before {
    content: "\ec03";
}
.bx-shekel:before {
    content: "\ec04";
}
.bx-shield:before {
    content: "\ec05";
}
.bx-shield-alt:before {
    content: "\ec06";
}
.bx-shield-alt-2:before {
    content: "\ec07";
}
.bx-shield-quarter:before {
    content: "\ec08";
}
.bx-shield-x:before {
    content: "\ec09";
}
.bx-shocked:before {
    content: "\ec0a";
}
.bx-shopping-bag:before {
    content: "\ec0b";
}
.bx-show:before {
    content: "\ec0c";
}
.bx-show-alt:before {
    content: "\ec0d";
}
.bx-shuffle:before {
    content: "\ec0e";
}
.bx-sidebar:before {
    content: "\ec0f";
}
.bx-sitemap:before {
    content: "\ec10";
}
.bx-skip-next:before {
    content: "\ec11";
}
.bx-skip-next-circle:before {
    content: "\ec12";
}
.bx-skip-previous:before {
    content: "\ec13";
}
.bx-skip-previous-circle:before {
    content: "\ec14";
}
.bx-sleepy:before {
    content: "\ec15";
}
.bx-slider:before {
    content: "\ec16";
}
.bx-slider-alt:before {
    content: "\ec17";
}
.bx-slideshow:before {
    content: "\ec18";
}
.bx-smile:before {
    content: "\ec19";
}
.bx-sort:before {
    content: "\ec1a";
}
.bx-sort-alt-2:before {
    content: "\ec1b";
}
.bx-sort-a-z:before {
    content: "\ec1c";
}
.bx-sort-down:before {
    content: "\ec1d";
}
.bx-sort-up:before {
    content: "\ec1e";
}
.bx-sort-z-a:before {
    content: "\ec1f";
}
.bx-spa:before {
    content: "\ec20";
}
.bx-space-bar:before {
    content: "\ec21";
}
.bx-speaker:before {
    content: "\ec22";
}
.bx-spray-can:before {
    content: "\ec23";
}
.bx-spreadsheet:before {
    content: "\ec24";
}
.bx-square:before {
    content: "\ec25";
}
.bx-square-rounded:before {
    content: "\ec26";
}
.bx-star:before {
    content: "\ec27";
}
.bx-station:before {
    content: "\ec28";
}
.bx-stats:before {
    content: "\ec29";
}
.bx-sticker:before {
    content: "\ec2a";
}
.bx-stop:before {
    content: "\ec2b";
}
.bx-stop-circle:before {
    content: "\ec2c";
}
.bx-stopwatch:before {
    content: "\ec2d";
}
.bx-store:before {
    content: "\ec2e";
}
.bx-store-alt:before {
    content: "\ec2f";
}
.bx-street-view:before {
    content: "\ec30";
}
.bx-strikethrough:before {
    content: "\ec31";
}
.bx-subdirectory-left:before {
    content: "\ec32";
}
.bx-subdirectory-right:before {
    content: "\ec33";
}
.bx-sun:before {
    content: "\ec34";
}
.bx-support:before {
    content: "\ec35";
}
.bx-swim:before {
    content: "\ec36";
}
.bx-sync:before {
    content: "\ec37";
}
.bx-tab:before {
    content: "\ec38";
}
.bx-table:before {
    content: "\ec39";
}
.bx-tachometer:before {
    content: "\ec3a";
}
.bx-tag:before {
    content: "\ec3b";
}
.bx-tag-alt:before {
    content: "\ec3c";
}
.bx-target-lock:before {
    content: "\ec3d";
}
.bx-task:before {
    content: "\ec3e";
}
.bx-task-x:before {
    content: "\ec3f";
}
.bx-taxi:before {
    content: "\ec40";
}
.bx-tennis-ball:before {
    content: "\ec41";
}
.bx-terminal:before {
    content: "\ec42";
}
.bx-test-tube:before {
    content: "\ec43";
}
.bx-text:before {
    content: "\ec44";
}
.bx-time:before {
    content: "\ec45";
}
.bx-time-five:before {
    content: "\ec46";
}
.bx-timer:before {
    content: "\ec47";
}
.bx-tired:before {
    content: "\ec48";
}
.bx-toggle-left:before {
    content: "\ec49";
}
.bx-toggle-right:before {
    content: "\ec4a";
}
.bx-tone:before {
    content: "\ec4b";
}
.bx-traffic-cone:before {
    content: "\ec4c";
}
.bx-train:before {
    content: "\ec4d";
}
.bx-transfer:before {
    content: "\ec4e";
}
.bx-transfer-alt:before {
    content: "\ec4f";
}
.bx-trash:before {
    content: "\ec50";
}
.bx-trash-alt:before {
    content: "\ec51";
}
.bx-trending-down:before {
    content: "\ec52";
}
.bx-trending-up:before {
    content: "\ec53";
}
.bx-trim:before {
    content: "\ec54";
}
.bx-trip:before {
    content: "\ec55";
}
.bx-trophy:before {
    content: "\ec56";
}
.bx-tv:before {
    content: "\ec57";
}
.bx-underline:before {
    content: "\ec58";
}
.bx-undo:before {
    content: "\ec59";
}
.bx-unite:before {
    content: "\ec5a";
}
.bx-unlink:before {
    content: "\ec5b";
}
.bx-up-arrow:before {
    content: "\ec5c";
}
.bx-up-arrow-alt:before {
    content: "\ec5d";
}
.bx-up-arrow-circle:before {
    content: "\ec5e";
}
.bx-upload:before {
    content: "\ec5f";
}
.bx-upside-down:before {
    content: "\ec60";
}
.bx-upvote:before {
    content: "\ec61";
}
.bx-usb:before {
    content: "\ec62";
}
.bx-user:before {
    content: "\ec63";
}
.bx-user-check:before {
    content: "\ec64";
}
.bx-user-circle:before {
    content: "\ec65";
}
.bx-user-minus:before {
    content: "\ec66";
}
.bx-user-pin:before {
    content: "\ec67";
}
.bx-user-plus:before {
    content: "\ec68";
}
.bx-user-voice:before {
    content: "\ec69";
}
.bx-user-x:before {
    content: "\ec6a";
}
.bx-vector:before {
    content: "\ec6b";
}
.bx-vertical-center:before {
    content: "\ec6c";
}
.bx-vial:before {
    content: "\ec6d";
}
.bx-video:before {
    content: "\ec6e";
}
.bx-video-off:before {
    content: "\ec6f";
}
.bx-video-plus:before {
    content: "\ec70";
}
.bx-video-recording:before {
    content: "\ec71";
}
.bx-voicemail:before {
    content: "\ec72";
}
.bx-volume:before {
    content: "\ec73";
}
.bx-volume-full:before {
    content: "\ec74";
}
.bx-volume-low:before {
    content: "\ec75";
}
.bx-volume-mute:before {
    content: "\ec76";
}
.bx-walk:before {
    content: "\ec77";
}
.bx-wallet:before {
    content: "\ec78";
}
.bx-wallet-alt:before {
    content: "\ec79";
}
.bx-water:before {
    content: "\ec7a";
}
.bx-webcam:before {
    content: "\ec7b";
}
.bx-wifi:before {
    content: "\ec7c";
}
.bx-wifi-0:before {
    content: "\ec7d";
}
.bx-wifi-1:before {
    content: "\ec7e";
}
.bx-wifi-2:before {
    content: "\ec7f";
}
.bx-wifi-off:before {
    content: "\ec80";
}
.bx-wind:before {
    content: "\ec81";
}
.bx-window:before {
    content: "\ec82";
}
.bx-window-alt:before {
    content: "\ec83";
}
.bx-window-close:before {
    content: "\ec84";
}
.bx-window-open:before {
    content: "\ec85";
}
.bx-windows:before {
    content: "\ec86";
}
.bx-wine:before {
    content: "\ec87";
}
.bx-wink-smile:before {
    content: "\ec88";
}
.bx-wink-tongue:before {
    content: "\ec89";
}
.bx-won:before {
    content: "\ec8a";
}
.bx-world:before {
    content: "\ec8b";
}
.bx-wrench:before {
    content: "\ec8c";
}
.bx-x:before {
    content: "\ec8d";
}
.bx-x-circle:before {
    content: "\ec8e";
}
.bx-yen:before {
    content: "\ec8f";
}
.bx-zoom-in:before {
    content: "\ec90";
}
.bx-zoom-out:before {
    content: "\ec91";
}

.bxl-instagram:before {
    content: "\e942";
}
.bxl-instagram-alt:before {
    content: "\e943";
}
.bxl-youtube:before {
    content: "\e992";
}
.bxl-whatsapp:before {
    content: "\e98a";
}
.bxl-whatsapp-square:before {
    content: "\e98b";
}
.bxl-facebook:before {
    content: "\e92f";
}
.bxl-facebook-circle:before {
    content: "\e930";
}
.bxl-facebook-square:before {
    content: "\e931";
}
.bxl-vk:before {
    content: "\e988";
}
.bxl-telegram:before {
    content: "\e97b";
}
.bxl-tiktok:before {
    content: "\e97c";
}
.bxl-ok-ru:before {
    content: "\e95b";
}

/*# sourceMappingURL=theme.css.map */
