.dct-form-section {
    margin-bottom: 0;
}

@media screen and (min-width: 901px) {
    .dct-form-section {
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
        overflow: hidden;
    }

    .dct-form-section > .big-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .dct-form-section > .is-absolute-box {
        position: relative;
        z-index: 1;
        inset: auto;
        width: 40%;
        min-height: 100%;
        margin-right: 10%;
    }

    .dct-form-section .frmx-form {
        display: flow-root;
        width: 100%;
    }
}

.dct-locations-wrap {
    clear: both;
    padding-top: clamp(56px, 6vw, 96px);
    padding-bottom: clamp(64px, 7vw, 112px);
    box-sizing: border-box;
}

.dct-locations {
    display: grid;
    float: none;
    gap: clamp(56px, 6vw, 88px);
}

.dct-location,
.dct-location.is-other-position {
    float: none;
    margin: 0;
}

@media screen and (max-width: 900px) {
    .dct-locations-wrap {
        padding-top: 56px;
        padding-bottom: 72px;
    }

    .dct-locations {
        gap: 52px;
    }

    .dct-location,
    .dct-location.is-other-position {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .dct-location .left-top-part {
        order: 1;
        width: 100%;
        padding: 0;
    }

    .dct-location .left-top-part img {
        display: block;
        width: 100%;
        height: clamp(280px, 58vw, 480px);
        object-fit: cover;
    }

    .dct-location .right-top-part,
    .dct-location.is-other-position .right-top-part {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        order: 2;
        width: 100%;
        min-height: 0;
        padding: 28px;
        border-radius: 0 0 16px 16px;
        background: #FFFFFF;
        box-sizing: border-box;
        box-shadow: 0 14px 34px rgba(15, 42, 68, 0.1);
    }
}

@media screen and (max-width: 650px) {
    .dct-locations-wrap {
        padding-top: 40px;
        padding-bottom: 56px;
    }

    .dct-locations {
        gap: 36px;
    }

    .dct-location .left-top-part img {
        height: 260px;
    }

    .dct-location .right-top-part,
    .dct-location.is-other-position .right-top-part {
        padding: 22px 18px;
    }
}
