.company-card-topline {
    z-index: 10;
    width: 100%;
}

.company-card-topline-inner {
    display: flex;
    flex-direction: column;
}

@media (min-width: 440px) {
    .company-card-topline-inner {
        flex-direction: row;
    }
}

@media (min-width: 640px) {
    .company-card-topline {
        width: 66.666667%;
    }
}

@media (min-width: 1280px) {
    .company-card-topline {
        width: 33.333333%;
    }
}

.company-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: 100%;
    margin: 20px 0;
}

@media (min-width: 440px) {
    .company-logo {
        max-width: 100px;
        margin: 0 20px;
    }
}

.company-logo__image {
    max-width: 100px;
    max-height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
}

.offer-name-wrapper {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 440px) {
    .offer-name-wrapper {
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .offer-name-wrapper {
        margin-left: 20px;
    }
}

.offer__name {
    pointer-events: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.offer-reviews {
    display: flex;
    align-items: center;
}

.offer-reviews__rating {
    display: flex;
    align-items: center;
    color: #FFD055;
}

.offer-reviews__rating_number {
    display: block;
    margin-left: 5px;
}

.offer-reviews__reviews {
    margin-left: 5px;
    font-size: 14px;
    line-height: 1.25;
    color: #A6A6A6;
}

.details-reviews-wrapper {
    padding-top: 25px;
}

.reviews-slide__head {
    display: flex;
    align-items: center;
}

.reviews-slide__avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.reviews-slide__avatar > img {
    vertical-align: middle;
}

.reviews-slide-info {
    width: calc(100% - 65px);
    margin-left: 15px;
}

.reviews-slide__author {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.reviews-slide__body {
    padding-top: 10px;
}

.reviews-slide__text {
    font-size: 12px;
    line-height: 150%;
    color: #7E7E7E;
}

.swiper-footer {
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    justify-content: flex-start;
    padding: 10px 0 20px 0;
}

.swiper-footer__link {
    max-width: 300px;
    margin-right: 10px;
    padding: 5px;
    font-size: 14px;
    line-height: 17px;
    color: #B1B1B1;
    border: 1px solid #F7F7F7;
    box-sizing: border-box;
    border-radius: 5px;
    transition: background 0.2s linear;
}

.swiper-footer__link:focus,
.swiper-footer__link:hover {
    background-color: #F7F7F7;
}

.swiper-button {
    display: flex;
}

.details-reviews-swiper__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    transition: all 0.2s linear;
}

.details-reviews-swiper__button--prev,
.details-reviews-swiper__button--next {
    margin-left: 10px;
    color: #B1B1B1;
    border: 1px solid #F5F5F5;
}

.details-reviews-swiper__button:focus {
    outline: 0;
}

.details-reviews-swiper__button:focus,
.details-reviews-swiper__button:hover {
    color: #B1B1B1;
    background: #F5F5F5;
}

.details-reviews-swiper-slide {
    width: 100%;
}

@media (min-width: 768px) {
    .details-reviews-wrapper {
        width: 420px;
        padding-top: 30px;
        /*padding-right: 40px;*/
        /*padding-left: 40px;*/
        padding-right: 0;
        padding-left: 0;
    }

    .details-reviews-swiper__button--prev {
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        transform: translateY(-50%);
    }

    .details-reviews-swiper__button--next {
        position: absolute;
        top: 50%;
        right: 0;
        margin: 0;
        transform: translateY(-50%);
    }

    .reviews-slide__text {
        font-size: 15px;
        line-height: 150%;
    }
}

@media (min-width: 1280px) {
    .details-reviews-wrapper {
        padding-top: 0;
    }
}

.reviews-slide__text-hide {
    position: relative;
    overflow-y: hidden;
    transition: max-height 0.2s linear;
}

.reviews-slide__text-hide::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 25px;
    content: "";
    background: linear-gradient(
        to top,
        rgba(242, 242, 242, 1),
        rgba(242, 242, 242, 0)
    );
}

.reviews-slide__text-hide--open::after {
    opacity: 0;
}

.reviews-slide-text__toggle {
    display: none;
    width: 280px;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #b4b4b4;
    background-color: transparent;
    border: 1px solid #fbfbfb;
    border-radius: 5px;
    transition: background-color 0.2s linear;
}

.reviews-slide-text__toggle:focus,
.reviews-slide-text__toggle:hover {
    background-color: #fbfbfb;
    outline: none;
}

.swiper-footer__button-add_review {
    display: flex;
    align-items: center;
    max-width: 300px;
    padding: 5px;
    font-size: 14px;
    line-height: 17px;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
    border: 2px solid #19BB4F;
    box-sizing: border-box;
    border-radius: 5px;
    transition: background 0.2s linear;
}

.swiper-footer__button-add_review .icon {
    margin-right: 5px;
}

.swiper-footer__button-add_review .text {
    font-size: 14px;
    line-height: 1.25;
    color: currentColor;
}

.swiper-footer__button-add_review:focus,
.swiper-footer__button-add_review:hover {
    color: #ffffff;
    background: #19BB4F;
    outline: none;
}

.offer-card {
    margin-top: 5px;
    padding: 35px 20px 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px #D9D9D9;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.offer-card:focus,
.offer-card:hover {
    box-shadow: 0px 1px 3px #A9A9A9;
}

.offer-card__base-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    content: "";
}

.offer-options {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.offer-options-cell {
    width: 50%;
    padding-bottom: 15px;
}

.offer-options-cell:nth-child(even) {
    padding-left: 5px;
}

.offer-options__value {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.offer-options__title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.25;color: #A6A6A6;
}

.offer__button {
    display: block;
    width: 100%;
    max-width: 180px;
    min-height: 50px;
    flex: 1 0 auto;
    margin: 5px auto 0 auto;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    background: #19BB4F;
    box-shadow: 0px 7px 16px rgba(25, 187, 79, 0.5);
    border-radius: 54px;
    transition: background 0.2s linear;
}

.offer__button:focus,
.offer__button:hover {
    outline: 0;
    background: #1BC754;
}

.offer-details {
    margin: 20px -20px -20px -20px;
}

.offer-details__button {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding: 8px 0 10px 0;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
    background-color: #F5F5F5;
    transition: color 0.2s linear,  background 0.2s linear;
}

.offer-details__button__text {
    font-size: 18px;
    line-height: 1.25;
    color: currentColor;
}

.offer-details__button__icon {
    display: block;
    margin-left: 5px;
    color: currentColor;
}

.offer-details__button__icon svg {
    position: relative;
    animation: 0.4s ease-in-out 0s infinite alternate repeat_step_svg;
}

@keyframes repeat_step_svg {
    from {
        top: 7px;
    }
    to {
        top: 11px;
    }
}

.offer-details__button[aria-expanded="false"] .offer-details__button__icon svg {
    transform: rotate(0);
    transition: transform 0.2s linear;
}

.offer-details__button[aria-expanded="true"] .offer-details__button__icon svg {
    transform: rotate(-180deg);
}

.offer-details__button:focus,
.offer-details__button:hover {
    color: #B4B4B4;
    background-color: #FBFBFB;
    outline: none;
}

.overflow-hidden-open {
    position: relative;
    max-height: 1000px;
}

.overflow-hidden-open::before {
    position: absolute;
    top: 4px;
    right: 20px;
    left: 20px;
    display: block;
    height: 1px;
    background-color: #F2F2F2;
    content: "";
}

.details__link {
    width: 180px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
    background: #EAEAEA;
    border-radius: 76px;
    text-align: center;
    transition: background 0.2s linear;
}

.details__link:focus,
.details__link:hover {
    background: #F2F2F2;
}

.details__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.details-options__title {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1.25;
    color: #A6A6A6;
}

.details-options__value {
    font-size: 15px;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

.offer-details > .overflow-hidden {
    padding-right: 20px;
    padding-left: 20px;
}

.offer-details > .overflow-hidden-open {
    padding-top: 25px;
}

.details-title {
    margin-bottom: 16px;
}

.details-options {
    margin-bottom: 19px;
}

.details-options__title {
    margin-bottom: 5px;
}

.details-reviews {
    position: relative;
}

.details-reviews::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 1px;
    background-color: #F2F2F2;
    content: "";
}

@media (min-width: 490px) {
    .offer-options-cell {
        width: auto;
    }

    .offer-options-cell + .offer-options-cell {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .offer-card {
        padding: 42px 50px 30px 50px;
    }

    .offer-card__base > div {
        min-height: 72px;
    }

    .overflow-hidden-open::before {
        right: 50px;
        left: 50px;
    }

    .offer-options-cell + .offer-options-cell {
        margin-left: 35px;
    }

    .offer__button {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    .offer-details {
        margin: 10px -50px -30px -50px;
    }

    .offer-details > .overflow-hidden-open {
        padding-top: 30px;
    }

    .offer-details > .overflow-hidden {
        padding-right: 50px;
        padding-left: 50px;
    }

    .details-title {
        margin-bottom: 35px;
    }

    .details-options {
        display: flex;
        margin-bottom: 25px;
    }

    .details-options__title {
        width: 200px;
    }
}

@media (min-width: 1280px) {
    .offer-options {
        flex-wrap: nowrap;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 25px;
    }

    .offer-options-cell {
        padding-top: 0;
        padding-bottom: 0;
    }

    .offer-options-cell.xl\:w-1\/6 {
        width: 16.666667%;
    }

    .offer-options-cell.xl\:w-2\/6 {
        width: 33.333333%;
    }

    .details-reviews {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 30px;
    }

    .details-reviews::before {
        top: 50px;
        right: auto;
        bottom: 40px;
        left: 0;
        width: 1px;
        height: auto;
    }
}

.hidden-offer-details .offer-details {
    display: none;
}

.car-check_list {
    counter-reset: car-check_list;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.car-check_item {
    counter-increment: car-check_list;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.car-check_item::before {
    content: counter(car-check_list);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    margin-bottom: 20px;

    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    background: #19BB4F;
}

.car-check_text {
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(51 57 66 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .car-check_list {
        flex-direction: row;
        align-items: flex-start;
    }
    
    .car-check_item {
        flex: 1 0 0;
    }
}

main {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
