.premise-title__name {
    color: #202e35;
    font-size: 32px;
    font-weight: 700;
}

.premise-title__prices {
    margin-top: 16px;
}

.premise-title__old-price {
    color: #a7abb7;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: line-through;
}

.premise-title__price_currency {
    font-weight: 500;
}

.premise-title__price-container {
    display: flex;
    justify-content: space-between;

    margin-top: 1px;
}

.premise-title__promo-wrap {
    display: flex;
    gap: 16px;
    align-items: stretch;
    margin-top: 16px;
}

.premise-title__promo-card {
    flex: 1 1 auto;
    padding: 22px 24px;
    border-radius: 20px;
    border: 1px solid #e4ecf7;
    background: linear-gradient(135deg, #f9fbff 0%, #eef3fb 50%, #e7f1ff 100%);
    box-shadow: 0 12px 30px rgba(15, 64, 125, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.premise-title__promo-card:focus,
.premise-title__promo-card:focus-visible {
    outline: none;
    border-color: #e4ecf7;
    box-shadow: 0 12px 30px rgba(15, 64, 125, 0.1);
}
.premise-title__promo-card * {
    -webkit-tap-highlight-color: transparent;
}
.premise-title__promo-card *:focus,
.premise-title__promo-card *:focus-visible {
    outline: none !important;
}
.premise-title__promo-card:focus {
    outline: none;
    border-color: #e4ecf7;
    box-shadow: 0 12px 30px rgba(15, 64, 125, 0.1);
}

.premise-title__promo-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.premise-title__promo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    width: 100%;
}

.premise-title__promo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 10px;
    background: #007bfb;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.6px;
}

.premise-title__promo-note {
    color: #4a5561;
    font-size: 12px;
    font-weight: 600;
}

.premise-title__promo-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 0;
}
.premise-title__promo-row_first {
    justify-content: flex-start;
    align-items: baseline;
    gap: 12px;
}
.premise-title__promo-row_first .premise-title__promo-label_blank {
    display: none;
}
.premise-title__promo-row_first .premise-title__promo-values_inline {
    justify-content: flex-start;
    align-items: baseline;
    text-align: left;
}
.premise-title__promo-row_inline {
    justify-content: flex-start;
    align-items: baseline;
    gap: 12px;
}

.premise-title__promo-label {
    color: #4a5561;
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
}
.premise-title__sup-small {
    font-size: 10px;
}
.premise-title__promo-label_blank {
    visibility: hidden;
}

.premise-title__promo-values {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
    text-align: right;
}
.premise-title__promo-values_inline {
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
    text-align: left;
}

.premise-title__promo-new {
    color: #0c4782;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
}
.premise-title__promo-new_sm {
    font-size: 18px;
}

.premise-title__promo-old {
    color: #a7abb7;
    font-size: 15px;
    text-decoration: line-through;
}
.premise-title__promo-old_small {
    font-size: 13px;
}

.premise-title__promo-major {
    color: #0c4782;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
}

.premise-title__promo-strike {
    color: #a7abb7;
    font-size: 17px;
    font-weight: 600;
    text-decoration: line-through;
}

.premise-title__promo-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.premise-title__promo-cta {
    margin-top: 8px;
    display: block;
    width: 100%;
}

.premise-title__booking-button_wide {
    width: 100%;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    box-shadow: 0 12px 25px rgba(0, 119, 255, 0.25);
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.premise-title__price {
    margin-right: 25px;

    color: #202e35;
    font-size: 32px;
    line-height: 36px;
    height: 36px;
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
    white-space: nowrap;
}

.premise-title__price-on-req {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 36px;
    height: 36px;
    display: block;
}

.premise-title__booking-button {
    width: 226px;
}

.premise-title__state {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 40px;
    border-radius: 15px;

    font-size: 12px;
    font-weight: 700;
}

.premise-title__state_sold {
    color: #202e35;
    font-weight: 600;

    border: 1px solid #d0d0d0;
}

.premise-title__state_booked {
    color: #202e35;
    font-weight: 600;

    background-color: #dde1eb;
}

.premise-title__price-actually {
    font-size: 20px !important;
    font-weight: bold;
    line-height: 22px;
}
.premise-title__price-discount {
    text-decoration: line-through;
    font-size: 16px !important;
    line-height: 18px;
    opacity: .5;
}

.premise-title__state_booked p {
    display: flex;
    align-items: center;
}

.premise-title__state_booked p::before {
    margin-right: 0.5em;

    color: #202e35;
    font-family: 'Material Design Icons';
    font-size: 16px;
}

.premise-title__mortgage-price {
    color: #a7abb7;
    font-size: 12px;
    font-weight: 600;

    margin-top: 2px;
}

.premise-title__address {
    margin-top: 19px;
}

.premise-title__address-title {
    color: #202e35;
    font-size: 20px;
    font-weight: 600;
}

.premise-title__address-link {
    display: block;

    margin-top: 10px;

    color: #007bfb;
    font-size: 14px;
    text-decoration: underline;

    transition: color 0.25s;
}

.premise-title__address-link:hover {
    color: #0c4782;
    transition: color 0.25s;
}

@media (max-width: 1023px) {
    .premise-title__name {
        font-size: 20px;
    }

    .premise-title__prices {
        position: relative;

        margin-top: 4px;
        padding-bottom: 55px;
    }

    .premise-title__old-price {
        font-size: 16px;
    }

    .premise-title__price-container {
        display: block;

        margin-top: 3px;
    }

    .premise-title__promo-wrap {
        flex-direction: column;
        gap: 12px;
    }

    .premise-title__promo-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .premise-title__promo-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .premise-title__promo-actions {
        justify-content: flex-start;
    }

    .premise-title__promo-cta {
        width: 100%;
        display: block;
    }

    .premise-title__booking-button_wide {
        width: 100%;
    }

    .premise-title__promo-values {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        text-align: left;
    }

    .premise-title__promo-values_inline {
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
    }

    .premise-title__promo-major {
        font-size: 21px;
    }

    .premise-title__promo-strike {
        font-size: 15px;
    }

    .premise-title__price {
        font-size: 20px;
    }

    .premise-title__booking-button {
        position: relative;
        width: 100%;
    }

    .premise-title__mortgage-price {
        margin-top: 5px;

        font-size: 10px;
    }

    .premise-title__address {
        margin-top: 11px;
    }

    .premise-title__address-title {
        font-size: 20px;
    }

    .premise-title__address-link {
        font-size: 14px;
    }
}
