.d-flex {
    display: flex;
}

.mb-0 {
    margin-bottom: 0;
}

.has-float-label {
    min-width: 46%;
    margin: 15px;
}

.has-textarea textarea {
    min-height: 210px;
}

.mb-3 {
    margin-bottom: 1.33rem !important;
}

div#formSucsess {
    width: 100%;
    max-width: 600px;
    min-height: 300px;
    color: #000;
}

div#formSucsess .popup {
    display: block
}

div#formSucsess .popup .card {
    border: none;
    box-shadow: none
}

div#formSucsess .popup .card-header {
    background: none;
}

div#formSucsess .popup {
    padding: 40px 40px 60px;
    width: 510px;
    box-sizing: border-box;
}

div#formSucsess .popup.fancybox-content {
    overflow: visible;
    margin: 70px 0;
}

div#formSucsess .popup .title {
    margin-bottom: 34px;
    text-align: left;
}

div#formSucsess .popup .success-icon {
    width: 83px;
    height: 83px;
    margin-bottom: 24px;
}

div#formSucsess .popup .form {
    margin-top: 30px;
}

div#formSucsess .popup.popup-ok {
    padding: 40px 40px 48px;
}

div#formSucsess .popup.popup-ok .title {
    margin-top: 0;
    margin-bottom: 0;
}

div#formSucsess .popup.popup-ok .content {
    margin-top: 16px;
}

div#formSucsess .popup.popup-contacts {
    padding: 0;
    width: 640px;
}

@media (max-width: 1024px) {
    div#formSucsess .popup.fancybox-content {
        margin: 0;
    }
}

@media (max-width: 767px) {
    div#formSucsess .popup {
        padding: 40px 20px;
    }
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.card-stars .star {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/local/components/doweb/simple.reviews/images/star_empty.svg");
    width: 25px;
    height: 25px;
    background-size: 25px;
}

.br-theme-css-stars .br-widget a.br-selected,
.br-theme-css-stars .br-widget a.br-active {
    background-image: url("/local/components/doweb/simple.reviews/images/star.svg");
}

.br-theme-css-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}

.br-theme-css-stars .br-widget a {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/local/components/doweb/simple.reviews/images/star_empty.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin-right: 3px;
}

.br-theme-css-stars .br-widget a:after {
    background-image: url("/local/components/doweb/simple.reviews/images/star_empty.svg");
}

.br-theme-css-stars .br-widget a.br-active:after {
    color: #EDB867;
}

.br-theme-css-stars .br-widget a.br-selected:after {
    color: #EDB867;
}

.br-theme-css-stars .br-widget .br-current-rating {
    display: none;
}

.br-theme-css-stars .br-readonly a {
    cursor: default;
}

.icon-like {
    background-image: url("/assets/templates/retalim/dist/img/icons/svg/like.svg");
    width: 26px;
    height: 26px;
    background-size: 26px;
}

.icon-dislike {
    background-image: url("/assets/templates/retalim/dist/img/icons/svg/dislike.svg");
    width: 26px;
    height: 26px;
    background-size: 26px;
}

.icon-close {
    background-image: url("/assets/templates/retalim/dist/img/icons/svg/close.svg");
    width: 40px;
    height: 40px;
    background-size: 18px;
    border-radius: 100%;
}

.icon-check {
    background-image: url("/assets/templates/retalim/dist/img/icons/svg/interface.svg");
    width: 40px;
    height: 40px;
    background-size: 26px;
    border-radius: 100%;
}

.reviews-wrap {
    margin-top: 1.66rem;
    padding: 1.66rem 5.33rem;
    background-color: #f4f4f8;
}

.reviews-wrap b {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1em;
}

.reviews.page {
    background: none;
}

.reviews .likeOrDislike .icon {
    background-size: 25px;
    position: relative;
}

.card.review {
    border-radius: 3px;
    background-color: #fff;
    padding: 0.33rem 1.66rem 1.66rem 1.66rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.reviews .review .date {
    font-size: 14px;
}

.reviews .card-header {
    background: none;
    border: none;
}

.reviews .card-body p {
    font-size: 18px;
    font-weight: 300;
}

.reviews .card-footer {
    background: none;
}

.reviews .card-footer a {
    color: #9c94ab;
}

@media (max-width: 768px) {
    .reviews-wrap {
        padding: 0.66rem;
    }
    .has-float-label {
        min-width: 88%;
    }
    .reviews-wrap .d-flex {
        display: block;
    }
}