.omt-brochure {
    padding: var(--wp--preset--spacing--space-60) 0;
}

.omt-brochure__block {
    display: flex;
    gap: var(--wp--preset--spacing--space-50);
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--wp--preset--spacing--space-60);
}

.omt-brochure__block:last-of-type {
    margin-bottom: 0;
}

.omt-brochure__left {
    width: 50%;
}

.omt-brochure__right {
    width: 50%;
    padding-left: var(--wp--preset--spacing--space-70);
}

.omt-brochure__title {
    font-size: var(--wp--preset--font-size--h-2);
    line-height: var(--wp--preset--font-size--h-2);
    margin-bottom: var(--wp--preset--spacing--space-40);
}

.omt-brochure__content {
    margin-bottom: var(--wp--preset--spacing--space-50);
    font-size: var(--wp--preset--font-size--font-size-m);
    line-height: var(--wp--preset--font-size--font-size-xl);
}

.omt-brochure__btn-icon {
    margin-left: 20px;
}

.omt-brochure__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.omt-brochure__btn:hover .omt-brochure__btn-icon svg path {
    stroke: #fff;
}

.omt-brochure__right-img {
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
}


.omt-brochure__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(100%);
    z-index: 99999;
    padding: 0 20px;
}

.omt-brochure__popup.open {
    opacity: 1;
    transform: translateY(0);
}

.omt-brochure__popup-content {
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 20px;
    scrollbar-width: thin;
    scrollbar-color: #a5a5a5 transparent;
    scroll-behavior: smooth;

}

.omt-brochure__popup-main {
    background: #fff;
    width: 100%;
    padding: 40px;
    border-radius: 32px;
    position: relative;
    max-height: 97vh;
    overflow: auto;
}

.omt-brochure__popup-wrapper {
    max-width: 650px;
    width: 100%;
}

.omt-brochure__popup-close {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    background-color: var(--wp--preset--color--primary-50, #4469a7);
    color: var(--wp--preset--color--neutral-0, #fff);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.omt-brochure__popup-title {
    margin-bottom: 14px;
}

.omt-brochure__popup-deatils {
    font-size: var(--wp--preset--font-size--font-size-s, 16px);
    line-height: var(--wp--preset--font-size--font-size-l, 20px);
    margin-bottom: 40px;
}

.omt-brochure__popup textarea.contact-input {
    height: 140px;
}

.omt-brochure__popup textarea.contact-input {
    height: 140px;
}

.omt-brochure__popup .omt-button {
    margin-left: auto;
    display: block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><g clip-path="url(%23clip0_9800_352)"><path d="M12.498 17.0684L12.498 2.06836" stroke="%231D1D1B" stroke-width="2"/><path d="M4.99805 9.56836L12.498 17.0684L19.998 9.56836" stroke="%231D1D1B" stroke-width="2"/><path d="M1.99805 15.5684L1.99805 23.0684L22.998 23.0684L22.998 15.5684" stroke="%231D1D1B" stroke-width="2"/></g><defs><clipPath id="clip0_9800_352"><rect width="24" height="24" fill="white" transform="translate(0.498047 0.568359)"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: calc(100% - 16px) center;
    padding: var(--wp--preset--spacing--space-20) var(--wp--preset--spacing--space-60) var(--wp--preset--spacing--space-20) var(--wp--preset--spacing--space-30);
}

.omt-brochure__popup .omt-button:hover {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><g clip-path="url(%23clip0_9800_352)"><path d="M12.498 17.0684L12.498 2.06836" stroke="%23ffffff" stroke-width="2"/><path d="M4.99805 9.56836L12.498 17.0684L19.998 9.56836" stroke="%23ffffff" stroke-width="2"/><path d="M1.99805 15.5684L1.99805 23.0684L22.998 23.0684L22.998 15.5684" stroke="%23ffffff" stroke-width="2"/></g><defs><clipPath id="clip0_9800_352"><rect width="24" height="24" fill="white" transform="translate(0.498047 0.568359)"/></clipPath></defs></svg>');
}

body.popup-open {
    overflow: hidden;
    position: relative;
}

body.popup-open::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 12;
}

.omt-brochure__popup-content::-webkit-scrollbar {
    width: 8px;
}

.omt-brochure__popup-content::-webkit-scrollbar-track {
    background: transparent;
}

.omt-brochure__popup-content::-webkit-scrollbar-thumb {
    background: #a5a5a5;
    border-radius: 6px;
}

.omt-brochure__popup .chechbox-input {
    top: 30px;
}

.omt-brochure__popup .input-group.checkbox.checked label.form-label.chechbox-label::after,
.omt-brochure__popup .input-group.checkbox.checked label.form-label.chechbox-label::before,
.omt-brochure__popup .chechbox-label::before {
    top: 0px;
}

.omt-brochure__popup-btn {
    display: inline-flex;
}

.omt-brochure__document-btn {
    display: none;
}

.omt-brochure__enable-document .omt-brochure__popup-btn {
    display: none;
}

.omt-brochure__enable-document .omt-brochure__document-btn {
    display: inline-flex;
}

@media (max-width: 1200px) {
    .omt-brochure__right {
        padding-left: 0;
    }
}

@media (max-width:992px) {
    .omt-brochure__block {
        flex-direction: column-reverse;
        gap: var(--wp--preset--spacing--space-50);
    }

    .omt-brochure__left,
    .omt-brochure__right {
        width: 100%;
    }

    .omt-brochure__popup {
        padding: 0 10px;
    }

    .omt-brochure__popup-main {
        border-radius: 24px;
        padding: 24px;
    }

}

@media (max-width:575px) {
    .omt-brochure__btn-icon svg {
        width: 18px;
        height: 18px;
    }

    .omt-brochure__btn-icon {
        margin-left: 15px;
        height: 18px;
    }

    .omt-brochure__btn {
        margin: 0;
        font-size: var(--wp--preset--font-size--font-size-xs);
        line-height: var(--wp--preset--font-size--font-size-xl);
    }

    .omt-brochure__popup .omt-button {
        margin: 0 auto;
        padding-right: 45px;
        font-size: 16px;
    }
}