.as24-detail-page {
    background: #f4f4f4;
    color: #3f3f3f;
    padding: 40px 0 80px;
}

.as24-detail-container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 24px;
}

.as24-gallery {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
    gap: 8px;
    margin-bottom: 1.25rem;
}

.as24-gallery-main {
    height: 640px;
    overflow: hidden;
    background: #ddd;
    position: relative;
    cursor: pointer;
}

.as24-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.as24-gallery-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
    height: 640px;
}

.as24-gallery-thumb {
    overflow: hidden;
    background: #ddd;
    cursor: pointer;
    position: relative;
}

.as24-gallery-thumb:first-child {
    grid-column: 1 / 3;
}

.as24-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}

.as24-gallery-thumb:hover img {
    transform: scale(1.03);
}

.as24-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 22px;
    min-height: unset;
    padding: 0;
    margin: 0;
    border: 0;
    background: rgb(0 0 0 / 59%);
    color: #fff;
    font-size: 1.75rem;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.as24-gallery-prev {
    left: .75rem;
}

.as24-gallery-next {
    right: .75rem;
}

.as24-gallery-count {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    padding: 5px 10px;
    z-index: 3;
}

.as24-gallery-more {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.as24-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 70px;
    align-items: start;
}

.as24-title {
    color: var(--fs-color-secondary);
    font-size: 2rem !important;
    line-height: 2.75rem !important;
    font-weight: 700;
    margin: 0 0 8px;
}

.as24-title span {
    white-space: nowrap;
}

.as24-subtitle {
    margin-bottom: 1.25rem;
}
.css-1tttn98 p {
    color: #3f3f3f;
    margin-bottom: 0;
}
.css-h4y144 {
    display: grid;
    row-gap: .5rem;
    column-gap: .5rem;
    grid-template-columns: repeat(3, 1fr);
}
.css-h4y144 .css-2sunt9 {
    grid-area: 1 / 1 / auto / span 2;
}
.css-h4y144 .css-4nuex1 {
    grid-area: 2 / 1 / auto / span 2;
}
.css-h4y144 .css-4nuex1 .css-1ybu25o {
    display: grid;
    row-gap: 0;
    column-gap: .5rem;
    grid-template-columns: repeat(2, 1fr);
}
.css-h4y144 .css-2sunt9 p.chakra-text.css-ljmnri {
    margin-top: 1rem;
    font-family: var(--heading-semibold);
}
.as24-show-all-data:hover {
    opacity: .6;
}
.css-1quwms0 {
    margin-top: 0px;
    grid-area: 2 / 3;
}
button.as24-show-all-data.is-open svg {
    transform: rotate(180deg);
}
.as24-show-all-data span {
    margin-top: .5rem;
}
.css-1tttn98 {
    display: none;
}
.as24-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1rem;
    max-width: 100%;
    margin-bottom: 1rem;
}

.as24-spec-item {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    line-height: 1.2;
}

.as24-spec-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #454545;
}

.as24-spec-icon svg,
.as24-dealer-line svg,
.as24-btn svg,
.as24-show-all-data svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.as24-show-all-data {
    text-transform: none;
    border: none;
    background: transparent;
    color: #444;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
    cursor: pointer;
}

.as24-show-all-data svg {
    width: 1.25rem;
    height: 1.25rem;
}

.as24-section {
    border-top: 1px solid #d5d5d5;
    padding-top: 38px;
    margin-top: 5px;
}
.as24-btn-primary:hover {
    background: #A31515;
    color: #fff;
}
.as24-btn-outline:hover {
    background: var(--fs-color-secondary);
    color: #fff;
}
.as24-section h3 {
    font-size: 25px;
    line-height: 1.3;
    color: #333;
    margin: 0 0 14px;
    font-weight: 700;
}

.as24-equipment-list {
    margin: 0;
    padding-left: 22px;
    columns: 1;
    font-size: 21px;
    line-height: 1.48;
    color: #444;
}

.as24-equipment-list li {
    margin-bottom: 4px;
}

.as24-dealer-name {
    font-size: 1.25rem;
    line-height: 1.25;
    color: #333;
    font-weight: 600;
    margin-bottom: 1.25rem;
    font-family: var(--heading-font);
}

.as24-dealer-line {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: 1rem;
    align-items: center;
    color: #444;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
}

.as24-dealer-line svg {
    width: 1.5rem;
    height: 1.5rem;
}

.as24-btn {
    width: 100%;
    height: 66px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-decoration: none;
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    box-sizing: border-box;
}

.as24-btn-primary {
    background: var(--fs-color-secondary);
    color: #fff;
    border: 1px solid var(--fs-color-secondary);
    margin-top: 1.25rem;
    height: var(--input-height);
    font-size: 1rem;
    padding: 0 2rem;
    min-height: var(--input-height);
    letter-spacing: 0;
    font-weight: normal;
    font-family: var(--text-regular);
}

.as24-btn-outline {
    background: transparent;
    color: var(--fs-color-secondary);
    border: 1px solid var(--fs-color-secondary);
    margin-top: 1rem;
    height: var(--input-height);
    font-size: 1rem;
    padding: 0 2rem;
    min-height: var(--input-height);
    letter-spacing: 0;
    font-weight: normal;
    font-family: var(--text-regular);
}

.as24-btn svg {
    width: 31px;
    height: 31px;
}

.as24-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: #000;
    color: #fff;
    display: none;
    overflow: hidden;
}

.as24-lightbox.is-open {
    display: block;
}

.as24-lightbox-info {
    position: absolute;
    top: 34px;
    left: 34px;
    z-index: 5;
    max-width: 420px;
}

.as24-lightbox-title {
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: normal;
    margin-bottom: 0;
    font-family: var(--heading-font);
}

.as24-lightbox-price {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.as24-lightbox-counter {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    font-size: 1rem;
    font-weight: normal;
}

.as24-lightbox-close {
    position: absolute;
    top: 1rem;
    right: 1.75rem;
    z-index: 6;
    width: 1.125rem;
    height: 1.125rem;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 2.125rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.as24-lightbox-image-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 220px 70px;
    box-sizing: border-box;
}

.as24-lightbox-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.as24-lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 70px;
    height: 90px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 70px;
    line-height: 1;
    cursor: pointer;
}

.as24-lightbox-prev {
    left: 22px;
}

.as24-lightbox-next {
    right: 22px;
}

body.as24-lightbox-open {
    overflow: hidden;
}
.as24-desc-wrap{
    position:relative;
}

.as24-desc-full{
    display:none;
}

.as24-desc-wrap.is-open .as24-desc-short{
    display:none;
}

.as24-desc-wrap.is-open .as24-desc-full{
    display:block;
}

.as24-desc-toggle{
    text-transform: none;
    border: none;
    background: transparent;
    color: #444;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
    cursor: pointer;
    margin-top: 1.5rem;
}

.as24-desc-toggle span{
    margin-top: .5rem;
}

.as24-desc-toggle svg{
    width: 1.25rem;
    height: 1.25rem;
    transition:transform .25s ease;
}

.as24-desc-wrap.is-open .as24-desc-toggle svg{
    transform:rotate(180deg);
}

@media(max-width:575px){

    .as24-desc{
        font-size:18px;
        line-height:1.8;
    }

    .as24-desc-toggle{
        font-size:18px;
        gap:12px;
    }

    .as24-desc-toggle svg{
        width:32px;
        height:32px;
    }

}
.as24-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin: 60px 0 20px;
}

.as24-page-number,
.as24-page-arrow {
    width: 2rem;
    height: 2rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}

.as24-page-number.is-active, .as24-page-number.is-active:hover {
    background: var(--fs-color-secondary);
    color: #fff;
}
.as24-page-number:hover, .as24-page-arrow:hover {
    color: var(--fs-color-secondary);
}
.as24-page-arrow {
    font-size: 3rem;
    color: #fff;
}

.as24-page-arrow.is-disabled {
    color: #aaa;
    pointer-events: none;
}
/*  */
.leasing-calculator {
    background: #fff;
    padding: 1.875rem;
    padding-bottom: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
    margin-top: 2.25rem;
}
.leasing-calculator h3 {
    text-align: center;
    font-size: 1.375rem;
    margin-bottom: 2.25rem;
    letter-spacing: 0px !important;
    font-family: var(--heading-font);
    color: #000000;
}
.leasing-field label {
    display: block;
    font-size: 1rem;
    margin-bottom: .5rem;
    font-weight: normal;
}
.leasing-field input {
    width: 100%;
    height: 3.125rem;
    line-height: 3.125rem;
    box-shadow: none;
    padding: 0 1.25rem;
    font-size: 1rem;
    letter-spacing: 0px;
    color: #000000;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.800000011920929px solid #DDDDDD;
    border-radius: 4px;
}

.leasing-row,
.leasing-result-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5;
}
.leasing-result {
    background: #f4f4f4;
    margin: 40px -42px 0;
    padding: 28px 54px 34px;
}
.leasing-result-row strong {
    font-size: 1.25rem;
    font-family: var(--heading-bold);
}
a.button.secondary.leasing-button {
    width: 100%;
    margin-top: .5rem;
}
.leasing-result {
    background: #f4f4f478;
    margin: -1.875rem;
    margin-top: 1rem;
    padding: 1.875rem;
}