:root {
    --fontInter: "Inter";
    --blackColor: var(--neutral-neutral10, #222324);
    --fontGreyColor: var(--neutral-neutral50, #7F7F7F);
}

/* styles for leasing-cards START */
.leasing-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
@media screen and (max-width: 991px) {
    .leasing-cards {
        gap: 15px;
    }
}
@media screen and (max-width: 767px) {
    .leasing-cards {
        gap: 15px;
    }
}
/* styles for leasing-cards END */

/* styles for leasing-card START */
.leasing-card{
    display: flex;
    padding: 24px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;

    border-radius: 8px;
    background: var(--white, #FFF);
}

.leasing-card.leasing-card--yellow {
    background: var(--sys-secondary-secondary95, #FFFDEB);
}

.leasing-card.leasing-card--offer {
    height: 160px;
    transition: .2s;
}

.leasing-card:hover {
    /* shadow */
    box-shadow: 0px 6px 10px 0px rgba(34, 35, 36, 0.10), 0px 2px 3px 0px rgba(34, 35, 36, 0.15);
}

.leasing-card.leasing-card--reduced {
    height: 180px;
}

.leasing-card__left {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    width: 230px;
}

.leasing-card.leasing-card--offer .leasing-card__left {
    align-items: flex-start;
}

.leasing-card__logo {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.leasing-card__logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.leasing-card__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.leasing-card__title {
    color: var(--neutral-neutral10, #222324);

    /* Desktop/Medium/16 */
    font-family: var(--fontInter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
}

.leasing-card__title a {
    color: var(--neutral-neutral10, #222324);
    cursor: pointer;
    transition: .1s;
}

.leasing-card:hover .leasing-card__title a {
    color: var(--primary-color--default);
}

.leasing-card__company {
    color: var(--neutral-neutral40, #666);

    /* Desktop/Regular/14 */
    font-family: var(--fontInter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.leasing-card__company:hover {
    color: var(--neutral-neutral40, #666);
    text-decoration: underline;
    cursor: pointer;
}

.leasing-card__right {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

.leasing-card__right-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

.leasing-card__conditions {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
}

.leasing-card__condition {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 142px;
}

.leasing-card__condition-data {
    color: var(--neutral-neutral10, #222324);

    /* Desktop/Bold/14 */
    font-family: var(--fontInter);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 18.9px */
}

.leasing-card__condition-data span {
    color: var(--neutral-neutral10, #222324);
    /* new/title_18 Bold */
    font-family: var(--fontInter);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
}

.leasing-card__condition-text {
    color: var(--neutral-neutral40, #666);

    /* Desktop/Regular/12 */
    font-family: var(--fontInter);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
}

.leasing-card__badges {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.leasing-card__badge {
    display: flex;
    padding: 8px 10px;
    align-items: center;
    gap: 2px;
    border-radius: 8px;
    background: var(--neutral-neutral90, #F7F7F7);

    overflow: hidden;
    color: var(--neutral-neutral10, #222324);
    text-overflow: ellipsis;
    /* new/lable_12px */
    font-family: var(--fontInter);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
}

.leasing-card__actions {
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    gap: 8px;
}

.leasing-card.leasing-card--reduced .leasing-card__actions {
    position: absolute;
    right: 0;
    bottom: 0;
}

.leasing-card__button {
    width: auto;
    padding: 12px 24px;
}

.leasing-card__link {
    display: flex;
    align-items: center;

    color: var(--link, #0645AD);
    text-align: right;

    /* Mobile/Regular/14 */
    font-family: var(--fontInter);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.leasing-card__link span {
    width: 20px;
    height: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.leasing-card__link:hover {
    color: var(--primary-color--default);
}

.leasing-card__link:hover span svg path {
    fill: var(--primary-color--default);
}

@media screen and (max-width: 1279px) {
    .leasing-card {
        padding: 24px 15px;
        flex-direction: column;
    }

    .leasing-card.leasing-card--offer {
        height: auto;
    }

    .leasing-card__left {
        width: 100%;
    }

    .leasing-card__company {
        color: var(--neutral-neutral40, #666);

        /* Desktop/Regular/14 */
        font-family: var(--fontInter);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
    }

    .leasing-card__right {
        flex-direction: column;
        gap: 16px;
    }

    .leasing-card__right-content {
        gap: 16px;
    }

    .leasing-card__conditions {
        flex-wrap: wrap;
        margin-right: -15px;
    }

    .leasing-card__condition {
        width: calc(25% - 15px);
    }

    .leasing-card__badges {
        flex-wrap: wrap;
    }

    .leasing-card__badge {
        display: flex;
        padding: 8px 10px;
        align-items: center;
        gap: 2px;
        border-radius: 8px;
        background: var(--neutral-neutral90, #F7F7F7);

        overflow: hidden;
        color: var(--neutral-neutral10, #222324);
        text-overflow: ellipsis;
        /* new/lable_12px */
        font-family: var(--fontInter);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 14.4px */
    }

    .leasing-card__actions {
        width: 100%;
        gap: 16px;
    }

    .leasing-card.leasing-card--reduced .leasing-card__actions {
        position: static;
    }

    .leasing-card__button {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .leasing-card {
        padding: 24px 15px;
        flex-direction: column;
    }

    .leasing-card.leasing-card--offer {
        height: auto;
    }

    .leasing-card__left {
        width: 100%;
    }

    .leasing-card__company {
        color: var(--neutral-neutral40, #666);

        /* Desktop/Regular/14 */
        font-family: var(--fontInter);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
    }

    .leasing-card__right {
        flex-direction: column;
        gap: 16px;
    }

    .leasing-card__right-content {
        gap: 16px;
    }

    .leasing-card__conditions {
        flex-wrap: wrap;
        margin-right: -15px;
    }

    .leasing-card__condition {
        width: calc(25% - 15px);
    }

    .leasing-card__badges {
        flex-wrap: wrap;
    }

    .leasing-card__badge {
        display: flex;
        padding: 8px 10px;
        align-items: center;
        gap: 2px;
        border-radius: 8px;
        background: var(--neutral-neutral90, #F7F7F7);

        overflow: hidden;
        color: var(--neutral-neutral10, #222324);
        text-overflow: ellipsis;
        /* new/lable_12px */
        font-family: var(--fontInter);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 14.4px */
    }

    .leasing-card__actions {
        width: 100%;
        gap: 16px;
    }

    .leasing-card.leasing-card--reduced .leasing-card__actions {
        position: static;
    }

    .leasing-card__button {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .leasing-card {
        padding: 24px 15px;
        flex-direction: column;
    }

    .leasing-card.leasing-card--offer {
        height: auto;
    }

    .leasing-card__left {
        width: 100%;
    }

    .leasing-card__company {
        color: var(--neutral-neutral40, #666);

        /* Desktop/Regular/14 */
        font-family: var(--fontInter);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
    }

    .leasing-card__right {
        flex-direction: column;
        gap: 16px;
    }

    .leasing-card__right-content {
        gap: 16px;
    }

    .leasing-card__conditions {
        flex-wrap: wrap;
        margin-right: -15px;
    }

    .leasing-card__condition {
        width: calc(50% - 15px);
    }

    .leasing-card__badges {
        flex-wrap: wrap;
    }

    .leasing-card__badge {
        display: flex;
        padding: 8px 10px;
        align-items: center;
        gap: 2px;
        border-radius: 8px;
        background: var(--neutral-neutral90, #F7F7F7);

        overflow: hidden;
        color: var(--neutral-neutral10, #222324);
        text-overflow: ellipsis;
        /* new/lable_12px */
        font-family: var(--fontInter);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 14.4px */
    }

    .leasing-card__actions {
        width: 100%;
        gap: 16px;
    }

    .leasing-card.leasing-card--reduced .leasing-card__actions {
        position: static;
    }

    .leasing-card__button {
        width: 100%;
    }
}
/* styles for leasing-card END */