.footerReviewsContainer.footerreviews2021 {
    /* color: #fff; */
    padding: 20px;
    background:  #eee;
    background: var(--light);
}

.footerreviews2021 .readMoreLink>i {
    margin-left: 10px
}

.review--stars-container {
    font-size: 30px;
    position: relative;
    min-height: 50px;
    width: 200px
}

.review--stars-container-item {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block
}

.review--stars-container-item-overflower {
    display: inline-block;
    min-width: 200px;
    max-width: 200px;
    width: 200px
}

.review--stars-container-item i {
    margin-left: 2.5px;
    margin-right: 2.5px;
    margin-top: 10px;
    max-width: calc(20% + 5px);
    color: #efc406;
}
.review--stars-container-item i.fa0-star{
    width: 12px;
    height: 13px;
}
.review--stars-container-front {
    color: #fad62d;
    z-index: 1;
    overflow: hidden;
    max-height: 50px
}

.review--stars-container-back {
    color: #eee;
    opacity: .4;
    z-index: 0
}

.review--item-value {
    /* color: #fff; */
    opacity: .9;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    margin-left: 4px;
    vertical-align: text-bottom;
}

.review--stars-container.review--stars-container-mini {
    width: 100px;
    min-height: 25px;
    font-size: 12.5px;
    display: inline-block;
}

.review--stars-container.review--stars-container-mini .review--stars-container-item-overflower {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
    font-size: 12px;
}

.review--item-from {
    display: block;
    font-size: 90%;
    opacity: .9;
    /* color: #eee */
}

.review--item-value:before {
    content: '( '
}

.review--item-value:after {
    content: ' )'
}

.review--left-title {
    /* color: #eee */
}

.footerReviewsContainer.footerreviews2021 .review--expand--button .fa-angle-down:before{
    content:"";
    display: none;
}
.footerReviewsContainer.footerreviews2021 .review--expand--button .fa-angle-down{
    width: 44px;
    height: 44px;
    background: #fff url(/images/svg/angle-down.png) calc(100% - 5px) 50% no-repeat;
    background: var(--angle-bottom);
    background-size: 38px 38px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(134deg) brightness(98%) contrast(107%);
}
.footerReviewsContainer.footerreviews2021.compact {
    overflow: hidden;    
}
.footerReviewsContainer.footerreviews2021 .review--expand--button{
    display: none;
}
.footerReviewsContainer.footerreviews2021.initialCompact .review--expand--button{
    display: block;

}
.footerReviewsContainer.footerreviews2021 .review--right-part {
    max-height:1000px;
    overflow: hidden;
}

.footerReviewsContainer.footerreviews2021.compact .review--right-part {
    max-height:0px;
    overflow: hidden;
}

.footerReviewsContainer.footerreviews2021 .review--left-part {
    flex-basis: 100%;
    max-width: 100%;
}

.footerReviewsContainer.footerreviews2021 .review--right-part {
    flex-basis: 100%;
    max-width: 100%;
}
.footerReviewsContainer.footerreviews2021.compact .review--left-part {
    flex-basis: 100%;
    max-width: 100%;
    text-align:center;
    width:100%;
}
@media only screen and (min-width: 48em) {
    .footerReviewsContainer.footerreviews2021 .review--left-part {
        flex-basis: 50%;
        max-width: 50%;
    }
    .footerReviewsContainer.footerreviews2021 .review--right-part {
        flex-basis: 50%;
        max-width: 50%;
    }
}

.footerReviewsContainer.footerreviews2021.compact .review--left-part .review--stars-container {
    margin-left:auto;
    margin-right:auto;
}

.footerReviewsContainer.footerreviews2021 .review--left-part .review--stars-container i.fa0-star{
    width: 28px;
    height: 30px;
}
.footerReviewsContainer.footerreviews2021 .review--expand {
    flex-basis: 100%!important;
    max-width: 100%!important;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
}

.footerReviewsContainer.footerreviews2021 .review--expand {
    margin-top:30px;
}
.footerReviewsContainer.footerreviews2021.compact .review--expand {
    margin-right: auto;
    margin-top:0px;
}
.footerreviews2021 .review--expand--button {
    color: #fff;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 34px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.footerreviews2021 .review--expand--button > i{
    display:inline-block;
    transform: rotate(-180deg);
}

.footerreviews2021.compact .review--expand--button > i{
    transform: rotate(0deg);
}

.footerreviews2021 .review--main-title{
    overflow: hidden;
    height:100%;
    max-height:400px;
    margin-top: .5em;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    transition:all .3s linear;
}
.footerreviews2021.compact .review--main-title{
    max-height:0px;
    margin-top: .5em;
    margin-bottom: 0em;
}

.footerReviewsContainer.initialCompact+.popularLocationsContainer{
    background: #eee;
    background: var(--light);
    background: linear-gradient(180deg,#efefef 0, #efefef 100%);
    background: linear-gradient(180deg,var(--light) 0,var(--light-dark) 100%);
}