.lp-route__inner {
    /*background-color: #64ADF1;*/
    border-radius: 1.71rem;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .lp-route__inner {
        display: flex;
    }
}

.lp-route__content {
    background-color: white;
    padding: 1.79rem 2.14rem 2.14rem;
    border-radius: 1.71rem;
}

@media only screen and (min-width: 600px) {
    .lp-route__content {
        padding: 2rem 2.5rem 2.5rem;
        margin: 2.14rem;
    }
}

@media only screen and (min-width: 992px) {
    .lp-route__content {
        max-width: 50%;
        margin-right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .lp-route__content {
        max-width: 45rem;
    }
}

.lp-route__title {
    font: 600 2.1rem/1.2 var(--font);
    letter-spacing: -0.015em;
    margin-bottom: 0.71rem;
}

@media only screen and (min-width: 1200px) {
    .lp-route__title {
        font-size: 3rem;
        line-height: 1.4;
    }
}

.lp-route__description {
    font: 500 1rem/1.5 var(--font);
    color: #818181;
    letter-spacing: -0.02em;
    margin-bottom: 2.14rem;
}

@media only screen and (min-width: 600px) {
    .lp-route__description {
        font-size: 1.14rem;
    }
}

.lp-route__list {
    margin: 0;
    padding: 0;
}

    .lp-route__list li {
        font: 500 1.14rem/1.3 var(--font);
        letter-spacing: -0.035em;
    }

@media only screen and (min-width: 600px) {
    .lp-route__list li {
        font-size: 1.29rem;
    }
}

.lp-route__list li:not(:last-child) {
    margin-bottom: 1.14rem;
}

.lp-route__figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.lp-route .reviews-platform-card {
    background-color: white;
    color: #999EA5;
    display: inline-block;
    padding: 0.86rem 1.14rem;
    border-radius: 1.14rem;
    user-select: none;
    text-decoration: none !important;
    flex-shrink: 0;
    position: absolute;
    right: 0.71rem;
    bottom: 0.71rem;
}

@media only screen and (min-width: 600px) {
    .lp-route .reviews-platform-card {
        right: 2.14rem;
        bottom: 2.14rem;
    }
}

@media only screen and (min-width: 1200px) {
    .lp-route .reviews-platform-card {
        right: 3.21rem;
        bottom: 3.21rem;
    }
}

.lp-route .reviews-platform-card__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.57rem;
}

.lp-route .reviews-platform-card__logo-icon {
    flex-shrink: 0;
    width: 1.29rem;
    height: 1.29rem;
    margin-right: 0.71rem;
}

@media only screen and (min-width: 600px) {
    .lp-route .reviews-platform-card__logo-icon {
        width: 1.71rem;
        height: 1.71rem;
    }
}

.lp-route .reviews-platform-card__logo-title {
    font: 500 1.14rem/1.71rem var(--font);
}

@media only screen and (min-width: 600px) {
    .lp-route .reviews-platform-card__logo-title {
        font-size: 1.29rem;
    }
}

.lp-route .reviews-platform-card__stars {
    --stars-width: 5.93rem;
    font-size: 0;
    position: relative;
    display: flex;
    align-items: center;
}

    .lp-route .reviews-platform-card__stars::after {
        content: "";
        background-color: white;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc((var(--stars-width) - 0.43rem * 4) / 5 * (5 - var(--stars)));
    }

.lp-route .reviews-platform-card__stars-grade {
    font: 600 0.93rem/1.07rem var(--font);
    margin-right: 0.64rem;
    margin-bottom: -0.14rem;
}

.lp-route .reviews-platform-card__stars-icon {
    color: #EFB236;
    height: calc(var(--stars-width) / 5.5);
    width: var(--stars-width);
}

.lp-route .reviews-platform-card__text {
    font: 600 0.86rem/1.3 var(--font);
    margin-top: 0.43rem;
}
