.custom-info-container {
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-info-header-container {
    max-height: 300px;
    gap: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.loan-header-bg {
    background: #99bdb3 !important;
}

.loan-header-text {
    color: #f4f8f7 !important;
}

.trade-in-header-bg {
    background: var(--g-6);
}

.contacts-header-bg, .delivery-header-bg, .rexch-header-bg {
    background: var(--primary-black);
}

.contacts-header-text, .delivery-header-text, .rexch-header-text {
    color: var(--w) !important;
}

.special-offers-bg {
    background: #e7fdff;
}

.custom-info-header-desc-container {
    padding: 2rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-info-header-desc-title-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.custom-info-header-desc-title-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.custom-info-header-desc-title {
    color: var(--primary-black);
    font-size: 2rem;
    font-weight: 700;
    line-height: 34px;
}

.custom-info-header-desc-subtitle {
    color: var(--primary-black);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2rem;
}

.custom-info-header-img-container {
    max-width: 450px;
    height: inherit;
}

.custom-info-header-desc-title-footer-text {
    color: var(--g-1);
    font-size: 0.875rem;
    font-weight: 400;
}

.custom-info-header-desc-title-footer-btn {
    max-width: 250px;
}

.custom-info-page-content {
    width: 100%;
    margin-top: 2rem;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.custom-info-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.custom-info-checklist-item {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.custom-info-checklist-text {
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    /*height: 2rem;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.custom-info-checklist-text:before {
    content: url("/extension/iplatinum/catalog/view/icon/check-mark-icon.svg");
    display: inline-block;
    margin-right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--g-1);
}

.custom-info-list-row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.cash-payment-icon {
    content: url("/extension/iplatinum/catalog/view/icon/cash-payment.svg");
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--g-1);
}

.card-payment-icon {
    content: url("/extension/iplatinum/catalog/view/icon/card-payment.svg");
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--g-1);
}

.loan-payment-icon {
    content: url("/extension/iplatinum/catalog/view/icon/loan-payment.svg");
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--g-1);
}

.custom-info-list-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.custom-info-list-item-title {
    color: var(--text-black);
    font-size: 1.125rem;
    font-weight: 400;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.custom-info-list-item-subtitle {
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.custom-info-content-title {
    color: var(--text-black);
    font-size: 1.125rem;
    font-weight: 700;
}

.custom-info-gray-3-in-row {
    width: calc(33% - 14px);
}

.custom-info-gray-2-in-row {
    width: calc(50% - 12px);
}

.custom-info-gray-block-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .custom-info-gray-3-in-row {
        width: 100%;
    }

    .custom-info-gray-2-in-row {
        width: 100%;
    }
}

.w-33 {
    width: 33%;
}

.custom-info-gray-block {
    background: var(--g-6);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.custom-info-gray-block-title {
    color: var(--text-black);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 34px;
}

.custom-info-gray-block-text {
    color: var(--text-black);
    font-size: 1rem;
    font-weight: 400;
}

.custom-info-gray-block-hint {
    color: var(--g-1);
    font-size: 0.875rem;
    font-weight: 400;
}

.custom-info-gray-block-btn {
    max-width: 200px;
}

.custom-info-gray-block-btn-long {
    max-width: 270px;
}

.custom-info-form-container {
    background: linear-gradient(91.68deg, rgba(250, 245, 255, 1.00) 0%, rgba(238, 224, 255, 1.00) 32.29166567325592%, rgba(193, 207, 255, 1.00) 89.0625%, rgba(201, 226, 255, 1.00) 99.47916865348816%);
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.header-img {

}

.header-img-mobile {
    display: none;
}

.contacts-desc-title-bg {
    background: rgba(0,0,0,0.4) !important;
}

@media screen and (max-width: 750px) {
    .header-desc-container-abs {
        position: absolute;
        z-index: 2;
    }

    .header-img {
        display: none;
    }

    .header-img-mobile {
        display: block;
    }

    .custom-info-form-container {
        display: flex;
        flex-direction: column;
    }

    .custom-info-form-text-notice {
        margin-top: 1rem;
    }

    .custom-info-header-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        max-height: unset;
    }

    .custom-info-header-desc-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .custom-info-header-desc-title {
        text-align: center;
    }

    .custom-info-header-desc-title-header {
        align-items: center;
    }

    .custom-info-header-desc-title-footer {
        align-items: center;
    }

    .custom-info-header-desc-subtitle {
        text-align: center;
    }

    .custom-info-header-img-container {
        position: relative;
        padding: unset !important;
    }
    .custom-info-header-desc-title-footer-text {
        text-align: center;
    }
    .custom-info-checklist-text {
        /*height: 3.5rem;*/
    }
}

.custom-info-form {
    background: var(--w);
    padding: 1.5rem;
}

.custom-info-form-text-title {
    color: var(--primary-black);
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    align-self: stretch;
    line-height: 44px;
}

.custom-info-form-text-subtitle {
    color: var(--primary-black);
    font-size: 1.25rem;
    font-weight: 700;
}

.custom-info-form-text-notice {
    color: var(--g-1);
    font-size: var(--h5-14-font-size, 0.875rem);
    font-weight: var(--h5-14-font-weight, 400);
}

.custom-info-form-text-container {
    min-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-info-form-text-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#button-buildersubmit0 {
    width: 100%;
}

.custom-info-address-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 850px) {
    .custom-info-address-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .custom-info-address-right {
        margin-top: 2rem;
    }
}

.custom-info-address-left {
    margin-top: 2rem;
    min-width: 45%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.custom-info-address-right {
    padding-right: 2rem;
    max-width: 550px;
    height: inherit;
}

.custom-info-address-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.custom-info-address-name {
    color: var(--text-black);
    text-align: left;
    font-size: 1.125rem;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}

.custom-info-address-op {
    color: var(--primary-black);
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    align-self: stretch;
}

.custom-info-address-contacts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.custom-info-center-title {
    width: 100%;
    color: var(--text-black);
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}

.custom-info-tile-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    flex-direction: row;
}

.custom-info-tile {
    padding: 1rem;
    width: calc(33% - 14px);
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(218, 218, 218, 1);
}

@media screen and (max-width: 895px) {
    .custom-info-tile {
        width: calc(50% - 14px);
    }
}

@media screen and (max-width: 605px) {
    .custom-info-tile {
        width: 100%;
    }
}

.custom-info-tile-icon {
    width: 64px;
    height: 64px;
    color: var(--g-4);
    margin-right: 1rem;
}

.custom-info-tile-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-black);
    font-size: 1.125rem;
    font-weight: 700;
}

.screenshot-border {
    border: 2px solid var(--g-4);
    border-radius: 0.5rem;
    box-shadow: var(--card-elevation-box-shadow);
    margin: 1rem 0;
}