.slider .carousel div.select {
    background: #facf36;
}
.stars div.star {
    background-image: url(/img/star/set.svg);
}
.stars div.half {
    background-image: url(/img/star/half.svg);
}
.stars div.null {
    background-image: url(/img/star/null.svg);
}
.f-list .f-card.used {
    background: #facf36;
    color: white;
    padding-right: 2.5em;
}
.f-list .f-card.used:after {
    content: '';
    position: absolute;
    right: .75em;
    top: .75em;
    width: 1.5em;
    height: 1.5em;
    background-image: url(/img/close.svg);
    background-size: .8em;
    background-position: 50%;
    background-repeat: no-repeat;
}
.menu.opened {
    transform: rotate(270deg);
}
header .nav.opened {
    display: block;
    position: absolute;
    float: left;
    width: 100%;
    top: 5em;
    left: 0;
    background: #f3f3f3;
    z-index: 999;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    padding: 1em 0;
}
.nav.opened a {
    float: left;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-family: 'Golos Medium';
    line-height: 2em;
    color: #1c1c1c;
    margin: 1em auto;
}
.menu, .f-card, .slider .carousel div, .rw-card .text, .faq-card, .faq-questn, .faq-questn:after {
    transition: 0.2s ease all;
}
.user-input-wrp .inputText:focus, .user-input-wrp textarea:focus {
    border-color: #facf36;
    outline: 1px solid #facf36;
}
.show .faq-questn:after {
    opacity: 1;
    filter: invert(1);
    transform: rotate(270deg);
}
.show .faq-questn {
    color: #F3F3F3;
    background: #c4c4c4;
}
.faq-card.show .faq-answer {
    display: block;
    font-family: 'Golos';
    font-size: 1em;
    padding: 1em 1.2em;
    float: left;
    width: 100%;
    line-height: 1.4em;
    box-sizing: border-box;
    border-top: 2px solid rgb(243 243 243 / 0.5);
}
.user-input-wrp input:focus ~ .floating-label, .user-input-wrp input:not(:focus):valid ~ .floating-label {
    top: -0.5em;
    left: 1em;
    padding: 0 0.5em;
    font-size: .8em;
    background: white;
    opacity: 1;
}
.alert-cont {
    position: fixed;
    top: 1.5em;
    overflow: hidden;
    z-index: 999;
    left: 1.5em;
    pointer-events: none;
}
.btn-new-rvw.process {
    background-color: #ececec;
    cursor: wait;
    background-image: url(https://taxi-rating.info/img/design/loading.svg);
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
.btn-new-rvw.process span {
    color: transparent;
}
#js-alert {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    z-index: 999;
    font-size: .8em;
    font-family: 'Golos';
    padding: 1em 1.5em 1em 4em;
    border-radius: 5px;
    color: #f7fbff;
    box-shadow: 0 2px 2px 0 rgb(11 37 71 / 20%), 0 0 1px 0 rgb(10 37 70 / 20%);
}
#js-alert:before {
    content: '';
    position: absolute;
    left: -1em;
    top: -1em;
    width: 4em;
    height: 4em;
    background-size: 4em;
    background-position: 50%;
    background-repeat: no-repeat;
}
#js-alert.bad {
    background: #e62524;
}
#js-alert.bad:before {
    background-image: url(https://taxi-rating.info/img/design/error.svg);
}
#js-alert.good {
    background: #1175e6;
}
#js-alert.good:before {
    background-image: url(https://taxi-rating.info/img/design/success.svg);
}