.half-form-text__text {
    margin-bottom: 32px;
}

.half-form-text__highlight {
    background: var(--light-blue);
    border-radius: 15px;
    padding: 26px;
}

.half-form-text__highlight h4 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.44em;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.half-form-text__listing {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 20;
}

.half-form-text__info {
    display: flex;
    color: var(--tertiary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4375em;
    gap: 6px;
}

.half-form-text__info i {
    color: var(--primary-color);
    font-size: 17px;
    line-height: 1em;
    margin-top: 3px;
    position: relative;
    z-index: 1;
}

.half-form-text__info i.icon-pin:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background-color: #fff;
    z-index: -1;
}

.half-form-text__form {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(51, 51, 5, 0.2);
    padding: 33px 32px;
}

.half-form-text .flex-row {
    align-items: center;
}

.half-form-text__form .row {
    margin: 0 -8px;
}

.half-form-text__form .row>* {
    padding: 0 8px;
}

@media (min-width: 768px) {
    .half-form-text__listing {
        column-gap: 46px;
    }
}

@media (min-width: 1200px) {
    .half-form-text__text {
        margin-bottom: 0;
    }

    .half-form-text {
        margin-bottom: 46px;
    }

    .half-form-text__info:hover {
        text-shadow: none;
        font-weight: 400;
        color: var(--primary-color);
    }

    .half-form-text--contact .half-form-text__info:hover {
        color: var(--primary-color);
    }

}


.half-form-text__text h1 {
    color: #fff;
}

.half-form-text--contact {
    padding: 70px 0 60px;
    position: relative;
    background: #021B3F;
    z-index: 1;
}

.half-form-text__text .breadcrumbs-link::before {
    background: var(--secondary-color);
}

.half-form-text--contact .half-form-text__text {
    margin-bottom: 40px;
}

.half-form-text__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 967px;
    object-fit: cover;
    mix-blend-mode: luminosity;
}

.half-form-text--contact:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 967px;
    background: var(--dark-blue);
}

.half-form-text--contact .container {
    position: relative;
    z-index: 3;
}

.half-form-text__form h3 {
    color: var(--paragraph-color);
    text-align: center;
    margin: 0 0 15px;
    font-size: 32px;
}

.half-form-text--contact .half-form-text__form {
    margin: 0 0 45px;
}

.half-form-text--contact .half-form-text__highlight {
    background: #011127;
    margin-top: 25px;
}

.half-form-text--contact .half-form-text__highlight h4 {
    color: #fff;
}

.half-form-text--contact .half-form-text__info {
    color: #fff;
}

.half-form-text--contact:after {
    content: "";
    position: absolute;
    width: calc(100% - 44px);
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.38);
}

.half-form-text--contact p {
    color: #fff;
}

.half-form-text__form p {
    color: var(--paragraph-color);
}

@media (min-width: 768px) {
    .half-form-text--contact {
        padding: 70px 0 0;
    }

    .half-form-text--contact .half-form-text__form {
        margin: 0;
    }

    .half-form-text--contact:after {
        display: none;
    }

    .half-form-text--contact:before {
        height: calc(100% - 264px);
    }

    .half-form-text__bg {
        height: calc(100% - 264px);
    }

    .half-form-text--contact .half-form-text__highlight {
        background: #031838;
        margin-top: 25px;
        padding: 21px 26px 22px 26px;
    }

    .half-form-text--contact .half-form-text__listing {
        flex-direction: column;
    }

    .half-form-text--contact .half-form-text__highlight h4 {
        padding-bottom: 8px;
    }

    .half-form-text__text h1 {
        margin: 0 0 25px;
    }

    .half-form-text--contact .half-form-text__text {
        margin-bottom: 135px;
        position: relative;
    }

    .contact-flying-man {
        position: absolute;
        right: 41px;
        bottom: -110px;
        width: 410px;
        height: 280px;
    }
}

@media (min-width: 1200px) {
    .half-form-text--contact {
        margin-top: 174px;
        margin-bottom: 0;
    }

    .half-form-text--contact:before {
        height: calc(100% - 114px);

    }

    .half-form-text__bg {
        height: calc(100% - 114px);
    }

    .half-form-text--contact .flex-row {
        align-items: flex-start;
    }

    .half-form-text--contact .breadcrumbs ul {
        justify-content: flex-start;
    }

    .contact-flying-man {
        right: 23px;
        bottom: -318px;
        width: auto;
        max-width: unset;
        height: auto;
    }

    .half-form-text--contact p {
        padding-right: 3px;
    }

    .half-form-text__text h1 {
        margin: 0 0 15px;
    }

    .half-form-text--contact .form-col {
        margin-bottom: 18px;
    }

    .half-form-text--contact .form-col.form-col--last {
        margin-bottom: 0;
        margin-top: 0 !important;
    }

    .half-form-text--contact .half-form-text__form {
        padding: 33px 32px 37px 32px;
    }
}