.lsfw-rules-cbx .lsfw-cbx.has-error .hint-block {
    right: 0;
    top: 9px;
    position: absolute;
    width: 30px;
}

.lsfw-rules-cbx .lsfw-cbx {
    position: static !important;
    vertical-align: top;
    display: inline-block;
}

.lsfw-rules-cbx .lsfw-rules-cbx__txt {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 60px);
}

.lsfw-rules-cbx {
    background: #ffffff;;
    padding: 10px 15px 10px 10px;
    margin-bottom: 15px;
    border-radius: 2px;
    color: #318cc6;
    position: relative;
    text-align: left;
}

.promo .tour-selection-wrap .lsfw-rules-cbx {
    border-radius: 5px;
}

.lsfw-rules .lsfw-rule {
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: left;
    border-radius: 5px;
    background: #ffffff;
}

.lsfw-rules .lsfw-rule__ttl {
    font-weight: bold;
    font-size: 14px;
    padding: 0 15px;
    line-height: 35px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

.lsfw-rules .lsfw-rule__txt .bth__txt {
    font-size: 14px !important;
    line-height: 24px;
}

.lsfw-rules .lsfw-rule.active .lsfw-rule__txt {
    display: block;
}

.lsfw-rules .lsfw-rule__txt .bth__ttl-h2 {
    font-size: 16px;
    margin: 20px 0 !important;
}

.lsfw-rules .lsfw-rule__txt {
    display: none;
    padding: 5px 15px 15px 15px;
    max-height: 350px;
    overflow: auto;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.lsfw-rules .lsfw-rule:last-of-type {
    margin-bottom: 0;
}

.lsfw-rules .lsfw-rule.active .lsfw-rule__ttl::after {
    transform: rotate(180deg);
}

.lsfw-rules .lsfw-rule__ttl::after {
    content: "\f078";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #ff8e41;
    font-size: 13px;
    position: absolute;
    transition: 0.3s;
    right: 15px;
    top: -2px;
    line-height: 40px;
}

.lsfw-rules-navigator {
    counter-reset: myCounter;
    width: 70%;
    font-family: 'apercu_pro', sans-serif;
    margin: 30px 0 20px 0;
}

.lsfw-rules-navigator .lsfw-rules-navigator__item::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #c8242b;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 17px;
    top: 15px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 13px;
    font-weight: normal;
}

.lsfw-rules-navigator .lsfw-rules-navigator__item {
    padding: 15px 20px 15px 60px;
    border-radius: 5px;
    display: block;
    transition: 0.2s;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 17px;
    color: #475669;
    position: relative;
    background: #f8e4d5;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'apercu_pro', sans-serif;
}

@media screen and (max-width: 1023px) {
    .lsfw-rules-navigator {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .lsfw-rules .lsfw-rule__ttl {
        line-height: normal;
    }

    .lsfw-rules .lsfw-rule__ttl {
        padding: 5px 35px 5px 15px;
        font-size: 13px;
    }

    .lsfw-rules .lsfw-rule__txt {
        max-height: 35vh;
    }

    .lsfw-rules-cbx .lsfw-rules-cbx__txt {
        width: calc(100% - 45px);
    }

    .lsfw-rules-cbx .lsfw-cbx.has-error .hint-block .question-error {
        font-size: 14px !important;
        line-height: 25px;
    }

    .lsfw-rules-navigator .lsfw-rules-navigator__item {
        font-size: 14px;
        padding: 10px 5px 10px 40px;
    }

    .lsfw-rules-navigator .lsfw-rules-navigator__item::before {
        left: 10px;
        top: 11px;
        line-height: 18px;
        width: 18px;
        height: 18px;
        border-radius: 100%;
    }

    .lsfw-rules-cbx {
        padding-right: 5px;
    }

    .lsfw-rules-cbx .lsfw-cbx.has-error .hint-block {
        right: 3px;
        top: 3px;
        width: 25px;
        text-align: center;
        line-height: 25px;
        height: 25px;
    }

}