.bh-version-switch {
    width: 100%;
    background-color: #4482be;
    border-radius: 10px;
    color: #fff;
    font-family: Inter, "Open Sans", "PT Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
}
.bh-version-switch--top {
    margin-bottom: 20px;
}
#page-wrapper .bh-version-switch--top {
    margin-top: 20px;
}
.bh-version-switch--bottom {
    margin-top: 20px;
}
.bh-version-switch__text {
    flex: 1 1 auto;
}
.bh-version-switch a {
    white-space: nowrap;
    text-decoration: underline;
    color: #FFF;
}
.bh-version-switch__close {
    background: url(close-o.svg) center no-repeat;
    background-size: cover;
    width: 23px;
    height: 22px;
    flex: 0 0 auto;
    margin-left: 5px;
    border: none;
    cursor: pointer;
    font-size: 0;
}
.bh-version-switch--bottom .bh-version-switch__close {
    /*display: none;*/
}
.bh-version-switch--autotran {
    margin: 1em 0 0;
    color: rgb(188,190,192);
    border: 1px solid rgb(188,190,192);
    background: #fff;
    box-shadow: none;
}
.bh-version-switch--autotran a {
    color: rgb(188,190,192);
}
.bh-version-switch--subscription-offer {
    margin: 1em 0;
    background: #5bb450;
    border: 1px solid #5bb450;
    color: #fff;
    box-shadow: none;
    cursor: pointer;
}
.bh-version-switch--subscription-offer .bh-version-switch__close {
    background-image: url(close-o-green.svg);
}
.bh-version-switch__help {
    background: none;
    color: #fff;
    border: 0;
    font-size: 20px;
    opacity: 1;
    cursor: pointer;
}
.def-theme-promo {
    font-family: Inter, "Open Sans", "PT Sans", sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100000;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.def-theme-promo--tutorial {
    z-index: 70000;
}
.def-theme-promo--shown {
    display: flex;
}
.def-theme-promo__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.def-theme-promo__bg--fader {
    background: rgba(0,0,0,0.7);
}
.def-theme-promo__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    position: absolute;
}
.def-theme-promo__content {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    width: 640px;
    z-index: 2;
}
.def-theme-promo--mobile .def-theme-promo__content {
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    max-width: 100vw;
    max-height: 100vh;
}
.def-theme-promo__content-header {
    padding: 16px 30px;
    display: flex;
    flex-direction: row;
    background: rgba(20, 104, 186, 0.04);
    justify-content: space-between;
    flex: 0 0 auto;
    gap: 10px;
    font-size: 14px;
}
.def-theme-promo__step-indicator, .def-theme-promo__skip {
    font-size: 14px;
    line-height: 22px;
    color: #222222;
    opacity: 0.6;
    display: flex;
    align-items: center;
}
.def-theme-promo__skip {
    background: none;
    border: none;
    padding: 0;
}
.def-theme-promo__reg-thank {
    flex: 1;
    text-align: center;
}
.def-theme-promo__content-body {
    padding: 30px;
    font-size: 22px;
    line-height: 30px;
    color: #051728;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.def-theme-promo__btn {
    cursor: pointer;
}
.def-theme-promo__content-body-block {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.def-theme-promo__nav {
    display: flex;
    gap: 1ex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
}
.def-theme-promo__nav-prev {
    width: 48px;
}
.def-theme-promo__step-gfx-indicator {
    justify-self: center;
}
.def-theme-promo__nav-next {
    justify-self: flex-end;
}
.def-theme-promo__nav-prev, .def-theme-promo__nav-next {
    padding: 8px 12px;
    background: #3581CB;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    border: 0;
}
.def-theme-promo__step-gfx-indicator {
    display: flex;
    flex-direction: row;
    align-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.def-theme-promo__step-gfx-indicator-step {
    transition: all 0.25s linear;
    width: 6px;
    height: 3px;
    background: #1468BA;
    opacity: 0.32;
    border-radius: 5px;
}
.def-theme-promo__step-gfx-indicator-step:not(:last-child) {
    margin-right: 12px;
}
.def-theme-promo__step-gfx-indicator-step--current {
    width: 36px;
    height: 3px;
    background: #3581CB;
    opacity: 1;
}
.def-theme-promo__nav-decline {
    justify-self: flex-start;
    border: 1px solid rgba(20, 104, 186, 0.24);
    box-sizing: border-box;
    border-radius: 8px;
    color: #0658A8;
    background: #fff;
}
.def-theme-promo__nav-question {
    font-size: 22px;
    line-height: 30px;
}
.def-theme-promo__nav-accept {
    background: #22A360;
    border-radius: 8px;
    color: #fff;
    border: none;
}
.def-theme-promo__nav-decline, .def-theme-promo__nav-accept {
    font-size: 16px;
    line-height: 24px;
    min-width: 88px;
    padding: 8px 5px;
    cursor: pointer;
    white-space: nowrap;
    flex: 1 0 auto;
}
.def-theme-promo__content-body-heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #084B8D;
}
.def-theme-promo__content-body-txt--side {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}
.def-theme-promo__content-body-txt a {
    color: #3581cb;
}
.def-theme-promo__list-heading {
    font-weight: 700;
}
.def-theme-promo__list {
    counter-reset: item;
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0;
}
.def-theme-promo__list-item {
    margin-top: 1em;
    counter-increment: item;
    padding: 0 0 0 25px;
    position: relative;
}
.def-theme-promo__list-item::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #3581CB;
    border-radius: 50%;
    content: counter(item);
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 4px;
}
.def-theme-promo__side-image {
    float: left;
    margin-right: 15px;
    margin-top: -15px;
}
@media (max-width: 990px) {
    .section-page--has-filters .bh-version-switch--top {
        margin-top: 20px;
    }
}
@media (max-width: 560px) {
    .bh-version-switch--top {
        margin-top: 20px;
    }
    .bh-version-switch__close {
        width: 45px;
        height: 44px;
    }
    .def-theme-promo__side-image {
        float: none;
        margin: 0 auto 1em auto!important;
        display: block;
    }
    .def-theme-promo__content {
        display: flex;
    }
    .def-theme-promo__content-body-heading {
        font-size: 22px;
        line-height: 30px;
    }
    .def-theme-promo__content-body-txt {
        font-size: 18px;
        line-height: 26px;
    }
    .def-theme-promo__content-body {
        padding: 20px;
    }
    .def-theme-promo__step-gfx-indicator {
        position: static;
        transform: none;
    }
    .def-theme-promo__content-body-block img {
        max-width: 100%;
        height: auto;
    }
}