#map2gis {
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
}

#map2gis img {
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    box-shadow: none !important; /* Иногда тени тоже мешают стыковке */
}

.buklet-btns {
    display: flex;
    gap: 3rem;
}

.buklet-btns .btn-buklet{
    font-size: 1.2rem;
    font-weight: 600;
    width: 25rem;
    padding: 2rem 0 2.2rem;
    border-radius: 4rem;
    text-transform: uppercase;
}

.qw-b24-form-inline .b24-form-wrapper .b24-form-header {
    display: none;
}

.qw-b24-form-inline .b24-form-wrapper {
    margin: 0 !important;
    min-height: 250px;
    max-width: 550px;
    background: transparent !important;
}

.qw-b24-form-inline .b24-form-padding-side, .qw-b24-form-inline .b24-form-content {
    padding: 0 !important;
}

.qw-b24-form-inline .b24-form-btn{
    text-transform: uppercase;
    /*background: var(--color-secondary);*/
    /*color: var(--color-primary);*/
}

.bg-cover-dark{
    background: rgba(135, 131, 104, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-cover-light{
    background: rgba(243, 229, 216, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.form__content {
    position: relative;
    width: 100%;
    border-radius: 1.2rem;
    padding: 9.4rem 10.8rem;
    background-color: #f3e5d8;
    background-image:
            linear-gradient(
                    90deg,
                    #f3e5d8 0%,
                    #f3e5d8 40%,
                    rgba(243, 229, 216, 0.8) 60%,
                    rgba(243, 229, 216, 0) 100%
            ),
            url('../img/queue-3/facade/CAM_1.jpg');
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: auto 125%;
    /*background-position: right center;*/
    background-position: 145% center;
}

.form__content--dark {
    background-color: #708FAC;
    background-image:
            linear-gradient(
                    90deg,
                    #708FAC 0%,
                    #708FAC 40%,
                    rgba(112, 143, 172, 0.8) 60%,
                    rgba(112, 143, 172, 0) 100%
            ),
            url('../img/queue-3/facade/CAM_1.jpg');
}

.form__image {
    display: none;
}

.form__content--dark .b24-form-btn {
    background: #F3E5D8;
    color: #3a3c33;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .form__content {
        background-position: 65% center;
        padding: 4rem 2rem;
        background-image:
                linear-gradient(
                        90deg,
                        #f3e5d8 0%,
                        rgba(243, 229, 216, 0.9) 100%
                ),
                url('../img/queue-3/facade/CAM_1.jpg');
    }

    .form__content--dark {
        background-position: 65% center;
        background-image:
                linear-gradient(
                        90deg,
                        #708FAC 0%,
                        rgba(112, 143, 172, 0) 100%
                ),
                url('../img/queue-3/facade/CAM_1.jpg');
    }
}

.appart{
    padding: 11rem 0;
}